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

@font-face {
  font-family: Tanker;
  src: url('../fonts/Tanker-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic-kopia.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic-kopia.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic-kopia.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic-kopia.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular-kopia.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --linen: #fcefe6;
  --black: #131313;
  --white: white;
  --light-black: #1c1c1c;
  --dark-salmon: #df8d70;
  --tomato: #ec554b;
  --medium-sea-green: #69a27b;
  --cornflower-blue: #7d87e6;
  --dark-elevation: #242424;
}

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

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

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

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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;
}

@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;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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;
  }
}

body {
  background-color: var(--linen);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Tanker, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Tanker, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Tanker, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Tanker, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 12px;
}

blockquote {
  background-color: var(--black);
  color: var(--white);
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/AbstractBookC.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 40px;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
}

.subtitle {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 35px;
}

.subtitle.figma-subtitle {
  margin-bottom: 0;
}

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



.section.hero {
  padding-top: 210px;
}

.section.hero.hero-a {
  background-image: linear-gradient(to bottom, #fcefe600, #fcefe600 80%, #fcefe6), linear-gradient(270deg, #fcefe6b3, #fcefe6cc 33%, #fcefe6e6 52%, var(--linen)), url('../images/Grid.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 200%;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.hero.light-black {
  background-color: var(--light-black);
  color: var(--white);
}

.section.hero.light-black.hero-b {
  background-image: linear-gradient(#1c1c1c00, #1c1c1c4d 79%, #1c1c1c), url('../images/GridBlack.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
  overflow: hidden;
}

.section.hero.light-black.menu-a {
  padding-bottom: 40px;
}

.section.hero.home-c {
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.section.hero.book-b {
  color: var(--white);
  background-image: linear-gradient(#131313cc, #131313cc), url('../images/BookB_1BookB.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-bottom: 600px;
}

.section.hero.book-c {
  background-image: url('../images/AbstractBookC.svg'), linear-gradient(to bottom, #1c1c1c00, #1c1c1c1c 68%, var(--light-black)), url('../images/BookC_1BookC.webp');
  color: var(--white);
  background-position: 100% 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat;
  background-size: contain, auto, cover;
  padding-top: 510px;
  padding-bottom: 24px;
}

.section.hero.hero-with-box {
  padding-top: 112px;
  padding-bottom: 64px;
}

.section.hero.hero-with-box.blog-box {
  padding-bottom: 24px;
}

.section.hero.about-us {
  padding-bottom: 0;
}

.section.hero.big-image-hero {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 240px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero.big-image-hero.extra-bottom-padding {
  padding-bottom: 160px;
}

.section.hero.menu-template {
  overflow: hidden;
}

.section.delivery-box {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.video-section {
  height: 110vh;
  min-height: 700px;
  max-height: 1000px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.overflow-hiden {
  overflow: hidden;
}

.section.medium-padding-bottom {
  padding-bottom: 50px;
}

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

.section.black.extra-padding-bottom {
  padding-bottom: 160px;
}

.section.testimonials-a {
  margin-top: -140px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.light-dark {
  background-color: var(--light-black);
  color: var(--white);
}

.section.light-dark.menu-b-section {
  background-image: linear-gradient(to bottom, var(--light-black), #1c1c1c00 34%, #1c1c1c00 75%, var(--light-black)), url('../images/GridBlack.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.light-dark.overflow-hidden {
  overflow: hidden;
}

.section.light-dark.about-us-location {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.light-dark.hero.courses-hero {
  padding-bottom: 200px;
}

.section.light-dark.sales-scroll {
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.images-gallery-c {
  margin-bottom: -160px;
  padding-bottom: 64px;
  overflow: hidden;
}

.section.location-c {
  z-index: 10;
  margin-bottom: -120px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.cta-section {
  background-image: linear-gradient(#fcefe6cc, #fcefe6cc), url('../images/GridMask.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.gallery-top-section {
  padding-top: 40px;
  padding-bottom: 64px;
  overflow: hidden;
}

.section.book-b-section {
  margin-top: -500px;
  padding-top: 0;
}

.section.about-us-images {
  height: 300vh;
}

.section.blog-grid {
  padding-top: 24px;
}

.section.blog-content {
  margin-top: -120px;
  padding-top: 0;
}

.section.courses-all {
  margin-top: -160px;
  padding-top: 0;
}

.section.chef-section {
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.section.footer {
  border-top: 3px solid var(--black);
  background-color: #f3e5db;
  padding-bottom: 0;
}

.section.scroll-text {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.quote-section {
  padding-top: 140px;
}

.section.checkout-top {
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.main-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.main-container.impressions-c-grid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-container.about-us-container {
  flex: none;
  width: 110vw;
  max-width: none;
  height: 100%;
  margin-left: -5vw;
  padding-left: 0;
  padding-right: 0;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 102px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-subtext {
  letter-spacing: 1.2px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 70px;
  line-height: 110%;
}

.heading-subtext.small-subtext {
  font-size: 32px;
}

.limit-420 {
  width: 100%;
  max-width: 420px;
}

.cta {
  color: var(--black);
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 78px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Tanker, sans-serif;
  font-size: 30px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 4px #000;
}

.cta:hover {
  transform: rotate(-2deg);
  box-shadow: 0 6px #000;
}

.cta.red {
  border-style: solid;
  border-color: var(--dark-salmon);
  background-color: var(--dark-salmon);
  box-shadow: none;
  color: var(--white);
}

.cta.nav-small {
  height: 56px;
  margin-left: 20px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
}

.cta.nav-small.cart-cta {
  margin-left: 8px;
}

.cta.small {
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.space-24 {
  height: 24px;
}

.hero-a-images-wrap {
  position: relative;
}

.hero-a-image {
  background-image: url('../images/Food2_1Food2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 7px solid #000;
  border-radius: 260px 260px 12px 12px;
  width: 430px;
  height: 520px;
  box-shadow: 0 10px #000;
}

.hero-a-image.second-image {
  transform-origin: 0 100%;
  background-image: url('../images/menu/b-3.jpg');
  position: absolute;
  inset: -10% 0% auto;
  transform: rotate(14deg);
}

.hero-a-image.first-image {
  transform-origin: 0 100%;
  background-image: url('../images/menu/Fisch-Rollo-18.jpg');
  position: relative;
  top: -15%;
  left: -17%;
  transform: rotate(6deg);
}

.omg-hero-a {
  position: absolute;
  inset: -83px auto auto -52px;
}

.delivery-wrap {
  background-color: var(--black);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 32px 64px;
  display: flex;
  position: relative;
}

.deliveries-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.deliveries-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.deliveries-heading {
  font-family: Tanker, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.deliveries-heading.subheading {
  color: #ffffff4d;
}

.star-delivery {
  width: 100px;
  height: 100px;
  position: absolute;
  inset: -50px auto auto -50px;
}

.delivery-link-block {
  margin-left: 40px;
}

.delivery-link-block.center-delivery {
  margin-left: 24px;
  margin-right: 24px;
}

.delivery-image {
  height: 40px;
}

.delivery-image.uber {
  height: 27px;
}

.delivery-image.deliveroo {
  height: 48px;
}

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

.center-text.location-details-home-a {
  margin-left: 32px;
  margin-right: 32px;
}

.center-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-with-tags-wrap {
  position: relative;
}

.tag {
  color: var(--black);
  border-radius: 55px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Permanent Marker, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

.tag.red.rotate-left {
  transform: rotate(-6deg);
}

.tag.green {
  background-color: var(--medium-sea-green);
  color: var(--white);
}

.tag.green.introduction-heading-first {
  position: absolute;
  inset: 12px auto auto 40px;
  transform: rotate(6deg);
}

.tag.light-red {
  background-color: var(--dark-salmon);
  color: var(--white);
}

.tag.light-red.introduction-heading-two {
  position: absolute;
  inset: 8px 110px auto auto;
  transform: rotate(-8deg);
}

.tag.light-red.big.popular-course {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -17px 0% auto;
  transform: rotate(-6deg);
}

.tag.light-red.book-a-heading {
  position: absolute;
  inset: 3px 110px auto auto;
  transform: rotate(-7deg);
}

.tag.city-tag {
  background-color: var(--black);
  height: 50px;
  margin-left: 8px;
  font-size: 36px;
}

.tag.big {
  height: 40px;
  font-size: 20px;
}

.tag.big.green.menu-tag-3 {
  position: absolute;
  inset: -19px 40px auto auto;
  transform: rotate(12deg);
}

.tag.big.green.chef-one {
  position: absolute;
  inset: -12px auto auto 10%;
  transform: rotate(-5deg);
}

.tag.big.purple.menu-tag-2 {
  position: absolute;
  inset: -12px 16px auto auto;
  transform: rotate(5deg);
}

.tag.big.purple.chef-three {
  position: absolute;
  inset: 97px auto auto 7%;
  transform: rotate(-7deg);
}

.tag.big.light-red.menu-tag-1 {
  position: absolute;
  inset: -26px 24px auto auto;
  transform: rotate(-6deg);
}

.tag.big.light-red.chef-two {
  position: absolute;
  inset: 32px auto auto 20%;
  transform: rotate(5deg);
}

.tag.big.blog-tile-tag {
  position: absolute;
  inset: -24px auto auto 40px;
  transform: rotate(-9deg);
}

.tag.big.blog-filter {
  min-width: 170px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: transform .2s;
}

.tag.big.blog-filter:hover {
  transform: rotate(-2deg);
}

.tag.big.rotate-left {
  transform: rotate(-4deg);
}

.tag.big.person-name {
  background-color: var(--black);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto -59px;
}

.tag.purple {
  background-color: var(--cornflower-blue);
  color: var(--white);
}

.limit-780 {
  width: 100%;
  max-width: 780px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.top-cut-video-home-a {
  z-index: 10;
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: -2px 0% auto;
}

.background-video-lightbox {
  width: 100%;
  height: 100%;
}

.bottom-cut-video-a {
  z-index: 10;
  width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% -2px;
}

.play-image-background-video {
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.grid-fouths {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-fouths.location-fourths {
  grid-column-gap: 0px;
}

.grid-fouths.gallery-c {
  grid-column-gap: 0px;
  width: 120vw;
  margin-left: -10vw;
}

.grid-fouths.images-grid {
  margin-top: 24px;
}

.space-40 {
  height: 40px;
}

.square-image-general {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #000;
  border-radius: 10px;
  padding-top: 100%;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 8px #000;
}

.square-image-general.location-1 {
  z-index: 4;
  background-image: url('../images/standorte/KaffeeundKuchen-7.jpg');
  position: relative;
  transform: scale(1.02);
}

.square-image-general.location-2 {
  z-index: 3;
  background-image: url('../images/standorte/Kuchen-3.jpg');
  position: relative;
}

.square-image-general.location-3 {
  z-index: 2;
  background-image: url('../images/standorte/MoritzmodeltFrittiertes-7.jpg');
  position: relative;
  transform: scale(.98);
}

.square-image-general.location-4 {
  z-index: 5;
  background-image: url('../images/standorte/Pommes-4.jpg');
  position: relative;
  transform: scale(1.08);
}

.square-image-general.gallery-c-one {
  background-image: url('../images/menu/DeluxeRollKnusperGarnele.jpg');
  position: relative;
  right: -20px;
  transform: rotate(8deg);
}

.square-image-general.gallery-c-two {
  background-image: url('../images/menu/Brathering.jpg');
  position: relative;
  left: -10px;
  transform: scale(1.1)rotate(-6deg);
}

.square-image-general.gallery-c-three {
  background-image: url('../images/menu/DeluxeRollKnusperGarnele2.jpg');
  transform: scale(1.08)rotate(-6deg);
}

.square-image-general.gallery-c-four {
  background-image: url('../images/menu/Pommes-2.jpg');
  position: relative;
  left: -22px;
  transform: scale(1.1)rotate(8deg);
}

.space-80 {
  height: 80px;
}

.space-16 {
  height: 16px;
}

.medium-text {
  font-family: Tanker, sans-serif;
  font-size: 24px;
}

.heading-with-icons-wrap, .location-code-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.paris-text {
  -webkit-text-fill-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 110%;
}

.menu-home-a-columns {
  display: flex;
}

.slider-column-menu {
  padding: 0;
}

.sticky-wrap {
  margin-bottom: 80px;
  position: sticky;
  top: 32px;
}

.slider-menu {
  background-color: var(--linen);
  height: 70vh;
  min-height: 400px;
  max-height: 700px;
  position: relative;
}

.slider-menu-arrow {
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 40px;
  display: flex;
  inset: auto auto -40px 0%;
}

.slider-menu-arrow.left-arrow {
  transition: transform .2s;
}

.slider-menu-arrow.left-arrow:hover {
  transform: rotate(10deg)scale(1.1);
}

.slider-menu-arrow.right-arrow {
  transition: transform .2s;
  left: 80px;
}

.slider-menu-arrow.right-arrow:hover {
  transform: rotate(-10deg)scale(1.1);
}

.slider-arrow-image {
  height: 35px;
}

.hidden-slide-nav {
  display: none;
}

.slide-menu-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 94%;
  box-shadow: 0 8px #000;
}

.slide-menu-image.menu-image-1 {
  background-image: url('../images/Main-2-min_1Main 2-min.webp');
}

.slide-menu-image.menu-image-2 {
  background-image: url('../images/Main-5-min_1Main 5-min.webp');
}

.slide-menu-image.menu-image-3 {
  background-image: url('../images/Food-3_1Food 3.webp');
}

.slide-menu-image.menu-image-4 {
  background-image: url('../images/Food-8_1Food 8.webp');
}

.slide-menu-image.menu-image-5 {
  background-image: url('../images/Food-6_1Food 6.webp');
}

.slide-menu-image.menu-image-6 {
  background-image: url('../images/Food-7_1Food 7.webp');
}

.space-32 {
  height: 32px;
}

.menu-column-home-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-home-a-list {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.tile {
  background-color: var(--linen);
  color: var(--black);
  border: 6px solid #000;
  border-radius: 10px;
  width: 100%;
  padding: 50px 40px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  position: relative;
}

.tile:hover {
  background-color: var(--white);
  box-shadow: 0 6px #000;
}

.tile.menu-simple-tile {
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.tile.menu-simple-tile:hover {
  transform: rotate(-1deg);
}

.tile.medium-paddings {
  margin-top: 20px;
  padding: 30px;
}

.tile.medium-paddings.white-fill.documentation {
  padding-top: 16px;
}

.tile.medium-paddings.white-fill.template-page {
  text-align: center;
  flex-direction: column;
  align-items: center;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.tile.medium-paddings.white-fill.template-page:hover {
  transform: rotate(-2deg);
}

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

.tile.white-fill.medium-paddings.testimonial-one:hover, .tile.white-fill.medium-paddings.testimonial-two:hover, .tile.white-fill.medium-paddings.testimonial-three:hover, .tile.white-fill.medium-paddings.testimonial-four:hover {
  box-shadow: none;
}

.tile.white-fill.medium-paddings.footer-contact-tile {
  text-align: center;
  background-color: #f4e4db;
  border-style: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.tile.white-fill.medium-paddings.footer-contact-tile:hover {
  box-shadow: none;
  background-color: #e8d7ce;
}

.tile.white-fill.medium-paddings.feature-tile {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.tile.white-fill.medium-paddings.feature-tile:hover {
  box-shadow: none;
}

.tile.white-fill.feature-tile {
  padding-top: 28px;
}

.tile.white-fill.figma-tile {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tile.white-fill.figma-tile:hover {
  box-shadow: none;
}

.tile.white-fill.feature-sales {
  padding: 14px 24px 24px;
}

.tile.white-fill.feature-sales:hover {
  box-shadow: none;
}

.tile.no-padding {
  padding: 0;
}

.tile.no-padding.white-fill.courses-all {
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.tile.no-padding.white-fill.course-a {
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.tile.no-padding.dark-elevation.blog-tile {
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  overflow: hidden;
}

.tile.no-padding.dark-elevation.blog-tile:hover {
  transform: rotate(-2deg);
}

.tile.no-padding.dark-elevation.menu-tile-with-image {
  flex-direction: column;
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
  overflow: hidden;
}

.tile.no-padding.dark-elevation.menu-tile-with-image:hover {
  transform: rotate(-2deg);
}

.tile.no-padding.menu-c-tile {
  flex-direction: column;
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.tile.no-padding.menu-c-tile:hover {
  transform: rotate(-2deg);
}

.tile.no-padding.blog-grid-tile {
  background-color: var(--white);
  height: 100%;
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.tile.no-padding.blog-grid-tile:hover {
  transform: rotate(-2deg);
}

.tile.dark-elevation {
  background-color: var(--dark-elevation);
  color: var(--white);
  border-style: none;
}

.tile.dark-elevation:hover {
  box-shadow: none;
}

.tile.dark-elevation.home-b-menu {
  align-items: center;
  height: 100%;
  padding: 32px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
  display: flex;
}

.tile.dark-elevation.home-b-menu:hover {
  transform: rotate(-2deg);
}

.tile.dark-elevation.location-c {
  background-image: linear-gradient(92deg, #24242499, #242424f2 23%, #242424f0 79%, #242424b3), url('../images/AbstractBookC.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.tile.dark-elevation.location-b {
  background-image: linear-gradient(92deg, #242424e6, #242424f5 28%, #242424cc 47%, #242424), url('../images/AbstractBookC.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.tile.success:hover {
  box-shadow: none;
}

.menu-title-h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Tanker, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.menu-tile-bottom-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price {
  flex: none;
  margin-left: 2px;
  line-height: 120%;
}

.price.centered {
  margin-right: 2px;
}

.ingredients-paragraph {
  flex: 1;
  margin-bottom: 0;
  margin-right: 40px;
}

.price-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  font-family: Tanker, sans-serif;
  font-size: 44px;
  display: flex;
}

.price-wrap.price-image-tile {
  justify-content: center;
  position: absolute;
  inset: auto 0% 32px;
}

.cta-wrap-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fill-image {
  flex: none;
  align-self: stretch;
  width: 105vw;
  max-width: none;
  transform: translate(-2vw);
}

.fill-move-down {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: -2px;
  display: flex;
  overflow: hidden;
}

.limit-540 {
  max-width: 540px;
}

.slide-gallery-wrap {
  display: flex;
  overflow: hidden;
}

.impressions-grid {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 150vw;
  max-width: 2000px;
}

.impressions-image {
  max-height: 700px;
  padding-top: 90%;
}

.impressions-image.impression-1 {
  background-image: url('../images/6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.impressions-image.impression-2 {
  background-image: url('../images/7.png');
  background-position: 50%;
  background-size: cover;
}

.impressions-image.impression-3 {
  background-image: url('../images/Impression2_1Impression2.webp');
  background-position: 50%;
  background-size: cover;
}

.impression-video {
  width: 100%;
  height: 100%;
}

.align-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-right {
  text-align: right;
}

.social-link-block {
  border-radius: 8px;
  width: 56px;
  height: 56px;
  padding: 8px;
  transition: background-color .2s;
}

.social-link-block:hover {
  background-color: #ffffff1a;
}

.social-link-block.right-align {
  border-radius: 6px;
  margin-left: 8px;
}

.testimonials-move-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.testimonials-move-grid {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 150vw;
  max-width: 2060px;
}

.black-fill-bottom {
  flex-direction: column;
  margin-top: -2px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.testimonial-a-inside-wrap {
  align-items: center;
  display: flex;
}

.testimonial-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.testimonial-image.testimonial-one {
  background-image: url('../images/Testi-1.jpg');
}

.testimonial-image.testimonial-two {
  background-image: url('../images/Testi-3.jpg');
}

.testimonial-image.testimonial-three {
  background-image: url('../images/Testi-2.jpg');
}

.testimonial-image.testimonial-four {
  background-image: url('../images/Testi-4.jpg');
}

.testimonial-right-side-wrap {
  flex: 1;
}

.stars-image {
  height: 24px;
  margin-bottom: 12px;
}

.grid-thirds {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.grid-thirds.courses-a {
  grid-template-columns: 1fr 1.2fr 1fr;
}

.grid-thirds.footer-contacts {
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
}

.image-course-tile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 290px;
}

.course-tile-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.course-h3 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Tanker, sans-serif;
  font-size: 28px;
  line-height: 120%;
}

.price-course {
  margin-bottom: 8px;
}

.hero-b-content-wrap {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-b-picture {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 8px solid #000;
  border-radius: 270px 270px 12px 12px;
  width: 320px;
  height: 400px;
  box-shadow: 0 8px #000;
}

.hero-b-picture.picture-one {
  transform-origin: 0 100%;
  background-image: url('../images/Food1_1Food1.webp');
  position: absolute;
  inset: 5% auto auto -70px;
  transform: rotate(10deg);
}

.hero-b-picture.picture-two {
  transform-origin: 0 100%;
  background-image: url('../images/Food2_1Food2.webp');
  position: absolute;
  inset: auto auto 20% -30px;
  transform: rotate(-14deg);
}

.hero-b-picture.pitcure-three {
  transform-origin: 100% 100%;
  background-image: url('../images/Food-3_1Food 3.webp');
  position: absolute;
  inset: 4% -80px auto auto;
  transform: rotate(-9deg);
}

.hero-b-picture.picture-four {
  transform-origin: 100% 100%;
  background-image: url('../images/Food-6_1Food 6.webp');
  position: absolute;
  inset: auto -40px 23% auto;
  transform: rotate(11deg);
}

.deliveries-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.space-120 {
  height: 120px;
}

.deliveries-logos-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.healthy-junkie-home-b {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-b-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.location-b-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.map-image {
  z-index: 2;
  position: absolute;
  inset: -40px 32px auto auto;
  transform: rotate(25deg);
}

.moving-text-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.big-moving-text {
  flex: none;
  font-family: Permanent Marker, sans-serif;
  font-size: 10vw;
  line-height: 120%;
}

.categories-list-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.category-link-horizontal {
  color: #fff9;
  margin-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Tanker, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.category-link-horizontal.highlighted-link {
  color: #fff;
  background-image: url('../images/UnderlineMenu.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.omg-home-b {
  width: 140px;
  height: 140px;
  position: absolute;
  inset: -24px auto auto -16px;
}

.content-wrap-halves {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.rounded-picture-general {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 8px solid #000;
  border-radius: 270px 270px 12px 12px;
  width: 100%;
  padding-top: 90%;
  position: relative;
  box-shadow: 0 8px #000;
}

.rounded-picture-general.halves-picture {
  width: 83%;
  max-width: 450px;
  min-height: 480px;
  padding-top: 0%;
}

.rounded-picture-general.halves-picture.rotate-right {
  transform: rotate(7deg);
}

.rounded-picture-general.halves-picture.rotate-right.interior {
  background-image: url('../images/Interior_1Interior.webp');
  background-size: cover;
}

.rounded-picture-general.halves-picture.rotate-right.rooftop {
  background-image: url('../images/Rooftoop_1Rooftoop.webp');
}

.rounded-picture-general.halves-picture.rotate-left {
  transform: rotate(-7deg);
}

.rounded-picture-general.halves-picture.rotate-left.garden {
  background-image: url('../images/Garden_1Garden.webp');
}

.image-icon-top-right {
  position: absolute;
  inset: -50px -16px auto auto;
}

.image-icon-top-right.pop-icon {
  max-width: 160px;
  top: -40px;
  right: 0;
}

.image-icon-bottom-right {
  position: absolute;
  inset: auto -58px -58px auto;
}

.image-icon-bottom-left {
  position: absolute;
  inset: auto 0% -64px -68px;
}

.fill-move-up {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -2px;
  display: flex;
  overflow: hidden;
}

.starts-testimonial-b {
  height: 32px;
  margin-bottom: 24px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.space-64 {
  height: 64px;
}

.blog-tile-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 64%;
}

.blog-bottom-tile-wrap {
  flex-direction: column;
  padding: 40px;
  display: flex;
  position: relative;
}

.date {
  color: #fff9;
  margin-bottom: 8px;
  font-family: Tanker, sans-serif;
  font-size: 16px;
}

.date.dark-date {
  color: #131313b3;
}

.hero-c-content-wrap {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.no-paddings-column {
  padding: 0;
}

.big-quote-wrap {
  text-align: center;
  font-family: Permanent Marker, sans-serif;
  font-size: 56px;
  line-height: 120%;
  position: relative;
}

.big-quote-wrap.chef-quote {
  width: 130%;
  max-width: 680px;
  margin-left: -30%;
  font-size: 42px;
  line-height: 130%;
}

.tag-span {
  background-color: var(--dark-salmon);
  color: var(--linen);
  border-radius: 100px;
  padding: 12px 20px;
  font-size: 40px;
  line-height: 90%;
  display: inline-block;
  transform: rotate(-4deg);
}

.tag-span.second-tag {
  background-color: var(--medium-sea-green);
  transform: rotate(3deg);
}

.quote-image {
  width: 52px;
  position: absolute;
  inset: -16px auto auto -60px;
}

.quote-image.bottom-quote {
  inset: auto -24px -16px auto;
}

.space-200 {
  height: 200px;
}

.menu-tile-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  padding-top: 64%;
}

.menu-tile-image-eis {
  background-size: cover;
  padding-top: 130%;
}

.menu-tile-content-wrap {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 32px 32px 100px;
  display: flex;
  position: relative;
}

.menu-image-tile-h3 {
  margin-top: 0;
}

.form-column {
  padding: 0;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--light-black);
  color: var(--black);
  background-color: #fff0;
  height: 64px;
  margin-bottom: 56px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Tanker, sans-serif;
  font-size: 24px;
}

.text-field:focus {
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: #131313b3;
}

.text-field.white-field {
  border-bottom-color: var(--linen);
  color: var(--white);
}

.text-field.white-field:focus {
  color: var(--white);
}

.text-field.white-field::placeholder {
  color: #ffffffb3;
}

.text-field.cart-field {
  margin-bottom: 0;
}

.text-field.checkout-field {
  border: 2px solid #000;
  border-radius: 6px;
  height: 44px;
  margin-bottom: 16px;
  font-size: 20px;
}

.text-field.password {
  margin-bottom: 24px;
}

.impressions-c-master {
  height: 100vh;
  min-height: 600px;
  max-height: 1000px;
  position: relative;
}

.impressions-c-column {
  padding-left: 24px;
  padding-right: 24px;
}

.impression-image {
  width: 100%;
  margin-bottom: 24px;
}

.impressions-gradient-top {
  background-image: linear-gradient(to bottom, var(--light-black), #1c1c1cb0 54%, #1c1c1c00);
  height: 40%;
  position: absolute;
  inset: 0% 0% auto;
}

.impressions-gradient-bottom {
  background-image: linear-gradient(to top, var(--light-black), #1c1c1cb0 54%, #1c1c1c00);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.book-a-tile-master {
  background-image: url('../images/PaperMain-min_1PaperMain-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  overflow: hidden;
  box-shadow: 0 1px 30px #50505012;
}

.book-heading-wrap {
  position: relative;
}

.book-a-form-limit {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.book-b-wrap {
  background-image: url('../images/PaperMain-min_1PaperMain-min.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  padding: 90px;
  box-shadow: 0 1px 40px #49494914;
}

.book-b-content-wrap {
  max-width: 440px;
  margin-right: 32px;
}

.book-c-form-block {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.big-hero-box {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  max-height: 900px;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.big-hero-box.la-carte-box {
  background-image: linear-gradient(#131313cc, #131313cc), url('../images/LaCarte_1LaCarte.webp');
}

.left-column-menu-b {
  padding: 0;
}

.menu-b-columns {
  display: flex;
}

.sticky-menu-b {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 120px;
}

.sticky-link-menu {
  opacity: .7;
  color: var(--black);
  border-left: 3px solid #0000;
  margin-bottom: 16px;
  padding-left: 0;
  font-family: Tanker, sans-serif;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .4s, font-size .4s, opacity .4s, padding .4s;
}

.sticky-link-menu.w--current {
  border-left-color: var(--black);
  opacity: 1;
  padding-left: 12px;
  font-size: 32px;
  transition: font-size .2s, opacity .2s, padding .2s;
}

.single-menu-b-wrap {
  padding-bottom: 80px;
}

.menu-b-list {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.menu-b-tile-content-master {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-b-texts-wrap {
  margin-left: 32px;
}

.menu-b-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.menu-b-h2 {
  margin-top: 0;
}

.limit-600 {
  max-width: 600px;
}

.scroll-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 6px solid #000;
  border-radius: 12px;
  box-shadow: 0 5px #000;
}

.scroll-image.image-3 {
  background-image: url('../images/Food-3_1Food 3.webp');
}

.scroll-image.image-5 {
  background-image: url('../images/Food-6_1Food 6.webp');
}

.scroll-image.image-1 {
  background-image: url('../images/Dish.jpg');
}

.scroll-image.image-2 {
  background-image: url('../images/Location4_1Location4.webp');
}

.scroll-image.image-7 {
  background-image: url('../images/HomeC_1HomeC.webp');
}

.scroll-image.image-6 {
  background-image: url('../images/Impression3_1Impression3.webp');
}

.about-us-scroll-grid {
  grid-template-rows: 52px auto auto auto auto 52px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
}

.scroll-wrap-about {
  flex-direction: row;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-video-about-us {
  z-index: 1;
  width: 102vw;
  height: 102vw;
  margin: auto;
  position: absolute;
  inset: 0% auto;
}

.background-video-about-us-wrap {
  border: 6px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 90%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0 0%;
  overflow: hidden;
}

.about-us-location-content-wrap {
  position: relative;
}

.abotu-location-text-wrap {
  z-index: 10;
  width: 50%;
  max-width: 500px;
  position: relative;
}

.about-location-columns {
  height: 100%;
  display: flex;
}

.about-location-heading-wrap {
  z-index: 10;
  position: relative;
}

.about-location-columns-wrap {
  width: 50%;
  max-width: 600px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.about-location-images-wrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.about-location-image {
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.signature {
  width: 220px;
}

.about-location-column {
  padding: 0;
}

.about-location-gradient-bottom {
  background-image: linear-gradient(to bottom, #1c1c1c00, #1c1c1cb8 33%, #1c1c1cdb 67%, var(--light-black));
  height: 250px;
  position: absolute;
  inset: auto 0% 0%;
}

.about-location-gradient-top {
  background-image: linear-gradient(to bottom, var(--light-black), #1c1c1ce6 30%, #1c1c1c99 59%, #1c1c1c00);
  height: 250px;
  position: absolute;
  inset: 0% 0% auto;
}

.people-wrap {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.people-circle {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 8px solid #000;
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
  position: relative;
}

.people-circle.person-1 {
  background-image: url('../images/Person-1_1Person 1.webp');
}

.people-circle.person-2 {
  background-image: url('../images/Person-4_1Person 4.webp');
}

.people-circle.person-3 {
  background-image: url('../images/Person-6_1Person 6.webp');
}

.people-circle.person-4 {
  background-image: url('../images/Person-2_1Person 2.webp');
}

.people-circle.person-5 {
  background-image: url('../images/Person-5_1Person 5.webp');
}

.people-circle.testimonial-small {
  border-width: 2px;
  width: 120px;
  height: 120px;
  margin-left: -16px;
  margin-right: -16px;
}

.blog-top-wrap {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-top-h2 {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown.nav-dropdown {
  font-family: Tanker, sans-serif;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.dropdown-icon {
  margin-left: 12px;
}

.dropdown-list {
  background-color: var(--white);
  border: 4px solid #000;
  border-radius: 12px;
  padding: 16px;
}

.dropdown-list.w--open {
  flex-direction: column;
  display: flex;
}

.dropdown-list.nav-list {
  transform-origin: 50% 0;
}

.dropdown-list.nav-list.w--open {
  padding: 0;
}

.blog-filter-list {
  flex-direction: column;
  display: flex;
}

.blog-text {
  flex: none;
}

.big-hero-overlay {
  background-image: linear-gradient(to right, var(--light-black), #1c1c1c61 32%, #1c1c1c80 66%, var(--light-black)), linear-gradient(to bottom, #0009, #0009);
  position: absolute;
  inset: 0%;
}

.big-hero-box-content {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.back-to-all-link-block {
  color: var(--linen);
  background-color: #fff0;
  border-radius: 8px;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 24px auto auto 24px;
}

.back-to-all-link-block:hover {
  background-color: #ffffff1a;
}

.back-arrow {
  height: 24px;
  margin-right: 12px;
}

.blog-hero-overlay {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #13131300, var(--black)), linear-gradient(to bottom, #00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.big-image-hero-content-wrap {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-content-column {
  padding: 0;
}

.blog-content-wrap {
  background-color: var(--white);
  border-radius: 12px;
  padding: 80px;
}

.product-hero-overlay {
  background-image: linear-gradient(to bottom, #13131300, #1c1c1c29 67%, var(--light-black)), radial-gradient(circle farthest-corner at 50% 50%, #13131300, var(--black)), linear-gradient(to bottom, #13131380, #13131380);
  position: absolute;
  inset: 0%;
}

.course-icon {
  margin-bottom: 0;
}

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

.faq-columns {
  display: flex;
}

.plus-expanda-master {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.expandable-single {
  background-color: var(--white);
  box-shadow: 0 6px 0 0 var(--black);
  cursor: pointer;
  border: 6px solid #000;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 40px;
}

.paragraph-big {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-big.footer-text {
  font-family: Satoshi, sans-serif;
}

.paragraph-big.color-name {
  margin-bottom: 2px;
}

.plus-line {
  background-color: #000;
  border-radius: 2px;
  width: 18px;
  height: 3px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.space-1001 {
  flex: none;
  height: 16px;
}

.expandable-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.expand-heading {
  font-family: Tanker, sans-serif;
  font-size: 28px;
  line-height: 130%;
}

.image-chef-wrap {
  background-image: linear-gradient(#13131300, #131313b5 74%, #131313cf), url('../images/Dish.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 10px solid #000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  height: 90vh;
  min-height: 700px;
  max-height: 900px;
  display: flex;
}

.chef-bottom-wrap {
  color: var(--white);
  align-items: center;
  padding: 64px 32px 32px;
  display: flex;
}

.chef-circle {
  background-image: url('../images/ChefAvatar_1ChefAvatar.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.chef-h3 {
  margin-top: 0;
  margin-bottom: 4px;
}

.chef-subtext {
  font-family: Tanker, sans-serif;
  font-size: 22px;
}

.chef-bacgkround-fill {
  background-color: var(--black);
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0%;
}

.chef-content-wrap {
  z-index: 2;
  position: relative;
}

.chef-fill-top {
  width: 102%;
  max-width: none;
  margin-top: -20px;
  position: absolute;
  inset: 0% 0% auto -1%;
}

.chef-bottom-fill {
  width: 102%;
  max-width: none;
  margin-bottom: -19px;
  position: absolute;
  inset: auto 0% 0% -1%;
}

.navbar-logo-image {
  float: none;
  clear: none;
  vertical-align: top;
  min-width: 40px;
  max-width: 100%;
  min-height: 40px;
  max-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
  position: static;
}

.chevron-dropdown {
  width: 22px;
  height: 22px;
  margin-left: 4px;
}

.nav-link {
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  font-family: Tanker, sans-serif;
  font-size: 18px;
  display: flex;
}

.nav-link:hover {
  opacity: .85;
}

.nav-link.w--current {
  color: #333;
  background-image: url('../images/Active-Dot.svg');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.navbar {
  border-bottom: 1px solid var(--black);
  background-color: var(--linen);
  width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-2 {
  color: #333333e6;
  font-size: 16px;
}

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

.brand-navbar {
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  min-width: 40px;
  max-width: 127%;
  height: auto;
  min-height: 40px;
  max-height: 127%;
  transition: transform .2s;
  display: flex;
}

.brand-navbar:hover {
  transform: rotate(-2deg);
}

.navbar-content-wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-link {
  color: #131313;
  text-align: center;
  border-bottom: 1px solid #3333331a;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
}

.dropdown-link:hover {
  opacity: .85;
}

.dropdown-link.w--current {
  color: var(--black);
  font-weight: 400;
  text-decoration: underline;
}

.dropdown-link.last-link {
  border-bottom-style: none;
}

.navbar-container {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.tag-wrap-menu-template {
  display: flex;
}

.menu-hero-columns {
  align-items: center;
  display: flex;
}

.cta-wrap {
  display: flex;
}

.our-other-wrap {
  align-items: center;
  display: flex;
}

.our-other-h2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
}

.footer-tile-icon {
  height: 120px;
}

.footer-tile-detail {
  margin-bottom: 0;
}

.footer-bottom-grid {
  grid-column-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.footer-left-wrap {
  max-width: 360px;
}

.footer-brand {
  margin-bottom: 32px;
}

.footer-brand-image {
  height: 50px;
}

.footer-right-grid {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template: ". Area-2 Area"
  / 1fr .85fr 1fr;
}

.footer-links-heading {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Tanker, sans-serif;
  font-size: 24px;
}

.footer-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--black);
  margin-bottom: 18px;
  text-decoration: none;
}

.footer-link.highlighted {
  font-weight: 500;
}

.footer-extra-details-master {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.opening-hour-single {
  justify-content: space-between;
  align-items: center;
  /*max-width: 250px;*/
  display: flex;
  color: black;
}

.footer-bottom-master {
  background-color: #1313130d;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.opening-hours-text {
  font-size: 24px;
  line-height: 26px;
}

.legal-text {
  font-size: 14px;
}

.hero-c-white-bottom-fill {
  width: 102vw;
  max-width: none;
  position: absolute;
  inset: auto 0% -2px;
  transform: translate(-1vw);
}

.menu-master-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cart-icon {
  height: 24px;
  margin-right: 6px;
}

.cart-container {
  border-radius: 12px;
  overflow: hidden;
}

.ecom-image {
  border-radius: 6px;
}

.apple-button {
  border-radius: 10px;
  height: 48px;
}

.cart-footer {
  background-color: #1313130d;
}

.remove {
  color: var(--black);
  text-decoration: underline;
}

.checkout-form {
  background-color: var(--linen);
  padding-top: 24px;
  padding-bottom: 64px;
}

.checkout-block {
  border-radius: 12px;
  overflow: hidden;
}

.block-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.block-content {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.lock-image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.password-label {
  text-align: left;
  margin-top: 32px;
}

.single-template-wrap {
  padding-bottom: 40px;
}

.sticky-columns {
  display: flex;
}

.left-sticky-column {
  padding: 0;
}

.template-image {
  width: 100%;
}

.footer-contacts-divider {
  background-color: #d7c2b6;
  width: 1px;
  height: 40%;
}

.space-100 {
  height: 100px;
}

.video-background-home-c {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-background-overlay {
  background-color: #13131366;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icons-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 32px;
}

.temlate-icon {
  width: 100%;
}

.videos-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.template-video {
  z-index: 1;
  height: 260px;
}

.template-h2 {
  margin-top: 0;
}

.divider-general {
  background-color: #1313131a;
  width: 100%;
  height: 1px;
}

.divider-general.on-dark {
  background-color: #fff3;
}

.colors-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.color-master {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-div {
  border: 2px solid #000;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 100%;
}

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

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

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

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

.color-div.dark-elevation {
  background-color: var(--dark-elevation);
}

.color-div.brand-one {
  background-color: var(--medium-sea-green);
}

.color-div.brand-two {
  background-color: var(--dark-salmon);
}

.color-div.brand-three {
  background-color: var(--tomato);
}

.color-div.brand-four {
  background-color: var(--cornflower-blue);
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 24px;
}

.buttons-master {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.template-image-wrap {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.cart-wrapper {
  transform: translate(0);
}

.sales-mock-image {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}

.sales-mock-link-block {
  width: 100%;
  margin-bottom: 24px;
  transition: transform .5s;
}

.sales-mock-link-block:hover {
  transform: scale(1.03);
}

.grid-thrids {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-image {
  width: 100%;
}

.feature-top {
  padding: 16px 16px 8px;
}

.figma-icon {
  width: 120px;
  height: 120px;
  margin-right: 40px;
}

.figma-h3 {
  margin-top: 0;
}

.template-screen-image {
  border-radius: 12px;
  width: 100%;
}

.template-name-h3 {
  margin-top: 24px;
  margin-bottom: 0;
}

.blog-h3 {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Tanker, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.sales-hero-content-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.tile-2 {
  color: #131313;
  background-color: #fcefe6;
  border: 6px solid #000;
  border-radius: 10px;
  width: 100%;
  padding: 50px 40px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  position: relative;
}

.tile-2:hover {
  background-color: #fff;
  box-shadow: 0 6px #000;
}

.tile-2.medium-paddings {
  padding: 30px;
}

.tile-2.medium-paddings.white-fill {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.space-1002 {
  height: 16px;
}

.text-block {
  text-align: right;
  flex-flow: row;
  display: block;
}

.menu-grid {
  grid-column-gap: 19px;
  grid-row-gap: 20px;
  grid-template: "drinks drinks specials specials specials"
                 "drinks drinks specials specials specials"
                 "food food food promotion promotion"
                 "food food food promotion promotion"
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-item {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.promotion-section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.menu-section-title {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.paragraph {
  width: 50%;
}

.menu-line-item-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.promo-section-lead-in {
  text-align: center;
}

.menu-section {
  border: 1px #0000001a;
  padding: 20px;
}

.menu-section.promotion-section {
  border-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.menu-item-wrap {
  margin-bottom: 20px;
}

.menu-line {
  border-bottom: 1px solid #0000001a;
  flex: 1;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.promo-image-wrap {
  width: 40%;
  margin-bottom: 20px;
}

.footer-link-2 {
  color: #131313;
  margin-bottom: 18px;
  text-decoration: none;
}

.footer-link-2.highlighted {
  font-weight: 500;
}

.space-1003 {
  height: 32px;
}

@media screen and (min-width: 1440px) {
  .impressions-c-master {
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .section.images-gallery-c, .section.gallery-top-section {
    padding-bottom: 120px;
  }

  .impressions-grid {
    width: 140vw;
    max-width: none;
  }

  .testimonials-move-grid {
    width: 150vw;
    max-width: none;
  }

  .scroll-wrap-about {
    max-height: none;
  }

  .about-location-columns-wrap {
    right: 10vw;
  }

  .hero-c-white-bottom-fill {
    bottom: -4px;
  }
}

@media screen and (max-width: 991px) {
  .subtitle {
    font-size: 20px;
    line-height: 29px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 180px;
  }

  .section.hero.book-c {
    padding-top: 320px;
  }

  .section.hero.hero-with-box.blog-box {
    padding-bottom: 0;
  }

  .section.video-section {
    height: 90vh;
    min-height: 400px;
    max-height: 800px;
  }

  .section.blog-grid {
    padding-top: 24px;
  }

  .section.scroll-text {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.quote-section {
    padding-top: 120px;
  }

  .mega-h1 {
    line-height: 110%;
  }

  .grid-halves.manu-b {
    grid-template-columns: 1fr;
  }

  .grid-halves.hero-a-halves {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .grid-halves.book-b-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-halves.buttons-grid, .grid-halves.images-grid, .grid-halves.tiles-grid {
    grid-template-columns: 1fr;
  }

  .cta.nav-small {
    margin-top: 20px;
    margin-left: 0;
  }

  .cta.nav-small.cart-cta {
    margin-top: 0;
  }

  .hero-a-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-a-image.second-image {
    top: 0%;
  }

  .hero-a-image.first-image {
    top: -5%;
  }

  .omg-hero-a {
    width: 160px;
    top: -40px;
  }

  .delivery-wrap {
    padding: 24px 32px;
  }

  .tag.big.person-name {
    display: none;
  }

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

  .grid-fouths.gallery-c {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .square-image-general {
    border-width: 6px;
    box-shadow: 0 4px #000;
  }

  .sticky-wrap {
    margin-bottom: 16px;
    position: static;
  }

  .menu-column-home-a {
    flex: 1;
    padding: 0 0 0 16px;
  }

  .tile {
    border-radius: 8px;
  }

  .tile.menu-simple-tile.menu-b-tile {
    padding: 32px 24px;
  }

  .tile.medium-paddings {
    padding: 24px;
  }

  .tile.no-padding.white-fill.course-a {
    height: 100%;
  }

  .impressions-image {
    padding-top: 100%;
  }

  .testimonial-a-inside-wrap {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-image {
    margin-bottom: 16px;
  }

  .testimonial-right-side-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-thirds {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-thirds.courses-a {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.journal-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-course-tile {
    height: 260px;
  }

  .course-tile-content-wrap {
    padding: 24px 16px;
  }

  .hero-b-picture {
    width: 35vw;
    height: 42vw;
  }

  .hero-b-picture.picture-one {
    margin-right: -62px;
    position: static;
  }

  .hero-b-picture.picture-two {
    position: static;
  }

  .hero-b-picture.pitcure-three {
    display: none;
    position: static;
  }

  .hero-b-picture.picture-four {
    position: static;
  }

  .space-120.hero-b-space {
    height: 64px;
  }

  .rounded-picture-general.halves-picture {
    width: 80%;
    height: 100%;
    min-height: 0;
    max-height: 410px;
  }

  .rounded-picture-general.halves-picture.rotate-left.menu-hero {
    max-height: 310px;
  }

  .image-icon-bottom-right {
    width: 116px;
  }

  .image-icon-bottom-left {
    width: 140px;
  }

  .big-quote-wrap {
    font-size: 6vw;
  }

  .big-quote-wrap.chef-quote {
    font-size: 28px;
  }

  .tag-span {
    font-size: 3vw;
  }

  .space-200.below-gallery-c {
    height: 100px;
  }

  .impressions-c-column {
    padding-left: 16px;
    padding-right: 16px;
  }

  .book-a-tile-master {
    padding: 48px;
  }

  .book-b-wrap {
    padding: 40px;
  }

  .book-b-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .big-hero-box {
    border-radius: 10px;
    width: 100%;
    min-height: 0;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .big-hero-box.la-carte-box {
    min-height: 0;
    max-height: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .scroll-image {
    border-radius: 8px;
  }

  .about-us-scroll-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .abotu-location-text-wrap {
    width: 100%;
  }

  .about-location-columns-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
  }

  .about-location-gradient-top {
    width: 102%;
    left: -1%;
  }

  .people-circle {
    width: 22vw;
    height: 22vw;
    margin-left: -24px;
    margin-right: -24px;
  }

  .blog-top-wrap {
    margin-top: 32px;
  }

  .dropdown.nav-dropdown {
    width: 100%;
    font-size: 22px;
  }

  .dropdown-list.nav-list {
    position: relative;
  }

  .dropdown-list.nav-list.w--open {
    background-color: var(--white);
  }

  .blog-content-wrap {
    padding: 56px;
  }

  .faq-columns {
    flex-direction: column;
  }

  .paragraph-big {
    font-size: 18px;
    line-height: 140%;
  }

  .paragraph-big.footer-text {
    font-size: 24px;
  }

  .chef-bottom-fill {
    margin-bottom: -15px;
  }

  .menu-home-a-empty-column {
    flex: 0 1 0;
  }

  .hero-b-pictures-wrap {
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
    display: flex;
  }

  .form-block-home-c {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    justify-content: flex-start;
    padding-left: 16px;
    font-size: 22px;
  }

  .nav-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-2 {
    display: block;
  }

  .hamburger-icon {
    width: 30px;
  }

  .nav-menu {
    background-color: var(--linen);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 90vh;
    padding: 24px;
    overflow: scroll;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #1313131a;
    border-radius: 6px;
  }

  .navbar-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu-hero-columns {
    align-items: stretch;
  }

  .footer-bottom-grid {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .footer-left-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    display: flex;
  }

  .journal-heading-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .blog-grid-columns {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-hero-image-wrap {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .utility-page-wrap._404-wrap {
    align-items: flex-start;
    height: auto;
    padding-top: 64px;
    padding-bottom: 120px;
  }

  .tile-2 {
    border-radius: 8px;
  }

  .tile-2.medium-paddings {
    padding: 24px;
  }

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food promotion promotion"
                         "food food food promotion promotion";
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 20px;
    line-height: 28px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 160px;
  }

  .section.hero.book-c {
    background-position: 50% 0, 0 0, 50%;
    background-size: 140%, auto, cover;
  }

  .section.hero.hero-with-box {
    padding-bottom: 32px;
  }

  .section.video-section {
    min-height: 240px;
    max-height: 480px;
  }

  .section.medium-padding-bottom {
    padding-bottom: 32px;
  }

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

  .section.scroll-text {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mega-h1 {
    font-size: 80px;
    line-height: 110%;
  }

  .grid-halves, .grid-halves.manu-b {
    grid-template-columns: 1fr;
  }

  .heading-subtext {
    font-size: 58px;
  }

  .hero-a-image {
    width: 70vw;
    height: auto;
    padding-top: 110%;
  }

  .delivery-wrap {
    flex-direction: column;
  }

  .deliveries-left {
    text-align: center;
    align-items: center;
  }

  .deliveries-right {
    margin-top: 16px;
  }

  .delivery-link-block {
    margin-left: 12px;
    margin-right: 12px;
  }

  .grid-fouths {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-fouths.location-fourths {
    grid-template-columns: 1fr 1fr;
  }

  .heading-with-icons-wrap, .menu-home-a-columns {
    flex-direction: column;
  }

  .slider-column-menu {
    padding-bottom: 64px;
  }

  .menu-column-home-a {
    padding: 0;
  }

  .tile.dark-elevation.home-b-menu {
    padding: 32px;
  }

  .ingredients-paragraph {
    margin-right: 24px;
  }

  .impressions-grid {
    width: 190vw;
  }

  .impressions-image {
    height: 50vw;
    padding-top: 0%;
  }

  .testimonials-move-grid {
    width: 170vw;
  }

  .grid-thirds, .grid-thirds.courses-a {
    grid-template-columns: 1fr;
  }

  .grid-thirds.journal-grid {
    grid-row-gap: 24px;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-thirds.footer-contacts {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-course-tile {
    height: 260px;
  }

  .hero-b-picture {
    width: 40vw;
    height: 49vw;
  }

  .hero-b-picture.picture-one {
    margin-right: -45px;
    display: none;
  }

  .hero-b-picture.picture-two {
    display: block;
  }

  .location-b-wrap {
    flex-direction: column;
  }

  .location-b-left {
    text-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .big-moving-text {
    font-size: 12vw;
  }

  .category-link-horizontal {
    margin-right: 4vw;
    font-size: 4vw;
  }

  .content-wrap-halves {
    text-align: center;
    align-items: center;
  }

  .rounded-picture-general.halves-picture {
    width: 80vw;
    height: 90vw;
    min-height: 0;
  }

  .image-icon-top-right.pop-icon {
    top: -30px;
  }

  .image-icon-bottom-right {
    bottom: -40px;
    right: -40px;
  }

  .image-icon-bottom-left {
    bottom: -50px;
    left: -20px;
  }

  .big-quote-wrap {
    font-size: 6vw;
    line-height: 130%;
  }

  .big-quote-wrap.chef-quote {
    width: 100%;
    margin-left: 0%;
  }

  .tag-span {
    font-size: 4vw;
  }

  .quote-image {
    width: 41px;
    top: -53px;
    left: 0;
  }

  .quote-image.bottom-quote {
    bottom: -31px;
    right: 0;
  }

  .text-field {
    margin-bottom: 40px;
  }

  .impressions-c-master {
    min-height: 400px;
    max-height: 520px;
  }

  .impressions-c-columns {
    flex-direction: row;
    display: flex;
  }

  .images-wrap-impressions-c.impressions-column-one {
    display: none;
  }

  .images-wrap-impressions-c.impressions-column-two {
    margin-left: auto;
    margin-right: auto;
  }

  .impressions-c-column.column-two {
    flex: 1;
  }

  .impressions-c-column.column-three {
    flex: 1;
    display: block;
  }

  .impressions-c-column.column-one {
    display: none;
  }

  .book-b-content-wrap {
    text-align: center;
    align-items: center;
  }

  .big-hero-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .left-column-menu-b {
    display: none;
  }

  .right-column-menu-b {
    padding: 0;
  }

  .menu-b-columns {
    flex-direction: column;
  }

  .sticky-menu-b {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 48px;
    top: 0;
  }

  .sticky-link-menu {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .scroll-image.image-1, .scroll-image.image-7 {
    display: none;
  }

  .about-us-scroll-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .background-video-about-us {
    height: 100%;
  }

  .background-video-about-us-wrap {
    width: 53%;
  }

  .people-circle {
    border-width: 4px;
    width: 22vw;
    height: 22vw;
    margin-left: -2vw;
    margin-right: -2vw;
  }

  .blog-content-wrap {
    padding: 40px;
  }

  .expandable-single {
    padding: 24px;
  }

  .paragraph-big.footer-text {
    font-size: 22px;
  }

  .image-chef-wrap {
    width: 100%;
    max-width: 470px;
    min-height: 300px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .chef-bacgkround-fill, .map-icon {
    display: none;
  }

  .flag-icon {
    margin-top: 32px;
  }

  .microwave-icon {
    display: none;
  }

  .pan-icon {
    margin-top: 16px;
  }

  .navbar-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-hero-columns {
    flex-direction: column;
  }

  .journal-heading-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .map-image-home-c {
    width: 110px;
    margin-bottom: 32px;
  }

  .flag-image-home-c {
    width: 130px;
    margin-top: 24px;
  }

  .menu-hero-image-wrap {
    width: 80%;
    max-width: 330px;
  }

  .menu-template-image-column {
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    display: flex;
  }

  .menu-template-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .utility-page-content {
    max-width: 80%;
  }

  .single-template-wrap {
    padding-bottom: 32px;
  }

  .sticky-columns {
    flex-direction: column;
  }

  .left-sticky-column {
    display: none;
  }

  .right-sticky-column {
    padding: 0;
  }

  .footer-contacts-divider {
    width: 60%;
    height: 1px;
  }

  .sales-mockups-column.third-column {
    display: none;
  }

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

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

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food food food"
                         "promotion promotion promotion promotion promotion";
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 44px;
  }

  blockquote {
    padding: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 29px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero.book-c {
    background-size: 280%, auto, cover;
  }

  .section.hero.big-image-hero {
    padding-top: 200px;
  }

  .section.video-section {
    max-height: 380px;
  }

  .section.gallery-top-section.book-a {
    display: block;
  }

  .section.scroll-text {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.quote-section {
    padding-top: 80px;
  }

  .main-container.about-us-container {
    width: 120vw;
    margin-left: -10vw;
  }

  .mega-h1 {
    font-size: 60px;
  }

  .heading-subtext {
    font-size: 36px;
  }

  .cta {
    height: 64px;
    font-size: 24px;
  }

  .cta.nav-small.cart-cta {
    border-width: 3px;
    margin-left: 0;
    margin-right: 8px;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 5vw;
    box-shadow: 0 2px #000;
  }

  .deliveries-right {
    flex-direction: column;
    margin-top: 24px;
  }

  .delivery-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .delivery-link-block.center-delivery {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .tag.green.introduction-heading-first {
    top: 4px;
  }

  .tag.light-red.introduction-heading-two {
    display: none;
  }

  .tag.light-red.book-a-heading {
    margin-left: auto;
    margin-right: auto;
    inset: 0% auto auto;
  }

  .tag.big.green.menu-tag-3, .tag.big.purple.menu-tag-2, .tag.big.light-red.menu-tag-1 {
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .tag.big.blog-tile-tag {
    left: 24px;
  }

  .top-cut-video-home-a {
    width: 104vw;
    transform: translate(-2vw);
  }

  .grid-fouths, .grid-fouths.location-fourths {
    grid-template-columns: 1fr;
  }

  .grid-fouths.gallery-c {
    grid-template-columns: 1fr 1fr;
  }

  .square-image-general.location-1, .square-image-general.location-2, .square-image-general.location-3, .square-image-general.location-4 {
    width: 70vw;
    height: 70vw;
    padding-top: 0%;
  }

  .square-image-general.gallery-c-one, .square-image-general.gallery-c-two {
    border-width: 3px;
    width: 55vw;
    height: 55vw;
    padding-top: 0%;
  }

  .square-image-general.gallery-c-three, .square-image-general.gallery-c-four {
    width: 30vw;
    height: 30vw;
    padding-top: 0%;
    display: none;
  }

  .tile.menu-simple-tile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }


  .tile.menu-simple-tile.menu-b-tile {
    flex-direction: column;
    align-items: center;
    padding: 24px 16px;
    display: flex;
  }

  .tile.menu-simple-tile.menu-a-tile {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .tile.white-fill.figma-tile {
    flex-direction: column;
    padding: 33px;
  }

  .tile.dark-elevation.home-b-menu {
    justify-content: center;
    align-items: flex-start;
    padding: 32px 24px 24px;
    display: flex;
  }

  .menu-tile-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .ingredients-paragraph {
    margin-right: 0;
  }

  .price-wrap {
    margin-top: 12px;
  }

  .fill-image {
    flex: none;
    width: 105vw;
    max-width: 105vw;
    margin: 0;
    display: block;
    transform: translate(-2.5vw);
  }

  .fill-move-down {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .impressions-grid {
    width: 270vw;
  }

  .impressions-image.impression-1 {
    height: 80vw;
  }

  .testimonials-move-grid {
    width: 320vw;
  }

  .grid-thirds.courses-all {
    grid-row-gap: 32px;
  }

  .image-course-tile {
    height: 180px;
  }

  .course-h3 {
    margin-bottom: 16px;
  }

  .hero-b-picture {
    border-width: 4px;
    width: 80vw;
    height: 90vw;
    box-shadow: 0 4px #000;
  }

  .deliveries-logos-center {
    flex-direction: column;
    align-items: center;
  }

  .map-image {
    height: 77px;
  }

  .big-moving-text {
    font-size: 15vw;
  }

  .categories-list-horizontal {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .category-link-horizontal {
    margin-bottom: 0;
    font-size: 7vw;
  }

  .image-icon-top-right.pop-icon {
    max-width: 120px;
  }

  .blog-bottom-tile-wrap {
    padding: 28px 24px 24px;
  }

  .big-quote {
    font-size: 6.5vw;
    line-height: 132%;
  }

  .tag-span {
    padding: 8px 16px;
    font-size: 5vw;
  }

  .text-field {
    margin-bottom: 32px;
  }

  .impressions-c-column.column-two {
    display: none;
  }

  .book-a-tile-master {
    padding: 32px 24px 24px;
  }

  .book-heading-wrap {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .book-b-wrap {
    padding: 24px;
  }

  .big-hero-box {
    border-width: 6px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .big-hero-box.la-carte-box {
    border-width: 6px;
    min-height: 0;
    max-height: none;
    padding: 64px 16px;
  }

  .big-hero-box.tag-template-box {
    padding-top: 100px;
  }

  .sticky-menu-b {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-b-tile-content-master {
    text-align: center;
    flex-direction: column;
  }

  .menu-b-texts-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .menu-b-image {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }

  .about-us-scroll-grid {
    grid-column-gap: 8px;
  }

  .people-wrap {
    flex-wrap: wrap;
  }

  .people-circle {
    width: 32vw;
    height: 32vw;
    margin-bottom: -32px;
  }

  .blog-top-wrap {
    flex-direction: column;
  }

  .back-to-all-link-block {
    font-size: 16px;
    top: 16px;
    left: auto;
  }

  .back-arrow {
    height: 20px;
    margin-right: 8px;
  }

  .blog-content-wrap {
    padding: 32px 24px 24px;
  }

  .paragraph-big.footer-text {
    font-size: 20px;
  }

  .image-chef-wrap {
    max-width: 100%;
  }

  .chef-bottom-wrap {
    text-align: center;
    flex-direction: column;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .chef-circle {
    flex: none;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .chef-right-side {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .hero-b-pictures-wrap {
    flex-direction: column;
  }

  .navbar-logo-image {
    height: 29px;
  }

  .brand-navbar {
    padding-left: 0;
  }

  .navbar-content-wrap {
    width: 100%;
  }

  .navbar-container {
    padding-left: 12px;
    padding-right: 8px;
  }

  .menu-hero-columns {
    flex-direction: column;
  }

  .our-other-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-wrap {
    width: 100%;
    max-width: none;
  }

  .footer-right-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1.6fr;
    grid-template-areas: ". Area-2 Area";
    grid-auto-columns: .75fr;
  }

  .footer-links-wrap {
    align-items: center;
  }

  .footer-link {
    text-align: center;
  }

  .footer-extra-details-master {
    align-items: center;
  }

  .opening-hour-single {
    width: 100%;
  }

  .footer-bottom-master {
    text-align: center;
  }

  .heading {
    font-size: 24px;
  }

  .blog-icon {
    width: 70%;
    margin-bottom: 24px;
  }

  .menu-hero-image-wrap {
    width: 100%;
    max-width: 250px;
  }

  .cart-icon {
    height: 5vw;
  }

  .utility-page-content {
    max-width: 90%;
  }

  .lock-image {
    width: 160px;
  }

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

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

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

  .sales-mockups-column.second-column {
    display: none;
  }

  .grid-thrids.sales-mockups {
    grid-template-columns: 1fr;
  }

  .figma-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .figma-right {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "drinks drinks"
                         "specials specials"
                         "food food"
                         "promotion promotion";
  }

  .menu-item {
    text-align: left;
    font-family: Tanker, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .menu-section-title {
    padding-top: 20px;
  }

  .price-2 {
    font-size: 16px;
    font-weight: 400;
  }

  .menu-section {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-2 {
    text-align: center;
  }
}

#w-node-a6225da1-e5b3-7738-7115-777ca35e4b85-764bff5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_77de4848-10f4-4202-a471-371d5101ee1f-764bff5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_9f36abcb-bbc5-61af-c0a3-9c929b6e2794-764bff5e, #w-node-_05d22814-b8e4-45a6-84d2-ef6bfa5960e9-764bff5e, #w-node-_66ce373e-24d7-eb84-8105-9edb4dac8441-764bff5e, #w-node-_87b53bd1-7ff9-2cf0-8213-e84f20582dc2-764bff5e, #w-node-_5c853098-4cb7-f752-5632-d409172c52e4-764bff5e, #w-node-_7b3fbc87-e03f-4243-418d-467adc6b8d4d-764bff5e, #w-node-_76c6bd16-1637-8305-12ae-dad5bad670f0-764bff5e, #w-node-a370863c-1c7e-cfd6-0287-32c7597cbcef-764bff5e, #w-node-dd00b9e7-1b41-e876-a45d-c64cb5cbf443-b5cbf42c, #w-node-_1bfab7c2-6cdd-89d5-d858-c9237ff2d6c5-b5cbf42c, #w-node-_828434b9-9fa9-f14d-a782-b861f03d94d9-764bff60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32fd2c8a-4262-83ef-0d81-0edffa7c7feb-764bff60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d385ae82-cbab-2c77-310c-87161fc3773a-764bff60, #w-node-d385ae82-cbab-2c77-310c-87161fc37742-764bff60, #w-node-d385ae82-cbab-2c77-310c-87161fc3774a-764bff60, #w-node-d385ae82-cbab-2c77-310c-87161fc37752-764bff60 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcc2d0fb-cdcf-0756-b7db-fef6403c96e1-764bff60, #w-node-bd83a95e-3594-2643-faa8-b3af8af583f7-764bff62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a5cbe8ca-011b-9dc7-3a9f-81c85094dfc2-764bff72, #w-node-a5cbe8ca-011b-9dc7-3a9f-81c85094dfc3-764bff72, #w-node-a5cbe8ca-011b-9dc7-3a9f-81c85094dfc4-764bff72, #w-node-a5cbe8ca-011b-9dc7-3a9f-81c85094dfc5-764bff72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df1370a9-5054-014b-53a9-eba9d25cb6a5-764bff72 {
  grid-area: drinks;
}

#w-node-df1370a9-5054-014b-53a9-eba9d25cb6cc-764bff72 {
  grid-area: specials;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a16c-764bff73 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a16d-764bff73 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a16f-764bff73 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a170-764bff73 {
  grid-area: 2 / 5 / 4 / 6;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a171-764bff73 {
  grid-area: 4 / 5 / 6 / 6;
}

#w-node-c17d3c92-0dcf-7056-f07c-528adc86a172-764bff73 {
  grid-area: 3 / 6 / 5 / 7;
}

#w-node-_2c7ef770-1b6c-f187-4fd9-e9d5c3938572-764bff76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_2c7ef770-1b6c-f187-4fd9-e9d5c393857e-764bff76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

@media screen and (max-width: 991px) {
  #w-node-a6225da1-e5b3-7738-7115-777ca35e4b85-764bff5e, #w-node-dd00b9e7-1b41-e876-a45d-c64cb5cbf443-b5cbf42c, #w-node-fcc2d0fb-cdcf-0756-b7db-fef6403c96e1-764bff60, #w-node-_2c7ef770-1b6c-f187-4fd9-e9d5c3938572-764bff76 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c17d3c92-0dcf-7056-f07c-528adc86a16c-764bff73, #w-node-c17d3c92-0dcf-7056-f07c-528adc86a16d-764bff73 {
    grid-column: 1 / 2;
  }

  #w-node-c17d3c92-0dcf-7056-f07c-528adc86a170-764bff73, #w-node-c17d3c92-0dcf-7056-f07c-528adc86a171-764bff73 {
    grid-column: 4 / 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9f36abcb-bbc5-61af-c0a3-9c929b6e2794-764bff5e, #w-node-_05d22814-b8e4-45a6-84d2-ef6bfa5960e9-764bff5e, #w-node-_66ce373e-24d7-eb84-8105-9edb4dac8441-764bff5e, #w-node-_87b53bd1-7ff9-2cf0-8213-e84f20582dc2-764bff5e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Permanent Marker';
  src: url('../fonts/PermanentMarker-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tanker';
  src: url('../fonts/Tanker-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic-kopia.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic-kopia.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic-kopia.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic-kopia.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular-kopia.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
