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

:root {
  --font--body: Manrope, sans-serif;
  --black: #33060b;
  --font--heading: Melodrama, sans-serif;
  --body-size-desktop--regular: 1.25rem;
  --light-red: #90323d;
  --green: #bbbe64;
  --white: white;
  --neutral: #edefdc;
  --red: #5e0b15;
  --heading-size-desktop--h1: 7.5rem;
  --heading-size-mobile--h1: 3.75rem;
  --heading-size-desktop--h3: 4.5rem;
  --heading-size-mobile--h2: 2.5rem;
  --heading-size-mobile--h3: 2.18rem;
  --heading-size-desktop--h2: 5.25rem;
  --heading-size-desktop--h4: 3rem;
  --heading-size-desktop--h5: 2rem;
  --heading-size-mobile--h5: 1.5rem;
  --heading-size-mobile--h4: 2rem;
  --heading-size-mobile--h6: 1.125rem;
  --heading-size-desktop--h6: 1.125rem;
  --body-size-desktop--large: 2rem;
  --body-size-desktop--medium: 1.5rem;
  --body-size-desktop--small: 1rem;
  --body-size-desktop--tiny: .75rem;
  --border-button: #90323d3d;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  font-family: var(--font--body);
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  font-family: var(--font--heading);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  font-family: var(--font--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  font-family: var(--font--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  font-size: var(--body-size-desktop--regular);
  margin-bottom: 10px;
  line-height: 150%;
}

a {
  color: var(--light-red);
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--black);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 26px;
}

li {
  color: var(--black);
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--green);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

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

.grid-2-columns.style-guide {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  min-height: 100vh;
}

.grid-2-columns.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-2-columns.about {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

.grid-2-columns.team {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.timeline {
  grid-column-gap: 1vw;
  grid-row-gap: 5rem;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.single-post {
  grid-template-columns: 1.75fr 1fr;
  position: relative;
}

.style-guide-sidebar {
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.navigation-wrapper {
  flex-flow: column;
  display: flex;
}

.navigation-header {
  padding: 10px 20px;
}

.link-sidebar {
  border-right: 3px solid var(--neutral);
  color: var(--black);
  padding: 20px 20px 20px 40px;
  text-decoration: none;
}

.link-sidebar.w--current {
  border-right-style: solid;
  border-right-color: var(--red);
  background-color: var(--neutral);
  color: var(--red);
  font-weight: 700;
}

.header {
  padding: 30px 4vw 4vw;
}

.inner-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

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

.row.product-card {
  padding-left: .65rem;
  padding-right: .65rem;
}

.row.gap-small {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.row.gap-small.max-width {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.row.align-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
}

.row.align-center {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  justify-content: center;
  align-items: center;
}

.row.align-center.is-mobile-horizontal {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.row._2 {
  flex-flow: column;
}

.style-guide---content-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  width: 100%;
  padding: 4vw;
  display: flex;
}

.divider {
  background-color: #aeaeae;
  align-self: stretch;
  height: 1px;
}

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

.color-block {
  min-height: 200px;
}

.color-block.bg-primary {
  background-color: var(--red);
}

.color-block.bg-light-red {
  background-color: var(--light-red);
}

.color-block.bg-neutral {
  background-color: var(--neutral);
}

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

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

.color-block.bg-white {
  background-color: var(--white);
  border: 1px solid #000;
}

.card-block-cotent {
  padding: 20px 20px 20px 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.wrap-text-color {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.font-block {
  background-color: #0000000f;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.font {
  font-size: 120px;
  line-height: 1;
}

.font.heading {
  font-family: Melodrama, sans-serif;
}

.font.body {
  font-family: Montserrat, sans-serif;
}

.spacer {
  height: 40px;
}

.spacer.small {
  height: 20px;
}

.spacer._5rem {
  height: 5rem;
}

.heading-h1-size {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.heading-h1-size.text-align-center {
  z-index: 1;
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h3);
  text-align: center;
  font-weight: 400;
  line-height: 110%;
  position: relative;
}

.heading-h1-size.absolute {
  color: var(--white);
  font-size: 8vw;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.heading-h1-size.absolute.news {
  inset: 10% auto auto 5vw;
}

.heading-h1-size.absolute._2 {
  font-size: 5vw;
}

.heading-h1-size.text-color-neutral {
  opacity: .29;
  color: var(--neutral);
  font-size: 8vw;
}

.heading-h1-size.text-color-neutral._2 {
  font-size: 5vw;
}

.heading-h2-size {
  font-size: var(--heading-size-desktop--h2);
  font-weight: 400;
  line-height: 120%;
}

.heading-h2-size.text-primary-color {
  color: var(--light-red);
}

.heading-h2-size.max-width-medium {
  max-width: 80rem;
}

.heading-h2-size.text-align-left {
  text-align: left;
}

.heading-h2-size._2 {
  font-size: var(--heading-size-desktop--h4);
}

.heading-h3-size {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
}

.heading-h3-size.position-absolute {
  color: var(--green);
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-h3-size.position-absolute.second {
  color: var(--light-red);
}

.heading-h3-size.position-absolute.second._4 {
  font-size: var(--heading-size-desktop--h5);
}

.heading-h3-size.position-absolute.small {
  font-size: var(--heading-size-desktop--h4);
}

.heading-h3-size.position-absolute.menu {
  font-size: 3.8rem;
}

.heading-h3-size.text-black-color.small {
  font-size: var(--heading-size-desktop--h4);
}

.heading-h3-size.menu {
  font-size: 3.8rem;
}

.heading-h3-size._4 {
  font-size: var(--heading-size-desktop--h5);
}

.heading-h4-size {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h4);
  margin-top: 0;
  font-weight: 400;
  line-height: 130%;
}

.heading-h4-size.position-absolute {
  text-align: center;
  margin-bottom: 18px;
  position: absolute;
  bottom: 20px;
}

.heading-h4-size.rext-aligna-right {
  font-size: var(--heading-size-desktop--h5);
  text-align: right;
}

.heading-h4-size.max-width {
  width: 53vw;
  margin-left: auto;
}

.heading-h4-size.xsmall._2 {
  font-size: var(--heading-size-desktop--h5);
}

.heading-h5-size {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
}

.heading-h5-size.small {
  font-size: 1.3rem;
}

.heading-h5-size.medium {
  font-size: 1.5rem;
}

.heading-h6-size {
  margin-top: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-h6-size.text-color-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.text-size-large {
  font-size: var(--body-size-desktop--large);
  font-weight: 300;
  line-height: 150%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-wight-medium {
  font-weight: 500;
}

.text-weight-light {
  font-weight: 300;
}

.text-size-medium {
  font-size: var(--body-size-desktop--medium);
  line-height: 150%;
  position: relative;
}

.text-size-medium.text-weight-bold.text-primary-color {
  font-size: var(--body-size-desktop--regular);
}

.text-size-medium.text-primary-color {
  color: var(--light-red);
}

.text-size-regular {
  font-size: var(--body-size-desktop--regular);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
}

.text-size-regular.text-weight-bold {
  font-weight: 600;
}

.text-size-regular.text-weight-bold._2 {
  padding-bottom: 0;
  font-weight: 500;
}

.text-size-regular.text-primary-color {
  font-size: var(--body-size-desktop--regular);
}

.text-size-regular.max-width {
  width: 80%;
}

.text-size-regular.primary-font {
  font-family: var(--font--heading);
  color: var(--light-red);
}

.text-size-regular.mobile-small {
  font-size: var(--body-size-desktop--small);
  margin-top: 10px;
}

.text-size-small {
  font-size: var(--body-size-desktop--small);
  word-break: break-all;
  position: relative;
}

.text-size-small.text-weight-light.text-primary-color {
  font-size: var(--heading-size-mobile--h6);
}

.text-size-small.heading {
  font-family: var(--font--heading);
  word-break: break-all;
  font-weight: 600;
}

.text-size-small.text-color-white {
  color: var(--white);
}

.text-size-tiny {
  font-size: var(--body-size-desktop--tiny);
  line-height: 150%;
}

.button {
  border: 1px solid var(--light-red);
  background-color: var(--light-red);
  color: #fff;
  text-align: center;
  border-radius: 8rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button.is-secondary {
  color: var(--light-red);
  background-color: #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

.button.is-small.is-icon-only.secondary {
  border-width: 2px;
  border-color: var(--border-button);
  color: var(--black);
  background-color: #90323d00;
  position: static;
}

.button.is-small.is-icon-only.secondary.white {
  background-color: var(--border-button);
  border-color: #ffffff3d;
}

.button.is-small.is-icon-only.secondary.padding0 {
  border-style: none;
  padding: 0;
  position: relative;
}

.button.is-small.is-icon-only.secondary.add-to-cart {
  background-image: url('../images/shopping_cart_24dp_E8EAED_FILL0_wght200_GRAD0_opsz24-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-style: solid;
  width: 2.25rem;
  height: 2.25rem;
}

.button.is-terthiary {
  color: var(--light-red);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

.button.is-icon-only.is-secondary {
  border-style: solid;
  border-color: #90323d3d;
  position: relative;
}

.button.is-icon-only.big {
  border-width: 2px;
  border-color: var(--border-button);
  background-color: #90323d00;
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 7rem;
  height: 7rem;
}

.button.is-icon-only.big.second {
  transform: rotate(-180deg);
}

.button.is-icon-only.big-copy {
  border-width: 2px;
  border-color: var(--border-button);
  background-color: #90323d00;
  background-image: url('../images/Vector_1Vector.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 5.5rem;
  height: 5.5rem;
}

.button.is-alternate {
  background-color: var(--green);
  font-size: var(--heading-size-mobile--h6);
  flex: 1;
  height: 47px;
  margin-top: 0;
  font-weight: 300;
}

.button.align-right {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 0;
  display: block;
}

.button.position-absolute {
  background-color: var(--neutral);
  pointer-events: none;
  color: var(--light-red);
  text-align: center;
  border-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 109%;
  height: 103%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.icon-embed-xsmall {
  z-index: 1;
  color: var(--light-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.icon-embed-xsmall.text-color-white {
  color: var(--white);
}

.icon-embed-xsmall.third {
  flex: none;
  width: 3.3rem;
  height: 3.3rem;
}

.lottie-animation {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.form-field-wrapper {
  position: relative;
}

.form-field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-input {
  border: 1px none var(--green);
  background-color: var(--white);
  color: var(--black);
  font-size: var(--body-size-desktop--regular);
  border-radius: 3.125rem;
  height: 3.5rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .75rem 1.5rem;
  line-height: 1.6;
}

.form-input:focus, .form-input.-wfp-focus {
  border-style: solid;
  border-color: var(--green);
}

.form-input.is-text-area {
  min-height: 11rem;
}

.form-input.background {
  background-color: var(--neutral);
  height: 3rem;
  min-height: 3rem;
  margin-bottom: 10px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-checkbox-icon {
  border: 2px solid var(--light-red);
  cursor: pointer;
  border-radius: 3px;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  border: 2px solid var(--light-red);
  background-color: var(--light-red);
  box-shadow: none;
  border-radius: 3px;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-checkbox-label {
  font-size: var(--body-size-desktop--small);
  margin-bottom: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-radio-icon {
  border: 2px solid var(--light-red);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--light-red);
  background-color: #fff;
  background-image: none;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form-radio-label {
  font-size: var(--body-size-desktop--small);
  margin-bottom: 0;
}

.styleguide-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6.5rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.styleguide-label {
  font-size: var(--body-size-desktop--tiny);
  white-space: nowrap;
  cursor: context-menu;
  display: inline-block;
}

.styleguide-label.padding {
  padding: 5px;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.grid-7-columns {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.nav-menu-container {
  z-index: 1;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 90vw;
  max-width: 95vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: var(--white);
  height: 4.6rem;
  min-height: 4.6rem;
  padding: 1rem 0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-brand-link {
  z-index: 1;
  color: var(--light-red);
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-brand-link.w--current {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-brand-logo {
  width: 6.25rem;
  height: 100%;
  max-height: 3.6rem;
  display: none;
}

.nav-brand-logo._404 {
  width: 12.9rem;
  height: auto;
  max-height: none;
  position: absolute;
  top: 47px;
}

.nav-menu-holder {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-cart-wrapper {
  position: relative;
}

.cart-quantity {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navigation-right {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.relative-wrap {
  z-index: 1;
  text-align: left;
  flex: none;
  display: flex;
  position: relative;
}

.relative-wrap.form {
  position: absolute;
  inset: 21% 0 auto auto;
}

.relative-wrap.form.slider {
  width: auto;
  top: 40%;
  right: 23.7vw;
}

.relative-wrap.form.testimonials-slide {
  width: auto;
  top: 40%;
  left: 0;
  right: auto;
}

.relative-wrap.form.testimonials-secondary-slide {
  width: auto;
  top: 40%;
  left: auto;
  right: 0;
}

.relative-wrap.form.news {
  top: 10%;
  right: 20px;
}

.relative-wrap.menu {
  flex: none;
}

.relative-wrap.primary-button {
  border: 1px solid var(--red);
  background-color: var(--red);
  border-radius: 50px;
  overflow: hidden;
}

.relative-wrap.primary-button:hover {
  border: 1px solid var(--light-red);
}

.relative-wrap.show-mobile {
  display: none;
}

.notification-banner {
  z-index: 99999;
  background-color: var(--green);
  color: var(--black);
  border-radius: 2.18rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 48.7rem;
  height: auto;
  min-height: auto;
  padding: 4rem;
  position: relative;
}

.notification-banner.primary-color {
  background-color: var(--green);
  color: var(--white);
  height: auto;
  min-height: auto;
}

.notification-banner-content {
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 39.3rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.notification-banner-content.full {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

.form-block {
  margin-top: auto;
}

.submit-button {
  border: 1px solid var(--light-red);
  background-color: var(--light-red);
  color: #fff;
  font-size: var(--body-size-desktop--regular);
  text-align: center;
  border-radius: 8rem;
  align-self: stretch;
  padding: .75rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--red);
  color: var(--white);
}

.absolute-wrap {
  display: flex;
  position: absolute;
  inset: 1.88rem 1.88rem auto auto;
}

.absolute-wrap.card {
  flex-flow: column;
  padding: .56rem 1rem;
  inset: auto 0% 0%;
}

.text-weight-regular {
  font-weight: 400;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.button-wrapper.align-center {
  justify-content: center;
  align-items: center;
}

.footer {
  background-color: var(--white);
  width: 100%;
  margin-top: auto;
  padding: 5rem 4rem 2rem;
}

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

.column {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.column.padding {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.column.padding.news-page {
  width: 70%;
}

.column.product {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  position: sticky;
  top: 51px;
}

.column.about {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: stretch;
}

.column.align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.column.cart {
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
}

.column.review {
  align-self: center;
}

.column.footer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.footer-link-brand {
  width: 100%;
  margin-bottom: 15px;
}

.footer-brand-logo {
  width: auto;
  height: auto;
  max-height: 8.5rem;
}

.footer-info-wrapper {
  grid-column-gap: .62rem;
  grid-row-gap: .62rem;
  flex-flow: column;
  display: flex;
}

.footer-info-wrapper.show-mobile {
  display: none;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-link-wrapper.small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.footer-link {
  color: var(--black);
  font-size: 1.1rem;
  font-weight: 500;
}

.footer-link:hover {
  color: var(--green);
}

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

.footer-link.text-color-white:hover {
  color: var(--green);
}

.footer-social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  margin-top: auto;
  display: flex;
}

.nav-menu {
  background-color: #000;
  width: 100%;
  height: 100vh;
  inset: 0 0% 0%;
  overflow: hidden;
}

.nav-menu-content {
  background-color: #0000004f;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 6.6rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-link-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-link-wrapper.bottom {
  margin-top: auto;
  display: none;
}

.nav-link {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-left: 0;
}

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

.nav-link.small {
  margin-right: auto;
}

.nav-link.small:hover {
  color: var(--green);
}

.nav-link.about {
  opacity: .5;
  transform-origin: 100%;
  color: var(--black);
  margin-left: auto;
  transition: transform .5s, color .3s;
  transform: scale(.6);
}

.nav-link.about.w--current {
  opacity: 1;
  color: var(--light-red);
  transform: none;
}

.menu-wrap {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 90vw;
  height: 80vh;
  display: flex;
}

.menu-line {
  background-color: var(--light-red);
  color: var(--light-red);
  border-radius: 20px;
  width: 30px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-line.last {
  width: 15px;
  margin-left: auto;
}

.menu-line.first {
  width: 15px;
}

.menu-button {
  color: #fff;
  text-align: center;
  padding: .75rem 0;
  text-decoration: none;
  transition: background-color .3s;
}

.menu-button:hover {
  color: var(--white);
  background-color: #5e0b1500;
}

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

.link-overflow-wrapper {
  overflow: hidden;
}

.link-overflow {
  margin-left: auto;
  position: relative;
}

.link-overflow.show-mobile {
  display: none;
}

.absolute-image {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section {
  height: auto;
  padding: 7rem 0;
  position: relative;
}

.section.categories {
  padding-top: 0;
  padding-bottom: 0;
}

.section.instagram {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section.padding-horizontal---0 {
  padding-left: 0;
  padding-right: 0;
}

.section.padding-horizontal---0._2 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.padding-top---0 {
  padding-top: 0;
  padding-bottom: 7rem;
}

.section.bg {
  background-color: var(--neutral);
}

.section.padding-bottom-0 {
  padding-bottom: 0;
}

.section.padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.section.hero {
  padding-top: 9rem;
}

.section.no-space {
  padding-top: 0;
}

.main-container {
  flex-flow: column;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-content {
  flex-flow: column;
  display: flex;
}

.hero-grid-2-columns {
  grid-column-gap: 3rem;
  grid-row-gap: 5rem;
  perspective: 1064px;
  grid-template-columns: 50vw 1fr;
  transform: perspective(1101px);
}

.text-primary-color {
  color: var(--light-red);
  font-size: var(--heading-size-desktop--h4);
}

.overflow-hero-image {
  height: 47rem;
  min-height: 47rem;
  position: relative;
  overflow: hidden;
}

.overflow-hero-image.small {
  perspective: 1046px;
  transform-origin: 50% 0;
  height: 36rem;
  min-height: 36rem;
  position: relative;
  transform: perspective(1064px);
}

.overflow-hero-image.small.absolute {
  width: 45vw;
  height: 33vw;
  min-height: auto;
  position: relative;
  inset: 0% -5vw auto auto;
}

.overflow-hero-image.about {
  max-width: 24rem;
  height: 24rem;
  min-height: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.overflow-hero-image.absolute {
  left: -5vw;
}

.main-image {
  object-fit: cover;
  width: 114%;
  max-width: none;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 118%;
}

.hero-image.about {
  aspect-ratio: 1;
  width: 100%;
}

.hero-image._2 {
  display: inline-block;
}

.parallax-section {
  grid-column-gap: 3.12rem;
  grid-row-gap: 3.12rem;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/gb3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  padding-top: 19rem;
  padding-bottom: 19rem;
  display: flex;
}

.parallax-section-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-grid-2-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.about-section-content {
  flex-flow: column;
  display: flex;
}

.headig-custom {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 120%;
}

.headig-custom.max-width-medium {
  max-width: 68rem;
}

.content {
  flex-flow: column;
  display: flex;
}

.content.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-item {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.product-list {
  grid-column-gap: 2px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-link-block {
  background-color: var(--neutral);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 28rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quantity, .field-label, .buy-now-button {
  display: none;
}

.default-state {
  margin-bottom: 0;
}

.point {
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
}

.category-list-wrapper {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

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

.text-align-center.left {
  align-self: flex-start;
}

.lottie-icon {
  width: 5.3rem;
}

.lottie-icon.small {
  width: 3.4rem;
  height: 5rem;
}

.icon-wrap {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.categories-grid-2-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1.25fr minmax(36px, 39.5rem);
}

.categories-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-list.grid-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.category-link-block {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 34vw;
  display: flex;
  position: relative;
}

.category-link-block:hover {
  color: var(--white);
  text-align: center;
}

.news-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-link-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: var(--black);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.news-link-block.news-page {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.overflow-hidden {
  width: 100%;
  overflow: hidden;
}

.overflow-hidden.about {
  aspect-ratio: 3 / 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overflow-hidden.news-page {
  aspect-ratio: 2 / 2.5;
}

.overflow-hidden.contact {
  height: 80vh;
  position: sticky;
  top: 10vh;
}

.content-news-card {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-flow: column;
  display: flex;
}

.tasting-card {
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 40vw;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter {
  background-color: #0000007d;
  position: absolute;
  inset: 0%;
}

.newsletter {
  grid-column-gap: 3.12rem;
  grid-row-gap: 3.12rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.newsletter.max-width {
  max-width: 44.7rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 2rem 2rem;
  position: relative;
}

.newsletter.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-field {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h5);
  background-color: #fff0;
  border: 1px #000;
  flex: 1;
  margin-bottom: 0;
  font-weight: 400;
}

.text-field.search {
  font-size: var(--heading-size-desktop--h4);
}

.text-field.newsletter {
  border-bottom-style: solid;
  border-bottom-color: var(--red);
  text-align: left;
  height: auto;
  padding-bottom: 15px;
  padding-left: 0;
}

.newsletter-form {
  border-bottom: 1px solid var(--light-red);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 718px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: flex;
}

.newsletter-form.search {
  padding-top: 84px;
  position: relative;
}

.newsletter-form.search.page {
  max-width: 100%;
}

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

.news-rich-text h3 {
  font-size: var(--heading-size-desktop--h3);
  margin-bottom: 1.5rem;
  font-weight: 400;
  line-height: 120%;
}

.news-rich-text p {
  margin-bottom: 1rem;
  font-weight: 400;
}

.news-rich-text h4 {
  font-size: var(--heading-size-desktop--h5);
  font-weight: 300;
  line-height: 120%;
}

.news-rich-text blockquote {
  border-left-width: 3px;
  border-left-color: var(--light-red);
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h5);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
  font-weight: 400;
  line-height: 120%;
}

.news-rich-text h1 {
  font-size: var(--heading-size-desktop--h3);
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}

.news-rich-text h5 {
  font-size: var(--heading-size-desktop--h5);
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
}

.news-rich-text li {
  font-size: var(--body-size-desktop--small);
}

.news-rich-text h2 {
  font-weight: 400;
}

.contact-form-wrapper, .contact-form {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.color-shape {
  background-color: var(--neutral);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

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

.menu-background-image {
  opacity: 1;
  object-fit: cover;
  object-position: 100% 50%;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.content-hero-about {
  padding-top: 4vw;
  padding-right: 5vw;
}

.team-slider {
  background-color: #ddd0;
  height: auto;
  overflow: hidden;
}

.mask {
  width: 59vw;
  overflow: visible;
}

.content-slider {
  padding-left: 5vw;
  padding-right: 5vw;
}

.team-image {
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  object-position: 50% 0%;
}

.opacity, .space {
  opacity: 0;
  margin-left: 10px;
}

.parallax-image {
  background-image: url('../images/66cc8fa3442e259ec186db5b_pexels-medhat-ayad-122846-451832.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vw;
  position: relative;
  left: -5vw;
}

.parallax-image.booking {
  aspect-ratio: auto;
  background-image: url('../images/visit.webp');
  max-width: 50vw;
  height: 50vw;
  left: auto;
}

.hide {
  display: none;
}

.wrapper-image-hero-categories {
  aspect-ratio: 1;
  padding: 86px;
}

.list-product {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.add-to-cart-product-page {
  align-self: stretch;
}

.add-to-cart-button {
  flex: 1;
}

.add-to-cart-button.button {
  flex: none;
}

.quantity-cart {
  background-color: var(--neutral);
  text-align: center;
  border-style: none;
  flex: none;
  align-self: stretch;
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

.quantity-cart.cart {
  flex: 0 auto;
  align-self: flex-end;
  width: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.main-image-wrap {
  aspect-ratio: 1;
  background-color: var(--red);
  margin-bottom: 0;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.story-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 8vw;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 25vw minmax(200px, 50rem) auto;
  width: 100%;
}

.navigation {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.display-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.wrao-news-image {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-post {
  grid-column-gap: 52px;
  grid-row-gap: 53px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-about {
  opacity: 0;
  color: var(--black);
  transition: opacity .5s, color .3s;
}

.link-about.w--current {
  opacity: 1;
  position: sticky;
  bottom: 5vw;
}

.masonry-image {
  aspect-ratio: 3 / 1.2;
}

.masonry-image.square {
  aspect-ratio: 1;
}

.visit-us-form-block {
  align-self: stretch;
}

.visit-us-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.collection-list-category {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.lightbox-link {
  overflow: hidden;
}

.product-image {
  background-color: var(--neutral);
  width: 100px;
}

.cart-wrapper {
  background-color: #edefdca3;
}

.cart-header, .cart-footer {
  background-color: var(--neutral);
}

.sticky-column {
  background-color: var(--neutral);
  border-radius: 20px;
  padding-right: 28px;
  position: sticky;
  top: 85px;
}

.sticky-column.checkout {
  padding: 20px;
}

.search-wrap {
  z-index: 9999;
  background-color: #edefdc6b;
  display: none;
  position: fixed;
  inset: 0%;
}

.utility-page-wrap {
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/visit.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.display-none {
  display: none;
}

.close-button-wrapper {
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.empty-state {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--light-red);
  color: var(--white);
  text-align: center;
  flex-flow: column;
}

.empty-state.cart-wrapper {
  background-color: var(--neutral);
  color: var(--black);
}

.source-link {
  margin-right: 20px;
  line-height: 1.2;
  text-decoration: none;
}

.license-link {
  line-height: 1.2;
  text-decoration: none;
}

.licensing-link-wrapper {
  align-items: center;
  display: flex;
}

.licensing {
  color: #fff;
  margin-bottom: 40px;
  font-size: 3.5vw;
  font-weight: 400;
}

.licensing-text-wrapper {
  background-color: var(--neutral);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 5vw;
  text-decoration: none;
  display: flex;
}

.search-result-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--neutral);
  flex-flow: column;
  margin-bottom: 2.5vw;
  padding: 3vw 5vw;
  display: flex;
}

.paragraph {
  font-weight: 400;
}

.link {
  font-family: var(--font--heading);
  font-size: var(--heading-size-desktop--h5);
}

.text-block {
  color: var(--black);
  font-weight: 700;
}

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

.block-header {
  background-color: var(--neutral);
  padding-top: 22px;
  padding-bottom: 22px;
}

.block-header.sticky {
  background-color: #edefdc00;
  border-style: none;
  border-color: #e6e6e600;
  padding-left: 0;
  padding-right: 0;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.block-content.padding-0 {
  padding: 0;
}

.order-items {
  border: 1px solid var(--neutral);
  border-radius: 20px;
  margin-bottom: 40px;
  overflow: hidden;
}

.order-confirmation {
  background-color: #f5f5f500;
}

.changelog {
  background-color: var(--neutral);
  text-align: center;
  border-radius: 20px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

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

.align-left.max-width, .max-width {
  width: 80%;
}

.faq-accordion {
  border-bottom: 1px solid #d6d6d6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.faq-icon-wrapper {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 18px;
  height: 16px;
  display: flex;
}

.faq-answer {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.line {
  background-color: var(--light-red);
  width: 16px;
  height: 1.5px;
}

.line.second {
  width: 1.5px;
  height: 16px;
  position: absolute;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
  position: relative;
}

.grid-icon-product {
  grid-column-gap: 18px;
  grid-template-columns: auto auto auto;
}

.icon-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.icon-heading.small {
  font-size: 1.3rem;
}

.heading-icon {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Melodrama, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 140%;
}

.heading-icon.small {
  font-size: 1.3rem;
}

.testimonials-slider {
  background-color: #ddd0;
  height: auto;
}

.testimonials-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.light {
  color: var(--border-button);
}

.avatar {
  border-radius: 50px;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.button-text {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin-left: 1.5rem;
  font-weight: 700;
}

.align-right {
  margin-top: 20px;
  margin-left: auto;
}

.align-right._2 {
  margin-left: 0;
}

.newsletter-heading {
  text-align: left;
  margin-top: 0;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.3;
}

.error-message {
  color: var(--light-red);
  text-align: left;
  background-color: #ffdede00;
  padding-left: 0;
  padding-right: 0;
}

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

.background-video {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.checkbox-field {
  text-align: left;
  margin-top: 10px;
  display: flex;
}

.lightbox-product {
  height: 100%;
}

.collection-list-wrapper {
  align-self: flex-start;
}

.collection-item {
  display: flex;
}

.pop-up-wrapper {
  z-index: 9999;
  background-color: #edefdc9e;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.change-background-interaction-container {
  margin-top: 0;
}

.image-2 {
  width: 12%;
}

.list-core {
  padding-bottom: 20px;
}

.div-block {
  width: auto;
  height: auto;
}

.code-embed {
  width: 100%;
  height: 100vh;
}

.code-embed._2 {
  height: 130vh;
}

.code-embed-2 {
  border: 1px solid #fff;
  border-radius: 18px;
  height: 35vh;
}

.text-block-3 {
  color: #fff;
  font-size: .8rem;
}

.button_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.svg-filter_embed {
  display: none;
}

.button-2_arrow-wrapper {
  color: #fff;
  background-color: #d4af37;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.button-2_content-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #75100e;
  border-radius: 3rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .5rem .25rem 1.5rem;
  display: flex;
}

.button-2 {
  box-shadow: none;
  color: #000;
  white-space: nowrap;
  filter: url('../images/');
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition-property: all;
  transition-duration: .9s;
  transition-timing-function: cubic-bezier(.135, .9, .15, 1);
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.button-2:hover {
  box-shadow: none;
}

.background-video-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 60px;
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Melodrama, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 59px;
}

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

.image-3 {
  background-image: linear-gradient(#00000080, #00000080);
}

.background-video-3 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.collection-list-wrapper-2, .collection-list-wrapper-3 {
  display: none;
}

@media screen and (min-width: 1920px) {
  .heading-h3-size.position-absolute.menu, .heading-h3-size.menu {
    font-size: 5.5rem;
  }

  .heading-h5-size.medium {
    font-size: 2rem;
  }

  .column.product {
    top: 83px;
  }

  .footer-brand-logo {
    max-height: 9rem;
  }

  .nav-menu-content {
    min-height: auto;
    padding-top: 15.1vh;
  }

  .menu-wrap {
    height: 78vh;
  }

  .categories-grid-2-columns {
    grid-template-columns: 1.25fr minmax(46rem, 39.5rem);
  }
}

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

  .grid-2-columns.style-guide {
    grid-template-columns: .25fr;
  }

  .style-guide-sidebar {
    display: none;
  }

  .row.product-card {
    padding-left: 0;
  }

  .heading-h1-size, .heading-h1-size.text-align-center {
    font-size: var(--heading-size-mobile--h1);
  }

  .heading-h2-size {
    font-size: var(--heading-size-mobile--h2);
  }

  .heading-h3-size {
    font-size: var(--heading-size-mobile--h3);
  }

  .heading-h3-size.position-absolute {
    display: none;
  }

  .heading-h4-size {
    font-size: var(--heading-size-mobile--h4);
  }

  .text-size-small.text-weight-light.text-primary-color {
    font-size: var(--heading-size-desktop--h6);
  }

  .grid-7-columns {
    grid-auto-flow: row;
  }

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .relative-wrap.form.slider, .relative-wrap.form.testimonials-slide {
    top: 24%;
    right: 21.7vw;
  }

  .relative-wrap.form.testimonials-secondary-slide {
    top: 24%;
    right: 0;
  }

  .notification-banner {
    width: 90vw;
  }

  .absolute-wrap.card {
    background-color: var(--white);
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .column.padding {
    padding-top: 2rem;
  }

  .column.align-center {
    padding: 2rem 5vw 5rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-link {
    font-size: .95rem;
  }

  .nav-menu-content {
    background-color: #0000008a;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .nav-link.about {
    transform-origin: 50%;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    display: flex;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.abt {
    display: none;
  }

  .section.no-space {
    padding-top: 0;
  }

  .hero-grid-2-columns {
    grid-template-columns: 1fr 1fr;
  }

  .overflow-hero-image {
    height: 30rem;
    min-height: 30rem;
  }

  .overflow-hero-image.small {
    height: 26rem;
    min-height: 26rem;
  }

  .parallax-section {
    padding: 10rem 1.25rem;
  }

  .about-grid-2-columns {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid-2-columns.abt {
    display: none;
  }

  .headig-custom {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .product-list {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .product-link-block {
    flex-flow: column;
  }

  .categories-grid-2-columns, .categories-list {
    grid-template-columns: 1fr 1fr;
  }

  .overflow-hidden.contact {
    height: auto;
    position: static;
  }

  .content-hero-about {
    padding-left: 5vw;
  }

  .mask {
    width: 60vw;
  }

  .image {
    transform-origin: 50% 0;
    transform: scale(.8);
  }

  .parallax-image.booking {
    max-width: none;
  }

  .collection-list {
    flex-flow: row;
  }

  .story-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--white);
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
    top: auto;
    bottom: 0;
  }

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

  .link-about.hide-mobile, .link-about.hide-mobile.w--current {
    display: none;
  }

  .collection-list-category {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sticky-column.checkout {
    position: static;
  }

  .testimonials-wrapper {
    width: 70%;
  }

  .pop-up-wrapper {
    display: none;
  }

  .container {
    flex-flow: column;
  }

  .image-2 {
    width: 18%;
  }

  .video {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .div-block-9 {
    width: 80%;
  }

  .background-video-2 {
    height: 70vh;
    display: flex;
  }

  .heading-12 {
    text-align: center;
    font-size: 41px;
  }

  .background-video-3 {
    height: 80vh;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    width: 100%;
  }

  .grid-2-columns, .grid-2-columns.style-guide, .grid-2-columns.gap-0 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team {
    grid-row-gap: 1rem;
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .grid-2-columns.product-page {
    flex-flow: column;
    display: flex;
  }

  .grid-2-columns.timeline {
    grid-row-gap: .5rem;
    grid-template-columns: auto;
  }

  .grid-2-columns.single-post {
    grid-template-columns: 1.75fr;
  }

  .row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .row.align-right {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .row.align-right._2 {
    justify-content: center;
    align-items: center;
  }

  .row.product-card {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .row.is-mobile-horizontal, .row.align-left, .row.align-center.review {
    flex-flow: row;
  }

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

  .spacer._5rem {
    height: 3rem;
  }

  .heading-h1-size {
    font-size: var(--heading-size-mobile--h1);
  }

  .heading-h1-size.text-align-center {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
  }

  .heading-h1-size.text-align-center._2 {
    font-size: var(--heading-size-mobile--h2);
  }

  .heading-h1-size.absolute {
    font-size: 10vw;
    top: 0;
  }

  .heading-h1-size.absolute.news {
    font-size: 15vw;
  }

  .heading-h1-size.absolute._3, .heading-h1-size.text-color-neutral {
    font-size: 10vw;
  }

  .heading-h1-size.is-mobile-small {
    font-size: var(--heading-size-mobile--h2);
  }

  .heading-h2-size {
    font-size: var(--heading-size-mobile--h2);
    line-height: 100%;
  }

  .heading-h2-size.text-primary-color.second {
    font-size: var(--heading-size-mobile--h1);
  }

  .heading-h2-size.text-align-left.newsletter {
    width: calc(90vw - 7rem);
  }

  .heading-h2-size._2 {
    font-size: var(--heading-size-desktop--h5);
  }

  .heading-h3-size {
    font-size: var(--heading-size-mobile--h3);
    display: block;
  }

  .heading-h4-size {
    font-size: var(--heading-size-mobile--h4);
  }

  .heading-h4-size.max-width {
    width: 100%;
  }

  .heading-h4-size.xsmall {
    font-size: var(--heading-size-mobile--h5);
  }

  .heading-h5-size {
    font-size: var(--heading-size-mobile--h5);
    line-height: 140%;
  }

  .heading-h5-size.small {
    font-size: 1.2rem;
  }

  .heading-h6-size {
    font-size: var(--heading-size-mobile--h6);
  }

  .text-size-medium {
    font-size: var(--body-size-desktop--small);
  }

  .text-size-regular {
    font-weight: 400;
  }

  .text-size-regular.margin-bottom {
    margin-bottom: 1rem;
  }

  .text-size-tiny {
    text-align: left;
  }

  .button.is-icon-only.big {
    background-size: 51%;
    width: 5rem;
    height: 5rem;
  }

  .form-input {
    font-size: var(--body-size-desktop--regular);
    padding-top: .65rem;
    padding-bottom: .65rem;
  }

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

  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .relative-wrap.form.slider {
    top: 32%;
  }

  .relative-wrap.form.testimonials-slide {
    top: 32%;
    right: auto;
  }

  .relative-wrap.form.testimonials-secondary-slide {
    top: 32%;
  }

  .relative-wrap.show-mobile {
    color: var(--white);
    margin-left: auto;
    display: flex;
  }

  .notification-banner {
    height: auto;
    min-height: auto;
    padding: 3rem 1.25rem;
  }

  .absolute-wrap.card {
    background-color: var(--white);
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .footer {
    padding: 3rem 1.25rem;
  }

  .column.padding.news-page {
    width: 100%;
  }

  .column.product {
    justify-content: flex-start;
    align-items: flex-start;
    position: static;
  }

  .column.about, .column.team {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .column.footer-column {
    flex-flow: row;
    align-self: stretch;
  }

  .footer-link-brand {
    align-self: flex-start;
    margin-bottom: 1.5rem;
  }

  .footer-brand-logo {
    width: auto;
    max-height: 4.5rem;
  }

  .footer-info-wrapper.show-mobile {
    margin-top: 40px;
    display: flex;
  }

  .footer-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .footer-link-wrapper.small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    order: -1;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-link {
    color: var(--black);
    font-size: var(--body-size-desktop--small);
    font-weight: 500;
  }

  .footer-social-wrapper {
    align-self: stretch;
  }

  .made-with-holder {
    align-self: flex-start;
  }

  .nav-link.about {
    transform-origin: 50%;
    flex: 1;
    margin-left: auto;
  }

  .nav-link.about.w--current {
    margin-left: auto;
  }

  .menu-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link-overflow-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .link-overflow.show-mobile {
    margin-left: 0;
    display: block;
  }

  .link-overflow.hide-mobile {
    display: none;
  }

  .absolute-image {
    height: 100%;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.padding-horizontal---0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.bg {
    width: 100%;
    padding-top: 2rem;
  }

  .section.padding-bottom-0, .section.hero {
    padding-top: 5rem;
  }

  .hero-grid-2-columns {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .overflow-hero-image, .overflow-hero-image.small {
    height: 20rem;
    min-height: 20rem;
  }

  .overflow-hero-image.small.absolute {
    width: 100%;
    height: 90vw;
    right: auto;
  }

  .overflow-hero-image.about {
    width: 100%;
  }

  .overflow-hero-image.absolute {
    left: 0;
  }

  .hero-image {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .about-grid-2-columns {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .headig-custom {
    font-size: var(--heading-size-mobile--h3);
    margin-top: 0;
    margin-bottom: 0;
  }

  .headig-custom._2 {
    text-align: center;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-link-block {
    flex-flow: column;
    min-height: 18rem;
  }

  .categories-grid-2-columns {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .categories-list.grid-3-column, .news-list {
    grid-template-columns: 1fr;
  }

  .overflow-hidden.contact {
    height: auto;
    position: static;
    top: 0;
  }

  .tasting-card {
    height: 50vw;
  }

  .newsletter.max-width {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

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

  .news-rich-text h3 {
    font-size: var(--heading-size-mobile--h3);
  }

  .news-rich-text h4 {
    font-size: var(--heading-size-mobile--h4);
  }

  .menu-background-image {
    height: 100%;
  }

  .content-hero-about {
    padding-left: 5vw;
  }

  .parallax-image {
    height: 100vw;
    left: 0;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .story-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: auto;
  }

  .navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    display: grid;
    top: auto;
    bottom: 0;
  }

  .collection-list-category {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .left-arrow {
    display: none;
  }

  .sticky-column {
    position: static;
  }

  .sticky-column.checkout {
    position: relative;
    top: 0;
  }

  .search-wrap {
    display: none;
  }

  .licensing {
    font-size: 7vw;
  }

  .search-result-item {
    padding-top: 5vw;
  }

  .link {
    font-size: var(--heading-size-mobile--h5);
    font-weight: 400;
    line-height: 1;
  }

  .faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-icon-wrapper {
    width: 1.75rem;
  }

  .icon-heading, .heading-icon {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .newsletter-heading {
    font-size: 6vw;
  }

  .add-to-cart-card {
    position: absolute;
    inset: auto 3% 9% auto;
  }

  .pop-up-wrapper {
    display: none;
  }

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

  .image-2 {
    width: 20%;
  }

  .background-video-2 {
    height: 100vh;
  }

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

  .div-block-10 {
    flex-flow: column;
  }

  .background-video-3 {
    height: 80vh;
  }
}

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

  .grid-2-columns.gap-0.visit-us {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .grid-2-columns.product-page {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .grid-2-columns.single-post {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .row.align-right._3 {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .row.gap-small.is-mobile-horizontal {
    justify-content: space-between;
    align-items: center;
  }

  .row.is-mobile-horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .row.align-center.is-mobile-horizontal {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    justify-content: center;
    align-items: center;
  }

  .row.second {
    flex-flow: column-reverse wrap;
  }

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

  .spacer._5rem {
    height: 2rem;
  }

  .heading-h1-size.text-align-center._2 {
    font-size: var(--heading-size-mobile--h3);
    padding-top: 20px;
    padding-bottom: 120px;
  }

  .heading-h1-size.absolute, .heading-h1-size.text-color-neutral {
    font-size: 14vw;
  }

  .heading-h2-size.text-primary-color.second {
    font-size: 2.8rem;
  }

  .heading-h2-size.text-align-left.newsletter {
    font-size: var(--heading-size-mobile--h2);
  }

  .heading-h2-size._4 {
    font-size: var(--heading-size-mobile--h5);
  }

  .heading-h3-size.position-absolute.small, .heading-h3-size.position-absolute.menu {
    display: none;
  }

  .heading-h3-size.text-black-color.small:hover {
    color: var(--green);
  }

  .heading-h4-size.position-absolute {
    margin-bottom: 0;
  }

  .heading-h4-size.max-width {
    font-size: var(--heading-size-mobile--h5);
    width: 100%;
    margin-top: 1rem;
  }

  .heading-h4-size.xsmall {
    font-size: var(--heading-size-mobile--h6);
    font-weight: 400;
  }

  .heading-h4-size.xsmall._2 {
    font-size: var(--heading-size-desktop--h6);
  }

  .heading-h4-size.blog, .heading-h6-size.text-color-black {
    font-size: var(--heading-size-mobile--h5);
  }

  .text-size-medium {
    font-size: var(--body-size-desktop--regular);
  }

  .text-size-regular.mobile-small {
    font-size: var(--body-size-desktop--small);
    margin-top: 10px;
  }

  .text-size-regular.smal-bold {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
  }

  .text-size-small {
    font-weight: 300;
  }

  .button.is-small.is-icon-only.secondary {
    padding: .3rem;
  }

  .button.is-icon-only.big, .button.is-icon-only.big-copy {
    background-size: 46%;
    width: 5rem;
    height: 5rem;
  }

  .button.is-alternate {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 14px;
  }

  .button.align-right {
    align-self: flex-start;
    margin-left: 0;
  }

  .form-input {
    font-size: var(--body-size-desktop--small);
    height: 3.2rem;
    min-height: 2rem;
  }

  .form-input.is-text-area {
    border-radius: 2rem;
  }

  .form-checkbox {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-embed-small.is-mobile-small {
    width: 1.5rem;
    height: 1.5rem;
  }

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

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

  .nav-brand-logo {
    width: 5rem;
  }

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

  .relative-wrap.form {
    top: 15%;
  }

  .relative-wrap.form.slider {
    top: 24%;
    right: 5vw;
  }

  .relative-wrap.form.testimonials-slide {
    top: auto;
    bottom: -3%;
    right: auto;
  }

  .relative-wrap.form.testimonials-secondary-slide {
    top: auto;
    bottom: -3%;
    right: 5vw;
  }

  .notification-banner {
    width: 90vw;
    min-height: auto;
    padding-top: 2.2rem;
    padding-bottom: 1rem;
  }

  .notification-banner-content.full {
    padding-left: 0;
    padding-right: 0;
  }

  .absolute-wrap {
    top: .98rem;
    right: 1.28rem;
  }

  .absolute-wrap.card {
    margin-top: auto;
  }

  .button-wrapper.align-center {
    flex-flow: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .column.padding {
    align-self: stretch;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .column.padding.news-page {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .column.align-center {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem 5vw 5rem;
  }

  .column.align-center.padding {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .column.team {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .column.footer-column {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-brand.hide-mobile {
    display: none;
  }

  .footer-brand-logo {
    height: 3rem;
  }

  .footer-info-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex: none;
  }

  .footer-info-wrapper.show-mobile {
    margin-top: 40px;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-link-wrapper.small, .footer-link-wrapper.is-mobile-horizontal {
    flex-flow: row;
  }

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

  .footer-social-wrapper {
    flex-flow: row;
    margin-top: 20px;
  }

  .footer-social-wrapper.margin-top {
    margin-top: auto;
  }

  .nav-link:hover {
    color: var(--green);
  }

  .menu-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-line {
    width: 30px;
  }

  .menu-button {
    perspective-origin: 0%;
    transform-origin: 0%;
    transform: scale(.9);
  }

  .menu-button.w--open {
    transform-origin: 0%;
    transform: scale(.9);
  }

  .section.categories {
    padding-top: 4.3rem;
  }

  .section.instagram {
    padding-bottom: 0;
  }

  .section.padding-horizontal---0 {
    padding-top: 0;
  }

  .section.padding-top---0 {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .section.padding-top---0.is-mobile-padding {
    padding-top: 4.7rem;
  }

  .section.bg {
    padding-top: 0;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .text-primary-color._3 {
    font-size: var(--heading-size-desktop--h6);
  }

  .overflow-hero-image.small.absolute {
    width: 100%;
    height: 90vw;
    right: auto;
  }

  .main-image {
    height: auto;
  }

  .parallax-section {
    padding-top: 5.1rem;
    padding-bottom: 5.1rem;
  }

  .parallax-section-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .headig-custom.mobile-small {
    font-size: var(--heading-size-mobile--h5);
  }

  .product-list {
    grid-template-columns: 1fr;
  }

  .product-link-block {
    justify-content: center;
    align-items: center;
    min-height: 25rem;
  }

  .text-align-center {
    align-self: flex-start;
  }

  .categories-list, .categories-list.grid-3-column {
    grid-template-columns: 1fr;
  }

  .news-link-block.news-page {
    height: auto;
  }

  .overflow-hidden.news-page {
    aspect-ratio: auto;
    flex: 1;
  }

  .tasting-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .newsletter.max-width {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    padding-left: 0;
  }

  .newsletter-form {
    max-width: none;
  }

  .newsletter-form.search {
    padding-top: 92px;
  }

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

  .news-rich-text h3 {
    font-size: var(--heading-size-mobile--h3);
  }

  .news-rich-text h4 {
    font-size: var(--heading-size-mobile--h4);
  }

  .text-black-color {
    font-size: 16px;
    font-weight: 500;
  }

  .menu-background-image {
    object-fit: cover;
    height: 100vh;
  }

  .content-hero-about {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mask {
    width: 70vw;
  }

  .content-slider {
    padding-right: 0;
  }

  .parallax-image.booking {
    width: 100vw;
    height: 100vw;
  }

  .wrapper-image-hero-categories {
    padding: 35px;
  }

  .quantity-cart {
    width: 60px;
  }

  .main-image-wrap {
    margin-bottom: 1rem;
  }

  .collection-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .display-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrao-news-image {
    height: auto;
  }

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

  .masonry-image {
    aspect-ratio: 3;
  }

  .visit-us-form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .collection-list-category {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sticky-column {
    padding-right: 18px;
  }

  .sticky-column.checkout {
    position: relative;
    top: 0;
  }

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

  .search-wrap {
    display: none;
  }

  .utility-page-content {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .close-button-wrapper {
    top: 21%;
  }

  .source-link, .license-link {
    font-size: 16px;
  }

  .licensing {
    font-size: 30px;
  }

  .align-left.max-width {
    font-size: var(--body-size-desktop--small);
  }

  .max-width {
    width: 100%;
  }

  .icon-wrapper {
    height: 2rem;
  }

  .grid-icon-product {
    grid-template-columns: auto;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .align-right {
    align-self: flex-start;
    margin-left: 0;
  }

  .newsletter-heading {
    font-size: 8vw;
  }

  .add-to-cart-card {
    position: absolute;
    inset: auto 0% 9% auto;
  }

  .pop-up-wrapper {
    display: none;
  }

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

  .wrapper.checkout {
    margin-left: 0;
  }

  .order-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-2 {
    width: 42%;
  }

  .background-video-2 {
    height: 80vh;
    padding-bottom: 20px;
  }

  .heading-12 {
    font-size: 30px;
    line-height: 35px;
  }

  .background-video-3 {
    height: 55vh;
  }
}

#w-node-c009ab19-4afe-3807-49f0-28b48648656b-0db3d12c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_90053a17-b5ae-2748-1349-e9d9cc03c3a2-0db3d12c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b0359e5f-2040-0d11-3fed-e747e9152153-0db3d12c, #w-node-e896bec1-7743-9702-70df-5c656dc64efe-0db3d12c, #w-node-f1093d00-ef9c-1db4-22c9-da22f3447d72-0db3d12c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0ef952a5-09f4-d5ff-c3b8-dfc0d1d215dd-0db3d12d, #w-node-f19aed9c-fb00-75e8-2130-765f9ccbc8d8-0db3d12d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d5762b-35df-851f-ce31-07b619fba77e-0db3d12d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b72f-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b732-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b733-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b736-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b737-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73a-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73b-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b73f-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b742-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b743-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b746-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b747-0db3d12d, #w-node-_3b8b076b-2ea9-7f94-c908-af68d0c7b74a-0db3d12d, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d2e-0db3d12d, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d4b-0db3d12d, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d54-0db3d12d, #w-node-_617f4508-fd73-baf6-472e-1a014e2d4d5f-0db3d12d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d08eac41-9547-e9d0-cc97-5d6ea89942fd-0db3d12e {
  align-self: center;
}

#w-node-_3e967a02-1e3a-82a1-96af-14fed6ceb42b-0db3d12e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d43bffc-fe06-4eb9-4c44-0f7960a3013d-0db3d12f, #w-node-_662b2e0c-adf5-7ab3-9785-60ae6fa09367-0db3d12f {
  justify-self: start;
}

#w-node-_9bb4aec5-0142-8287-8373-e266df98a0ca-0db3d12f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5fbfa170-84b4-5fc3-a5f8-2cdb7a93ac3a-0db3d134, #w-node-_2dba6d30-afdd-6e3a-7bbb-42186b54b3f0-0db3d134, #w-node-_02d2bab2-19ae-c56e-72d3-7ebc3450ba34-0db3d134, #w-node-b8768a9a-835c-c30d-74d6-5ba7b15f4e73-0db3d134 {
  align-self: end;
}

#\32 024.w-node-_32c071db-5722-f0b8-fb66-29fb7483b22b-0db3d134 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32c071db-5722-f0b8-fb66-29fb7483b235-0db3d134 {
  place-self: start;
}

#w-node-_4f4f2292-640b-65c4-91fc-88bd14f6cecf-0db3d134 {
  grid-area: 1 / 3 / 5 / 4;
  justify-self: end;
}

#w-node-bf96e377-ab6b-a57c-ce37-3e3bfec19bd4-0db3d134, #w-node-_08b8a86b-e6d7-fada-3fb4-6e5b43bbc649-0db3d134, #w-node-_00a8ccb8-e49b-de4d-4db8-abe3ea5a7d5b-0db3d134, #w-node-_250901d3-8769-a40d-ac16-8f09d4cd3bde-0db3d134, #w-node-_7455e2e8-ff03-10d0-0eef-4d0fcfb2e4c8-0db3d134 {
  align-self: stretch;
}

#w-node-_155272eb-f65c-a443-889f-133283494ecf-0db3d134, #w-node-_80abea50-6cc9-e6be-083d-77f0faab9978-0db3d134 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-eebd9e0f-c81a-f290-343c-5bcbaaebf27f-0db3d134, #w-node-aa59f431-e802-7882-cbee-107d6310141d-0db3d134 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_90278803-a8b4-dd72-6349-572dee14bc03-0db3d134, #w-node-b61439c9-5bc0-6121-3509-f55503eb08ce-0db3d134, #w-node-_8a3d8e90-535a-563d-2379-80eda0864023-0db3d134, #w-node-_3812a94c-9d6a-b56d-dccd-05ccca4ea36a-0db3d134 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-d44b6d1f-9a23-8422-c101-47984a62bdcb-0db3d134, #w-node-_48d1ac1d-955a-0690-db95-4dceb7a0e244-0db3d134 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d81e58cf-b2e4-575b-97ea-b89a530c5776-0db3d134 {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-d94a1c64-feb9-23fe-fee7-ccee369bdd52-0db3d134, #w-node-_0ca195ac-ed00-e1e1-e77b-760d9694632a-0db3d134, #w-node-_6ac2adc3-493a-7551-d3e9-bc9028b33692-0db3d134, #w-node-_9438ea2c-8369-08e4-2b4d-8a84824d35c2-0db3d134 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_2b7ab03c-14d0-56d6-6bb5-58da17c7bb0e-0db3d134, #w-node-bd16cc5f-0dce-6b68-433d-24bd95971bb0-0db3d134 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-c9e8c119-f7fb-311a-1091-6e7f76236f9a-0db3d134 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cde6162e-2ff6-6d0f-abc3-0dcf79effe75-0db3d136, #w-node-_86c745b8-9b3f-01a2-bfdf-14901c2cf10d-0db3d136, #w-node-_0d4839d8-69ee-2ac5-cb24-b93c3a00f990-0db3d136, #w-node-d0c950c0-748f-81e6-b1b5-eb1167e62f21-0db3d136, #w-node-_811eecea-653f-b5c9-0a36-b9b9b3c7cd6c-0db3d136, #w-node-_811eecea-653f-b5c9-0a36-b9b9b3c7cd83-0db3d136, #w-node-_811eecea-653f-b5c9-0a36-b9b9b3c7cd9a-0db3d136, #w-node-_811eecea-653f-b5c9-0a36-b9b9b3c7cdb1-0db3d136, #w-node-_811eecea-653f-b5c9-0a36-b9b9b3c7cdc8-0db3d136 {
  align-self: stretch;
}

#w-node-_20ad4680-b0ce-cc9a-888b-f509395e364b-0db3d137 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5135062-86ad-1eec-5825-8f3307355c0f-0db3d138 {
  place-self: end;
}

#w-node-_4d222f0c-d17c-54a0-ecd6-6eced29bce75-0db3d138 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d738c314-7552-efa3-60f5-55557c6ae22e-0db3d13e {
  align-self: center;
}

#w-node-b0537f27-dd16-251a-11cb-aa6d00405540-0db3d13e {
  align-self: start;
}

#w-node-d84194f6-48ed-59ab-baec-a86996923825-0db3d13e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a03a865-f2fc-9ae6-8a2c-53e133f642e3-0db3d13f, #w-node-fd1c0870-158b-7a9a-ebad-8ab9279ce2ec-0db3d13f {
  align-self: stretch;
}

#w-node-_88ceeaf5-8fc3-ce0e-9133-6c49221c28d9-0db3d13f {
  align-self: center;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea4-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea5-0db3d13f {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea6-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea7-0db3d13f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea8-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea9-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eaa-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eab-0db3d13f {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eac-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ead-0db3d13f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eae-0db3d13f {
  grid-area: span 4 / span 3 / span 4 / span 3;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb0-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb1-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb2-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb3-0db3d13f {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb4-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb5-0db3d13f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c009ab19-4afe-3807-49f0-28b48648656b-0db3d12c, #w-node-b0359e5f-2040-0d11-3fed-e747e9152153-0db3d12c, #w-node-e896bec1-7743-9702-70df-5c656dc64efe-0db3d12c, #w-node-f1093d00-ef9c-1db4-22c9-da22f3447d72-0db3d12c, #w-node-_3e967a02-1e3a-82a1-96af-14fed6ceb42b-0db3d12e, #w-node-_9bb4aec5-0142-8287-8373-e266df98a0ca-0db3d12f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4f4f2292-640b-65c4-91fc-88bd14f6cecf-0db3d134 {
    grid-column: 1 / 2;
    grid-row-start: 4;
    justify-self: center;
  }

  #w-node-_5b287d28-4db4-3da3-326b-3d80acc49994-0db3d134 {
    justify-self: center;
  }

  #w-node-c9e8c119-f7fb-311a-1091-6e7f76236f9a-0db3d134 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86c745b8-9b3f-01a2-bfdf-14901c2cf10d-0db3d136, #w-node-d0c950c0-748f-81e6-b1b5-eb1167e62f21-0db3d136 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_20ad4680-b0ce-cc9a-888b-f509395e364b-0db3d137, #w-node-d84194f6-48ed-59ab-baec-a86996923825-0db3d13e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2a03a865-f2fc-9ae6-8a2c-53e133f642e3-0db3d13f {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_88ceeaf5-8fc3-ce0e-9133-6c49221c28d9-0db3d13f {
    grid-area: 3 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c009ab19-4afe-3807-49f0-28b48648656b-0db3d12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90053a17-b5ae-2748-1349-e9d9cc03c3a2-0db3d12c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b0359e5f-2040-0d11-3fed-e747e9152153-0db3d12c, #w-node-e896bec1-7743-9702-70df-5c656dc64efe-0db3d12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e896bec1-7743-9702-70df-5c656dc64f0d-0db3d12c, #w-node-_6c35f9fa-5e22-90e8-3772-acc71ada5155-0db3d12c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f1093d00-ef9c-1db4-22c9-da22f3447d72-0db3d12c, #w-node-_3e967a02-1e3a-82a1-96af-14fed6ceb42b-0db3d12e, #w-node-_9bb4aec5-0142-8287-8373-e266df98a0ca-0db3d12f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f4f2292-640b-65c4-91fc-88bd14f6cecf-0db3d134 {
    grid-column: 1 / 2;
    grid-row-start: 4;
    justify-self: start;
  }

  #w-node-_5b287d28-4db4-3da3-326b-3d80acc49994-0db3d134, #w-node-f3c5b6fc-fd8e-cf0a-0215-ec0337440ccd-0db3d134, #w-node-f16e91ff-1f40-e365-f5d9-70e0b0a29730-0db3d134 {
    justify-self: center;
  }

  #w-node-_155272eb-f65c-a443-889f-133283494ecf-0db3d134 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-eebd9e0f-c81a-f290-343c-5bcbaaebf27f-0db3d134 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90278803-a8b4-dd72-6349-572dee14bc03-0db3d134, #w-node-_8a3d8e90-535a-563d-2379-80eda0864023-0db3d134 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d81e58cf-b2e4-575b-97ea-b89a530c5776-0db3d134 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d94a1c64-feb9-23fe-fee7-ccee369bdd52-0db3d134 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ac2adc3-493a-7551-d3e9-bc9028b33692-0db3d134 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2b7ab03c-14d0-56d6-6bb5-58da17c7bb0e-0db3d134 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c9e8c119-f7fb-311a-1091-6e7f76236f9a-0db3d134 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c9e8c119-f7fb-311a-1091-6e7f76236fa7-0db3d134 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20ad4680-b0ce-cc9a-888b-f509395e364b-0db3d137, #w-node-d84194f6-48ed-59ab-baec-a86996923825-0db3d13e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea4-0db3d13f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea6-0db3d13f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea8-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eaa-0db3d13f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eae-0db3d13f {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb0-0db3d13f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb2-0db3d13f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb4-0db3d13f {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c009ab19-4afe-3807-49f0-28b48648656b-0db3d12c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_155272eb-f65c-a443-889f-133283494ecf-0db3d134 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-eebd9e0f-c81a-f290-343c-5bcbaaebf27f-0db3d134 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90278803-a8b4-dd72-6349-572dee14bc03-0db3d134, #w-node-_8a3d8e90-535a-563d-2379-80eda0864023-0db3d134 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d44b6d1f-9a23-8422-c101-47984a62bdcb-0db3d134 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d81e58cf-b2e4-575b-97ea-b89a530c5776-0db3d134 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d94a1c64-feb9-23fe-fee7-ccee369bdd52-0db3d134 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6ac2adc3-493a-7551-d3e9-bc9028b33692-0db3d134, #w-node-_2b7ab03c-14d0-56d6-6bb5-58da17c7bb0e-0db3d134 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_86c745b8-9b3f-01a2-bfdf-14901c2cf10b-0db3d136, #w-node-d0c950c0-748f-81e6-b1b5-eb1167e62f26-0db3d136, #w-node-_2a03a865-f2fc-9ae6-8a2c-53e133f642e1-0db3d13f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea4-0db3d13f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea6-0db3d13f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0ea8-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eaa-0db3d13f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eac-0db3d13f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eae-0db3d13f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb0-0db3d13f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb2-0db3d13f, #w-node-b0fc2eb7-f9cf-13c4-207d-f82953ff0eb4-0db3d13f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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