:root {
  --black: black;
  --white: white;
  --orange: #ffce50;
  --grey: #0d0d0d;
  --red: red;
}

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

.w-commerce-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Arimo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--white);
  border-bottom: 1px solid #fff3;
  padding-bottom: 3px;
  text-decoration: none;
  transition: color .3s, border .3s;
}

a:hover {
  color: var(--orange);
  border-bottom-color: #fff0;
}

li {
  padding-top: 8px;
  padding-bottom: 8px;
}

em {
  font-family: PT Serif, serif;
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.content-section {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section {
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.image-wrapper.small {
  min-height: 280px;
}

.slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image {
  z-index: 0;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.image.img-01 {
  background-image: url('../images/consorzio_002.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-02 {
  background-image: url('../images/isya_07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-03 {
  background-image: url('../images/ronsil_05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-04 {
  background-image: url('../images/BECUET-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-06 {
  background-image: url('../images/_B9A5830p.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-07 {
  background-image: url('../images/clarea_13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.hover {
  z-index: 1;
  display: none;
}

.image.img-00 {
  background-image: url('../images/consorzio_010.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-avana {
  background-image: url('../images/AVANA-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-becuet {
  background-image: url('../images/BECUET-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-valsusa {
  background-image: url('../images/BECUET-03p.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-baratuciat {
  background-image: url('../images/BARATUCIAT-01p.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-consorzio-01 {
  background-image: url('../images/consorzio_005.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-storia-01 {
  background-image: url('../images/consorzio_014.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-storia-02 {
  background-image: url('../images/_B9A5830p.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
}

.image.img-consorzio-02 {
  background-image: url('../images/consorzio_002.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-05 {
  background-image: url('../images/consorzio_cope_01.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.garbi-01 {
  background-image: url('../images/garbin_10.jpg');
}

.image.garbin-02 {
  background-image: url('../images/garbin_05.jpg');
  background-position: 0%;
}

.image.garbin-3 {
  background-image: url('../images/garbin_09.jpg');
}

.image.garbin-4 {
  background-image: url('../images/garbin_04.jpg');
}

.image.garbin-5 {
  background-image: url('../images/garbin_07.jpg');
}

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

.image.isiya-2 {
  background-image: url('../images/isya_03.jpg');
  background-position: 50% 100%;
}

.image.isiya-3 {
  background-image: url('../images/isya_07.jpg');
}

.image.isiya-4 {
  background-image: url('../images/isya_08.jpg');
}

.image.isiya-5 {
  background-image: url('../images/isya_05.jpg');
}

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

.image.ronsil-2 {
  background-image: url('../images/ronsil_05.jpg');
}

.image.ronsil-3 {
  background-image: url('../images/ronsil_03.jpg');
  background-position: 50%;
}

.image.ronsil-4 {
  background-image: url('../images/ronsil_08.jpg');
}

.image.ronsil-5 {
  background-image: url('../images/camillo.jpg');
  background-position: 50%;
}

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

.image.martina-2 {
  background-image: url('../images/martina_02.jpg');
}

.image.martina-3 {
  background-image: url('../images/martina_08.jpg');
  background-position: 50%;
}

.image.martina-4 {
  background-image: url('../images/martina_03.jpg');
}

.image.martina-5 {
  background-image: url('../images/martina_04.jpg');
}

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

.image.crota-2 {
  background-image: url('../images/clarea_01.jpg');
}

.image.crota-3 {
  background-image: url('../images/clarea_02.jpg');
}

.image.crota-4 {
  background-image: url('../images/clarea_14.jpg');
  background-position: 0%;
}

.image.crota-5 {
  background-image: url('../images/clarea_13.jpg');
}

.image.img-storia-03 {
  background-image: url("https://cdn.prod.website-files.com/63ffd309f4b6730bf2fc592e/642369af6c311126a9a09c28_Novalesa%2C-Abbazia.-Sant'Eldrado-coltiva-la-vite.jpg");
  background-position: 60% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image.img-storia-04 {
  background-image: url('../images/rosone_chiomonte.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0;
}

.image-description {
  z-index: 3;
  flex: 1;
  display: flex;
  position: relative;
}

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

.horiz {
  align-items: stretch;
  display: flex;
}

.horiz.space-between {
  justify-content: space-between;
}

.arrow {
  background-color: var(--white);
  color: var(--black);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.arrow:hover {
  background-color: var(--black);
  color: #fff;
}

.arrow.right {
  right: -35px;
}

.arrow.left {
  left: -35px;
}

.slide-nav {
  font-size: 4px;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Marcellus, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.display-3.align-center {
  margin-top: 10px;
}

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

.display-1 {
  margin-top: 34px;
  margin-bottom: 0;
  margin-left: -3px;
  font-family: Marcellus, sans-serif;
  font-size: 5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-1.home {
  margin-top: 48px;
}

.display-2 {
  z-index: 3;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Marcellus, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.display-2.margin-bottom {
  align-items: center;
}

.display-2.align-center {
  margin-bottom: 0;
}

.display-2.align-center.fondo-scuro {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  padding-top: 14px;
  padding-bottom: 13px;
}

.display-2.align-center.sotto-30 {
  margin-bottom: 27px;
}

.background {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0;
}

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

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

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

.background.overflow-hidden {
  overflow: hidden;
}

.content {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: auto;
  padding: 4vw 30px;
  display: flex;
  position: relative;
}

.content.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 85px;
}

.content.no-top {
  padding-top: 0;
}

.content.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content.no-left-right {
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.fullscreen {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

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

.grid.home-consorzio {
  margin-left: 0;
}

.caption {
  color: gray;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arimo, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3em;
}

.caption.white {
  color: var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-left: 0;
}

.columns {
  width: 100%;
  display: flex;
}

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

.utility-page-content {
  background-color: var(--grey);
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 360px;
  padding: 60px 40px;
  display: flex;
}

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

.margin-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.margin-bottom.piede {
  align-items: center;
}

.footer {
  background-color: var(--grey);
  letter-spacing: .3px;
  padding: 5vw 55px 30px;
  font-size: 12px;
  line-height: 20px;
}

.nav-column {
  height: 100%;
  margin-bottom: 5vw;
  margin-right: 3vw;
}

.nav-column.last {
  margin-right: 0;
}

.horizontal {
  border-bottom-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.horizontal.centered {
  align-items: center;
}

.icon-social {
  background-color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  transition: background-color .3s;
}

.icon-social:hover {
  background-color: var(--orange);
}

.icon-social.pinterest {
  background-image: url('../images/iconmonstr-pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.twitter {
  background-image: url('../images/iconmonstr-twitter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.facebook {
  background-image: url('../images/iconmonstr-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon-social.instagram {
  background-image: url('../images/iconmonstr-instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
}

.icon {
  width: 30px;
  height: 30px;
}

.icon._100-days-return {
  background-image: url('../images/Orion_time-limit-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.delivery {
  background-image: url('../images/Orion_delivery-truck-2.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.icon.return {
  background-image: url('../images/Orion_return-purchase-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 70%;
}

.notice-box {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.payment-icons {
  border: 1px solid var(--black);
  background-color: var(--white);
  background-image: url('../images/lg_strada.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  width: 200px;
  height: 63px;
  margin-left: 14px;
  margin-right: 14px;
}

.payment-icons.mastercard {
  background-image: url('../images/mc_vrt_pos.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.payment-icons.paypal {
  background-image: url('../images/PayPal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.payment-icons.visa {
  background-image: url('../images/Visa_Inc._logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}

.payment-icons.stripe {
  background-image: url('../images/Stripe-logo---blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.payment-icons.camcom {
  background-image: url('../images/lg_cancom.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 63px;
  margin-left: 14px;
  margin-right: 14px;
}

.payment-icons.enoteca {
  background-image: url('../images/lg_enoteca.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 63px;
}

.payment-icons.graffio {
  background-image: url('../images/lg_graffio.jpg');
  width: 100px;
  height: 30px;
}

.align-center {
  text-align: center;
  margin-bottom: 20px;
}

.logo {
  border-bottom-style: none;
  width: 100px;
}

.logo.w--current {
  width: 120px;
  height: 120px;
  padding-top: 10px;
}

.navigation-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.button-menu {
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100px;
}

.button-menu:hover {
  color: var(--orange);
}

.menu {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  line-height: 1.5em;
  display: none;
  position: fixed;
  inset: 0;
}

.txt-menu {
  position: absolute;
}

.navi-item {
  color: var(--white);
  border-bottom-style: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Marcellus, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.navi-item:hover {
  color: var(--orange);
}

.menu-image-1 {
  background-image: url('../images/garbin_10.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-2 {
  background-image: url('../images/isya_08.jpg');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-wrapper {
  background-image: url('../images/consorzio_011.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin-bottom: 5vw;
  position: relative;
}

.menu-sub {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  display: flex;
}

.menu-image-3 {
  background-image: url('../images/ronsil_05.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-4 {
  background-image: url('../images/martina_06.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.menu-image-5 {
  background-image: url('../images/consorzio_008.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.header {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.button.center {
  justify-content: center;
}

.button.yellow {
  background-color: var(--orange);
  color: var(--black);
}

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

.line {
  background-color: var(--white);
  width: 100px;
  height: 1px;
  margin-left: 10px;
}

.icon-big {
  align-self: center;
  width: 64px;
  height: 64px;
  position: relative;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 43px;
}

.collection-list {
  width: 100%;
  height: 100%;
}

.collection-item {
  display: flex;
}

.collection-item.fullheight {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.product-image {
  max-height: 300px;
  margin-bottom: 15px;
}

.price {
  color: #9a9a9a80;
  letter-spacing: .3px;
  font-size: 12px;
  line-height: 16px;
}

.price.was {
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-name {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.checkout-form {
  background-color: #0000;
}

.customer-info {
  background-color: var(--grey);
}

.block-header {
  background-color: var(--grey);
  border-style: none none solid;
  border-bottom-color: #ffffff1a;
  padding: 4px 20px;
}

.block-header.bottom-line-1px {
  border-bottom-width: 1px;
  padding-top: 12px;
}

.block-content {
  background-color: var(--grey);
  border-style: none;
}

.shipping-method {
  background-color: var(--grey);
  border-bottom-color: #ffffff1a;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.tabs {
  width: 100%;
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  width: 50%;
  padding-top: 5vw;
  display: flex;
}

.tabs-content {
  flex: 1;
}

.tab-link {
  color: var(--white);
  text-align: center;
  background-color: #ffffff0d;
  border-bottom-style: none;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 2.5vw 20px;
  transition: padding .3s;
  display: flex;
}

.tab-link:hover {
  padding-left: 60px;
}

.tab-link.w--current {
  color: var(--orange);
  background-color: #ffffff0f;
  padding-left: 60px;
}

.column {
  flex-direction: column;
  flex: 1;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.column.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.column.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.column.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.column.line-top {
  border-top: 1px solid #9d9d9d33;
}

.column.line-left-top {
  border-top: 1px solid #9d9d9d33;
  border-left: 1px solid #9d9d9d33;
  padding-left: 30px;
}

.column.padding-left-33 {
  padding-left: 33%;
}

.column.no-right-left-mobile {
  padding-left: 30px;
  padding-right: 51px;
  display: flex;
}

.text-field {
  color: var(--white);
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  border-radius: 0;
  height: 55px;
  padding: 20px 0 22px;
  line-height: 1em;
}

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

.text-field::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
}

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

.submit-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  padding: 20px 0;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
}

.submit-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

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

.content-wrapper {
  background-color: var(--black);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.content-wrapper.vini {
  padding-left: 80px;
  padding-right: 80px;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hidden {
  display: none;
}

.header-image {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.header-image.img-01 {
  background-image: linear-gradient(#0006, #0000), url('../images/winery-webflow-template-by-fouroom-03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-03 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/consoirzio_cope_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-04 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/_B9A4870.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 0;
}

.header-image.img-05 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/il_consorzio_01.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-06 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-08.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-08 {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/winery-webflow-template-by-fouroom-06.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-storia {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/IMG_0658p.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-cantine-cop {
  background-image: linear-gradient(#0006, #0000), url('../images/consorzio_007.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-image.img-contatti {
  background-image: linear-gradient(#0006, #0000 50%), url('../images/consorzio_004.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.preloader {
  z-index: 101;
  background-color: var(--grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  z-index: 1;
  filter: invert();
  width: 50px;
  position: relative;
}

.tab-link-ii {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-link-ii.w--current {
  background-color: var(--white);
  color: var(--black);
}

.tabs-menu-ii {
  display: flex;
}

.content-section-half {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.link-black-with-icon {
  color: var(--black);
  padding-left: 20px;
}

.link-black-with-icon.phone {
  background-image: url('../images/Orion_calls.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-black-with-icon.mail {
  color: var(--white);
  background-image: url('../images/Orion_mail-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-white-with-icon {
  color: var(--white);
  padding-left: 20px;
}

.link-white-with-icon.phone {
  background-image: url('../images/Orion_calls-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-style: none;
}

.link-white-with-icon.mail {
  background-image: url('../images/Orion_mail-1.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 14px;
}

.link-white-with-icon.location {
  background-image: url('../images/Orion_pin-1.svg');
  background-position: 0 15%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom-style: none;
  margin-top: 0;
  padding-top: 0;
  line-height: 30px;
}

.numbers {
  color: var(--orange);
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

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

.content-grid {
  border-top: 1px solid var(--black);
  flex-direction: column;
  flex: 1;
  padding: 30px 15px;
  display: flex;
  position: relative;
}

.content-grid.black {
  color: var(--black);
}

.content-grid.black:hover {
  color: var(--orange);
}

.order-confirmation-container {
  background-color: #0000;
}

.category-menu {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 55px;
  right: 55px;
}

.category-menu-item {
  color: var(--black);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.category-menu-item:hover {
  color: #00000080;
}

.category-menu-item.w--current {
  background-color: var(--orange);
}

.icon-small {
  width: 16px;
  height: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.category-menu-white {
  background-color: var(--white);
  border-radius: 2px;
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.textarea {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff3;
  padding: 20px 0 22px;
}

.textarea:focus {
  border-bottom-color: var(--orange);
}

.textarea::placeholder {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Marcellus, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.checkbox-field {
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  height: 55px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.checkbox {
  margin-top: 0;
}

.menu-grid {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  letter-spacing: .4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 45px;
  font-size: 12px;
  line-height: 1.5em;
  display: grid;
  position: fixed;
  inset: 0;
}

.margin-bottom-last {
  margin-bottom: 0;
}

.cart-button {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
}

.cart-quantity {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  margin-left: 5px;
  font-weight: 400;
}

.cart-icon {
  margin-right: 0;
}

.cart-image {
  width: 30px;
}

.cart-footer {
  border-top-color: #ffffff1a;
}

.cart-absolute {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.remove-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1em;
}

.remove-button:hover {
  color: var(--orange);
}

.cart-item {
  align-items: flex-end;
}

.checkout-button {
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-top: 1px #fff3;
  border-left: 1px #fff3;
  border-right: 1px #fff3;
  justify-content: center;
  height: 55px;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

.price-big {
  letter-spacing: .3px;
  font-size: 20px;
  line-height: 1em;
}

.price-big.was {
  color: #9a9a9a80;
  margin-right: 5px;
  text-decoration: line-through;
  display: flex;
}

.product-image-big {
  max-height: 500px;
}

.button-scroll-down {
  background-image: url('../images/Orion_arrow-down.svg'), linear-gradient(to bottom, var(--black), var(--black));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  border-bottom-style: none;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.badge {
  z-index: 0;
  background-color: var(--orange);
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 8px;
  font-weight: 700;
  line-height: 7px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message {
  background-color: var(--red);
  color: var(--black);
  text-align: center;
  padding: 20px;
}

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

.close-button {
  color: var(--white);
  border-bottom-style: none;
}

.empty-state-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-1, .menu-2 {
  background-color: var(--white);
  width: 30px;
  height: 2px;
}

.header-image-detail {
  z-index: 0;
  text-align: center;
  background-image: url('../images/image-placeholder-black_1image-placeholder-black.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.contact-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

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

.buy-now-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.buy-now-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.add-to-cart-horiz {
  align-items: stretch;
  display: flex;
}

.add-to-cart-button {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #fff3;
  border-bottom-style: solid;
  height: 55px;
  margin-top: 0;
  padding: 20px 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  transition: color .3s, border .3s;
  display: flex;
}

.add-to-cart-button:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

.discount {
  background-color: var(--grey);
  border-style: none;
  border-bottom-color: #ffffff1a;
  margin-bottom: 20px;
  padding: 20px;
}

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

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

.product-image-detail {
  width: 100%;
}

.content-section-contatti {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.list {
  width: 100%;
}

.content-testo-vino {
  border-bottom-style: none;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 90%;
  padding: 5vw 30px;
  display: flex;
  position: relative;
}

.content-testo-vino.valign-top-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content-testo-vino.horizontal {
  flex-flow: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: flex;
}

.content-testo-vino.middle {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.content-testo-vino.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-top: 129px;
}

.content-testo-vino.no-top {
  padding-top: 0;
}

.content-testo-vino.valign-top-bottom-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-testo-vino.no-top-bottom {
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.content-testo-vino.no-left-right {
  align-items: center;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.link-pdf {
  background-image: url('../images/icon_pdf.png');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  width: 100px;
}

._80-giustificato {
  text-align: left;
  width: 80%;
}

.text-block {
  margin-top: 4px;
}

.list-item {
  margin-top: 26px;
}

.spazio-soot-20 {
  margin-bottom: 23px;
}

.heading {
  font-size: 50px;
  line-height: 50px;
}

.heading-2 {
  justify-content: center;
  display: flex;
}

.heading-2.grey {
  color: #666262;
}

.link-partner {
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-color: #000000a8;
  background-clip: border-box;
  border-bottom-width: 0;
}

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

.text-block-2 {
  line-height: 30px;
}

.fullscreen-cantine {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.margin-bottom-indirizzo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.img-avana {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.div-block {
  background-image: url('../images/BECUET-03p.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 400px;
  height: 500px;
  display: flex;
}

.div-block.bequet {
  background-image: url('../images/BECUET-03p.jpg');
}

.div-block.avana {
  background-image: url('../images/AVANA-04.jpg');
  width: auto;
}

.div-block.rosso {
  background-image: url('../images/VALSUSA-ROSSO-2.jpg');
  background-position: 50%;
}

.div-block.baratuciat {
  background-image: url('../images/BARATUCIAT-01p.jpg');
  background-position: 50%;
}

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

.header-privscy {
  z-index: 0;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.hero-content-privacy {
  margin-top: 141px;
}

.heading-3 {
  color: #000219;
  font-size: 72px;
  line-height: 75px;
}

.heading-3.light {
  color: #fff;
}

.bold-text {
  font-size: 72px;
}

.paragraph-privacy {
  color: #5c5c5c;
  margin-top: 20px;
  padding-left: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-privacy.light {
  color: #eaeaea;
  text-align: left;
  font-size: 15px;
}

.paragraph-privacy.light.hero {
  max-width: none;
  margin-top: 41px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .image-wrapper.small {
    min-height: 400px;
  }

  .display-3.margin-bottom {
    margin-bottom: 10px;
  }

  .display-1 {
    margin-top: 53px;
    margin-left: 0;
    font-size: 38px;
    line-height: 44px;
  }

  .display-1.home {
    font-size: 50px;
    line-height: 55px;
  }

  .display-2 {
    font-size: 32px;
    line-height: 36px;
  }

  .display-2.margin-bottom {
    align-items: center;
  }

  .content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    display: block;
  }

  .margin-bottom.piede {
    align-items: center;
  }

  .footer {
    padding-left: 45px;
    padding-right: 45px;
  }

  .payment-icons {
    margin-left: 0;
    margin-right: 0;
  }

  .payment-icons.camcom {
    margin-left: 0;
    margin-right: -3px;
  }

  .payment-icons.enoteca {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-wrapper {
    height: 120px;
  }

  .button-menu {
    justify-content: center;
    padding: 20px 40px;
  }

  .menu {
    padding: 20px;
    overflow: auto;
  }

  .navi-item {
    font-size: 30px;
  }

  .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column.line-left-top {
    padding-left: 10px;
  }

  .header-image.img-04 {
    margin-left: 0;
  }

  .content-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-grid {
    padding: 20px;
    overflow: auto;
  }

  .menu-2 {
    margin-top: 20px;
  }

  .contact-grid {
    grid-column-gap: 3rem;
  }

  .buy-now-button {
    width: 100%;
  }

  .add-to-cart-horiz {
    flex-wrap: wrap;
  }

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

  .content-testo-vino {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    font-size: 40px;
  }

  .link-partner {
    margin-left: 9px;
    margin-right: 9px;
  }

  .list-2 {
    padding-right: 32px;
  }

  .bold-text {
    font-size: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-wrapper {
    min-height: 280px;
  }

  .arrow {
    width: 40px;
    height: 40px;
    display: none;
  }

  .arrow.right {
    right: 0;
  }

  .arrow.left {
    left: 0;
  }

  .display-1 {
    margin-top: 113px;
    margin-left: 0;
  }

  .display-1.home {
    margin-top: 112px;
    line-height: 55px;
  }

  .content {
    align-self: center;
    width: 100%;
    padding: 35px 57px;
  }

  .content.center {
    align-self: center;
    margin-top: 40px;
  }

  .content.no-left-right {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content.content-section-contatti {
    padding-left: 53px;
    padding-right: 53px;
  }

  .fullscreen {
    min-height: auto;
    display: block;
  }

  .grid {
    height: auto;
    display: block;
  }

  .columns {
    display: block;
  }

  .margin-bottom.piede {
    align-items: center;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal {
    justify-content: center;
  }

  .notice-box {
    align-items: flex-start;
  }

  .align-center {
    margin-bottom: 35px;
  }

  .button-menu {
    margin-left: 47px;
    padding-left: 20px;
    padding-right: 20px;
    inset: 0 auto 0 0;
  }

  .menu {
    flex-direction: column;
    padding-top: 60px;
    overflow: auto;
  }

  .menu-image-wrapper {
    display: none;
  }

  .menu-sub {
    flex-flow: wrap;
  }

  .menu-items {
    margin-top: 60px;
  }

  .header {
    height: auto;
    min-height: 100vh;
  }

  .header.detail {
    min-height: auto;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    width: 100%;
  }

  .tab-link.w--current {
    padding-left: 20px;
  }

  .column {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .column.line-left-top {
    border-left-style: none;
    padding-left: 0;
  }

  .column.padding-left-33 {
    padding-left: 10px;
  }

  .column.no-right-left-mobile, .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header-image {
    min-height: 100vh;
    position: relative;
  }

  .header-image.img-04 {
    min-height: 100px;
  }

  .header-image.img-storia {
    min-height: 30vh;
  }

  .tabs-menu-ii {
    display: block;
  }

  .category-menu {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .category-menu-item {
    padding: 15px 5px 10px;
  }

  .category-menu-white, .sub {
    flex: 1;
  }

  .menu-grid {
    flex-direction: column;
    padding-top: 60px;
    padding-left: 47px;
    display: block;
    overflow: auto;
  }

  .grid-menu {
    display: block;
  }

  .margin-bottom-last {
    margin-bottom: 30px;
  }

  .cart-absolute {
    justify-content: flex-end;
  }

  .header-image-detail {
    background-size: cover;
    min-height: 100vh;
    position: relative;
  }

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

  .buy-now-button {
    flex: 1;
  }

  .content-testo-vino {
    align-self: center;
    width: 100%;
    padding: 35px 20px;
  }

  .content-testo-vino.center {
    align-self: center;
    margin-top: 40px;
  }

  .link-partner {
    margin-bottom: 23px;
  }

  .fullscreen-cantine {
    min-height: auto;
    display: block;
  }

  .video-cantina {
    margin-bottom: 37px;
  }

  .header-privscy {
    height: auto;
    min-height: 0;
  }

  .header-privscy.detail {
    min-height: auto;
  }

  .heading-3.light {
    margin-top: 0;
  }

  .bold-text {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .display-1 {
    margin-top: 100px;
  }

  .display-1.home {
    margin-top: 98px;
    line-height: 60px;
  }

  .content {
    width: 100%;
    padding: 16px 22px 22px;
  }

  .content.center {
    margin-top: 30px;
  }

  .content.no-left-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  .caption {
    color: #808080bd;
  }

  .margin-bottom.piede {
    align-items: center;
  }

  .horizontal {
    justify-content: center;
  }

  .align-center {
    margin-top: 24px;
    margin-bottom: 9px;
  }

  .navigation-wrapper {
    height: 120px;
  }

  .button-menu {
    justify-content: center;
    margin-left: 0;
    padding-right: 20px;
  }

  .header {
    height: auto;
    min-height: 0;
    max-height: none;
  }

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

  .content-wrapper.vini {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-image.img-03 {
    background-position: 0 0, 50% 0;
    min-height: 80vh;
  }

  .header-image.img-04 {
    min-height: 800px;
  }

  .header-image.img-05 {
    min-height: 80vh;
  }

  .header-image.img-storia {
    min-height: 40vh;
  }

  .header-image.img-cantine-cop {
    min-height: 80vh;
  }

  .header-image.img-contatti {
    min-height: 70vh;
    max-height: none;
  }

  .link-white-with-icon.location {
    background-position: 0 15%;
    line-height: 30px;
  }

  .menu-2 {
    margin-top: 11px;
  }

  .buy-now-button {
    flex: 0 auto;
  }

  .content-testo-vino {
    width: 100%;
    margin-bottom: 59px;
    padding-bottom: 22px;
  }

  .content-testo-vino.center {
    margin-top: 30px;
  }

  .link-pdf {
    background-image: none;
  }

  .pdf {
    width: 100px;
  }

  .heading {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    font-size: 35px;
  }

  .link-partner {
    margin-bottom: 17px;
  }

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

  .video-cantina {
    margin-bottom: 32px;
  }

  .header-privscy {
    height: auto;
    min-height: 30vh;
    max-height: none;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 50px;
    line-height: 66px;
  }

  .heading-3.light {
    background-color: #00000036;
    margin-top: 0;
    padding: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text {
    margin-left: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph-privacy {
    font-size: 18px;
  }

  .paragraph-privacy.light {
    width: 100%;
  }

  .paragraph-privacy.light.hero {
    max-width: none;
  }
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-77cbc498 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-77cbc498 {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-77cbc498 {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-77cbc498 {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-77cbc498 {
  grid-area: 4 / 6 / 6 / 13;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-77cbc498 {
  grid-area: 5 / 6 / 7 / 13;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-77cbc498 {
  grid-area: 1 / 2 / 2 / 7;
  place-self: auto;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-77cbc498 {
  grid-area: 2 / 2 / 6 / 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-77cbc498 {
  grid-area: 6 / 2 / 7 / 6;
  place-self: center stretch;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-77cbc498 {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-77cbc498 {
  grid-area: 1 / 3 / 2 / 13;
  place-self: center;
}

#w-node-_08fdbc97-d57d-3b46-bec5-796fd80ea3a3-77cbc498 {
  grid-area: 3 / 3 / 5 / 7;
}

#w-node-e91da4bc-ce6f-0f5f-5d89-8c392112fa87-77cbc498 {
  grid-area: 12 / 8 / 14 / 12;
}

#w-node-e3720fe7-69f0-59d3-60ad-0b07bfe1204f-77cbc498 {
  grid-area: 12 / 3 / 14 / 7;
}

#w-node-_11b66bf8-ea2c-9202-d5cf-e30c92f9efaa-77cbc498 {
  grid-area: 16 / 3 / 17 / 7;
}

#w-node-_2f86b6f8-b0db-1268-46bb-b54516ae010f-77cbc498 {
  grid-area: 3 / 8 / 5 / 12;
}

#w-node-_2f86b6f8-b0db-1268-46bb-b54516ae0110-77cbc498 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_0d552f3b-3a71-bbf3-c1dc-b2485abd3b5f-7e7354c4 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354c5-7e7354c4 {
  grid-area: 1 / 4 / 5 / 6;
  align-self: center;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354e4-7e7354c4 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-_82065c5a-4850-f5a0-b41e-b1f87e7354eb-7e7354c4 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_6fc54b7e-8b57-41d8-74e8-39fc0145783d-7e7354c4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-31cbc4ee {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-31cbc4ee {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-31cbc4ee {
  grid-area: 3 / 5 / 7 / 12;
}

#w-node-_170912d6-088e-ff06-a03f-e1a8650e1aa1-31cbc4ee {
  grid-area: 1 / 6 / 4 / 13;
}

#w-node-ee0e240a-d502-1510-8ea8-e0b482add91d-31cbc4ee {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-b6fb3b7c-aac1-ca91-ee26-652b85ccf6a9-31cbc4ee {
  grid-area: 4 / 7 / 7 / 13;
}

#w-node-_5e10d5c3-9786-c74f-7e09-cfcc920833a7-31cbc4ee {
  grid-area: 4 / 1 / 7 / 8;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-31cbc4ee {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-31cbc4ee {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-31cbc4ee {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-31cbc4ee {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_68bd961f-f1b2-1b53-e1b3-add2be566899-31cbc4ee {
  grid-area: 7 / 6 / 8 / 13;
}

#w-node-_4f1bdce1-d73e-74ea-1897-415e6b2aaa87-31cbc4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-31cbc4ee {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_93f693f9-e10d-5800-511b-93e7cb3755ec-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_93f693f9-e10d-5800-511b-93e7cb3755ee-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_770c216b-1bda-af06-2559-bd207b3a2579-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_770c216b-1bda-af06-2559-bd207b3a257b-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-defc3909-3620-a4b4-8277-45382712ffc3-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-defc3909-3620-a4b4-8277-45382712ffc5-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_11a0ccd9-187b-1b9b-2989-eb6600d1959c-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_11a0ccd9-187b-1b9b-2989-eb6600d1959e-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd323-31cbc4ee {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd325-31cbc4ee {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd328-31cbc4ee {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd32b-31cbc4ee {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-ff3c3efb-6fce-6f6d-b784-6601d29d4f22-31cbc4ee {
  grid-area: 7 / 6 / 16 / 13;
}

#w-node-ff3c3efb-6fce-6f6d-b784-6601d29d4f23-31cbc4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd33c-31cbc4ee {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd340-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd342-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd34f-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd351-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd35e-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd360-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd36d-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd36f-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd37c-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_4a5913eb-606a-4611-2989-a84a7d1cd37e-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e45-31cbc4ee {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e47-31cbc4ee {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e4a-31cbc4ee {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e4d-31cbc4ee {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_3ab62055-cd97-5d0f-6c37-23fa280d6f33-31cbc4ee {
  grid-area: 7 / 6 / 11 / 13;
}

#w-node-_3ab62055-cd97-5d0f-6c37-23fa280d6f34-31cbc4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e5e-31cbc4ee {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e62-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e64-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e71-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e73-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e80-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e82-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e8f-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e91-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e9e-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-ea60eefa-1eb0-9f03-cce0-d94804d50ea0-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec740-31cbc4ee {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec742-31cbc4ee {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec745-31cbc4ee {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec748-31cbc4ee {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_42d637df-9317-6653-946c-0591a5ac0756-31cbc4ee {
  grid-area: 8 / 6 / 10 / 13;
}

#w-node-_42d637df-9317-6653-946c-0591a5ac0757-31cbc4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec759-31cbc4ee {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec75d-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec75f-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec76c-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec76e-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec77b-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec77d-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec78a-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec78c-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec799-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec79b-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70fa-31cbc4ee {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70fc-31cbc4ee {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70ff-31cbc4ee {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7102-31cbc4ee {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-d1df37f3-962e-085e-8563-3ab1a2cc9b16-31cbc4ee {
  grid-area: 9 / 6 / 13 / 13;
}

#w-node-d1df37f3-962e-085e-8563-3ab1a2cc9b17-31cbc4ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7113-31cbc4ee {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7117-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7119-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7126-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7128-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7135-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7137-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7144-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7146-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7153-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7155-31cbc4ee {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_07365ff1-0fd7-0e89-eacc-a1d8e3e721d9-31cbc4ee {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-b2cbc4ef {
  grid-area: 1 / 1 / 6 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-b2cbc4ef {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-b2cbc4ef {
  grid-area: 3 / 5 / 7 / 12;
}

#w-node-_170912d6-088e-ff06-a03f-e1a8650e1aa1-b2cbc4ef {
  grid-area: 1 / 6 / 4 / 13;
}

#w-node-ee0e240a-d502-1510-8ea8-e0b482add91d-b2cbc4ef {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-b6fb3b7c-aac1-ca91-ee26-652b85ccf6a9-b2cbc4ef {
  grid-area: 4 / 7 / 7 / 13;
}

#w-node-_5e10d5c3-9786-c74f-7e09-cfcc920833a7-b2cbc4ef {
  grid-area: 4 / 1 / 7 / 8;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-b2cbc4ef {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-b2cbc4ef {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-b2cbc4ef {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-b2cbc4ef {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-b2cbc4ef {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_93f693f9-e10d-5800-511b-93e7cb3755ec-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_93f693f9-e10d-5800-511b-93e7cb3755ee-b2cbc4ef {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_770c216b-1bda-af06-2559-bd207b3a2579-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_770c216b-1bda-af06-2559-bd207b3a257b-b2cbc4ef {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-defc3909-3620-a4b4-8277-45382712ffc3-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-defc3909-3620-a4b4-8277-45382712ffc5-b2cbc4ef {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_07365ff1-0fd7-0e89-eacc-a1d8e3e721d9-b2cbc4ef {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-9ccbc505 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-9ccbc505 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_23b6b768-7b32-139f-f64b-1d8b0bf073f9-9ccbc505 {
  grid-area: 3 / 10 / 7 / 13;
  align-self: center;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-9ccbc505 {
  grid-area: 3 / 4 / 7 / 9;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-43cbc506 {
  grid-area: 2 / 6 / 7 / 13;
}

#w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-43cbc506 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-43cbc506 {
  grid-area: 2 / 4 / 5 / 12;
  place-self: center;
}

#w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-43cbc506 {
  grid-area: 5 / 6 / 7 / 13;
  align-self: center;
}

#w-node-_185b2672-7f76-8f55-4c7b-36e02e5f6697-43cbc506 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-f6e0a6c0-5605-0250-3494-6ce954ac2921-43cbc506 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-43cbc506 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904525-43cbc506 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-faa8e953-a911-2623-84c4-40d41c904527-43cbc506 {
  grid-area: 6 / 1 / 7 / 13;
}

#w-node-_1b5dce3c-b386-9844-a348-871d3e3f19ed-43cbc506 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-_5a347112-e603-0132-f362-376540ca3296-43cbc506 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_23b6b768-7b32-139f-f64b-1d8b0bf073f9-43cbc506 {
  grid-area: 3 / 10 / 7 / 13;
  align-self: center;
}

#w-node-a5146b01-071f-f17f-b0b4-1a70ca99512b-43cbc506 {
  grid-area: 3 / 4 / 7 / 9;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-abcbc51a {
  grid-area: 3 / 7 / 5 / 13;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-abcbc51a {
  grid-area: 3 / 1 / 5 / 7;
  place-self: center;
}

#w-node-_1b3de70f-d886-cd9a-c0de-87429014a0c4-8dcbc51b {
  grid-area: 3 / 7 / 5 / 13;
}

#w-node-fd5e5e30-205f-047c-2943-93e7a4c3a999-8dcbc51b {
  grid-area: 3 / 1 / 5 / 7;
  place-self: center;
}

#w-node-_59a6099f-89ac-85f2-0ee0-582bdbe8535a-e8cbc51f {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-f8f50e58-f1e5-000d-3a2d-7b34b5f033c2-e8cbc51f {
  grid-area: 1 / 2 / 7 / 7;
}

#w-node-_7c64d647-124d-1d24-cb48-fb2394a14226-e8cbc51f {
  grid-area: 1 / 5 / 4 / 7;
  place-self: start;
}

#w-node-b7377ead-f5f7-baa6-1010-9178ddda4a04-e8cbc51f {
  grid-area: 1 / 7 / 7 / 12;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c5-e8cbc51f {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-e8cbc51f {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-e8cbc51f {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3f9-3fcbc520 {
  grid-area: 1 / 9 / 7 / 13;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fb-3fcbc520 {
  grid-area: 3 / 7 / 5 / 11;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc3fd-3fcbc520 {
  grid-area: 1 / 2 / 4 / 7;
  place-self: center;
}

#w-node-_285a6a9c-b42f-99e3-197a-ee73c63229b1-3fcbc520 {
  grid-area: 4 / 1 / 7 / 4;
  place-self: start center;
}

#w-node-_8bc4b76e-3202-628a-64b5-2c594c1cc400-3fcbc520 {
  grid-area: 4 / 4 / 7 / 8;
  place-self: start;
}

#w-node-_93719cca-0e3e-f50f-6907-098483790056-f9cbc522 {
  grid-area: 1 / 1 / 6 / 7;
}

#w-node-e2453167-2fba-307a-be66-7b08e2dc288e-f9cbc522 {
  grid-area: 5 / 5 / 7 / 8;
}

#w-node-e45ddc59-b916-b76e-8912-1d1619cb8d09-f9cbc522 {
  grid-area: 2 / 6 / 6 / 13;
}

#w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-f9cbc522 {
  grid-area: 1 / 2 / 4 / 12;
}

#w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-f9cbc522 {
  grid-area: 4 / 6 / 6 / 13;
}

#w-node-df0a18fc-512f-5402-41cc-36d637c541f2-f9cbc522 {
  grid-area: 5 / 6 / 7 / 13;
}

#w-node-_825594ef-0d55-dfd3-8e86-8f4edb46127a-f9cbc522 {
  grid-area: 1 / 2 / 3 / 6;
  place-self: auto;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bf-f9cbc522 {
  grid-area: 2 / 2 / 6 / 6;
}

#w-node-f41c8505-c90d-6c1d-3223-15b95c70b375-f9cbc522 {
  grid-area: 6 / 4 / 7 / 6;
  place-self: center stretch;
}

#w-node-_4bd641bf-7ea9-86aa-ff5d-4b2d011c39bd-f9cbc522 {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-_8216017f-e509-681d-07de-68d56af971ef-f9cbc522 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: center;
}

#w-node-_7612e7e3-1b2b-0719-d003-062ca3c788e3-f9cbc522 {
  grid-area: 1 / 1 / 7 / 13;
}

#w-node-a2b2588b-0499-c0c6-b1fa-ee175d98396a-f9cbc522 {
  grid-area: 1 / 3 / 3 / 7;
  place-self: center;
}

#w-node-c681e0ac-200b-db17-d0d9-1e2ba3d5c33e-f9cbc522 {
  grid-area: 3 / 3 / 7 / 7;
}

#w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-f9cbc522 {
  grid-area: 1 / 7 / 6 / 11;
}

#w-node-_367ecccd-5af4-d05b-712b-3444ac593057-e4cbc528 {
  grid-area: 1 / 1 / 7 / 6;
}

#w-node-_367ecccd-5af4-d05b-712b-3444ac593059-e4cbc528 {
  grid-area: 1 / 7 / 3 / 12;
}

#w-node-_367ecccd-5af4-d05b-712b-3444ac59305c-e4cbc528 {
  grid-area: 3 / 10 / 7 / 13;
  align-self: center;
}

#w-node-_367ecccd-5af4-d05b-712b-3444ac593061-e4cbc528 {
  grid-area: 5 / 5 / 7 / 9;
}

#w-node-cdb8d814-610e-6652-6644-79e5f623b5ed-b1cbc53e {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-cdb8d814-610e-6652-6644-79e5f623b5ef-b1cbc53e {
  grid-area: 1 / 6 / 7 / 13;
}

#w-node-cdb8d814-610e-6652-6644-79e5f623b5f1-b1cbc53e {
  grid-area: 1 / 4 / 7 / 12;
  place-self: center;
}

#w-node-c1006fc6-d69a-5b40-2454-463742e0d6c5-b1cbc53e {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-c1006fc6-d69a-5b40-2454-463742e0d6c7-b1cbc53e {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-c1006fc6-d69a-5b40-2454-463742e0d6c9-b1cbc53e {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

#w-node-ee0b2744-5022-dd85-701b-936be184417d-b1cbc53e {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-ee0b2744-5022-dd85-701b-936be184417f-b1cbc53e {
  grid-area: 1 / 6 / 7 / 13;
}

#w-node-ee0b2744-5022-dd85-701b-936be1844181-b1cbc53e {
  grid-area: 1 / 4 / 7 / 12;
  place-self: center;
}

#w-node-b2764438-8ac3-f3f9-4a53-2e128d451ab6-b1cbc53e {
  grid-area: 1 / 7 / 7 / 13;
}

#w-node-b2764438-8ac3-f3f9-4a53-2e128d451ab8-b1cbc53e {
  grid-area: 1 / 1 / 7 / 8;
}

#w-node-b2764438-8ac3-f3f9-4a53-2e128d451aba-b1cbc53e {
  grid-area: 1 / 2 / 7 / 10;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-77cbc498 {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-77cbc498 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-77cbc498 {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-77cbc498 {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-31cbc4ee {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-31cbc4ee {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-31cbc4ee {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-31cbc4ee {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-31cbc4ee, #w-node-_93f693f9-e10d-5800-511b-93e7cb3755ee-31cbc4ee, #w-node-_770c216b-1bda-af06-2559-bd207b3a257b-31cbc4ee, #w-node-defc3909-3620-a4b4-8277-45382712ffc5-31cbc4ee, #w-node-_11a0ccd9-187b-1b9b-2989-eb6600d1959e-31cbc4ee {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd323-31cbc4ee {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd325-31cbc4ee {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd328-31cbc4ee {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd32b-31cbc4ee {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd342-31cbc4ee, #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd351-31cbc4ee, #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd360-31cbc4ee, #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd36f-31cbc4ee, #w-node-_4a5913eb-606a-4611-2989-a84a7d1cd37e-31cbc4ee {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e45-31cbc4ee {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e47-31cbc4ee {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e4a-31cbc4ee {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e4d-31cbc4ee {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e64-31cbc4ee, #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e73-31cbc4ee, #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e82-31cbc4ee, #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50e91-31cbc4ee, #w-node-ea60eefa-1eb0-9f03-cce0-d94804d50ea0-31cbc4ee {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec740-31cbc4ee {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec742-31cbc4ee {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec745-31cbc4ee {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec748-31cbc4ee {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec75f-31cbc4ee, #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec76e-31cbc4ee, #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec77d-31cbc4ee, #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec78c-31cbc4ee, #w-node-_9c9ae32b-6775-a9f0-cefd-963ba4aec79b-31cbc4ee {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70fa-31cbc4ee {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70fc-31cbc4ee {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a70ff-31cbc4ee {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7102-31cbc4ee {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7119-31cbc4ee, #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7128-31cbc4ee, #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7137-31cbc4ee, #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7146-31cbc4ee, #w-node-_369790f1-b6e1-e48d-9912-e6d3be1a7155-31cbc4ee {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-b2cbc4ef {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-b2cbc4ef {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-b2cbc4ef {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-b2cbc4ef {
    grid-area: 4 / 1 / 6 / 10;
    align-self: center;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-b2cbc4ef, #w-node-_93f693f9-e10d-5800-511b-93e7cb3755ee-b2cbc4ef, #w-node-_770c216b-1bda-af06-2559-bd207b3a257b-b2cbc4ef, #w-node-defc3909-3620-a4b4-8277-45382712ffc5-b2cbc4ef {
    grid-area: 5 / 1 / 7 / 10;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ad9-43cbc506 {
    grid-area: 2 / 7 / 7 / 13;
  }

  #w-node-_5d8fb794-487d-f958-e85e-44523ca540a6-43cbc506 {
    grid-area: 1 / 1 / 2 / 13;
    align-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486adb-43cbc506 {
    grid-area: 2 / 1 / 4 / 13;
    place-self: center;
  }

  #w-node-_63a6ab75-899d-b6dc-38b4-8e3770486ade-43cbc506 {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-_98aa2fba-7f53-4312-1373-1fe4a44c52b9-43cbc506, #w-node-faa8e953-a911-2623-84c4-40d41c904527-43cbc506 {
    grid-area: 5 / 1 / 7 / 13;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552c7-e8cbc51f {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-bfcf9a7c-63e8-d335-4640-801bf70552d1-e8cbc51f {
    grid-area: 1 / 7 / 6 / 13;
  }

  #w-node-e2453167-2fba-307a-be66-7b08e2dc288e-f9cbc522 {
    grid-area: 5 / 2 / 7 / 7;
  }

  #w-node-_04f0bb4f-f7a3-c6fb-e9ec-a8a06017ef02-f9cbc522 {
    grid-area: 1 / 1 / 4 / 13;
  }

  #w-node-_73e504ac-2bcf-559a-44ff-09c1db3702e2-f9cbc522 {
    grid-area: 4 / 4 / 6 / 13;
  }

  #w-node-df0a18fc-512f-5402-41cc-36d637c541f2-f9cbc522 {
    grid-area: 6 / 4 / 7 / 13;
  }

  #w-node-c681e0ac-200b-db17-d0d9-1e2ba3d5c33e-f9cbc522 {
    grid-area: 3 / 1 / 7 / 7;
  }

  #w-node-a0dd5b58-a92b-a8a1-f93c-5f3d9836e118-f9cbc522 {
    grid-area: 1 / 7 / 6 / 13;
  }

  #w-node-cdb8d814-610e-6652-6644-79e5f623b5f1-b1cbc53e {
    grid-area: 1 / 2 / 7 / 13;
    place-self: center;
  }

  #w-node-c1006fc6-d69a-5b40-2454-463742e0d6c9-b1cbc53e {
    grid-area: 1 / 1 / 7 / 10;
    place-self: center;
  }

  #w-node-ee0b2744-5022-dd85-701b-936be1844181-b1cbc53e {
    grid-area: 1 / 2 / 7 / 13;
    place-self: center;
  }

  #w-node-b2764438-8ac3-f3f9-4a53-2e128d451aba-b1cbc53e {
    grid-area: 1 / 1 / 7 / 10;
    place-self: center;
  }
}


