:root {
  --white: white;
  --black: black;
  --cedarwood-green: #646a50;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

.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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-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-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-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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #43464d;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  margin-top: 136px;
  padding-bottom: 49px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: var(--white);
  max-width: 100vw;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.cc-store-home-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-subscribe-form {
  border: 1px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f4f4f4;
  background-image: url('../images/nhn.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: padding-box;
  border-radius: 0;
  min-height: 9.068%;
  max-height: 9.06793%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity ease-out;
  overflow: hidden;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.section.footer {
  background-color: #676e4b;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: auto;
  max-width: 100%;
  margin: 0;
}

.container.cc-subscription-form {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 134px;
  margin-bottom: 162px;
  margin-left: auto;
  padding-top: 54px;
  padding-bottom: 40px;
  padding-left: 0;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.container.cc-heading-wrap.burnsidetitle {
  margin-bottom: 63px;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

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

.paragraph-bigger.align_center.padding_50 {
  padding-top: 100px;
  padding-bottom: 40px;
  font-size: 27px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #676e4b;
  border-radius: 0;
  margin-right: 0;
  padding: 12px 60px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  background-color: var(--white);
  color: #676e4b;
  border: 1px solid #676e4b;
}

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-add-to-cart-btn {
  margin-top: 10px;
  margin-right: 10px;
}

.label {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: 4px;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: 1;
  color: #676e4b;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: -40px;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-light.cc-subscribe-paragraph {
  background-color: var(--white);
  opacity: 1;
  color: #676e4b;
  width: 40%;
  font-size: 16px;
  transition: opacity ease-in;
}

.paragraph-light.about {
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  color: #676e4b;
  text-transform: none;
  background-image: linear-gradient(#0000, #0000);
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.margin_10 {
  margin-bottom: 10px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  background-color: var(--white);
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.navigation-items {
  flex-flow: wrap-reverse;
  flex: 1;
  place-content: center flex-start;
  align-items: stretch;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.navigation.logo {
  box-shadow: none;
}

.last-name {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.last-name:hover {
  border-color: #e3e6eb;
}

.last-name:active, .last-name:focus, .last-name.-wfp-focus {
  border-color: #43464d;
}

.last-name::placeholder {
  color: #32343a66;
}

.last-name.cc-subscribe-text-field {
  color: #676e4b;
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

.last-name.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.last-name.cc-contact-field {
  margin-bottom: 25px;
}

.last-name.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.last-name.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 80px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 8px 12px 8px 20px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  margin-left: 1087px;
  margin-right: 365px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 80px;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.intro-header {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: #fff;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  margin-top: 0;
  margin-bottom: 1px;
}

.main-paragraph-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template: ". ."
  / 1fr;
  grid-auto-columns: .25fr;
  margin-top: 60px;
  margin-bottom: 0;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  background-color: #676e4b;
  grid-template: ". . . . ."
                 ". . . . ."
                 / .25fr;
  place-items: start;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  opacity: .6;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 30px 30px;
}

.product-price-text {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1_1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 620px;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 150px;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.support-link {
  opacity: .7;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 100px;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: 1px;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 700px;
  margin-bottom: 30px;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 16px 24px;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 24px 24px 12px;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
}

.billing-address-toggle {
  align-items: center;
  margin-bottom: 20px;
}

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

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 20px 24px;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: 14px;
  line-height: 26px;
}

.option {
  margin-bottom: 25px;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 42px;
}

.order-wrap {
  flex-basis: 750px;
}

.order-summary {
  flex-basis: 370px;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: 2px;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.image {
  margin-left: -1200px;
  padding-left: 0;
}

.image-2 {
  flex: 0 auto;
  font-size: 10px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

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

.grid-3.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #676e4b;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-bottom: 129px;
  display: flex;
}

.nav {
  padding-left: 0;
  position: relative;
}

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

.dropdown-toggle {
  display: flex;
}

.image-3 {
  padding-bottom: 46px;
  padding-left: 0;
}

.grid-4 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  margin-bottom: 68px;
  display: grid;
  position: static;
}

.button-3 {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  background-color: #676e4b;
  border-radius: 0;
  width: 230.547px;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.button-3:hover {
  background-color: var(--white);
  color: #676e4b;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-color: #676e4b;
}

.button-3.hover-button {
  color: var(--white);
  -webkit-text-stroke-color: #676e4b;
  background-color: #676e4b;
  border-color: #676e4b;
  width: 240px;
  height: 78px;
}

.button-3.hover-button:hover {
  background-color: var(--white);
  color: #676e4b;
  -webkit-text-stroke-color: var(--white);
}

.button-3.padding_10 {
  padding-top: 10px;
}

.button-3.margin_20 {
  padding-top: 20px;
}

.button-3.one-line {
  height: 50px;
}

.button-3.small {
  width: 50%;
  height: auto;
}

.image-4 {
  text-align: center;
  display: inline-block;
}

.div-block-3 {
  text-align: center;
  margin-top: -69px;
  margin-bottom: -107px;
  padding-bottom: 185px;
}

.image-5 {
  float: none;
  clear: none;
  text-align: right;
  margin-top: 107px;
  display: inline-block;
  position: relative;
}

.body {
  text-align: center;
  margin-bottom: 0;
}

.heding-1 {
  color: #676e4b;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.heding-1.left-alight {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-2 {
  color: #676e4b;
  font-size: 44px;
  line-height: 36px;
}

.text-block-2 {
  color: #676e4b;
  margin-top: 39px;
  padding-bottom: 83px;
}

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

.button-4 {
  background-color: var(--white);
  color: #676e4b;
  box-shadow: 0 5px 8px #676e4b;
}

.t-c {
  color: var(--white);
  text-align: center;
  background-color: #676e4b;
  margin-top: auto;
  padding-bottom: 20px;
  font-size: 10px;
  line-height: 15px;
  overflow: visible;
}

.t-c.right-column {
  text-align: left;
  margin-top: 41px;
  padding-left: 190px;
}

.t-c.middle-column {
  margin-top: 65px;
  padding-left: 250px;
}

.t-c.middle {
  background-color: var(--white);
  color: #676e4b;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 25px;
}

.t-c.middle-2 {
  background-color: var(--white);
  color: #676e4b;
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 51px;
  padding-left: 50px;
}

.t-c.right-side-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  color: #676e4b;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  margin-left: -63px;
  display: flex;
}

.t-c.left-side-2 {
  background-color: var(--white);
  color: #676e4b;
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-top: 51px;
  margin-left: -68px;
}

.t-c.menu {
  color: #676e4b;
  background-color: #0000;
}

.text-block-3 {
  font-size: 10px;
  line-height: 15px;
}

.text-block-4 {
  color: #676e4b;
  margin-top: 17px;
  margin-bottom: -46px;
  font-size: 9px;
  line-height: 15px;
}

.heading-3 {
  color: #676e4b;
  font-size: 30px;
}

.heading-4 {
  color: #676e4b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 44px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 38px;
}

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

.text-block-5 {
  color: var(--white);
  text-align: left;
  font-size: 12px;
  line-height: 15px;
}

.heading-5, .heading-6 {
  color: var(--white);
}

.text-block-6 {
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}

.text-block-7 {
  color: var(--white);
}

.text-block-8 {
  color: var(--white);
  font-size: 12px;
  line-height: 15px;
}

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

.subheading.white.centred {
  text-align: center;
  display: block;
}

.section-2 {
  background-color: #676e4b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-6 {
  margin-top: -1114px;
  margin-left: -960px;
  padding-left: 0;
  display: inline-block;
}

.columns {
  margin-top: -632px;
  padding-top: 0;
}

.image-7 {
  text-align: center;
  padding-left: 33px;
  padding-right: 0;
}

.heading-7 {
  color: var(--white);
  font-size: 20px;
}

.heading-8 {
  text-transform: uppercase;
  font-size: 22px;
}

.heading-9 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.text-block-9 {
  color: var(--white);
  font-size: 13px;
}

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

.text-block-10 {
  color: var(--white);
  margin-top: -38px;
  margin-bottom: 0;
  padding-top: 48px;
  font-size: 10px;
}

.div-block-4 {
  outline-offset: 0px;
  border: 1px solid #676e4b;
  outline: 1px solid #676e4b;
  margin-left: 117px;
  margin-right: 1147px;
  padding-left: 0;
  padding-right: 0;
}

.grid-8 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-color: #676e4b;
  background-color: #676e4b;
  border: 2px solid #676e4b;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 198px;
  margin-right: 1076px;
  padding-left: 57px;
  padding-right: 0;
  display: block;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .icon-2 {
  color: #676e4b;
}

.div-block-6 {
  -webkit-text-stroke-color: #676e4b;
  border: 2px solid #676e4b;
  margin-bottom: 30px;
  margin-left: 465px;
  margin-right: 470px;
  padding-left: 0;
}

.div-block-7 {
  -webkit-text-stroke-color: #676e4b;
  border: 2px solid #676e4b;
  margin: 197px 579px 30px 561px;
}

.image-8 {
  margin-top: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 268px;
}

.dropdown-toggle-2 {
  display: inline-block;
}

.div-block-8 {
  padding-left: 232px;
}

.div-block-9 {
  display: flex;
}

.image-9 {
  padding-top: 0;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: -90px;
  margin-bottom: 129px;
}

.grid-10 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -102px;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.heading-10 {
  color: #676e4b;
  text-align: center;
  -webkit-text-stroke-color: #676e4b;
  margin-top: 0;
  font-size: 25px;
  line-height: 36px;
}

.heading-10._676e4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 77px;
  font-size: 50px;
}

.heading-10.cantact-us-page {
  font-size: 45px;
}

.heading-10.contact-us-page {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 86px;
  font-size: 40px;
}

.heading-10.contact-us-page.newsletter {
  margin-bottom: 0;
  line-height: 55px;
}

.heading-10.join-us {
  margin-bottom: 40px;
  font-size: 40px;
}

.heading-11 {
  color: #676e4b;
  text-transform: uppercase;
  font-size: 25px;
}

.heading-11.centered {
  text-align: center;
}

.text-block-16 {
  color: #676e4b;
  margin-right: 0;
  padding-right: 0;
}

.image-10 {
  text-align: center;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline-block;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  color: #676e4b;
}

.text-block-17 {
  color: #676e4b;
  text-align: center;
}

.text-block-18 {
  color: #676e4b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 18px;
}

.text-block-18.bold {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 700;
}

.heading-12 {
  color: #676e4b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 109px;
  margin-bottom: 49px;
  font-size: 25px;
  line-height: 26px;
}

.text-block-19 {
  color: #676e4b;
  text-align: center;
}

.button-5 {
  text-align: center;
  background-color: #676e4b;
  margin-top: 32px;
  margin-left: 81px;
  margin-right: 78px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.button-5.black {
  border: 1px solid var(--white);
  background-color: #b8bea1;
}

.text-block-20 {
  color: #676e4b;
  text-align: center;
  margin-top: 67px;
  padding-bottom: 39px;
  font-size: 10px;
  line-height: 15px;
}

.button-6 {
  text-align: center;
  background-color: #676e4b;
  margin-left: 0;
}

.column {
  border: 1px solid var(--white);
  -webkit-text-stroke-color: var(--white);
}

.column-2 {
  background-color: #f6f6f6;
}

.column-3 {
  border: 1px solid #0000;
}

.image-11 {
  margin-top: 0;
}

.heading-13 {
  color: #676e4b;
  font-size: 30px;
  line-height: 32px;
}

.heading-13.centeralign {
  text-align: center;
  text-decoration: none;
}

.heading-13.centeralign:hover {
  font-size: 35px;
}

.heading-14 {
  color: #676e4b;
}

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

.image-13 {
  margin-left: 526px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.grid-11 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -51px;
}

.grid-12 {
  background-color: #676e4b;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-14 {
  margin-top: 39px;
  margin-left: 156px;
  padding-top: 0;
}

.column-4, .columns-2 {
  background-color: #676e4b;
}

.heading-15 {
  color: var(--white);
  text-align: left;
  font-size: 25px;
}

.text-block-21 {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  font-size: 14px;
}

.text-block-21.text-block-margin {
  margin-bottom: 10px;
  font-weight: 400;
}

.text-block-21.black {
  color: var(--black);
}

.text-block-21.black.centered {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-2 {
  color: var(--white);
  text-align: left;
  padding-left: 0;
}

.link-3, .link-4, .link-5, .link-6 {
  color: var(--white);
}

.div-block-10 {
  background-color: #676e4b;
}

.text-block-22 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  padding-bottom: 33px;
  font-size: 9px;
}

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

.image-15 {
  margin-top: 39px;
  margin-left: 56px;
}

.image-16 {
  margin-top: 0;
}

.image-17, .container-2 {
  margin-top: 60px;
}

.image-18 {
  text-align: right;
  margin-left: 439px;
}

.column-5 {
  margin-bottom: 0;
}

.column-6 {
  margin-bottom: 57px;
}

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

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

.grid-15 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: -82px;
  margin-bottom: 0;
  padding-top: 0;
}

.heading-16 {
  font-size: 90px;
}

.heading-17 {
  color: #676e4b;
  font-size: 90px;
}

.heading-18 {
  color: #676e4b;
  text-align: center;
  text-transform: uppercase;
  margin-top: 52px;
  font-size: 50px;
}

.image-19 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-20 {
  margin-left: 222px;
}

.heading-19 {
  color: #676e4b;
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
}

.heading-20 {
  font-size: 35px;
}

.heading-21 {
  color: #676e4b;
  font-size: 35px;
}

.heading-22 {
  font-size: 35px;
}

.bottom {
  color: #676e4b;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
  font-size: 35px;
}

.bottom.diatryinfo {
  margin-top: 85px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 15px;
}

.bottom.diatryinfo.bottoms {
  margin-right: 0;
  padding-left: 220px;
  padding-right: 220px;
}

.bottom.diatryinfo.bottomline {
  margin-left: 45px;
  margin-right: 45px;
}

.menu-item {
  color: #676e4b;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.menu-item.collomn {
  padding-left: 100px;
  line-height: 40px;
}

.menu-item.column {
  padding-left: 100px;
  font-weight: 700;
  line-height: 40px;
}

.menu-item.column.second-line.teas {
  font-weight: 400;
}

.menu-item.column.second-line.smothies {
  margin-top: 42px;
}

.menu-item.column.second-line.coldb {
  margin-top: 0;
}

.menu-item.column.lunchbox-xpress-2024 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  line-height: 40px;
  display: flex;
}

.menu-item.column.teas {
  padding-right: 99px;
  font-weight: 400;
  display: block;
}

.menu-item.column.teas.rightcolumn {
  padding-left: 50px;
}

.menu-item.right-column {
  padding-left: 50px;
  font-weight: 700;
  line-height: 40px;
}

.menu-item.right-column.shakes {
  margin-top: 42px;
}

.menu-item.right-column.protein {
  margin-top: 30px;
}

.menu-item.middle-column {
  padding-left: 100px;
}

.menu-item.middle-column2 {
  margin-left: 0;
  padding-left: 0;
}

.menu-item.left-column {
  margin-left: 40px;
  padding-left: 0;
}

.menu-item.left-column.ml {
  margin-left: 264px;
}

.menu-item.left-column.centred {
  text-align: center;
}

.menu-item.left-column._2-lines {
  padding-top: 0;
  padding-bottom: 0;
}

.menu-item._1-3-column {
  margin-left: 26px;
}

.menu-item.milks, .menu-item.milks.special-menu-subheading {
  margin-left: 40px;
}

.menu-item.special-menu-subheading {
  margin-left: -123px;
}

.menu-item.special-menu-subheading.beverages {
  margin-left: 190px;
}

.menu-item.special-menu-subheading.beverages.milkshake {
  text-align: left;
  margin-left: 484px;
}

.menu-item.special-menu-subheading.right-column-drinks {
  text-align: center;
  margin-left: 0;
}

.menu-item.special-menu-subheading.milkshake-price {
  margin-left: -123px;
  padding-left: 0;
}

.menu-item.special-menu-subheading.column-2 {
  -webkit-text-stroke-color: transparent;
  margin-left: 0;
}

.menu-item.special-menu-subheading.wine-menu {
  text-align: center;
  margin-left: 0;
}

.menu-item.right-column-drinks {
  margin-left: 134px;
}

.menu-item.left-price {
  margin-left: 0;
  padding-left: 0;
}

.menu-item._1-column {
  text-align: center;
  margin-left: 108px;
  font-size: 22px;
  font-weight: 500;
}

.menu-item.for-x {
  text-align: center;
  margin-left: 54px;
  font-size: 22px;
  font-weight: 500;
}

.menu-item.second-column {
  padding-left: 187px;
}

.menu-item.price-2 {
  padding-left: 0;
}

.menu-item.drinks-size {
  text-align: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 15px;
  display: block;
}

.menu-item.kids-menu, .menu-item.kids-menu.second-line {
  font-weight: 700;
  line-height: 40px;
}

.menu-item.wine-subheading {
  text-align: right;
  padding-left: 240px;
  padding-right: 0;
  font-size: 14px;
}

.menu-item.wine-subheading.wine-type {
  color: var(--white);
  text-align: left;
  background-color: #676e4b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.menu-item.drinks-heading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.menu-item.centerd {
  text-align: center;
}

.menu-item.sidesitems {
  font-size: 14px;
}

.menu-item.salmonprice {
  margin-top: 60px;
  display: flex;
}

.menu-item.card {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 50px;
  padding-top: 0;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.menu-item.card.coffeeprice {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  font-weight: 700;
  line-height: 18px;
}

.menu-item.card.milkstitle {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
}

.menu-item.card.wedgesprice {
  margin-top: 7px;
}

.menu-item.pricecw {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 14px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.menu-item.pricecw.tea1 {
  margin-top: 54px;
  margin-left: -56px;
}

.menu-item.pricet {
  font-weight: 700;
  line-height: 40px;
}

.menu-item.sizeco {
  font-weight: 400;
}

.menu-item.mobilescoops.mobilebigscoopa.tablescoops {
  margin-top: 22px;
}

.menu-item-description {
  color: #676e4b;
  margin-top: -16px;
  padding-top: 0;
}

.menu-item-description.collumn {
  padding-left: 190px;
}

.menu-item-description.column {
  margin-top: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 22px;
}

.menu-item-description.column-right {
  padding-left: 190px;
}

.menu-item-description.right-column {
  direction: ltr;
  margin-top: 0;
  padding: 0 87px 0 50px;
}

.menu-item-description.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
  padding-right: 0;
}

.menu-item-description.right-column.spreads.salmon {
  margin-top: 10px;
  padding-top: 0;
  text-decoration: none;
}

.menu-item-description.middle-column {
  padding-left: 100px;
}

.menu-item-description.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.menu-item-description.left-column {
  margin-left: 40px;
}

.menu-item-description.left-column.food-description.drinks {
  margin-top: -2px;
}

.menu-item-description.right-column-drinksw {
  margin-left: 134px;
}

.menu-item-description.kids-menu {
  margin-top: 0;
  margin-right: -139px;
  padding-right: 228px;
}

.menu-item-description.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.column-7 {
  padding-left: 351px;
}

.text-block-23 {
  margin-top: -30px;
}

.price-second-line {
  color: #0000;
  margin-top: -23px;
}

.text-block-24 {
  font-size: 10px;
}

.image-21 {
  margin-top: 60px;
  padding-bottom: 0;
}

.text-block-25, .food-description {
  color: #676e4b;
  font-style: italic;
  font-weight: 600;
}

.food-description.collum {
  padding-left: 190px;
}

.food-description.column {
  padding-left: 100px;
}

.food-description.right-column {
  padding-left: 50px;
}

.text-block-26 {
  color: #676e4b;
}

.image-22 {
  margin-top: 60px;
  padding-bottom: 0;
}

.special-menu-subheading {
  color: #676e4b;
  font-size: 22px;
  font-weight: 700;
}

.special-menu-subheading.middle-column {
  margin-bottom: 42px;
  padding-left: 250px;
}

.special-menu-subheading.milks {
  margin-left: 40px;
}

.special-menu-subheading.beverages.menu-item {
  text-align: center;
  margin-left: 0;
}

.special-menu-subheading.column-2 {
  text-align: center;
}

.column-8 {
  background-color: #676e4b;
  padding-bottom: 39px;
}

.column-9 {
  opacity: .75;
  background-color: #676e4b;
  display: inline-block;
  left: 37px;
}

.column-10 {
  opacity: 1;
  background-color: #676e4b;
  margin-bottom: 63px;
  padding-bottom: 189px;
  left: 76px;
}

.grid-16 {
  grid-column-gap: 53px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 99px;
  padding-left: 90px;
}

.sides-heading {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 27px;
  font-weight: 600;
}

.sides {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 27px;
  font-size: 22px;
  line-height: 40px;
}

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

.sides-size {
  color: var(--white);
  margin-top: 12px;
  margin-bottom: -16px;
  font-size: 27px;
}

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

.image-23 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.column-12 {
  padding-left: 199px;
  padding-right: 0;
}

.column-13 {
  padding-left: 63px;
  padding-right: 0;
}

.image-24 {
  margin-left: -29px;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
}

.columns-3 {
  margin-top: 85px;
  margin-bottom: 0;
}

.image-25 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-26 {
  margin-top: 60px;
}

.image-27 {
  margin-left: 437px;
}

.grid-17 {
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  padding-bottom: 0;
}

.section-3 {
  background-color: #676e4b;
}

.body-2 {
  background-color: var(--white);
  margin-bottom: 3px;
  padding-top: 0;
}

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

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

.image-28 {
  border-radius: 90px;
  margin-left: 80px;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.image-29 {
  margin-top: 14px;
  margin-left: 91px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.column-15 {
  -webkit-text-stroke-color: var(--white);
}

.image-30 {
  margin-top: 9px;
  margin-left: 14px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.columns-4 {
  margin-top: 90px;
  padding-bottom: 57px;
}

.section-4 {
  margin-top: 40px;
  margin-bottom: 81px;
  overflow: hidden;
}

.columns-5 {
  margin-top: 45px;
  margin-bottom: 73px;
}

.image-31 {
  margin-top: 0;
  margin-left: 0;
}

.image-31.line {
  margin-left: 190px;
}

.image-32 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
}

.menu-item.special-menu-subheading.middle {
  text-align: center;
  margin-left: 0;
}

.menu-item.special-menu-subheading.middle.wine-heading {
  margin-top: 40px;
  margin-left: 0;
  font-size: 28px;
}

.menu-item.wine-subheading {
  text-align: center;
  padding-left: 0;
}

.section-5 {
  margin-top: 48px;
  overflow: hidden;
}

.column-16 {
  margin-top: 47px;
}

.milkshake-line {
  margin-right: 43px;
  padding-left: 0;
  display: block;
}

.columns-6 {
  margin-top: 15px;
}

.image-33 {
  opacity: 1;
  border-radius: 80px;
  margin-top: 45px;
  margin-left: 40px;
  padding-bottom: 0;
  padding-left: 0;
}

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

.section-6 {
  background-color: #676e4b;
}

.container-3 {
  margin-bottom: 7px;
}

.image-34 {
  margin-left: 437px;
}

.grid-20, .grid-21 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.column-18 {
  padding-bottom: 57px;
}

.container-4 {
  margin-top: -121px;
}

.image-35 {
  margin-top: 0;
  padding-bottom: 0;
}

.columns-7 {
  padding-bottom: 85px;
}

.image-36 {
  margin-left: 603px;
  margin-right: 0;
  padding-left: 498px;
  padding-right: 0;
}

.navbar {
  float: none;
  border: 0px solid var(--white);
  background-color: var(--white);
  filter: blur();
  text-align: left;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  top: 200px;
  overflow: visible;
  box-shadow: 0 -6px 13px 2px #00000047, 0 2px 5px 1px #0003;
}

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

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

.grid-23 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 110px;
  margin-bottom: 3px;
}

.container-5 {
  border: 1px solid var(--white);
}

.container-6 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

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

.columns-8 {
  background-color: #676e4b;
}

.columns-8.address-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.link-about {
  color: var(--white);
  text-align: left;
  padding-left: 0;
}

.link-8 {
  -webkit-text-stroke-color: var(--white);
}

.link-menu {
  color: var(--white);
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  padding-left: 0;
}

.link-what-s-on, .link-careers, .link-contact {
  color: var(--white);
  text-align: left;
  padding-left: 0;
}

.image-37 {
  margin-top: 81px;
  margin-left: 40px;
  margin-right: auto;
  padding-left: 95px;
  padding-right: 0;
  display: inline-block;
}

.div-block-12 {
  background-color: #676e4b;
  margin-bottom: 17px;
  padding-bottom: 30px;
}

.section-7 {
  background-color: #676e4b;
}

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

.heading-1 {
  color: #676e4b;
  text-align: center;
  -webkit-text-stroke-color: #676e4b;
}

.text-block-27 {
  color: #4b566e;
  text-align: center;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-style: normal;
  text-decoration: none;
}

.image-39 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-40 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-8 {
  margin-top: 50px;
  margin-bottom: 73px;
}

.image-41 {
  margin-top: 0;
  margin-left: 439px;
}

.section-9 {
  margin-top: 33px;
  margin-bottom: 30px;
  padding-bottom: 0;
  overflow: hidden;
}

.columns-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-42 {
  margin-left: auto;
  margin-right: auto;
}

.container-7 {
  -webkit-text-stroke-color: var(--white);
}

.navbar-3 {
  background-color: var(--white);
  box-shadow: 0 2px 5px #0003;
}

.section-10 {
  background-color: #676e4b;
}

.text-block-28 {
  color: var(--white);
  text-align: center;
  background-color: #676e4b;
  margin-top: 0;
  padding-bottom: 17px;
  font-size: 10px;
  line-height: 15px;
}

.image-43 {
  margin-left: -202px;
}

.kids-menu.newbevarea {
  margin-top: 123px;
}

.container-8 {
  margin-top: 40px;
}

.section-11 {
  margin-top: 295px;
}

.field-label-6 {
  opacity: .68;
}

.field-label-7 {
  opacity: .43;
}

.columns-10 {
  margin-top: 10px;
}

.link-block, .column-22 {
  text-align: left;
}

.grid-24 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.image-44, .image-45, .image-46, .image-47 {
  margin-top: 0;
}

.image-48 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-49 {
  margin-top: 0;
}

.image-50 {
  margin-top: 0;
  padding-bottom: 49px;
}

.section-12 {
  padding-top: 40px;
}

.image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .div-block-13 {
  margin-top: 0;
}

.image-59 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
}

.image-60, .image-61 {
  margin-top: 0;
  padding-bottom: 0;
}

.container-9 {
  margin-left: auto;
  margin-right: auto;
}

.image-62 {
  margin-top: 0;
}

.image-63 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-64, .image-65, .image-66, .image-67 {
  margin-top: 0;
}

.image-68 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.image-69 {
  margin-top: 0;
}

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

.text-block-29 {
  color: var(--white);
  font-size: 10px;
  line-height: 15px;
}

.link-9 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: #676e4b;
  background-color: #676e4b;
  margin-bottom: 0;
  font-size: 14px;
}

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

.image-70, .image-71, .image-72 {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-block-30, .text-block-31, .list {
  font-size: 14px;
}

.image-73, .image-74, .image-75, .image-76 {
  margin-top: 0;
}

.section-13 {
  margin-top: 60px;
}

.image-77 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.hover {
  padding-left: 40px;
  padding-right: 40px;
  position: static;
}

.hover:hover {
  color: #426908;
}

.hover:active {
  color: #666e4b;
}

.hover.w--current {
  color: #000;
}

.hover.w--current:hover {
  color: #426908;
}

.hover.dropdown-hover:hover {
  background-color: var(--cedarwood-green);
  color: #fff;
}

.dropdown-list {
  position: absolute;
}

.dropdown-list.w--open {
  top: 5.9883px;
  left: 161px;
}

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

.image-78 {
  margin-top: auto;
  margin-left: 10px;
  padding-bottom: 10px;
}

.image-79 {
  margin-top: 0;
  padding-bottom: 0;
  padding-right: 85px;
}

.image-80 {
  margin-top: -18px;
  margin-left: 161px;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list-2 {
  left: 161px;
}

.dropdown-list-2.w--open {
  top: 13.2188px;
  left: 239px;
}

.aside {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-14 {
  width: auto;
  position: static;
}

.column-23, .column-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.collection-item-2 {
  clear: none;
  position: relative;
}

.link-block-2 {
  background-color: #676e4b;
}

.link-block-2.w--current {
  background-image: none;
}

.div-block-16 {
  background-color: #676e4b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-81 {
  background-color: #676e4b;
}

.image-82 {
  text-align: left;
  border-radius: 65px;
  margin-top: 20px;
  margin-left: 0;
  padding-bottom: 0;
}

.column-27 {
  position: relative;
}

.image-83 {
  margin-top: 0;
}

.cell {
  text-align: left;
}

.cell-2 {
  background-color: #676e4b;
}

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

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image-84 {
  border-radius: 200px;
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12, .field-label-13 {
  color: #676e4b;
}

.textarea {
  padding-bottom: 60px;
}

.heading-24 {
  color: #676e4b;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
}

.image-85 {
  margin-top: 40px;
}

.image-86 {
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 49px;
  padding-bottom: 0;
}

.column-28 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: static;
}

.column-29 {
  flex-flow: column wrap;
  place-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: static;
}

.columns-11 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  display: flex;
  overflow: hidden;
}

.columns-11.map-2 {
  margin-top: 40px;
}

.html-embed {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.column-30 {
  text-align: left;
  padding-left: 10px;
}

.image-87 {
  margin-top: 0;
}

.text-block-32 {
  color: #676e4b;
  text-align: center;
}

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

.image-88, .image-89 {
  margin-top: 0;
  padding-bottom: 0;
}

.columns-12 {
  margin-bottom: 40px;
  display: none;
}

.image-95, .image-96 {
  margin-top: 0;
  padding-bottom: 0;
}

.nav-menu-2 {
  position: static;
}

.section-16 {
  margin-top: 20px;
}

.columns-13 {
  background-image: linear-gradient(#676e4b, #676e4b);
}

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

.column-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-14 {
  display: block;
}

.text-span {
  font-size: 14px;
  font-weight: 400;
}

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

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

.quick-stack {
  margin-left: 40px;
  margin-right: 40px;
}

.cell-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.locationimage {
  margin-top: 0;
  padding-bottom: 10px;
}

.link-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-block-12 {
  margin-top: 100px;
  text-decoration: none;
}

.section-18, .section-19 {
  overflow: hidden;
}

.text-span-2 {
  text-decoration: none;
}

.div-block-19 {
  padding: 20px 0 20px 20px;
}

.cellcentered {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  margin: 20px;
}

.div-block-20 {
  background-image: linear-gradient(#666e4b, #666e4b);
  width: 500px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gelato {
  margin-top: 0;
  padding-bottom: 0;
}

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

.grid-27 {
  grid-template-columns: .5fr;
  grid-auto-flow: column;
}

.column-36, .column-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-25 {
  color: #676e4b;
  text-align: center;
  font-size: 20px;
}

.paragraph {
  text-align: center;
}

.paragraph-gelato {
  color: #676e4b;
  text-align: center;
  margin-top: 32px;
  font-size: 20px;
  line-height: 31px;
}

.div-block-22 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.div-block-24 {
  display: block;
}

.venue-wrapper {
  overflow-wrap: normal;
}

.select-field {
  color: #1a1b1f;
  background-color: #fff;
  height: 40px;
  padding-bottom: 10px;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  margin-top: 40px;
}

.image-98, .image-99 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-100 {
  margin-top: 0;
  padding-bottom: 0;
  position: static;
}

.cell-5 {
  flex-direction: row;
}

.image-101 {
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-left: 10px;
  padding-bottom: 0;
  padding-left: 10px;
}

.image-102, .image-103 {
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 20px;
}

.cell-6 {
  background-image: url('../images/Gelato-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.quick-stack-4 {
  margin-top: 60px;
}

.cell-7 {
  padding-top: 0;
}

.image-104, .image-105 {
  margin-top: 0;
  padding-bottom: 0;
}

.image-106 {
  background-image: url('../images/Gelato-3.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-bottom: 50px;
}

.cell-8 {
  background-image: url('../images/Gelato-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.heading-26 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-7 {
  background-color: #6d7451;
  justify-content: center;
  display: flex;
}

.button-8 {
  background-color: #6d7451;
  justify-content: center;
  align-items: stretch;
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
}

.button-9, .button-10 {
  background-color: #6d7451;
  justify-content: center;
  margin-bottom: 35px;
  display: flex;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-107 {
  width: 80%;
  margin-top: auto;
  padding-bottom: 0;
}

.cell-10 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.text-block-33 {
  font-size: 12px;
}

.text-block-34 {
  text-align: left;
}

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

.text-block-35 {
  font-size: 12px;
}

.italic-text {
  color: #52a2d4;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.link-10 {
  text-decoration: none;
}

.div-block-25 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.text-span-4 {
  color: #ffffff36;
}

.code-embed {
  width: 100%;
  max-width: 960px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.quick-stack-5 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  padding-left: 0;
}

.column-38 {
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0 80px 80px;
}

.column-30-copy {
  text-align: left;
  margin-top: 2rem;
  padding-left: 10px;
}

.column-39 {
  margin-top: 2rem;
}

.flex-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
}

.flex-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.code-embed-2 {
  background-color: #7a825c;
}

.div-block-26 {
  margin-bottom: 155px;
}

.div-block-27 {
  padding: 60px;
}

.section-26 {
  margin-top: 60px;
}

.columns-17 {
  outline-offset: 0px;
  outline: 3px #1a1b1f;
  margin-top: 10px;
}

.column-40 {
  position: relative;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.columns-stroke {
  border: 1px solid var(--cedarwood-green);
}

.menu-card {
  grid-column-gap: 16px;
  grid-row-gap: 14px;
  border: 1px solid var(--cedarwood-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  grid-auto-columns: 1fr;
  padding: 15px 0 30px 30px;
  display: grid;
}

.menu-card.mob2 {
  grid-template-columns: 1fr .25fr;
  padding-top: 26px;
}

.menu-card.mob2.green {
  border-color: var(--white);
  background-color: #ffffff80;
}

.menu-card.mob2.green.coffeesection {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto auto auto;
  padding-left: 99px;
}

.menu-card.mob2.green.coffeesection.desci {
  grid-row-gap: 27px;
  grid-template-columns: 1fr .25fr 1fr;
  padding-bottom: 0;
  font-size: 12px;
}

.menu-card.mob2.green.coffeesection.desci.shakes {
  grid-column-gap: 16px;
  grid-row-gap: 27px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.menu-card.mob2.green.coffeesection.desci.shakes.coldbeverage {
  margin-top: 40px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.wines {
  padding-top: 48px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.zeroproof {
  margin-top: 12px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.shakesnew {
  margin-top: 32px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.proshakes {
  margin-top: 30px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.tea {
  margin-top: 26px;
}

.menu-card.mob2.green.coffeesection.desci.shakes.zeroburn {
  margin-top: 17px;
}

.menu-card.mob2.green.coffeesection.desci.coffeeareab {
  grid-template-columns: 1fr .25fr .25fr;
}

.menu-card.mob2.green.milks {
  grid-column-gap: 41px;
  grid-row-gap: 11px;
  border-color: var(--cedarwood-green);
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr .25fr;
  margin: -2px -356px 4px 71px;
  padding-top: 31px;
  padding-bottom: 24px;
  padding-right: 0;
}

.menu-card.mob2.green.milks.alcoholsection {
  margin-top: 73px;
  padding-bottom: 191px;
}

.menu-card.mob2.fries.burnsidefries {
  grid-template-rows: auto auto auto;
}

.menu-card.mob2.wahfries1 {
  grid-template-columns: 1fr .25fr .25fr;
}

.card-menu-item-description {
  color: #676e4b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 18px;
}

.card-menu-item-description.collumn {
  padding-left: 190px;
}

.card-menu-item-description.column {
  padding-left: 100px;
  padding-right: 178px;
}

.card-menu-item-description.column-right {
  padding-left: 190px;
}

.card-menu-item-description.right-column {
  direction: ltr;
  margin-top: -8px;
  padding: 0 163px 0 50px;
}

.card-menu-item-description.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
}

.card-menu-item-description.right-column.spreads.salmon {
  margin-top: 23px;
  padding-top: 0;
  text-decoration: none;
}

.card-menu-item-description.middle-column {
  padding-left: 100px;
}

.card-menu-item-description.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.card-menu-item-description.left-column {
  margin-left: 40px;
}

.card-menu-item-description.left-column.food-description.drinks {
  margin-top: -2px;
}

.card-menu-item-description.right-column-drinksw {
  margin-left: 134px;
}

.card-menu-item-description.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.card-menu-item-description.drinkcoffees {
  margin-top: 0;
}

.card-menu-item-description.drinkcoffees.coffeedescription {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.card-menu-item-description.drinkcoffees.coffeedescription.iceddrinkslist {
  margin-top: -20px;
}

.card-menu-item-description.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
  padding-right: 151px;
}

.card-menu-item-description.drinkcoffees.namedrink, .card-menu-item-description.namedrink {
  font-weight: 400;
}

.card-menu-item-description.iceddrink {
  font-weight: 700;
}

.card-menu-item-description.iceddrink.icedrinktitle {
  font-weight: 400;
}

.card-menu-item-description.milkdescription {
  margin-top: -4px;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.card-menu-item-description.milkdescription.frist {
  margin-top: -16px;
}

.card-menu-item-description.milkdescription.frist.milksdesc {
  margin-top: -2px;
}

.card-menu-item-description.syrup, .card-menu-item-description.extras {
  margin-top: 10px;
}

.card-menu-item-description.zeroo.bevline {
  line-height: 25px;
}

.div-block-29 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--cedarwood-green);
  object-fit: fill;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 1px;
  margin: 19px 184px 0 46px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-29.mob {
  margin-top: 29px;
  margin-left: 52px;
  margin-right: 138px;
  padding-top: 0;
}

.div-block-30 {
  border: 1px solid #676e4d54;
}

.div-block-31 {
  border: 1px solid #676e4d;
}

.container-15 {
  margin-top: 77px;
}

.superscript-5.superscript-3 {
  padding-left: 3px;
}

.superscript-17.superscript-3.vo {
  padding-left: 8px;
}

.superscript-18.superscript-3 {
  padding-left: 0;
}

.columns-18 {
  margin-top: 10px;
  padding-top: 0;
}

.columns-19, .columns-20 {
  margin-top: 10px;
}

.columns-21, .columns-22 {
  margin-top: 0;
}

.columns-23, .columns-24, .columns-25 {
  margin-top: 10px;
}

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

.columns-31, .columns-32, .columns-33, .columns-34, .columns-35, .columns-36 {
  margin-bottom: 15px;
}

.bold-text-2 {
  font-size: 20px;
}

.bold-text-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-47 {
  line-height: 20px;
}

.text-block-36 {
  margin-top: -24px;
  padding-top: 0;
}

.column-48 {
  margin-top: 30px;
}

.columns-37 {
  margin-left: 0;
  padding-left: 50px;
}

.div-block-32 {
  margin-top: 43px;
  margin-left: 28px;
  padding-right: 436px;
}

.bold-text-4 {
  padding-right: 6px;
}

.burger {
  margin-top: 8px;
}

.menu-item-description-copy {
  color: #676e4b;
  margin-top: -16px;
  padding-top: 0;
}

.menu-item-description-copy.collumn {
  padding-left: 190px;
}

.menu-item-description-copy.column {
  margin-top: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 22px;
}

.menu-item-description-copy.column-right {
  padding-left: 190px;
}

.menu-item-description-copy.right-column {
  direction: ltr;
  margin-top: 0;
  padding: 0;
}

.menu-item-description-copy.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
  padding-right: 0;
}

.menu-item-description-copy.right-column.spreads.salmon {
  margin-top: 10px;
  padding-top: 0;
  text-decoration: none;
}

.menu-item-description-copy.middle-column {
  padding-left: 100px;
}

.menu-item-description-copy.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.menu-item-description-copy.left-column {
  margin-left: 40px;
}

.menu-item-description-copy.left-column.food-description.drinks {
  margin-top: -2px;
}

.menu-item-description-copy.right-column-drinksw {
  margin-left: 134px;
}

.menu-item-description-copy.kids-menu {
  margin-top: 0;
  margin-right: -139px;
  padding-right: 228px;
}

.menu-item-description-copy.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.card-menu-item-description-copy {
  color: #676e4b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 18px;
}

.card-menu-item-description-copy.collumn {
  padding-left: 190px;
}

.card-menu-item-description-copy.column {
  padding-left: 100px;
  padding-right: 178px;
}

.card-menu-item-description-copy.column-right {
  padding-left: 190px;
}

.card-menu-item-description-copy.right-column {
  direction: ltr;
  margin-top: -8px;
  padding: 0 163px 0 50px;
}

.card-menu-item-description-copy.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
}

.card-menu-item-description-copy.right-column.spreads.salmon {
  margin-top: 23px;
  padding-top: 0;
  text-decoration: none;
}

.card-menu-item-description-copy.middle-column {
  padding-left: 100px;
}

.card-menu-item-description-copy.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.card-menu-item-description-copy.left-column {
  margin-left: 40px;
}

.card-menu-item-description-copy.left-column.food-description.drinks {
  margin-top: -2px;
}

.card-menu-item-description-copy.right-column-drinksw {
  margin-left: 134px;
}

.card-menu-item-description-copy.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.card-menu-item-description-copy.drinkcoffees {
  margin-top: 0;
}

.card-menu-item-description-copy.drinkcoffees.coffeedescription {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.card-menu-item-description-copy.drinkcoffees.coffeedescription.iceddrinkslist {
  margin-top: -20px;
}

.card-menu-item-description-copy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
  padding-right: 151px;
}

.card-menu-item-description-copy.drinkcoffees.namedrink, .card-menu-item-description-copy.namedrink {
  font-weight: 400;
}

.card-menu-item-description-copy.iceddrink {
  font-weight: 700;
}

.card-menu-item-description-copy.iceddrink.icedrinktitle {
  font-weight: 400;
}

.card-menu-item-description-copy.milkdescription {
  margin-top: -4px;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.card-menu-item-description-copy.milkdescription.frist {
  margin-top: -16px;
}

.card-menu-item-description-copy.milkdescription.frist.milksdesc {
  margin-top: -2px;
}

.card-menu-item-description-copy.syrup, .card-menu-item-description-copy.extras {
  margin-top: 10px;
}

.card-menu-item-description-copy.zeroo.bevline {
  line-height: 25px;
}

.card-menu-item-shoesfriescopy {
  color: #676e4b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 18px;
}

.card-menu-item-shoesfriescopy.collumn {
  padding-left: 190px;
}

.card-menu-item-shoesfriescopy.column {
  padding-left: 100px;
  padding-right: 178px;
}

.card-menu-item-shoesfriescopy.column-right {
  padding-left: 190px;
}

.card-menu-item-shoesfriescopy.right-column {
  direction: ltr;
  margin-top: -8px;
  padding: 0 163px 0 50px;
}

.card-menu-item-shoesfriescopy.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
}

.card-menu-item-shoesfriescopy.right-column.spreads.salmon {
  margin-top: 23px;
  padding-top: 0;
  text-decoration: none;
}

.card-menu-item-shoesfriescopy.middle-column {
  padding-left: 100px;
}

.card-menu-item-shoesfriescopy.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.card-menu-item-shoesfriescopy.left-column {
  margin-left: 40px;
}

.card-menu-item-shoesfriescopy.left-column.food-description.drinks {
  margin-top: -2px;
}

.card-menu-item-shoesfriescopy.right-column-drinksw {
  margin-left: 134px;
}

.card-menu-item-shoesfriescopy.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.card-menu-item-shoesfriescopy.drinkcoffees {
  margin-top: 0;
}

.card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription.iceddrinkslist {
  margin-top: -20px;
}

.card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
  padding-right: 151px;
}

.card-menu-item-shoesfriescopy.drinkcoffees.namedrink, .card-menu-item-shoesfriescopy.namedrink {
  font-weight: 400;
}

.card-menu-item-shoesfriescopy.iceddrink {
  font-weight: 700;
}

.card-menu-item-shoesfriescopy.iceddrink.icedrinktitle {
  font-weight: 400;
}

.card-menu-item-shoesfriescopy.milkdescription {
  margin-top: -4px;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.card-menu-item-shoesfriescopy.milkdescription.frist {
  margin-top: -16px;
}

.card-menu-item-shoesfriescopy.milkdescription.frist.milksdesc {
  margin-top: -2px;
}

.card-menu-item-shoesfriescopy.syrup, .card-menu-item-shoesfriescopy.extras {
  margin-top: 10px;
}

.card-menu-item-shoesfriescopy.zeroo.bevline {
  line-height: 25px;
}

.card-menu-wedges-copy {
  color: #676e4b;
  margin-top: 11px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 18px;
}

.card-menu-wedges-copy.collumn {
  padding-left: 190px;
}

.card-menu-wedges-copy.column {
  padding-left: 100px;
  padding-right: 178px;
}

.card-menu-wedges-copy.column-right {
  padding-left: 190px;
}

.card-menu-wedges-copy.right-column {
  direction: ltr;
  margin-top: -8px;
  padding: 0 163px 0 50px;
}

.card-menu-wedges-copy.right-column.spreads {
  margin-top: -26px;
  padding-top: 0;
}

.card-menu-wedges-copy.right-column.spreads.salmon {
  margin-top: 23px;
  padding-top: 0;
  text-decoration: none;
}

.card-menu-wedges-copy.middle-column {
  padding-left: 100px;
}

.card-menu-wedges-copy.middle-column.middle-special {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
}

.card-menu-wedges-copy.left-column {
  margin-left: 40px;
}

.card-menu-wedges-copy.left-column.food-description.drinks {
  margin-top: -2px;
}

.card-menu-wedges-copy.right-column-drinksw {
  margin-left: 134px;
}

.card-menu-wedges-copy.lunch-box-xpress-description {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-right: 20px;
  font-style: italic;
  font-weight: 400;
  display: flex;
}

.card-menu-wedges-copy.drinkcoffees {
  margin-top: 0;
}

.card-menu-wedges-copy.drinkcoffees.coffeedescription {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 19px;
  display: block;
}

.card-menu-wedges-copy.drinkcoffees.coffeedescription.iceddrinkslist {
  margin-top: -20px;
}

.card-menu-wedges-copy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
  padding-right: 151px;
}

.card-menu-wedges-copy.drinkcoffees.namedrink, .card-menu-wedges-copy.namedrink {
  font-weight: 400;
}

.card-menu-wedges-copy.iceddrink {
  font-weight: 700;
}

.card-menu-wedges-copy.iceddrink.icedrinktitle {
  font-weight: 400;
}

.card-menu-wedges-copy.milkdescription {
  margin-top: -4px;
  margin-right: 0;
  padding-top: 0;
  font-size: 15px;
}

.card-menu-wedges-copy.milkdescription.frist {
  margin-top: -16px;
}

.card-menu-wedges-copy.milkdescription.frist.milksdesc {
  margin-top: -2px;
}

.card-menu-wedges-copy.syrup, .card-menu-wedges-copy.extras {
  margin-top: 10px;
}

.card-menu-wedges-copy.zeroo.bevline {
  line-height: 25px;
}

.text-block-16-copy {
  color: #676e4b;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .section, .section.cc-subscribe-form {
    margin-bottom: 0;
  }

  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .container.cc-heading-wrap {
    margin-top: 40px;
  }

  .button {
    justify-content: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .paragraph-light.about {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    flex-direction: row;
    flex: 0 auto;
    align-content: flex-start;
    align-items: baseline;
    display: flex;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .last-name.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .intro-header {
    height: 100px;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

  .order-summary {
    flex-basis: 320px;
  }

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

  .button-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .button-3.hover-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3.small {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row-reverse wrap;
    flex: 0 auto;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .heding-1 {
    padding-left: 20px;
  }

  .t-c {
    padding-top: 20px;
  }

  .t-c.middle-2 {
    padding-left: 40px;
  }

  .t-c.right-side-2 {
    text-align: left;
    margin-left: 40px;
  }

  .t-c.left-side-2 {
    margin-left: 20px;
  }

  .heading-4 {
    font-size: 35px;
  }

  .heading-10.contact-us-page.newsletter {
    margin-bottom: 0;
  }

  .heading-11.centered {
    text-align: left;
    padding-left: 20px;
  }

  .image-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-18 {
    margin-bottom: 20px;
  }

  .heading-18 {
    margin-top: 44px;
    font-size: 45px;
    line-height: 70px;
  }

  .bottom.diatryinfo {
    padding-right: 5px;
    font-size: 9px;
  }

  .bottom.diatryinfo.bottoms.mobilet {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 15px;
    display: flex;
  }

  .menu-item.collomn {
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .menu-item.column {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .menu-item.column.second-line {
    box-sizing: border-box;
    flex-flow: row;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .menu-item.column.second-line.nuggets {
    margin-top: 2px;
  }

  .menu-item.column.second-line {
    margin-top: 20px;
  }

  .menu-item.column.lunchbox-xpress-2024 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-item.column.fattouch {
    margin-top: 14px;
  }

  .menu-item.column.fattouch.space.middle {
    margin-top: 23px;
  }

  .menu-item.column.space3.takeaway, .menu-item.column.blt.takeaway {
    margin-top: 9px;
  }

  .menu-item.column.ham.takeaway {
    margin-top: 13px;
  }

  .menu-item.column.takeaway {
    margin-top: 11px;
  }

  .menu-item.column.middle {
    margin-top: 16px;
  }

  .menu-item.column.leb.lamb {
    margin-top: 8px;
  }

  .menu-item.right-column {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .menu-item.right-column.space1.zatar {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item.right-column.space1.zatar.middle, .menu-item.right-column.space1.middle {
    margin-top: 8px;
  }

  .menu-item.right-column.space2.middle {
    margin-top: 11px;
  }

  .menu-item.right-column.middle {
    margin-top: 8px;
  }

  .menu-item.middle-column {
    padding-left: 40px;
  }

  .menu-item.middle-column2 {
    margin-left: 40px;
  }

  .menu-item.left-column {
    margin-left: 10px;
  }

  .menu-item.milks, .menu-item.milks.special-menu-subheading, .menu-item.special-menu-subheading.beverages {
    margin-left: 40px;
  }

  .menu-item.special-menu-subheading.right-column-drinks {
    margin-left: auto;
  }

  .menu-item.right-column-drinks {
    text-align: left;
    margin-left: 0;
  }

  .menu-item.price-2 {
    margin-left: -38px;
    padding-left: 0;
  }

  .menu-item.drinks-size {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item.kids-menu {
    margin-top: 0;
    margin-left: 0;
  }

  .menu-item.kids-menu.second-line {
    margin-top: 0;
    margin-left: 0;
    line-height: 20px;
  }

  .menu-item.kids-menu.space3 {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-item.centerd {
    justify-content: center;
    align-items: center;
  }

  .menu-item.card {
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-item.card.coffeeprice {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-item.card.coffeeprice.teaprice {
    margin-top: -13px;
  }

  .menu-item.card.wedgesprice {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .menu-item.pricecw, .menu-item.pricet {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
  }

  .menu-item.mobilescoops.mobilebigscoopa.tablescoops {
    margin-top: 24px;
  }

  .menu-item-description.column {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .menu-item-description.right-column {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .menu-item-description.right-column.spreads {
    margin-top: -10px;
  }

  .menu-item-description.right-column.spreads.salmon {
    margin-top: 0;
  }

  .menu-item-description.middle-column {
    padding-left: 40px;
  }

  .menu-item-description.left-column {
    margin-left: 40px;
  }

  .menu-item-description.right-column-drinksw {
    margin-left: auto;
  }

  .menu-item-description.kids-menu {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .menu-item-description.lunch-box-xpress-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .food-description.column, .food-description.right-column, .special-menu-subheading.middle-column {
    padding-left: 40px;
  }

  .special-menu-subheading.milks {
    margin-left: 40px;
  }

  .special-menu-subheading.beverages.menu-item {
    line-height: 35px;
  }

  .image-23 {
    margin-left: 0;
  }

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

  .image-24 {
    margin-left: 0;
  }

  .image-31.line, .image-32 {
    margin-left: 40px;
  }

  .menu-item.special-menu-subheading.middle.wine-heading {
    text-align: center;
    align-items: center;
    padding-left: 220px;
  }

  .image-33 {
    margin-left: auto;
  }

  .grid-21 {
    margin-bottom: auto;
  }

  .column-18 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-35 {
    padding-top: 0;
    padding-left: 20px;
  }

  .image-36 {
    margin-left: 0;
    padding-left: 556px;
  }

  .navbar {
    text-align: center;
    justify-content: flex-end;
    align-items: center;
  }

  .columns-8.address-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-37 {
    margin-left: -57px;
  }

  .image-38 {
    margin-left: -49px;
  }

  .column-19 {
    padding-left: 0;
    padding-right: 10px;
  }

  .column-20 {
    padding-left: 56px;
    padding-right: 0;
  }

  .section-9 {
    padding-left: 0;
  }

  .text-block-28 {
    padding-top: 20px;
  }

  .image-43 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .food-menu.drinksbevalc.tabletburn {
    margin-top: -49px;
  }

  .grid-24 {
    padding-top: 20px;
  }

  .image-50 {
    padding-bottom: 0;
  }

  .image-63 {
    margin-top: 0;
  }

  .image-64 {
    width: auto;
    padding-bottom: 0;
  }

  .image-65, .image-66, .image-67 {
    padding-bottom: 0;
  }

  .grid-25 {
    display: block;
  }

  .hover, .hover.w--open {
    width: 100%;
  }

  .section-14 {
    z-index: 999;
    position: relative;
  }

  .column-23 {
    flex-direction: column;
    align-self: auto;
    align-items: center;
  }

  .column-24 {
    position: static;
  }

  .column-26 {
    flex-flow: column;
    position: static;
  }

  .container-10 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-84 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-28 {
    align-items: flex-start;
  }

  .column-29 {
    align-items: stretch;
  }

  .columns-11 {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .html-embed {
    justify-content: flex-start;
    margin-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .column-33, .section-15 {
    text-align: center;
  }

  .columns-12 {
    flex-flow: column wrap;
    place-content: stretch center;
    align-items: center;
    display: none;
  }

  .link-block-7, .link-block-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-9 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-90 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .image-91, .image-92, .image-93, .image-94 {
    padding-bottom: 0;
  }

  .container-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: #fff;
    width: 100vw;
    position: static;
  }

  .quick-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .superscript {
    font-size: 10px;
    line-height: 16px;
  }

  .div-block-19 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown, .dropdown-2 {
    width: 100%;
  }

  .quick-stack-2 {
    margin: 0;
  }

  .heading-25 {
    font-size: 18px;
  }

  .paragraph-gelato {
    font-size: 15px;
  }

  .cell-5 {
    flex-wrap: nowrap;
    display: flex;
  }

  .image-101 {
    margin-left: 0;
  }

  .image-102, .image-103 {
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    margin-top: 40px;
  }

  .cell-7 {
    padding-top: 0;
  }

  .image-106 {
    padding-bottom: 0;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .text-block-34.center {
    text-align: left;
  }

  .quick-stack-5 {
    width: 100%;
  }

  .column-38 {
    flex-flow: row;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .flex-block, .flex-block-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
  }

  .div-block-27 {
    padding: 20px;
  }

  .columns-17 {
    margin-top: 10px;
  }

  .div-block-28 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-card {
    grid-column-gap: 6px;
    object-fit: fill;
    grid-template-columns: .5fr .25fr .25fr;
    margin-right: -127px;
    padding-left: 20px;
    padding-right: 0;
    line-height: 10px;
  }

  .menu-card.mob2 {
    grid-template-columns: .5fr .25fr .25fr;
    padding-left: 22px;
    padding-right: 13px;
  }

  .menu-card.mob2.green.coffeesection.desci {
    margin-right: -59px;
    padding-left: 25px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes {
    margin-left: 19px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.coldbeverage {
    margin-top: 14px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.wines {
    grid-template-columns: 1fr .25fr;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.shakesnew {
    margin-top: -13px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.tea {
    margin-top: 11px;
  }

  .menu-card.mob2.green.coffeesection.desci.coffeeareab {
    grid-template-columns: 1fr .25fr .25fr;
    margin-right: 0;
    padding-right: 0;
  }

  .menu-card.mob2.green.milks {
    grid-template-columns: minmax(200px, 5fr) 1fr;
    margin-left: 0;
    margin-right: 83px;
    padding-top: 27px;
    padding-left: 27px;
    padding-right: 292px;
  }

  .menu-card.mob2.fries.burnsidefries {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .75fr .25fr;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 22px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .menu-card.mob2.wahfries1 {
    grid-column-gap: 18px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 0;
  }

  .card-menu-item-description {
    padding-top: 0;
    font-size: 15px;
    display: flex;
  }

  .card-menu-item-description.column, .card-menu-item-description.right-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-menu-item-description.middle-column {
    padding-left: 40px;
  }

  .card-menu-item-description.left-column {
    margin-left: 40px;
  }

  .card-menu-item-description.right-column-drinksw {
    margin-left: auto;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 14px;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
    margin-top: -13px;
    padding-right: 0;
  }

  .card-menu-item-description.milkdescription.frist.milksdesc {
    font-size: 13px;
  }

  .card-menu-item-description.zeroo {
    line-height: 22px;
  }

  .div-block-29.mob {
    justify-content: flex-start;
    align-items: center;
    margin-left: -3px;
    margin-right: 41px;
    padding-left: 0;
  }

  .superscript-2 {
    flex: none;
    justify-content: center;
    align-items: center;
    line-height: 0;
    display: flex;
    position: relative;
  }

  .superscript-3 {
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 0;
    line-height: 0;
    display: flex;
    position: static;
  }

  .superscript-3.superscript-13 {
    flex: none;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .superscript-4 {
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 50px;
    display: flex;
  }

  .superscript-4.superscript-3 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    line-height: 5px;
    display: flex;
  }

  .superscript-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .superscript-5.superscript-3 {
    padding-left: 8px;
  }

  .superscript-6, .superscript-7 {
    flex: none;
    justify-content: center;
    align-items: center;
    line-height: 5px;
    display: flex;
  }

  .superscript-8 {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .superscript-9, .superscript-10 {
    flex: none;
  }

  .superscript-11 {
    flex: none;
    justify-content: center;
    align-items: center;
    line-height: 0;
    display: flex;
  }

  .superscript-12 {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .diatry {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .superscript-13 {
    flex: 0 auto;
  }

  .superscript-13.superscript-3 {
    flex: none;
    order: 0;
    margin-left: 0;
    padding-left: 44px;
  }

  .superscript-14 {
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 6px;
    line-height: 0;
    display: flex;
  }

  .superscript-15 {
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    line-height: 5px;
    display: flex;
  }

  .superscript-15.superscript-3 {
    flex-flow: row;
    align-self: flex-start;
    margin-left: 0;
  }

  .column-41 {
    line-height: 10px;
  }

  .superscript-16 {
    justify-content: center;
    align-items: center;
    line-height: 5px;
    display: flex;
  }

  .superscript-16.superscript-3 {
    padding-left: 8px;
  }

  .superscript-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .superscript-17.superscript-3 {
    margin-right: 54px;
  }

  .superscript-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-26, .columns-27, .columns-28, .columns-29, .columns-30 {
    margin-bottom: 15px;
  }

  .columns-31 {
    padding-bottom: 15px;
  }

  .columns-32, .columns-33, .columns-34 {
    margin-bottom: 15px;
  }

  .column-49 {
    display: block;
  }

  .menu-item-description-copy.column {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .menu-item-description-copy.right-column {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .menu-item-description-copy.right-column.spreads {
    margin-top: -10px;
  }

  .menu-item-description-copy.right-column.spreads.salmon {
    margin-top: 0;
  }

  .menu-item-description-copy.middle-column {
    padding-left: 40px;
  }

  .menu-item-description-copy.left-column {
    margin-left: 40px;
  }

  .menu-item-description-copy.right-column-drinksw {
    margin-left: auto;
  }

  .menu-item-description-copy.kids-menu {
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .card-menu-item-description-copy {
    padding-top: 0;
    font-size: 15px;
    display: flex;
  }

  .card-menu-item-description-copy.column, .card-menu-item-description-copy.right-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-menu-item-description-copy.middle-column {
    padding-left: 40px;
  }

  .card-menu-item-description-copy.left-column {
    margin-left: 40px;
  }

  .card-menu-item-description-copy.right-column-drinksw {
    margin-left: auto;
  }

  .card-menu-item-description-copy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 14px;
  }

  .card-menu-item-description-copy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
    margin-top: -13px;
  }

  .card-menu-item-description-copy.milkdescription.frist.milksdesc {
    font-size: 13px;
  }

  .card-menu-item-description-copy.zeroo {
    line-height: 22px;
  }

  .card-menu-item-shoesfriescopy {
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 15px;
    display: flex;
  }

  .card-menu-item-shoesfriescopy.column, .card-menu-item-shoesfriescopy.right-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-menu-item-shoesfriescopy.middle-column {
    padding-left: 40px;
  }

  .card-menu-item-shoesfriescopy.left-column {
    margin-left: 40px;
  }

  .card-menu-item-shoesfriescopy.right-column-drinksw {
    margin-left: auto;
  }

  .card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 14px;
  }

  .card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
    margin-top: -13px;
  }

  .card-menu-item-shoesfriescopy.milkdescription.frist.milksdesc {
    font-size: 13px;
  }

  .card-menu-item-shoesfriescopy.zeroo {
    line-height: 22px;
  }

  .card-menu-wedges-copy {
    padding-top: 0;
    font-size: 15px;
    display: flex;
  }

  .card-menu-wedges-copy.column, .card-menu-wedges-copy.right-column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-menu-wedges-copy.middle-column {
    padding-left: 40px;
  }

  .card-menu-wedges-copy.left-column {
    margin-left: 40px;
  }

  .card-menu-wedges-copy.right-column-drinksw {
    margin-left: auto;
  }

  .card-menu-wedges-copy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 14px;
  }

  .card-menu-wedges-copy.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
    margin-top: -13px;
  }

  .card-menu-wedges-copy.milkdescription.frist.milksdesc {
    font-size: 13px;
  }

  .card-menu-wedges-copy.zeroo {
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .section.cc-subscribe-form {
    margin-bottom: 0;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cc-heading-wrap {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger, .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .paragraph-light.about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .navigation {
    padding: 20px 30px;
  }

  .last-name.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .last-name.cc-contact-field, .last-name.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .grid-4 {
    place-content: end space-between;
  }

  .t-c {
    padding-top: 20px;
  }

  .t-c.left-side-2 {
    margin-left: 0;
  }

  .heading-4 {
    font-size: 35px;
  }

  .heading-10.contact-us-page.newsletter {
    margin-bottom: 0;
  }

  .heading-11.leftalign, .text-block-16 {
    text-align: left;
  }

  .text-block-18 {
    margin-bottom: 20px;
  }

  .heading-18 {
    margin-top: 34px;
    font-size: 38px;
    line-height: 66px;
  }

  .image-19 {
    margin-top: 0;
  }

  .bottom {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 45px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .bottom.diatryinfo {
    text-align: center;
    margin-top: 28px;
    margin-left: 25px;
    margin-right: 25px;
    padding-right: 0;
  }

  .bottom.diatryinfo.bottoms.mobilet {
    margin-top: 35px;
    margin-right: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom.diatryinfo.bottomline {
    text-align: center;
    margin-top: 29px;
  }

  .menu-item {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    line-height: 10px;
  }

  .menu-item.collomn {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .menu-item.column {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-item.column.second-line {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-item.column.second-line.nuggets.space3, .menu-item.column.second-line.space1 {
    margin-top: 13px;
  }

  .menu-item.column.second-line.space1.zuch {
    margin-top: 19px;
  }

  .menu-item.column.second-line {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .menu-item.column.second-line.space1 {
    margin-top: 1px;
  }

  .menu-item.column.second-line.space1.burger {
    margin-top: 17px;
  }

  .menu-item.column.lunchbox-xpress-2024 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .menu-item.column.fattouch.space {
    margin-top: 24px;
  }

  .menu-item.column.fattouch.space.middle {
    justify-content: center;
    align-items: center;
  }

  .menu-item.column.space {
    margin-top: 8px;
  }

  .menu-item.column.space3 {
    margin-top: 13px;
  }

  .menu-item.column.space3.takeaway {
    margin-top: 21px;
  }

  .menu-item.column.blt.takeaway {
    margin-top: 18px;
  }

  .menu-item.column.ham.takeaway {
    margin-top: 15px;
  }

  .menu-item.column.leb {
    margin-top: 11px;
  }

  .menu-item.right-column {
    justify-content: center;
    align-items: center;
    margin-top: 17px;
  }

  .menu-item.right-column.space {
    justify-content: center;
    align-items: center;
    margin-top: 29px;
  }

  .menu-item.right-column.space1 {
    margin-top: -7px;
  }

  .menu-item.right-column.space2 {
    margin-top: 0;
  }

  .menu-item.right-column.middle {
    justify-content: center;
    align-items: center;
  }

  .menu-item.middle-column {
    justify-content: flex-start;
  }

  .menu-item.left-column {
    justify-content: flex-start;
    margin-left: 0;
    font-size: 17px;
  }

  .menu-item.milks, .menu-item.milks.special-menu-subheading, .menu-item.special-menu-subheading.beverages, .menu-item.price-2 {
    margin-left: 0;
  }

  .menu-item.drinks-size {
    padding-right: 0;
  }

  .menu-item.kids-menu {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    line-height: 20px;
  }

  .menu-item.kids-menu.second-line {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .menu-item.kids-menu.second-line.space3 {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }

  .menu-item.kids-menu.space3 {
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }

  .menu-item.wine-subheading.wine-type {
    padding-left: 0;
  }

  .menu-item.drinks-heading {
    font-size: 20px;
    line-height: 31px;
  }

  .menu-item.drinks-heading.coffee-textsize {
    font-size: 15px;
  }

  .menu-item.centerd {
    font-size: 17px;
  }

  .menu-item.card {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    font-weight: 700;
  }

  .menu-item.card.mobilefriestitle {
    margin-bottom: 10px;
  }

  .menu-item.pricecw {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .menu-item.pricet {
    justify-content: center;
    align-items: center;
  }

  .menu-item.pricet.pricett {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-item.sizeco, .menu-item.mobile {
    justify-content: center;
    align-items: center;
  }

  .menu-item.mobilescoops.mobilebigscoopa {
    margin-top: 26px;
  }

  .menu-item-description.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-item-description.column.boldprice {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-description.column.mezze {
    margin-left: 20px;
    margin-right: 20px;
  }

  .menu-item-description.right-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .menu-item-description.right-column.spreads {
    padding-right: 0;
  }

  .menu-item-description.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-item-description.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-item-description.right-column-drinksw {
    text-align: center;
  }

  .menu-item-description.kids-menu {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    display: flex;
  }

  .menu-item-description.lunch-box-xpress-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
  }

  .special-menu-subheading {
    justify-content: center;
    display: flex;
  }

  .special-menu-subheading.milks {
    margin-left: 0;
  }

  .image-32 {
    margin-left: 0;
    padding-left: 250px;
  }

  .menu-item.special-menu-subheading.middle.wine-heading {
    padding-left: 0;
  }

  .image-33 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-35 {
    padding-left: 20px;
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
  }

  .columns-8 {
    padding-top: 40px;
  }

  .grid-24 {
    padding-top: 20px;
    position: static;
  }

  .image-50 {
    padding-bottom: 0;
  }

  .image-63 {
    margin-top: 0;
  }

  .image-64 {
    height: auto;
    padding-bottom: 0;
  }

  .image-65, .image-66, .image-67 {
    padding-bottom: 0;
  }

  .image-68 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-25 {
    display: block;
  }

  .hover {
    position: static;
  }

  .column-23, .column-24, .column-25 {
    padding-bottom: 20px;
  }

  .column-26 {
    height: auto;
    padding-bottom: 20px;
  }

  .image-81 {
    margin-top: 0;
  }

  .column-27 {
    padding-left: 10px;
  }

  .container-10 {
    flex-flow: wrap;
    place-content: stretch center;
    align-items: center;
    margin-left: 468px;
    display: flex;
    position: static;
  }

  .image-86 {
    border-radius: 0;
  }

  .columns-11 {
    flex-wrap: wrap;
  }

  .html-embed {
    flex-direction: row;
    place-content: flex-end flex-start;
  }

  .column-32 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .menu-button-2 {
    position: static;
  }

  .div-block-17 {
    margin-top: 60px;
  }

  .columns-12 {
    flex-flow: column;
    align-content: stretch;
    display: none;
  }

  .quick-stack-2 {
    margin: 0;
  }

  .heading-25 {
    font-size: 11px;
  }

  .paragraph-gelato {
    font-size: 15px;
  }

  .image-101 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-102, .image-103 {
    padding-right: 0;
  }

  .cell-6, .cell-7 {
    padding-top: 0;
  }

  .cell-9 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-10 {
    justify-content: center;
    align-items: center;
    padding-left: 23px;
  }

  .code-embed {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-38 {
    margin-bottom: 0;
  }

  .div-block-26 {
    margin-bottom: 60px;
  }

  .div-block-27 {
    padding: 10px;
  }

  .menu-card.mob2 {
    margin-left: -2px;
    margin-right: 0;
    padding-left: 25px;
  }

  .menu-card.mob2.green.coffeesection.desci {
    margin-top: -57px;
    margin-left: 10px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes {
    margin-top: 29px;
    padding-top: 0;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.coldbeverage {
    margin-top: 36px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.wines {
    margin-top: 28px;
    padding-top: 0;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.zeroproof {
    margin-top: 31px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.shakesnew {
    margin-top: 33px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.proshakes {
    grid-row-gap: 27px;
    margin-top: 35px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.spiritt {
    margin-top: -3px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.tea {
    margin-top: 27px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.zeroburn {
    margin-top: 33px;
  }

  .menu-card.mob2.green.coffeesection.desci.coffeeareab {
    margin-left: 18px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-card.mob2.green.milks {
    grid-template-columns: minmax(200px, 2fr) 1.75fr;
    margin-left: -9px;
    margin-right: 176px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-card.mob2.fries.burnsidefries {
    margin-left: 120px;
  }

  .menu-card.mob2.wahfries1 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr .5fr .25fr;
    margin-left: 78px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-menu-item-description {
    padding-top: 0;
  }

  .card-menu-item-description.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    display: flex;
  }

  .card-menu-item-description.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-menu-item-description.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-menu-item-description.right-column-drinksw {
    text-align: center;
  }

  .card-menu-item-description.kids-menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .card-menu-item-description.lunch-box-xpress-description {
    padding-right: 0;
  }

  .card-menu-item-description.milkdescription.frist {
    margin-top: 0;
  }

  .card-menu-item-description.milkdescription.frist.milksdesc {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-29.mob {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-15.kids {
    margin-top: 48px;
  }

  .superscript-2.superscript-3 {
    margin-left: 0;
  }

  .superscript-3.superscript-13 {
    padding-left: 12px;
  }

  .superscript-4.superscript-3 {
    font-size: 15px;
  }

  .superscript-5.superscript-3 {
    padding-left: 0;
  }

  .superscript-6.superscript-3 {
    margin-left: 0;
  }

  .superscript-7.superscript-3 {
    padding-left: 0;
  }

  .superscript-16.superscript-3 {
    margin-left: 10px;
    padding-left: 0;
  }

  .superscript-17.superscript-3.vo {
    padding-left: 0;
  }

  .column-46 {
    margin-top: 8px;
  }

  .div-block-32 {
    padding-right: 0;
  }

  .column-50, .column-51, .column-52, .column-53, .column-54 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-55 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-description-copy.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 40px;
    display: flex;
  }

  .menu-item-description-copy.column.boldprice {
    padding-left: 0;
    padding-right: 27px;
  }

  .menu-item-description-copy.right-column {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 40px;
    display: flex;
  }

  .menu-item-description-copy.right-column.spreads {
    padding-right: 0;
  }

  .menu-item-description-copy.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-item-description-copy.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-item-description-copy.right-column-drinksw {
    text-align: center;
  }

  .menu-item-description-copy.kids-menu {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .menu-item-description-copy.lunch-box-xpress-description {
    padding-right: 0;
  }

  .card-menu-item-description-copy {
    padding-top: 0;
  }

  .card-menu-item-description-copy.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    display: flex;
  }

  .card-menu-item-description-copy.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-menu-item-description-copy.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-menu-item-description-copy.right-column-drinksw {
    text-align: center;
  }

  .card-menu-item-description-copy.kids-menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .card-menu-item-description-copy.lunch-box-xpress-description {
    padding-right: 0;
  }

  .card-menu-item-description-copy.milkdescription.frist {
    margin-top: 0;
  }

  .card-menu-item-description-copy.milkdescription.frist.milksdesc {
    margin-top: -31px;
    padding-top: 0;
  }

  .card-menu-item-shoesfriescopy {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    line-height: 10px;
  }

  .card-menu-item-shoesfriescopy.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    display: flex;
  }

  .card-menu-item-shoesfriescopy.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-menu-item-shoesfriescopy.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-menu-item-shoesfriescopy.right-column-drinksw {
    text-align: center;
  }

  .card-menu-item-shoesfriescopy.kids-menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .card-menu-item-shoesfriescopy.lunch-box-xpress-description {
    padding-right: 0;
  }

  .card-menu-item-shoesfriescopy.milkdescription.frist {
    margin-top: 0;
  }

  .card-menu-item-shoesfriescopy.milkdescription.frist.milksdesc {
    margin-top: -31px;
    padding-top: 0;
  }

  .card-menu-wedges-copy {
    padding-top: 0;
  }

  .card-menu-wedges-copy.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    display: flex;
  }

  .card-menu-wedges-copy.middle-column {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .card-menu-wedges-copy.left-column {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .card-menu-wedges-copy.right-column-drinksw {
    text-align: center;
  }

  .card-menu-wedges-copy.kids-menu {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .card-menu-wedges-copy.lunch-box-xpress-description {
    padding-right: 0;
  }

  .card-menu-wedges-copy.milkdescription.frist {
    margin-top: 0;
  }

  .card-menu-wedges-copy.milkdescription.frist.milksdesc {
    margin-top: -31px;
    padding-top: 0;
  }

  .column-56, .column-57 {
    text-align: center;
  }

  .section-27 {
    margin-top: -49px;
  }

  .superscript-19 {
    padding-left: 10px;
  }

  .text-block-16-copy {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section {
    margin-top: 140px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .section.cc-store-home-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .section.cc-subscribe-form {
    margin-bottom: 0;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.topmargin {
    margin-top: 190px;
  }

  .container {
    margin-top: 0;
  }

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.cc-heading-wrap {
    margin-top: -72px;
    margin-bottom: 0;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

  .navigation {
    margin-top: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block {
    width: 100%;
    max-width: none;
  }

  .footer {
    padding-top: 0;
  }

  .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-item-content-wrap {
    margin-bottom: 5px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .grid-2 {
    clear: left;
    flex-flow: row;
    order: 0;
    place-content: flex-start center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100vw;
    margin-top: 0;
    padding-top: 0;
    display: none;
    position: static;
  }

  .heding-1 {
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }

  .t-c {
    padding-top: 20px;
  }

  .t-c.right-side-2 {
    text-align: center;
    margin-left: 0;
  }

  .t-c.left-side-2 {
    justify-content: flex-start;
    margin-left: 0;
    display: flex;
  }

  .heading-4 {
    font-size: 25px;
  }

  .heading-10.contact-us-page {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
  }

  .text-block-16 {
    text-align: left;
  }

  .text-block-18 {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 40px;
    display: block;
  }

  .bottom {
    margin-top: 32px;
    margin-bottom: 29px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .bottom.diatryinfo {
    margin-top: 23px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 8px;
    line-height: 11px;
  }

  .bottom.diatryinfo.bottoms.mobilet {
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom.diatryinfo.bottomline {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 8px;
  }

  .menu-item {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 14px;
    line-height: 10px;
  }

  .menu-item.collomn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .menu-item.column {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .menu-item.column.second-line {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .menu-item.column.lunchbox-xpress-2024 {
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 30px;
  }

  .menu-item.column.space3.takeaway {
    margin-top: 14px;
  }

  .menu-item.column.blt {
    margin-left: -132px;
  }

  .menu-item.column.blt.takeaway {
    margin-left: 0;
  }

  .menu-item.column.ham {
    margin-left: -62px;
  }

  .menu-item.column.ham.takeaway {
    text-align: center;
    margin-left: 0;
  }

  .menu-item.column.takeaway {
    margin-top: 15px;
  }

  .menu-item.column.middle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-item.column.leb {
    margin-right: 0;
  }

  .menu-item.right-column {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 14px;
  }

  .menu-item.right-column.space1.zatar.middle, .menu-item.right-column.middle {
    text-align: center;
  }

  .menu-item.middle-column {
    justify-content: flex-start;
  }

  .menu-item.left-column {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    font-size: 20px;
  }

  .menu-item.left-column.coffe-textsize {
    font-size: 11px;
  }

  .menu-item.milks {
    text-align: center;
  }

  .menu-item.price-2 {
    margin-left: 0;
  }

  .menu-item.drinks-size {
    padding-right: 0;
  }

  .menu-item.kids-menu {
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-item.kids-menu.second-line {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .menu-item.kids-menu.second-line.space3 {
    text-align: center;
  }

  .menu-item.kids-menu.space3 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .menu-item.wine-subheading.wine-type {
    padding-left: 0;
  }

  .menu-item.drinks-heading {
    font-size: 14px;
    line-height: 15px;
  }

  .menu-item.drinks-heading.coffee-textsize, .menu-item.centerd {
    font-size: 11px;
  }

  .menu-item.card {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: -173px;
    padding-right: 0;
    font-size: 14px;
  }

  .menu-item.card.coffeeprice {
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    line-height: 19px;
  }

  .menu-item.card.coffeeprice.teaprice {
    margin-top: -53px;
  }

  .menu-item.pricecw {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .menu-item.pricet {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .menu-item.mobilescoops {
    margin-top: 19px;
  }

  .menu-item-description.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .menu-item-description.right-column {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-description.right-column.spreads, .menu-item-description.right-column.spreads.salmon {
    padding-right: 0;
  }

  .menu-item-description.kids-menu {
    text-align: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 20px;
  }

  .column-7 {
    position: static;
  }

  .price-second-line {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .food-description.column {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
  }

  .food-description.right-column {
    text-align: center;
    padding-left: 0;
  }

  .body-2 {
    overflow: auto;
  }

  .section-4 {
    margin-top: 180px;
    overflow: auto;
  }

  .image-31.line, .image-32 {
    margin-left: 250px;
  }

  .section-5 {
    overflow: auto;
  }

  .image-35 {
    padding-left: 20px;
  }

  .navbar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    object-position: 50% 50%;
    flex-flow: column wrap;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    align-items: center;
    display: block;
    overflow: visible;
  }

  .columns-8 {
    padding-top: 20px;
  }

  .text-block-27 {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    padding-bottom: 0;
  }

  .text-block-28 {
    padding-top: 20px;
  }

  .about {
    margin-top: 0;
  }

  .food-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-8 {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-24 {
    place-content: start;
    place-items: center;
    padding-top: 20px;
    position: static;
  }

  .image-64, .image-65, .image-66, .image-67 {
    padding-bottom: 0;
  }

  .image-68 {
    margin-left: auto;
    display: inline-block;
  }

  .image-76 {
    padding-top: 0;
  }

  .hover {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .aside {
    margin-top: 0;
  }

  .section-14 {
    text-align: center;
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: static;
  }

  .column-23, .column-24, .column-25, .column-26 {
    padding-bottom: 20px;
  }

  .image-81 {
    margin-top: 40px;
  }

  .column-27 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-start center;
    align-items: stretch;
    margin-left: 224px;
    display: flex;
    position: static;
    overflow: auto;
  }

  .catering-form {
    margin-bottom: 140px;
  }

  .heading-24 {
    margin-bottom: 20px;
    font-size: 25px;
  }

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

  .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-29 {
    align-content: flex-start;
    position: static;
  }

  .columns-11 {
    flex-wrap: wrap;
  }

  .html-embed {
    flex-flow: wrap;
    align-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  .column-31 {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .column-32 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .section-15 {
    overflow: hidden;
  }

  .div-block-17 {
    margin-top: 40px;
  }

  .image-88, .image-89 {
    margin-top: 0;
    padding-bottom: 0;
  }

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

  .menu-button-3 {
    flex-flow: column wrap;
    place-content: flex-end center;
    align-items: center;
    display: flex;
    position: static;
  }

  .image-91, .image-92 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .nav-menu-2 {
    display: block;
  }

  .container-12, .locationimage, .link-block-12 {
    margin-top: 40px;
  }

  .superscript {
    font-size: 10px;
    line-height: 17px;
  }

  .body-4 {
    overflow: visible;
  }

  .section-17 {
    overflow: auto;
  }

  .columns-15 {
    overflow: hidden;
  }

  .section-19 {
    overflow: auto;
  }

  .section-20, .section-21, .columns-16, .section-22 {
    overflow: hidden;
  }

  .paragraph-gelato {
    margin-top: 15px;
    font-size: 11px;
  }

  .cell-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-101 {
    padding-top: 0;
  }

  .quick-stack-4 {
    grid-column-gap: 9px;
    grid-row-gap: 8px;
    margin-top: 20px;
    padding: 10px;
  }

  .section-25 {
    margin-top: 172px;
  }

  .cell-10 {
    padding-left: 0;
  }

  .text-block-34 {
    text-align: left;
  }

  .flex-block, .flex-block-2 {
    flex-flow: column;
  }

  .div-block-26 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-28 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .menu-card.mob2 {
    grid-column-gap: 0px;
    grid-row-gap: 14px;
    grid-template-columns: .25fr .75fr .75fr;
    place-items: center start;
    margin-left: -10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 0;
  }

  .menu-card.mob2.green.coffeesection {
    text-align: left;
    grid-template-columns: .75fr .25fr .25fr;
    grid-auto-flow: row;
    margin-left: 0;
    padding-left: 0;
  }

  .menu-card.mob2.green.coffeesection.desci {
    grid-template-columns: .75fr .25fr .25fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes {
    margin-left: 0;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.wines {
    margin-top: 32px;
    padding-top: 4px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.zeroproof {
    margin-top: 25px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.shakesnew {
    margin-top: 9px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.proshakes {
    margin-top: 35px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.spiritt {
    margin-top: -16px;
  }

  .menu-card.mob2.green.coffeesection.desci.shakes.zeroburn {
    margin-top: 30px;
  }

  .menu-card.mob2.green.coffeesection.desci.coffeeareab {
    grid-template-columns: .75fr .25fr .25fr;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 4px;
  }

  .menu-card.mob2.green.milks {
    margin-left: -37px;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 280px;
  }

  .menu-card.mob2.fries.burnsidefries {
    place-items: center start;
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-card.mob2.wahfries1 {
    grid-column-gap: 42px;
    grid-template-columns: 2fr .25fr .25fr;
    margin-left: 0;
    padding-top: 18px;
    padding-bottom: 20px;
  }

  .card-menu-item-description {
    margin-right: 0;
    padding-right: 0;
  }

  .card-menu-item-description.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    padding-left: 0;
    font-size: 14px;
  }

  .card-menu-item-description.right-column {
    text-align: center;
    padding-left: 0;
  }

  .card-menu-item-description.kids-menu {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 12px;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription.mobiledesc {
    margin-top: -18px;
    padding-top: 0;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription.mobiledesc.tabletdesc {
    margin-top: -16px;
  }

  .card-menu-item-description.drinkcoffees.coffeedescription.mobiledesc.tabletdesc.mobiledescr {
    margin-top: -19px;
  }

  .card-menu-item-description.milkdescription.frist.milksdesc {
    margin-top: -11px;
    padding-right: 0;
    font-size: 13px;
  }

  .div-block-29 {
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-29.mob {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-15.kids {
    margin-top: 68px;
  }

  .superscript-2.superscript-3 {
    line-height: 20px;
  }

  .superscript-3 {
    margin-left: 9px;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .superscript-3.superscript-13 {
    padding-left: 38px;
    padding-right: 12px;
  }

  .superscript-4.superscript-3 {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .superscript-5.superscript-3 {
    margin-left: 0;
  }

  .superscript-6.superscript-3 {
    margin-left: 10px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
  }

  .superscript-7.superscript-3 {
    clear: none;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
    line-height: 20px;
    position: static;
  }

  .superscript-9.superscript-3 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .superscript-13.superscript-3 {
    padding-left: 12px;
  }

  .superscript-14 {
    line-height: 20px;
  }

  .superscript-15.superscript-3 {
    padding-left: 14px;
    padding-right: 0;
  }

  .superscript-16.superscript-3 {
    margin-left: 10px;
    margin-right: 13px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .superscript-17.superscript-3.vo {
    margin-left: 0;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 0;
    line-height: 20px;
  }

  .column-43 {
    margin-top: 40px;
  }

  .column-44 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .column-45 {
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    line-height: 20px;
    display: flex;
  }

  .bold-text {
    font-weight: 400;
  }

  .container-16 {
    line-height: 15px;
  }

  .column-46 {
    margin-top: 0;
  }

  .bold-text-5 {
    flex: none;
  }

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

  .column-50, .column-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .column-53, .column-54, .column-55 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-38 {
    margin-top: -59px;
  }

  .menu-item-description-copy.column {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    margin-right: 0;
    padding-left: 0;
    font-size: 14px;
  }

  .menu-item-description-copy.right-column {
    text-align: left;
    padding-left: 0;
  }

  .menu-item-description-copy.right-column.spreads, .menu-item-description-copy.right-column.spreads.salmon {
    padding-right: 0;
  }

  .menu-item-description-copy.kids-menu {
    text-align: left;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    line-height: 20px;
  }

  .card-menu-item-description-copy.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    padding-left: 0;
    font-size: 14px;
  }

  .card-menu-item-description-copy.right-column {
    text-align: center;
    padding-left: 0;
  }

  .card-menu-item-description-copy.kids-menu {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }

  .card-menu-item-description-copy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 12px;
  }

  .card-menu-item-description-copy.drinkcoffees.coffeedescription.mobiledesc {
    margin-top: -18px;
    padding-top: 0;
  }

  .card-menu-item-description-copy.milkdescription.frist.milksdesc {
    margin-top: -11px;
    padding-right: 0;
    font-size: 13px;
  }

  .card-menu-item-shoesfriescopy.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    padding-left: 0;
    font-size: 14px;
  }

  .card-menu-item-shoesfriescopy.right-column {
    text-align: center;
    padding-left: 0;
  }

  .card-menu-item-shoesfriescopy.kids-menu {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }

  .card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 12px;
  }

  .card-menu-item-shoesfriescopy.drinkcoffees.coffeedescription.mobiledesc {
    margin-top: -18px;
    padding-top: 0;
  }

  .card-menu-item-shoesfriescopy.milkdescription.frist.milksdesc {
    margin-top: -11px;
    padding-right: 0;
    font-size: 13px;
  }

  .card-menu-wedges-copy.column {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch center;
    align-items: stretch;
    padding-left: 0;
    font-size: 14px;
  }

  .card-menu-wedges-copy.right-column {
    text-align: center;
    padding-left: 0;
  }

  .card-menu-wedges-copy.kids-menu {
    text-align: center;
    justify-content: center;
    margin-left: 0;
    padding-left: 0;
  }

  .card-menu-wedges-copy.drinkcoffees.coffeedescription {
    padding-right: 0;
    font-size: 12px;
  }

  .card-menu-wedges-copy.drinkcoffees.coffeedescription.mobiledesc {
    margin-top: -18px;
    padding-top: 0;
  }

  .card-menu-wedges-copy.milkdescription.frist.milksdesc {
    margin-top: -11px;
    padding-right: 0;
    font-size: 13px;
  }

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

  .column-59 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-33 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .column-61 {
    margin-top: 10px;
  }

  .container-17 {
    margin-top: -22px;
  }

  .column-62 {
    margin-top: 24px;
  }

  .text-block-16-copy {
    text-align: left;
  }
}

#w-node-_47f02649-4b9a-304b-9610-88e1a489f7c4-52c6b79f, #w-node-_47f02649-4b9a-304b-9610-88e1a489f7c5-52c6b79f, #w-node-_47f02649-4b9a-304b-9610-88e1a489f7c6-52c6b79f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47f02649-4b9a-304b-9610-88e1a489f7c7-52c6b79f {
  grid-area: Area;
}

#w-node-_3a19e2cc-789a-251b-677f-cbab7596d84e-52c6b79f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cb672f40-389a-e5e8-f62c-c53656c215ad-e4d35c53, #w-node-_7b925874-a85e-825b-4fc4-6a026bf56f37-e4d35c53 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7b925874-a85e-825b-4fc4-6a026bf56f38-e4d35c53, #w-node-_7b925874-a85e-825b-4fc4-6a026bf56f39-e4d35c53, #w-node-_76008c52-9e49-777d-99c4-d13974fff88f-52c6b7aa, #w-node-_76008c52-9e49-777d-99c4-d13974fff890-52c6b7aa, #w-node-_76008c52-9e49-777d-99c4-d13974fff88e-52c6b7aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76008c52-9e49-777d-99c4-d13974fff891-52c6b7aa {
  grid-area: Area;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971b-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_68a83ef3-c03c-1069-1a35-adb3d546a436-52c6b7af, #w-node-_68a83ef3-c03c-1069-1a35-adb3d546a437-52c6b7af, #w-node-_68a83ef3-c03c-1069-1a35-adb3d546a438-52c6b7af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68a83ef3-c03c-1069-1a35-adb3d546a439-52c6b7af {
  grid-area: Area;
}

#w-node-_940d8812-bce1-ca8d-bb64-48335e015aaa-52c6b7b5, #w-node-_940d8812-bce1-ca8d-bb64-48335e015ab8-52c6b7b5, #w-node-a9a98623-8f05-363b-3c2d-84a84a847f17-52c6b7b5, #w-node-_514afd52-2297-f4d3-5d23-5970fdfffd83-52c6b7b5, #w-node-e8212b02-ce67-2af4-e094-db3362059f12-52c6b7b5, #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b32-52c6b7b5, #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b3f-52c6b7b5, #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b3c-52c6b7b5, #w-node-_7e6a3b8f-9e59-dacb-6017-a824a33ebe1c-52c6b7b5, #w-node-_85450308-ef5c-bf61-65b6-1e81a5ed08cd-52c6b7b5, #w-node-_7e6a3b8f-9e59-dacb-6017-a824a33ebe2a-52c6b7b5, #w-node-cf84157d-c992-b188-6444-e944bd17fd21-52c6b7b5, #w-node-_14edd9e7-34b2-74c1-98be-c4ea71da01f5-52c6b7b5, #w-node-_6ea2912b-1729-4a55-3afd-278449022b55-52c6b7b5, #w-node-c7536522-9669-6316-757d-d28e4c862cb8-52c6b7b5, #w-node-_43ab7c2a-6bce-1d63-9451-63acf3d53b46-52c6b7b5, #w-node-_1346deef-2238-93c1-a793-b1bfaa0ed647-52c6b7b5, #w-node-_1346deef-2238-93c1-a793-b1bfaa0ed64b-52c6b7b5, #w-node-_265c3a20-6f46-5320-c593-80ddbb514caf-52c6b7b5, #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7069-52c6b7b5, #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7079-52c6b7b5, #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7084-52c6b7b5, #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7087-52c6b7b5, #w-node-_77fbe5a0-3301-baa5-9521-62f8660c708c-52c6b7b5, #w-node-_0d1698fc-d954-0ddf-d0e5-5fd0670be17e-52c6b7b5, #w-node-_0d1698fc-d954-0ddf-d0e5-5fd0670be18b-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab5f-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab6c-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab7a-52c6b7b5, #w-node-_7bd4ce3d-b092-7cac-ed18-23e852aca9de-52c6b7b5, #w-node-fbf3d9d8-0350-1fad-75d3-18f76225e11c-52c6b7b5, #w-node-fbf3d9d8-0350-1fad-75d3-18f76225e123-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db09-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db19-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db24-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db27-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db2c-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db35-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db3f-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db43-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db48-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db51-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db55-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db59-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db5d-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db61-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db65-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db69-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db76-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db79-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db7d-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b60-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b6d-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b6f-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b74-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b7b-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db83-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db90-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db9e-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dba3-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dba8-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbaf-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbb9-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbbf-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbcc-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbda-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbe1-52c6b7b5, #w-node-_03f69cf8-bb47-e353-184f-00e0e2bd258f-52c6b7b5, #w-node-_22d2cb2c-e652-8c95-f83e-2669b4fe9d2c-52c6b7b5, #w-node-_887ccfdd-21e5-d028-0118-52e25af10632-52c6b7b5, #w-node-c80ac213-b7da-5be0-31d5-d131c1e25ab7-52c6b7b5, #w-node-_887ccfdd-21e5-d028-0118-52e25af1063c-52c6b7b5, #w-node-ab8ed7b2-fd11-5422-9cd9-e832128ddb54-52c6b7b5, #w-node-caa23c4a-fd7f-b75a-676e-b153aa50a96f-52c6b7b5, #w-node-a76a3605-a1b7-6b66-31e9-92671e0710ce-52c6b7b5, #w-node-c7f96665-0d36-f359-7641-33a5b966bf51-52c6b7b5, #w-node-c7f96665-0d36-f359-7641-33a5b966bf5b-52c6b7b5, #w-node-_6a3f5da2-3b7a-a7ef-25d1-8ec118478559-52c6b7b5, #w-node-_6a3f5da2-3b7a-a7ef-25d1-8ec118478563-52c6b7b5, #w-node-_395fa2ec-487e-8bb6-9948-43c8ecfd0bce-ecfd0ba2, #w-node-_395fa2ec-487e-8bb6-9948-43c8ecfd0bcf-ecfd0ba2, #w-node-_395fa2ec-487e-8bb6-9948-43c8ecfd0bd0-ecfd0ba2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_395fa2ec-487e-8bb6-9948-43c8ecfd0bd1-ecfd0ba2 {
  grid-area: Area;
}

#w-node-_0f4c67da-ccec-53e5-cf04-e29d0e105544-0e105521, #w-node-_0f4c67da-ccec-53e5-cf04-e29d0e105545-0e105521, #w-node-_0f4c67da-ccec-53e5-cf04-e29d0e105546-0e105521 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f4c67da-ccec-53e5-cf04-e29d0e105547-0e105521 {
  grid-area: Area;
}

#w-node-e2dd8240-a93b-87e1-98ab-41ff4930f358-52c6b7ba, #w-node-e2dd8240-a93b-87e1-98ab-41ff4930f357-52c6b7ba, #w-node-e2dd8240-a93b-87e1-98ab-41ff4930f359-52c6b7ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2dd8240-a93b-87e1-98ab-41ff4930f35a-52c6b7ba {
  grid-area: Area;
}

#w-node-_081db9f5-1e63-5ce8-07a1-bb38eef58a82-52c6b7ba, #w-node-_50db5671-2869-70ee-9c24-a5d6254b48f8-34f37f00, #w-node-_50db5671-2869-70ee-9c24-a5d6254b48f9-34f37f00, #w-node-_50db5671-2869-70ee-9c24-a5d6254b48f7-34f37f00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50db5671-2869-70ee-9c24-a5d6254b48fa-34f37f00 {
  grid-area: Area;
}

#w-node-_97b7bc27-b324-a72d-04d6-7a9e36a10e83-52c6b7c2, #w-node-_97b7bc27-b324-a72d-04d6-7a9e36a10e81-52c6b7c2, #w-node-_97b7bc27-b324-a72d-04d6-7a9e36a10e82-52c6b7c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97b7bc27-b324-a72d-04d6-7a9e36a10e84-52c6b7c2 {
  grid-area: Area;
}

#w-node-_38ca5405-c5ab-1ef6-d9eb-2d998ced0275-b4ed60f0, #w-node-_38ca5405-c5ab-1ef6-d9eb-2d998ced0276-b4ed60f0, #w-node-_38ca5405-c5ab-1ef6-d9eb-2d998ced0277-b4ed60f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38ca5405-c5ab-1ef6-d9eb-2d998ced0278-b4ed60f0 {
  grid-area: Area;
}

#w-node-_63018e43-adbe-3047-8524-1a6832db6e3a-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e4a-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e55-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e58-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e5d-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e66-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e70-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e74-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e79-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e82-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e86-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e8a-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e8e-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e92-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e96-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e9a-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ea7-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eaa-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eae-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eb4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ec1-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ecf-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ed4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ed9-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ee0-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eea-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ef0-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6efd-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f0b-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f12-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f29-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f30-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f4e-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f5e-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f69-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f6c-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f71-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f78-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f82-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f86-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f8b-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f94-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f98-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f9c-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fa0-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fa4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fa8-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fac-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fb9-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fbc-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fc0-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fc5-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fd2-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fd4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fd9-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fe0-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fe7-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ff4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7002-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7007-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db700c-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7013-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db701d-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7023-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7030-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db703e-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7045-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7060-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db706a-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db706d-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7078-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db707c-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7080-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7084-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7088-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db708d-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7097-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db709b-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db70a5-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba6e-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba7e-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba89-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba8c-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba91-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba9a-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baa4-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baa8-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baad-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bab6-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baba-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245babe-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bac2-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bac6-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baca-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bace-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245badb-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bade-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bae2-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bae8-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baf5-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb03-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb08-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb0d-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb14-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb1e-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb24-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb31-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb3f-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb46-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb5d-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb64-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb82-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb9d-b4ed60f0, #w-node-ae733abf-8f34-1ac6-5aa9-5ce2a2e7085d-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bba0-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bba5-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbac-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbb6-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbba-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbbf-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbc8-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbcc-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbd0-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbd4-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbd8-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbdc-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbe0-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbf0-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbf4-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbed-b4ed60f0, #w-node-_3994306b-8bcf-0718-92a5-db9bd24e00d1-b4ed60f0, #w-node-_3994306b-8bcf-0718-92a5-db9bd24e00db-b4ed60f0, #w-node-c7685d60-96c0-3d4a-10df-30959220d245-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc1b-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc26-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc28-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc36-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc3b-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc47-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc51-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc57-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc64-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc72-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3c6-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3d3-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3d5-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3da-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3e1-b4ed60f0, #w-node-_0960c720-8c5c-0635-2d2b-be0a6ca88717-effc5b05, #w-node-_0960c720-8c5c-0635-2d2b-be0a6ca88716-effc5b05, #w-node-_0960c720-8c5c-0635-2d2b-be0a6ca88715-effc5b05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0960c720-8c5c-0635-2d2b-be0a6ca88718-effc5b05 {
  grid-area: Area;
}

#w-node-d80574cd-4501-b37e-2e6a-db4b8997b2ac-effc5b05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2031914c-ed0d-3f2e-60f2-ba08c4b6b05d-effc5b05, #w-node-_1259047b-0926-92a2-0984-34f4a5dd6645-effc5b05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b818dcd5-df88-70c4-7690-a16781a92ce0-effc5b05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1cdc4fab-7f45-1c83-3615-027d63faa64f-effc5b05 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr 2fr .5fr;
}

#w-node-_9495f1b4-01f1-a31c-ad69-6c67619c5609-effc5b05 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_35ba4afe-57c9-fa04-16c2-0f32226548b9-effc5b05 {
  grid-row: span 2 / span 2;
}

#w-node-_1addac38-e737-2aa7-a0dc-6e8a261f1ec9-7f2ac986, #w-node-_1addac38-e737-2aa7-a0dc-6e8a261f1eca-7f2ac986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1addac38-e737-2aa7-a0dc-6e8a261f1ecb-7f2ac986 {
  grid-area: Area;
}

#w-node-_1addac38-e737-2aa7-a0dc-6e8a261f1ec8-7f2ac986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85cbd8ee-5c7f-ead3-9898-000108941449-7f2ac986 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b7b8e3b1-5d30-51dc-1225-ad64abd1c6bd-63249708, #w-node-b7b8e3b1-5d30-51dc-1225-ad64abd1c6be-63249708, #w-node-b7b8e3b1-5d30-51dc-1225-ad64abd1c6bf-63249708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7b8e3b1-5d30-51dc-1225-ad64abd1c6c0-63249708 {
  grid-area: Area;
}

@media screen and (max-width: 991px) {
  #w-node-cb672f40-389a-e5e8-f62c-c53656c215ad-e4d35c53 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbe8-52c6b7b5, #w-node-_887ccfdd-21e5-d028-0118-52e25af10632-52c6b7b5, #w-node-_63018e43-adbe-3047-8524-1a6832db704c-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db706d-b4ed60f0, #w-node-c7685d60-96c0-3d4a-10df-30959220d24c-b4ed60f0, #w-node-_506738c4-3567-c50b-369c-f38054d122c0-effc5b05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1cdc4fab-7f45-1c83-3615-027d63faa64f-effc5b05 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_85cbd8ee-5c7f-ead3-9898-000108941449-7f2ac986 {
    grid-template-rows: auto;
    grid-template-columns: 23.75fr .25fr;
  }

  #w-node-ba38f3cf-3789-2c13-3857-de2c677da7d2-7f2ac986 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a4935d2-2667-49fa-e407-b139abdf1b84-7f2ac986 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a19e2cc-789a-251b-677f-cbab7596d84e-52c6b79f {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-bf80aec0-fd74-c3d6-fa2f-d90ad18d12a7-10f1a47c {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a19e2cc-789a-251b-677f-cbab7596d84e-52c6b79f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7de6fa2b-6c24-f312-0841-8b097759dcd2-52c6b7af, #w-node-_2bd76a44-0119-bfcf-fb68-33d2843c6510-52c6b7af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_940d8812-bce1-ca8d-bb64-48335e015ab0-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_940d8812-bce1-ca8d-bb64-48335e015ab2-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_815e9eae-de60-5d9c-3dcd-aa8ed916ec34-52c6b7b5, #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b3a-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b38-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_73ec42ec-f13f-5a62-6595-15cea88c9b48-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e6a3b8f-9e59-dacb-6017-a824a33ebe22-52c6b7b5 {
    align-self: auto;
  }

  #w-node-a15f5c8c-c7f8-b060-b050-19682098a2dd-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1346deef-2238-93c1-a793-b1bfaa0ed643-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_328d2e62-243d-0422-0fd7-f6d1c81a49f3-52c6b7b5, #w-node-_1346deef-2238-93c1-a793-b1bfaa0ed64d-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7073-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_77fbe5a0-3301-baa5-9521-62f8660c7090-52c6b7b5, #w-node-eb17766a-c403-5ed7-b0f1-11df898922f5-52c6b7b5, #w-node-bf390c2a-830c-3c1a-cf6f-0a6f973ceda8-52c6b7b5, #w-node-_2edcbc40-e828-cad2-f0bf-efc2c6d2c60a-52c6b7b5, #w-node-_434d557e-c9f6-85c8-003a-512f7bde18fb-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d1698fc-d954-0ddf-d0e5-5fd0670be184-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_0d1698fc-d954-0ddf-d0e5-5fd0670be18d-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab65-52c6b7b5 {
    align-self: auto;
  }

  #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab67-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab6e-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab75-52c6b7b5, #w-node-e5649d1c-e83a-6698-3fdf-5da2c06bab7d-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7bd4ce3d-b092-7cac-ed18-23e852aca9e0-52c6b7b5, #w-node-fbf3d9d8-0350-1fad-75d3-18f76225e11e-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db11-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db13-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db30-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db39-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db3b-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db45-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db4e-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db6b-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db72-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db74-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db7f-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e155dee-b8db-8436-fedd-ae9152934b66-52c6b7b5 {
    align-self: auto;
  }

  #w-node-_7e155dee-b8db-8436-fedd-ae9152934b68-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b6f-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b76-52c6b7b5, #w-node-_7e155dee-b8db-8436-fedd-ae9152934b7e-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db89-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db8b-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db92-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5db99-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dba1-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbab-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbb5-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbbb-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbc5-52c6b7b5 {
    align-self: auto;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbc7-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbce-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbd5-52c6b7b5, #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbdd-52c6b7b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d15ed60c-f93e-8571-eef7-19c92cd5dbe3-52c6b7b5, #w-node-_22d2cb2c-e652-8c95-f83e-2669b4fe9d28-52c6b7b5, #w-node-_887ccfdd-21e5-d028-0118-52e25af10638-52c6b7b5, #w-node-c7f96665-0d36-f359-7641-33a5b966bf57-52c6b7b5, #w-node-_6a3f5da2-3b7a-a7ef-25d1-8ec11847855f-52c6b7b5, #w-node-_2c3a0f0f-6d86-40b3-2037-be00782ed6b5-52c6b7ba {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e42-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e44-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e61-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6e6a-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e6c-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e76-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e7f-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6e9c-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ea3-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ea5-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eb0-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6eba-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ebc-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ec3-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eca-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ed2-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6edc-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ee6-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6eec-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ef6-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6ef8-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6eff-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f06-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f0e-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f14-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f2b-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f56-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f58-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f75-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6f7c-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f7e-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f88-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6f91-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fae-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fb5-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fb7-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fc2-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fcb-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fcd-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fd4-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fdb-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6fe3-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fed-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db6fef-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ff6-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db6ffd-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7005-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db700f-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db7019-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db701f-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db7029-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db702b-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7032-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7039-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7041-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_63018e43-adbe-3047-8524-1a6832db7047-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7066-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7074-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db7093-b4ed60f0, #w-node-_63018e43-adbe-3047-8524-1a6832db70a1-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245ba76-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245ba78-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245ba95-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245ba9e-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245baa0-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245baaa-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bab3-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bad0-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bad7-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bad9-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bae4-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245baee-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245baf0-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245baf7-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bafe-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb06-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb10-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb1a-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb20-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb2a-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb2c-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb33-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb3a-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb42-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb48-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bb5f-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb8a-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bb8c-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bba9-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbb0-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bbb2-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bbbc-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bbc5-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bbe2-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bbf6-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3994306b-8bcf-0718-92a5-db9bd24e00d7-b4ed60f0, #w-node-c7685d60-96c0-3d4a-10df-30959220d247-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc21-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bc23-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc2a-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc31-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc39-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bc4d-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bc53-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bc5d-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_3172dc67-6056-8742-4120-2048a245bc5f-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc66-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc6d-b4ed60f0, #w-node-_3172dc67-6056-8742-4120-2048a245bc75-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3cc-b4ed60f0 {
    align-self: auto;
  }

  #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3ce-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3d5-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3dc-b4ed60f0, #w-node-_24a07ef3-7dd5-ae8a-9c7c-9a846080d3e4-b4ed60f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d80574cd-4501-b37e-2e6a-db4b8997b2b4-effc5b05 {
    align-self: auto;
  }
}


