:root {
  --18181d: #18181d;
  --white: white;
  --black: black;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --grey-overlay-for-hero: #070709a1;
  --grey: #9c9c9c;
  --indian-red: #db4b68;
  --sea-green: #12b878;
  --panna: #ddd5cf;
  --wh: #dbdbdb;
}

.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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  color: #18181d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

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

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

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  color: var(--18181d);
  cursor: pointer;
  line-height: 26px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
}

label {
  color: #18181db3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #18181db3;
  border-left: 5px solid #e2e2e2;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 26px;
}

figcaption {
  color: #18181d80;
  text-align: center;
  margin-top: 5px;
}

.grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero1-image {
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-image: none;
  flex-direction: row;
  min-width: 500px;
  transition: opacity .2s;
  display: flex;
}

.hero1-image.lightbox-wrap:hover {
  opacity: .8;
}

.size1-text {
  white-space: normal;
  background-color: #fafafab5;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
}

.size1-text.size1-top-clear {
  margin-top: 0;
}

.size1-text.size1-bottom-clear {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 50px;
}

.size1-text.size1-full-clear {
  object-position: 50% 50%;
  margin-top: 0;
  margin-bottom: 0;
}

.size1-text.transparent-bkg {
  color: #fff;
  background-color: #0000;
  margin-top: 0;
}

.label {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #aaa3;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.label.white-label {
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
}

.label.white-outline-label {
  background-color: #ffffff1a;
  border-color: #ffffff80;
}

.label.inside-label {
  z-index: 40;
  color: var(--18181d);
  background-color: #fff;
  border-style: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label {
  z-index: 40;
  background-color: var(--18181d);
  color: var(--white);
  border-style: none;
  border-width: 0;
}

.label.black-label.styleguide-section-label {
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.black-label.sale-label {
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero1-content {
  padding-right: 36px;
}

.hero1-content.product-detail-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 36px;
  display: flex;
}

.button-large {
  background-color: var(--18181d);
  color: #fff;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  display: flex;
}

.button-large:hover {
  background-color: #272731;
}

.button-large.outline-button-large {
  color: #1f2121;
  background-color: #fff;
  border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
  border-color: #c9c9c9;
}

.button-large.outline-button-large.black-large {
  background-color: var(--18181d);
  border-style: none;
  margin-left: auto;
  padding: 13px 29px;
  position: static;
}

.button-large.outline-button-large.black-large.navbutton {
  background-color: var(--black);
  justify-content: space-between;
}

.button-large.outline-button-large.services {
  width: 460px;
}

.button-large.hero2-button {
  background-color: #030303;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.hero2-button:hover {
  background-color: #2f2f38;
}

.button-large.hero3-button {
  background-color: #3b3e45;
  position: static;
  inset: auto auto 0% 0%;
}

.button-large.hero3-button:hover {
  background-color: #363e52;
}

.button-large.uma-button {
  background-color: #978f8f;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.uma-button:hover {
  background-color: #978f8f;
}

.button-arrow {
  flex: none;
  margin-left: 20px;
  display: inline-block;
}

.hero1-product-name {
  background-color: #fff;
  border-top: 1px solid #ebedee;
  border-right: 1px solid #ebedee;
  width: 309px;
  padding: 36px 56px;
  position: absolute;
  inset: auto 0% 86px auto;
}

.section {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: relative;
}

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

.section.hero-section {
  z-index: 1;
  display: flex;
  position: absolute;
}

.section.services {
  padding-top: 58px;
  padding-bottom: 58px;
}

.size2-text {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
}

.size2-text.size2-top-clear {
  margin-top: 0;
}

.size2-text.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-text.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size2-text.services {
  margin-top: 0;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-bottom-clear {
  text-align: left;
  margin-bottom: 0;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.size3-text.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text.comparison {
  color: red;
  text-decoration: line-through;
}

.size5-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.size5-text.size5-top-clear {
  margin-top: 0;
}

.size5-text.size5-bottom-clear {
  margin-bottom: 0;
}

.size5-text.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.size4-text.size4-top-clear, .size4-text.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70 {
  opacity: .89;
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0;
  display: block;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.paragraph-70.services {
  margin-top: 12px;
}

.paragraph-70.white {
  color: var(--white);
}

.size6-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.size6-text.size6-top-clear {
  margin-top: 0;
}

.size6-text.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
  margin-bottom: 0;
}

.product-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  height: 480px;
  display: flex;
}

.product-image.product-image-size-s {
  height: 240px;
}

.product-image.product-image-size-m {
  height: 360px;
}

.product-image.product-image-size-l {
  height: 480px;
}

.product-image.product-image-size-xl {
  height: 600px;
}

.product-wrap {
  margin-bottom: 40px;
}

.button-small {
  background-color: var(--18181d);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.white-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  display: flex;
}

.button-small.form-centered-button {
  justify-content: center;
}

.text-label {
  opacity: .7;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-label.spaced-word-label {
  opacity: 1;
  letter-spacing: 2px;
}

.text-label.wh {
  color: var(--white);
}

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

.button-text {
  color: var(--18181d);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.content24-image {
  background-image: url('../images/dmp-009_1.avif');
  background-position: 50% 0;
  background-size: cover;
  min-height: 360px;
  margin-top: 67px;
}

.content24-quote {
  background-color: #ebedee4f;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.deco-dot {
  background-color: var(--rosy-brown);
  flex: none;
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
}

.content24-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.content8-grey-background {
  background-color: #fafafa;
  align-items: center;
  width: 100vw;
  height: 714px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content8-image {
  z-index: 1;
  background-image: url('../images/9.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 65%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.content8-image.home {
  background-image: url('../images/dmp-002_1.avif');
}

.content8-content-wrap {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 580px;
  margin-top: 67px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.content8-quote-wrap {
  padding-right: 40px;
}

.content4-headline-wrap {
  background-color: #0000;
  width: 479px;
  position: relative;
}

.content4-image {
  height: 700px;
}

.content4-image2 {
  height: 520px;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.content4-product-name-wrap.venezianico {
  display: none;
}

.content10-content-wrap {
  position: relative;
}

.content10-image2 {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  width: 376px;
  min-height: 480px;
}

.content10-image {
  background-image: url('../images/zaffiro_1.avif');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content33-items-wrap {
  color: #fff;
  background-color: #18181d;
  padding: 45px 50px 35px;
}

.content33-divider {
  background-color: #292931;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content33-image {
  background-image: url('../images/dmp-111_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 230px;
  margin-bottom: 45px;
}

.content34-item-wrap {
  margin-top: -38px;
  display: flex;
}

.footer1 {
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
}

.link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline;
}

.link:hover {
  opacity: 1;
  text-decoration: underline;
}

.paragraph-small {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.content9-content-wrap {
  padding-right: 36px;
  position: relative;
}

.content9-text {
  margin-bottom: 30px;
}

.content9-image1 {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 460px;
}

.content9-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.content9-image2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 320px;
}

.content9-grey-section {
  background-color: #fafafa;
  min-height: 140px;
}

.content8-category-image {
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 460px;
  display: flex;
}

.product8-headline-wrap {
  padding-right: 40px;
}

.hero3-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero2-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  min-height: 900px;
  position: absolute;
  inset: 0%;
}

.hero2-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.hero-with-background-wrap {
  border-bottom: 1px solid var(--white-smoke);
  position: relative;
}

.hero-with-background-wrap.hero2-wrap {
  border-bottom: 1px solid var(--white-smoke);
}

.hero2-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.hero2-product {
  background-color: var(--white);
  color: var(--18181d);
  justify-content: space-between;
  align-items: center;
  padding: 30px 36px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero2-product-name {
  opacity: .7;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.hero2-product-name:hover {
  opacity: 1;
}

.hero2-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero2-title {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 36px;
  padding-right: 123px;
  display: flex;
}

.hero2-latest {
  color: #fff;
  background-color: #18181d;
  flex-direction: row;
  align-items: center;
  padding: 36px;
  text-decoration: none;
  display: flex;
}

.hero2-latest:hover {
  background-color: var(--black);
}

.hero2-image-collection {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 180px;
  height: 180px;
  margin-right: 36px;
}

.hero2-product-price {
  opacity: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content23-image {
  background-image: url('../images/dmp-263_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.content10-bottom-section {
  margin-top: 100px;
}

.hero3-content {
  padding-right: 36px;
}

.content4-button-wrap {
  position: static;
}

.content32-quote {
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  position: relative;
}

.content32-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 400px;
  margin-top: 103px;
}

.content35-feed-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  transition: opacity .2s;
}

.content35-feed-image:hover {
  opacity: .8;
}

.content35-feed-image.content35-image2 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: none;
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: none;
}

.content35-feed-image.content35-image5 {
  background-image: none;
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: none;
}

.content35-feed-image.content35-image1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.content35-pictures-feed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 273px;
  margin-bottom: 56px;
  display: grid;
}

.content35-headline-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.content35-item-label {
  opacity: .7;
  text-transform: uppercase;
  margin-top: -4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.content11-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 600px;
}

.content11-headline-wrap {
  margin-bottom: 80px;
}

.top-notification {
  background-color: var(--18181d);
  text-align: center;
}

.notification-content {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.other4-text {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 22px;
}

.notification-link-wrap {
  flex-flow: column;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
  position: sticky;
  top: 0;
  bottom: 0;
}

.notification-link-wrap:hover {
  opacity: .9;
}

.content29-qa-item {
  padding-right: 103px;
}

.content29-qa-item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.content7-image {
  background-image: url('../images/6.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 50%;
  background-size: cover;
  height: 460px;
}

.content7-content-wrap {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 220px;
  padding: 47px 67px 57px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 40px #0000000d;
}

.product2-content-wrap {
  z-index: 5;
  color: var(--white-smoke);
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 582px;
  padding: 36px;
  display: flex;
}

.product2-name-wrap {
  margin-bottom: 10px;
}

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

.nav1-menu-wrap.navbutton {
  flex-flow: row;
  flex: none;
  place-content: stretch center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.cart-button {
  background-color: #0000;
  padding: 0;
}

.cart-button:hover {
  opacity: .7;
}

.cart-quantity {
  color: var(--18181d);
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.nav-link {
  opacity: 1;
  color: var(--black);
  margin-left: 0;
  margin-right: 20px;
  padding: 0 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.nav-link.w--current {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-bottom: 3px solid #000;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.nav-link.bag {
  background-image: url('../images/bag.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  align-items: stretch;
  display: inline-block;
  position: static;
}

.nav-link.profile {
  background-image: url('../images/profile.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
}

.nav-link.nav2 {
  color: #000000d4;
  font-size: 14px;
}

.cart {
  margin-left: 15px;
}

.content33-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav1-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero1 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  background-image: url('../images/dmp-024_1.avif');
  background-position: 50% 0;
  background-size: cover;
  height: 460px;
}

.content6-image3 {
  background-image: url('../images/dmp-144_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 360px;
}

.hero6 {
  z-index: 0;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#18181d73, #18181d73);
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.hero6-content {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero6-content.coming-soon {
  padding-left: 330px;
  padding-right: 330px;
}

.sizejumbo-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 300;
  line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
  margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
  margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
  z-index: 1;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.content16-headline-wrap {
  margin-bottom: 36px;
}

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

.content22-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.content22-text-wrap {
  margin-bottom: 36px;
}

.blog1-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog1-image:hover {
  opacity: .8;
}

.paragraph-40 {
  opacity: .4;
  margin-bottom: 10px;
}

.blog1-headline-wrap {
  max-width: 582px;
}

.blog3-image {
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 460px;
  padding: 36px;
  display: flex;
  position: relative;
}

.blog3-headline-wrap, .content17-headline-wrap {
  max-width: 582px;
}

.content17-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: 26px;
}

.content17-author-pic.content17-image2 {
  background-image: none;
}

.content17-author-pic.content17-image1 {
  background-image: none;
  width: 250px;
  height: 300px;
}

.content17-author-pic.content17-image3, .content17-author-pic.content17-image4, .content17-author-pic.content17-image8, .content17-author-pic.content17-image7, .content17-author-pic.content17-image6, .content17-author-pic.content17-image5 {
  background-image: none;
}

.product2-content-card-wrap {
  color: var(--18181d);
  background-color: #fff;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px 36px 30px;
  display: flex;
}

.text-field {
  color: var(--18181d);
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus, .text-field.-wfp-focus {
  color: var(--18181d);
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-field.cart-input {
  color: var(--white);
  text-align: center;
  background-color: #18181d;
  border-style: solid;
  border-color: #2c2c33;
  border-radius: 0;
  width: 60px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta8-form {
  grid-column-gap: 36px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 0;
  display: grid;
}

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

.content14-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
  transition: opacity .2s;
}

.content14-image:hover {
  opacity: .8;
}

.content14-image.content14-image1 {
  background-image: url('../images/1.0--Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli_1.avif');
  background-position: 50%;
  background-size: cover;
}

.content14-image.content14-image2 {
  background-image: url('../images/14.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 50%;
}

.content14-image.content14-image3 {
  background-image: url('../images/7.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 50%;
  background-size: cover;
  height: 600px;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta7-map {
  height: 100%;
  line-height: 20px;
  display: block;
}

.menu-button {
  margin-left: 24px;
  padding: 0;
}

.menu-button:hover {
  opacity: .7;
}

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

.menu-icon {
  display: inline-block;
  position: relative;
}

.nav1-menu {
  clear: none;
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.cta7-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content6-image1 {
  background-image: url('../images/dmp-121_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.product5-category-link {
  color: var(--18181d);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.product5-category-link:hover {
  opacity: .7;
}

.product5-category-link.product5-all-items {
  margin-bottom: 10px;
  display: block;
}

.product5-nav-items-wrap {
  margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
  margin-bottom: 15px;
}

.product5-nav-lists {
  margin-top: 20px;
}

.product5-nav-wrap {
  position: sticky;
  top: 130px;
}

.navbar1 {
  z-index: auto;
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--white-smoke);
  text-transform: uppercase;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 22px 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navbar1.active-nav1 {
  z-index: 101;
  float: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #0000;
  margin-top: 0;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
  position: fixed;
  top: 0;
  box-shadow: 0 0 7px 4px #0000003d;
}

.hero3 {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.hero6-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.hero6-text {
  flex: 1;
  margin-bottom: 30px;
  display: none;
}

.content4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content6-grid.about {
  margin-top: 20px;
}

.content7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.content9-grid, .content10-grid, .content11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content14-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content16-grid, .content17-grid, .content22-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content23-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content24-grid, .content25-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content28-grid {
  grid-column-gap: 36px;
  grid-row-gap: 49px;
  text-align: center;
  grid-template: "."
                 "." 1fr
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content29-grid, .content32-grid, .content33-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content33-contacts-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content34-grid {
  grid-column-gap: 36px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content35-section-headline {
  margin-bottom: 36px;
}

.content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product5-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.product5-feed-grid, .product8-categories-grid, .product8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog1-button-wrap {
  margin-top: 36px;
  display: flex;
}

.blog2-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 260px;
  transition: opacity .2s;
  display: block;
}

.blog2-image:hover {
  opacity: .8;
}

.blog2-headline-wrap {
  max-width: 582px;
}

.blog2-grid, .blog3-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta7-form {
  align-self: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.cta7-form-wrap {
  flex-direction: column;
  display: flex;
}

.cta8-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta8-content-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 582px;
  display: flex;
}

.footer1-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
}

.other4-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer1-bottom-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.content33-label-headline {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph.top-clear {
  text-align: center;
}

.cart-wrap {
  color: #fff;
  background-color: #18181d4d;
}

.content6-headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

.headline-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.headline-grid._2 {
  grid-template-rows: auto;
}

.headline-grid.eshop {
  margin-left: 50px;
}

.cart-heading {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cart-header {
  border-bottom-color: #2c2c33;
  padding: 25px 32px;
}

.cart-close-icon {
  opacity: .5;
}

.cart-container {
  background-color: var(--18181d);
  min-width: 440px;
  box-shadow: 0 2px 6px #18181d1a;
}

.web-payment-button {
  border-radius: 0;
  height: 48px;
  margin-bottom: 15px;
}

.cart-list {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.cart-footer {
  border-top-color: #2c2c33;
  padding: 16px 32px 32px;
}

.cart-item {
  align-items: stretch;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-product-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 80px;
  position: static;
}

.cart-item-info {
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

.cart-product-name {
  text-transform: none;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cart-product-price {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.remove-button {
  opacity: .5;
  margin-top: 5px;
  text-decoration: none;
}

.remove-button:hover {
  opacity: 1;
}

.cart-line-item {
  text-transform: none;
}

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

.empty-state {
  color: var(--18181d);
  text-align: center;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 3px solid #eee;
  flex: none;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.empty-state.dark-cart-empty-state {
  color: #fff;
  background-color: #2a2a31;
  border-bottom-style: none;
  flex-direction: column;
  align-items: stretch;
  padding: 30px;
}

.success-message {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: #12b8781a;
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: #db4b680d;
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.option-list {
  margin-bottom: 5px;
}

.cart-option-text {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.styleguide-grid-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center start;
  position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper {
  background-color: var(--white);
  position: relative;
}

.wrapper.m100 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.wrapper.m80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.wrapper.m50 {
  z-index: auto;
  background-color: #ddd5cf;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.wrapper.m50.homemeccaniche {
  background-image: url('../images/graphics-copia-8_1.avif');
  background-position: 100% 20%;
  background-size: cover;
}

.wrapper.m100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
  display: block;
}

.wrapper.m100-50.team {
  display: block;
}

.wrapper.m50-100 {
  z-index: auto;
  background-color: var(--white);
  align-items: center;
  padding-top: 40px;
  padding-bottom: 90px;
  display: block;
  position: relative;
}

.wrapper.m50-100.home-shop {
  background-image: url('../images/graphics-copia-6_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 70%;
}

.wrapper.m80-100 {
  padding-top: 80px;
  padding-bottom: 100px;
}

.wrapper.m100-80 {
  padding-top: 100px;
  padding-bottom: 80px;
}

.wrapper.m20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrapper.m80-50 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.wrapper.m50-80 {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 80px;
}

.wrapper.m0-100 {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.wrapper.m20-100 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.wrapper.m0-50 {
  z-index: auto;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-bottom: 50px;
  position: relative;
}

.wrapper.m0-50.homeartig {
  background-image: url('../images/graphics-copia-6_1.avif');
  background-position: 50%;
  background-size: auto;
}

.wrapper.m0-80 {
  padding-bottom: 80px;
}

.wrapper.m0-20 {
  padding-top: 0;
  padding-bottom: 20px;
}

.wrapper.m100-20 {
  padding-top: 100px;
  padding-bottom: 20px;
}

.wrapper.m100-0 {
  padding-top: 100px;
}

.wrapper.first-wrap {
  margin-bottom: 100px;
}

.wrapper.m130-100 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 130px;
  padding-bottom: 100px;
  display: block;
}

.wrapper.m130-100.services {
  background-image: linear-gradient(to bottom, var(--grey-overlay-for-hero), var(--grey-overlay-for-hero)), url('../images/dmp-300_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.wrapper.m130-100.about {
  background-color: var(--grey);
  background-image: url('../images/diamanti.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.wrapper.m130 {
  padding-top: 130px;
}

.wrapper.hero-meccaniche {
  height: 100vh;
}

.styleguide-products-grid {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.grey-body {
  background-color: #f4f6f6;
}

.hero2-product-name-link-wrap {
  color: #000;
  text-decoration: none;
}

.content23-item-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.item-overlay {
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(#18181d1a, #18181d1a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.size6-link {
  color: var(--18181d);
  margin-top: 1px;
  margin-bottom: 10px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.size6-link:hover {
  opacity: .7;
}

.size6-link.size6-top-clear {
  margin-top: 0;
}

.size6-link.size6-bottom-clear {
  margin-bottom: 0;
}

.size6-link.size6-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.image-wrap {
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-wrap.meccaniche-page {
  background-image: url('../images/3.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 50%;
  background-size: cover;
}

.size3-link {
  color: var(--18181d);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none;
  display: block;
}

.size3-link:hover {
  opacity: .7;
}

.size3-link.size3-top-clear {
  margin-top: 0;
}

.size3-link.size3-bottom-clear {
  margin-bottom: 0;
}

.size3-link.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.product3-content-wrap {
  margin-top: 26px;
}

.product4-content-wrap {
  margin-top: 3px;
}

.blog2-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.size4-link {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}

.size4-link:hover {
  opacity: .7;
}

.size4-link.size4-bottom-clear {
  margin-bottom: 0;
}

.size4-link.size4-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size4-link.size4-top-clear {
  margin-top: 0;
}

.blog2-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog1-image-wrap {
  margin-bottom: 30px;
  position: relative;
}

.blog3-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  display: block;
}

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

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.size5-link.size5-top-clear {
  margin-top: 0;
}

.size5-link.size5-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
  margin-bottom: 0;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
  position: relative;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-smoke);
  background-color: #c9b6af;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.footer1-link {
  opacity: .7;
  color: #18181d;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

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

.footer1-link.w--current {
  opacity: 1;
  text-decoration: underline;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.footer1-links-wrap.v1 {
  padding-top: 44px;
}

.footer1-bottom-link {
  color: #18181d;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
}

.hero1-product-name-wrap {
  margin-bottom: 10px;
}

.add-to-cart-default-state {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

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

.lightbox-product-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 173px;
  height: 173px;
  margin-top: 36px;
  transition: opacity .2s;
}

.lightbox-product-image:hover {
  opacity: .8;
}

.lightbox-link {
  display: block;
}

.option {
  margin-bottom: 24px;
}

.headline-wrap-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.category-detail-wrap {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.category-detail-wrap.all-products-header {
  background-image: linear-gradient(#18181d73, #18181d73), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.content36-author-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 360px;
  margin-bottom: 26px;
}

.content36-author-pic.content36-pic1, .content36-author-pic.content36-pic2, .content36-author-pic.content36-pic3 {
  background-image: none;
}

.content36-headline-wrap {
  max-width: 582px;
}

.content36-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home1-deco-part {
  background-image: url('../images/dmp-285_1.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
  position: static;
}

.content28-logo {
  opacity: .3;
  max-width: 103px;
  max-height: 103px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog3-image-dark-overlay {
  background-color: #18181d80;
  position: absolute;
  inset: 0%;
}

.blog3-content-wrap {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.home2-deco-part {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.blog1-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block {
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  color: #18181db3;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block img {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.rich-text-block ul {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: none;
}

.rich-text-block li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block em {
  opacity: .7;
}

.rich-text-block a {
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.rich-text-block blockquote {
  border-left-width: 4px;
  border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.product-description-wrap {
  margin-top: 26px;
}

.styleguide-text-combo-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}

.styleguide-note-wrap {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 60px;
  padding-bottom: 50px;
}

.wrapper-content-preview {
  background-image: url('../images/grey-transparent_1grey-transparent.avif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 50px;
  height: 100px;
}

.checkout-headline-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkout-form {
  padding: 80px 40px;
}

.order-summary-wrap {
  top: 100px;
}

.checkout-section-headline {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.block-header {
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-details-wrap {
  margin-right: 30px;
}

.order-price {
  font-weight: 500;
}

.item-image {
  width: 80px;
}

.items-in-order-content-wrap {
  padding-left: 16px;
  padding-right: 16px;
}

.order-item {
  margin-bottom: 30px;
}

.quantity-wrap-items {
  opacity: .7;
}

.order-confirmation-container {
  padding: 80px 40px;
}

.total-line-item {
  margin-bottom: 0;
}

.blog-detail-post-cover-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
}

.blog-detail-author-wrap {
  align-items: flex-start;
  display: flex;
}

.blog-detail-grid {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.blog-detail-divider {
  background-color: #ebedee;
  width: 100%;
  height: 1px;
}

.blog-detail-author-pic {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  flex: none;
  width: 57px;
  height: 57px;
  margin-right: 24px;
}

.blog-detail-name-wrap {
  margin-bottom: -10px;
}

.blog-detail-name {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 28px;
}

.styleguide-section-wrap {
  background-color: var(--white);
  padding: 90px 130px;
  position: relative;
}

.paragraph-small-70 {
  opacity: .7;
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
}

.styleguide-background-wrap {
  background-color: var(--18181d);
  color: var(--white);
  text-align: center;
  padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
  text-align: left;
  padding-top: 60px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
  background-color: var(--white-smoke);
  color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
  background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
  background-color: var(--18181d);
  color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
  background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
  background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
  background-color: var(--sea-green);
}

.styleguide-button-wrap {
  background-image: url('../images/grey-transparent_1grey-transparent.avif');
  background-position: 50%;
  background-size: 50px;
  padding: 20px;
}

.item-wrap {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.styleguide-grid-text-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-columns: 1fr;
}

.styleguide-form-wrap, .styleguide-form {
  flex-direction: column;
  display: flex;
}

.checkbox-field {
  margin-top: 20px;
}

.size1-link {
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 300;
  line-height: 52px;
  display: block;
}

.size1-link:hover {
  opacity: .7;
}

.size1-link.size1-top-clear {
  margin-top: 0;
}

.size1-link.size1-bottom-clear {
  margin-bottom: 0;
}

.size1-link.size1-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.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(--white);
  text-align: center;
  flex-direction: column;
  padding: 60px;
  display: flex;
}

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

.utility-page-form-wrap {
  flex-direction: column;
  width: 360px;
  display: flex;
}

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

._404-message-wrap {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.size2-link {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  display: block;
}

.size2-link.size2-top-clear {
  margin-top: 0;
}

.size2-link.size2-bottom-clear {
  margin-bottom: 0;
}

.size2-link.size2-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.licence-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.licence-buttons-grid {
  grid-template-rows: auto;
  margin-top: 30px;
}

.licence-image {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: none;
}

.content4-product-description-wrap {
  margin-top: 15px;
}

.promopage-deco-part {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.image {
  margin-top: 15px;
}

.image.full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  overflow: clip;
}

.div-block {
  align-self: flex-start;
}

.licence-item-wrap {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.keep-shopping-button-wrap {
  margin-top: 16px;
}

.paypal {
  margin-bottom: 15px;
}

.text-block {
  padding-top: 2px;
}

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

.text-block-2.navbutton {
  font-size: 18px;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  display: block;
}

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

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

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

.logo-barra {
  opacity: .54;
  filter: grayscale();
  cursor: pointer;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.logo-barra:hover {
  opacity: 1;
}

.logo-barra:active {
  opacity: .77;
}

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

.meccaniche-veneziane-grid {
  grid-template-rows: 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;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.div-block-8 {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.item-image-wrapper {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.immagine-prodotto-griglia {
  background-image: url('../images/2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.immagine-prodotto-griglia.prodotto2 {
  background-image: url('../images/6.avif');
}

.immagine-prodotto-griglia.prodotto3 {
  background-image: url('../images/3.avif');
}

.immagine-prodotto-griglia.prodotto4 {
  background-image: url('../images/5.avif');
}

.immagine-prodotto-griglia.prodotto5 {
  background-image: url('../images/1.avif');
}

.immagine-prodotto-griglia.prodotto6 {
  background-image: url('../images/4.avif');
}

.meccaniche-hero {
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/brochure-rivenditori-mv_page-0001_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: none;
}

.meccaniche-hero-content {
  text-align: center;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: -17px;
  font-size: 23px;
  font-weight: 500;
}

.heading.coming-soon {
  color: #000;
}

.heading-2 {
  color: var(--white);
  margin-top: 10px;
}

.slider {
  width: 100%;
  height: 100%;
  display: block;
}

.slide {
  background-image: linear-gradient(#18181d73, #18181d73), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.slide-2 {
  background-image: linear-gradient(#18181d73, #18181d73), url('../images/17-16-9_1.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#18181d73, #18181d73), none;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.slide-3.slide-4 {
  background-color: #0000;
  background-image: none;
}

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

.slider-2 {
  width: 100%;
  height: 100%;
}

.slide-5 {
  background-image: url('../images/17-16-9_1.avif');
  background-position: 50% 0;
  background-size: cover;
}

.slide-6, .slide-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-8 {
  background-image: url('../images/luca.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-9 {
  background-image: url('../images/foto-14-edit-light.webp');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/jl-b.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-11 {
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/dmp-280_1.avif');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
}

.slide-12 {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--grey-overlay-for-hero), var(--grey-overlay-for-hero)), url('../images/dmp-155_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide-13 {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--grey-overlay-for-hero), var(--grey-overlay-for-hero)), url('../images/dmp-149_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-14 {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--grey-overlay-for-hero), var(--grey-overlay-for-hero)), url('../images/dmp-167_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slider-3 {
  width: 100%;
  height: 100%;
  position: sticky;
}

.slide-15 {
  background-color: var(--black);
  background-image: linear-gradient(to bottom, var(--grey-overlay-for-hero), var(--grey-overlay-for-hero)), url('../images/dmp-263_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.div-block-9 {
  z-index: 100;
  position: sticky;
}

.image-2 {
  display: block;
  position: absolute;
}

.image-3 {
  display: block;
}

.div-block-10 {
  filter: blur(15px);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-overlay {
  color: #fff;
  background-image: linear-gradient(#0009, #0009), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.div-block-11 {
  background-image: url('../images/06_movement_800x_1.avif');
  background-position: 50%;
  background-size: cover;
}

.columns {
  align-items: flex-start;
  width: 80%;
  margin-top: 0;
  display: block;
}

.column {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.service-container {
  z-index: 2;
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  top: 0;
}

.heading-3 {
  float: left;
}

.service-title {
  clear: left;
  max-width: 300px;
  position: sticky;
  top: 136px;
}

.service-title.gallery {
  padding-top: 0;
  padding-bottom: 0;
}

.service-description {
  float: left;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 0 10px 10px;
  display: flex;
}

.service-description.gallery {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 400px;
  display: block;
}

.div-block-12 {
  margin-top: 59px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-13 {
  background-image: url('../images/2.2-Anello-con-diamanti-incastonati_1.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 350px;
  display: none;
  position: static;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-6 {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.link-block {
  background-color: var(--18181d);
  margin-left: auto;
}

.div-block-14 {
  margin-left: auto;
}

.image-7 {
  z-index: 100;
  position: static;
}

.div-block-15 {
  z-index: 200;
  background-color: var(--black);
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.heading-5 {
  font-size: 80px;
  line-height: 96px;
}

.background-video {
  z-index: 90;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container {
  position: absolute;
}

.image-8 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 800px;
  max-height: 1000px;
}

.image-9 {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

.image-12 {
  object-fit: cover;
  object-position: 30% 50%;
  width: 100%;
  height: 100%;
}

.div-block-16 {
  background-image: url('../images/11.0-Redentore-Meccaniche-Veneziane-personalizzato-incisione-incastonatura-JL-Gioielli.webp');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.div-block-17 {
  background-color: #2c2c2c99;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown {
  margin-left: 9px;
  margin-right: 9px;
  padding-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.dropdown-toggle {
  margin-top: 3px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle.w--open {
  margin-right: 13px;
}

.dropdown-list {
  background-color: var(--black);
  opacity: 1;
  padding-top: 13px;
  padding-bottom: 13px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  margin-top: 0;
  margin-right: 24px;
}

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

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-13, .image-14 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lightbox-link-gallery {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 500px;
}

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

.link-2 {
  font-weight: 600;
  text-decoration: underline;
}

.italic-text {
  color: #1220b8;
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
}

.italic-text:hover {
  text-decoration: none;
}

.mask {
  background-color: #fff;
}

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

.div-block-18 {
  box-shadow: none;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  display: flex;
}

.div-block-19 {
  background-color: var(--white);
  min-width: 200px;
  margin-top: 102px;
  margin-left: -53px;
  padding: 16px;
  box-shadow: 10px -3px 15px 1px #00000021;
}

.image-17, .image-18 {
  object-fit: cover;
  width: 100%;
  height: 450px;
}

.image-19 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.div-block-20 {
  display: none;
  position: static;
  top: 0;
}

.div-block-21 {
  position: static;
}

.bold-text-3 {
  font-weight: 400;
}

.html-embed {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.navbar2 {
  z-index: 100;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #9b9b9b14;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 50px;
  margin-top: 87px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 36px;
  position: fixed;
  inset: 0%;
}

.nav2-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.video {
  height: 100%;
}

.div-block-22 {
  width: 100vw;
  height: 100vh;
}

.div-block-22.laptop {
  background-image: url('../images/graphics-copia-4_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22.tablet, .div-block-22.smartphone {
  display: none;
}

.body-2 {
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: auto;
  height: 200px;
  min-height: auto;
}

.vetrinadiv {
  transform-style: preserve-3d;
  background-color: #ddd5cf3b;
  border: 1px #000;
  border-radius: 0;
  padding-top: 10px;
  padding-left: 14px;
  padding-right: 14px;
  transition: all .2s;
  display: none;
  box-shadow: 9px 9px 15px #00000052;
}

.vetrinadiv:hover {
  backface-visibility: hidden;
  perspective: 1804px;
  transform: rotateX(-3deg)rotateY(-9deg)rotateZ(0)skew(0deg, 3deg)scale3d(1.1, 1.1, 1.6);
}

.size3-text-comparison {
  color: red;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  text-decoration: line-through;
}

.size3-text-comparison.size3-bottom-clear {
  text-align: left;
  margin-bottom: 0;
}

.size3-text-comparison.size3-top-clear {
  margin-top: 0;
}

.size3-text-comparison.size3-full-clear {
  margin-top: 0;
  margin-bottom: 0;
}

.size3-text-comparison.comparison {
  color: red;
  text-decoration: line-through;
}

.prova-eshop {
  margin-top: 107px;
}

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

.text-block-4 {
  text-decoration: line-through;
}

.shop-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  display: grid;
  position: relative;
}

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

.slide-16 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-4 {
  width: 100%;
  height: 600px;
}

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

.select-field {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  height: 60px;
}

.prod-card {
  background-color: #f5f5f5;
  margin-top: 18px;
  padding: 10px;
  display: flex;
}

.text-block-5 {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.text-block-6 {
  color: #838383;
  text-decoration: none;
}

.link-3 {
  color: #838383;
  text-decoration: underline;
}

.link-3:hover {
  color: #222;
  text-decoration: underline;
}

.div-block-26 {
  overflow: visible;
}

.slide-17 {
  background-image: url('../images/dmp-254_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.link-block-2 {
  overflow: hidden;
}

.link-block-2.hidden {
  display: none;
}

.image-21 {
  overflow: hidden;
}

.hidden {
  display: none;
}

.slider-5 {
  width: 100%;
  height: 50%;
}

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

@media screen and (max-width: 991px) {
  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .hero1-image {
    min-height: 640px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -6px;
  }

  .label.black-label.styleguide-section-label {
    text-align: center;
    margin-bottom: 40px;
    position: static;
    inset: 0% 0% auto;
  }

  .hero1-content {
    margin-top: 0;
  }

  .hero1-content.product-detail-wrap {
    margin-top: 30px;
    padding-right: 0;
  }

  .button-large {
    width: 100%;
  }

  .button-large.outline-button-large {
    margin-top: 0;
  }

  .button-large.outline-button-large.black-large {
    background-color: var(--black);
  }

  .button-large.uma-button {
    width: auto;
    position: static;
  }

  .hero1-product-name {
    background-color: #fff;
    border-top-style: none;
    border-right-style: none;
    width: auto;
    padding: 0;
    position: static;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .size4-text.size4-top-clear {
    margin-bottom: 19px;
  }

  .paragraph-70 {
    margin-left: 0;
  }

  .product-image {
    background-position: 50%;
  }

  .content24-image {
    background-position: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .content24-quote {
    width: auto;
    position: static;
  }

  .content8-grey-background {
    display: none;
    position: static;
  }

  .content8-image {
    width: auto;
    min-height: 480px;
    margin-top: 0;
    margin-bottom: 36px;
    margin-right: 0;
    position: static;
  }

  .content8-content-wrap {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .content8-quote-wrap {
    margin-bottom: 20px;
  }

  .content4-headline-wrap {
    width: auto;
  }

  .content4-image {
    background-image: none;
    width: 100%;
    height: 640px;
    display: block;
  }

  .content4-image2 {
    background-image: none;
    width: 100%;
    height: 460px;
  }

  .content4-product-name-wrap {
    margin-top: 0;
    margin-left: 0;
  }

  .content4-product-name-wrap.eshopsection {
    margin-top: 23px;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    width: 100%;
    max-width: 738px;
    height: 640px;
  }

  .content34-item-wrap {
    margin-top: 0;
  }

  .content9-image-grid {
    margin-top: 36px;
  }

  .content8-category-image {
    background-position: 50%;
  }

  .product8-headline-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero3-image {
    min-height: 640px;
  }

  .hero2-background {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-image {
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .hero-with-background-wrap {
    flex-direction: column;
    display: flex;
  }

  .hero-with-background-wrap.hero2-wrap {
    flex-direction: column-reverse;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero2-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    height: auto;
    min-height: auto;
    position: static;
  }

  .hero2-product {
    color: var(--white);
    background-color: #18181d;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px;
  }

  .hero2-product-name {
    color: #fff;
  }

  .hero2-content {
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero2-title {
    padding: 47px 0 67px;
  }

  .hero2-latest {
    padding: 26px;
  }

  .content {
    max-width: 738px;
  }

  .content33-content {
    margin-bottom: 20px;
  }

  .content10-bottom-section {
    margin-top: 60px;
  }

  .content32-quote {
    width: auto;
    position: static;
  }

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

  .content35-pictures-feed {
    min-height: 170px;
  }

  .content11-image {
    background-position: 50%;
    min-height: 460px;
    margin-left: 0;
  }

  .content11-headline-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-image {
    height: auto;
    min-height: 460px;
  }

  .content7-content-wrap {
    margin-top: 67px;
    margin-bottom: 67px;
  }

  .nav-link {
    color: var(--black);
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px;
  }

  .nav-link.w--current {
    color: var(--18181d);
    border-bottom-style: none;
    text-decoration: underline;
  }

  .nav-link.bag, .nav-link.profile, .nav-link.nav2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content33-content-wrap {
    padding-left: 0;
  }

  .nav1-wrap {
    grid-column-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .hero1 {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-image3 {
    height: 260px;
  }

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

  .hero6-content.coming-soon {
    justify-content: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .sizejumbo-text {
    font-size: 68px;
  }

  .content16-left-column {
    margin-bottom: 30px;
  }

  .content22-content-wrap {
    margin-top: -25px;
  }

  .blog1-headline-wrap {
    max-width: none;
  }

  .blog3-image {
    min-height: 400px;
  }

  .blog3-headline-wrap, .content17-headline-wrap {
    max-width: none;
  }

  .cta8-form-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cta8-headline-wrap {
    text-align: left;
  }

  .content14-image {
    height: 376px;
  }

  .cta7-map {
    height: auto;
  }

  .menu-button {
    margin-left: 24px;
  }

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

  .menu-icon {
    min-width: 25px;
    max-width: 25px;
  }

  .nav1-menu {
    z-index: 15;
    border-bottom: 1px solid var(--white-smoke);
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cta7-map-wrap {
    flex-direction: row;
    min-height: 360px;
    display: flex;
  }

  .content6-image1 {
    background-position: 50% 0;
    height: 260px;
  }

  .product5-nav-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero3, .hero6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content6-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content7-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content8-grid, .content9-grid, .content10-grid, .content11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content14-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content16-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content17-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content28-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content29-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content32-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .content33-contacts-grid {
    grid-column-gap: 24px;
    width: 100%;
    max-width: 738px;
    margin-bottom: 30px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .blog1-button-wrap {
    margin-bottom: 30px;
  }

  .blog2-headline-wrap {
    max-width: none;
  }

  .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .other4-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-bottom-grid {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .paragraph.top-clear {
    text-align: center;
  }

  .content6-headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .headline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .empty-state, .success-message, .error-message {
    max-width: 738px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper.m50-100.home-shop {
    background-size: auto 60%;
  }

  .wrapper.first-wrap {
    margin-top: 50px;
  }

  .item-overlay {
    object-position: 100% 50%;
    position: absolute;
  }

  .image-wrap {
    align-items: center;
  }

  .blog2-button-wrap {
    margin-bottom: 30px;
  }

  .cta11-map-wrap {
    flex-direction: row;
    min-height: 360px;
    margin-top: 0;
    display: flex;
  }

  .cta11-map {
    height: auto;
  }

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-links-wrap {
    padding-left: 10px;
  }

  .footer1-links-wrap.v1 {
    padding-top: 0;
  }

  .add-to-cart {
    width: 479px;
  }

  .lightbox-product-image {
    width: auto;
    height: 173px;
    margin-top: 0;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .content36-author-pic {
    height: 260px;
  }

  .content36-headline-wrap {
    max-width: none;
  }

  .content36-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .home1-deco-part {
    height: 260px;
  }

  .content28-logo {
    max-width: 70%;
  }

  .home2-deco-part {
    height: 260px;
  }

  .rich-text-block {
    width: 100%;
  }

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

  .order-summary-wrap {
    position: static;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

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

  .blog-detail-grid {
    grid-column-gap: 24px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .styleguide-section-wrap {
    padding: 40px;
  }

  .licence-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .content4-product-description-wrap {
    margin-top: 0;
  }

  .promopage-deco-part {
    height: 260px;
  }

  .image {
    margin-top: 0;
    margin-bottom: 15px;
  }

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

  .meccaniche-veneziane-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: 18px;
  }

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

  .div-block-11 {
    background-image: url('../images/30095589568_5026b4dd5d_k_800x_094cf1cf-d3de-4df5-99ef-39828d65be9b_1000x_1.avif');
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
    margin-bottom: 32px;
  }

  .service-container {
    width: 100%;
  }

  .service-description {
    padding: 10px;
  }

  .image-4 {
    height: 300px;
  }

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

  .image-6 {
    object-fit: cover;
    object-position: 30% 50%;
    width: 100%;
    height: 100%;
  }

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

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    margin-top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
  }

  .dropdown-list {
    border-top: 2px solid #00000029;
  }

  .dropdown-list.w--open {
    border-top-width: 1px;
    margin-top: 0;
    padding-left: 0;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    align-self: stretch;
  }

  .navbar2 {
    height: 50px;
    padding-bottom: 10px;
  }

  .nav2-menu {
    align-items: center;
  }

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

  .div-block-22.laptop {
    display: none;
  }

  .div-block-22.tablet {
    background-image: url('../images/graphics-copia-8_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
  }

  .div-block-22.smartphone {
    display: none;
  }

  .vetrinadiv {
    transition: none;
  }

  .vetrinadiv:hover {
    transform: none;
  }

  .shop-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 42px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  ol {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .hero1-image {
    min-height: 460px;
  }

  .hero1-image.lightbox-wrap {
    margin-bottom: -10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
  }

  .label.black-label.styleguide-section-label {
    margin-bottom: 30px;
    position: static;
  }

  .button-large.outline-button-large.black-large {
    background-color: var(--black);
  }

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

  .section.services {
    display: block;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .size2-text.size2-top-clear {
    margin-top: 13px;
    margin-bottom: 17px;
  }

  .size4-text.size4-top-clear {
    position: static;
  }

  .content23-item {
    margin-bottom: 10px;
  }

  .content24-image {
    background-position: 50%;
  }

  .content24-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content8-image {
    background-position: 50%;
    min-height: 400px;
    margin-bottom: 18px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 460px;
  }

  .content4-product-name-wrap {
    width: 100%;
    margin-bottom: -30px;
  }

  .content4-product-name-wrap.meccaniche {
    margin-left: 0;
  }

  .content10-image2 {
    display: none;
  }

  .content10-image {
    height: 460px;
  }

  .content9-image1 {
    margin-bottom: 20px;
  }

  .content9-grey-section {
    display: none;
  }

  .hero3-image {
    min-height: 460px;
  }

  .hero2-image {
    height: 480px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero2-product {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero2-title {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .hero2-latest {
    flex-direction: column;
  }

  .hero2-image-collection {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .content23-image {
    height: 360px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .content10-bottom-section {
    margin-top: 40px;
  }

  .content32-quote {
    font-size: 34px;
    line-height: 42px;
  }

  .content32-image {
    height: auto;
    min-height: 360px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 360px;
  }

  .content11-image {
    min-height: 360px;
  }

  .content29-qa-item {
    padding-right: 0;
  }

  .content7-content-wrap {
    box-shadow: none;
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .product2-content-wrap {
    padding: 26px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav1-wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .hero1 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content6-image3 {
    display: none;
  }

  .hero6 {
    min-height: 600px;
  }

  .hero6-content.coming-soon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 64px;
    padding-right: 64px;
    position: static;
  }

  .sizejumbo-text {
    font-size: 34px;
    line-height: 42px;
  }

  .content16-headline-wrap {
    margin-bottom: 26px;
  }

  .content16-left-column {
    margin-bottom: 20px;
  }

  .content25-item {
    padding-right: 0;
  }

  .blog3-image {
    padding: 26px;
  }

  .menu-button {
    margin-left: 20px;
  }

  .menu-icon {
    width: auto;
    min-width: 25px;
    max-width: 25px;
  }

  .product5-nav-wrap {
    position: static;
  }

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

  .navbar1.active-nav1 {
    z-index: 101;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid, .content14-grid, .content16-grid, .content17-grid, .content22-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content23-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content24-grid, .content25-grid, .content28-grid, .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content33-contacts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-width: none;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid, .cta7-grid, .cta8-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .other4-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-bottom-grid {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .paragraph.top-clear {
    text-align: center;
  }

  .content6-headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .headline-grid {
    grid-column-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .cart-container {
    min-width: 360px;
    max-width: 420px;
  }

  .cart-product-image {
    width: 56px;
  }

  .cart-item-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cart-product-name {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 22px;
  }

  .empty-state, .success-message, .error-message {
    width: 100%;
    max-width: none;
  }

  .styleguide-grid-wrap, .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper.m50 {
    background-image: none;
  }

  .wrapper.m50.homemeccaniche {
    background-position: 100% 24%;
    background-repeat: no-repeat;
    background-size: auto 900px;
  }

  .wrapper.m50-100.home-shop {
    background-size: auto 51%;
  }

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

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .add-to-cart {
    width: auto;
  }

  .lightbox-product-image {
    height: 120px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .category-detail-wrap {
    min-height: 300px;
  }

  .content36-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .content28-logo {
    max-width: 100%;
    max-height: none;
  }

  .styleguide-note-wrap {
    padding-bottom: 30px;
  }

  .checkout-form {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .payment-details-wrap {
    margin-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .styleguide-section-wrap {
    padding: 30px;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    width: 100%;
    padding: 50px;
  }

  .utility-page-form-wrap {
    width: auto;
  }

  ._404-message-wrap {
    width: 100%;
    padding: 50px;
  }

  .size2-link {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-2.navbutton {
    font-size: 15px;
  }

  .meccaniche-veneziane-grid {
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

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

  .hero-overlay {
    padding: 40px 20px;
  }

  .div-block-11 {
    margin-bottom: -5px;
  }

  .service-container {
    width: 100%;
  }

  .service-title {
    z-index: 200;
    background-color: var(--white);
    max-width: none;
    top: 88px;
  }

  .service-title.gallery {
    background-color: var(--white);
    max-width: none;
    top: 88px;
  }

  .service-description.gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .navbar2 {
    margin-top: 84px;
  }

  .div-block-22.tablet {
    background-image: url('../images/graphics-copia-8_1.avif');
  }

  .shop-wrap {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }
}

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

  .hero1-image.lightbox-wrap {
    margin-bottom: -18px;
  }

  .size1-text {
    font-size: 44px;
  }

  .size1-text.size1-bottom-clear {
    font-size: 33px;
  }

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .button-large.outline-button-large.black-large.navbutton {
    display: flex;
  }

  .button-large.outline-button-large.services {
    width: auto;
  }

  .button-arrow {
    display: block;
  }

  .button-arrow.navbutton {
    display: none;
  }

  .section {
    z-index: 2;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section.white-section {
    z-index: 2;
  }

  .section.hero-section {
    display: flex;
  }

  .size2-text.size2-top-clear {
    margin-bottom: 25px;
  }

  .size4-text.size4-top-clear {
    margin-bottom: 26px;
  }

  .paragraph-70.services {
    margin-top: 8px;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    flex: none;
    align-items: center;
    display: flex;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-image {
    background-position: 60%;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image {
    height: 400px;
  }

  .content4-image2 {
    background-position: 50%;
    height: 400px;
  }

  .content10-image {
    height: 360px;
  }

  .content33-items-wrap {
    padding: 25px 30px 15px;
  }

  .content9-content-wrap {
    padding-right: 0;
  }

  .content9-image1 {
    height: 320px;
    margin-bottom: 16px;
  }

  .hero2-image {
    height: 360px;
  }

  .hero-with-background-wrap.hero2-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .hero2-product {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero2-product-name {
    margin-bottom: 0;
  }

  .hero2-latest {
    flex-direction: column;
    padding: 20px;
  }

  .content32-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content35-pictures-feed {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content7-content-wrap {
    margin-bottom: 0;
  }

  .product2-content-wrap {
    padding: 16px;
  }

  .nav-link {
    color: var(--black);
    flex-direction: row;
    align-items: flex-start;
    width: 200px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    position: relative;
  }

  .nav-link.bag {
    background-position: 8%;
    display: block;
    position: relative;
    left: 0;
  }

  .nav-link.profile {
    background-position: 8%;
    display: block;
  }

  .nav-link.nav2 {
    align-items: center;
    display: flex;
  }

  .nav1-wrap {
    grid-column-gap: 16px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .hero6 {
    align-items: center;
    height: 100vh;
    min-height: 300px;
  }

  .hero6-content {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero6-content.coming-soon {
    padding-left: 47px;
    padding-right: 47px;
  }

  .sizejumbo-text.sizejumbo-full-clear {
    font-size: 31px;
  }

  .sizejumbo-text.coming-soon {
    font-weight: 300;
  }

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

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .content14-image {
    height: 260px;
  }

  .content14-image.content14-image3 {
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    min-height: 200px;
  }

  .cta7-map {
    width: 100%;
  }

  .menu-button {
    flex: 0 auto;
    margin-left: 16px;
  }

  .menu-button.w--open {
    position: relative;
  }

  .menu-icon {
    filter: invert(0%);
    width: auto;
    min-width: 25px;
    display: inline-block;
    position: relative;
  }

  .menu-icon.menu-icon-white {
    display: inline;
    position: absolute;
    left: 1%;
    right: 1%;
  }

  .nav1-menu {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vh;
    margin-top: 77px;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

  .navbar1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar1.active-nav1 {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .hero3, .hero6-grid, .content4-grid, .content6-grid, .content7-grid, .content8-grid, .content9-grid, .content10-grid, .content11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content14-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content16-grid, .content17-grid, .content22-grid, .content23-grid, .content24-grid, .content25-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content28-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content29-grid, .content32-grid, .content33-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content33-contacts-grid {
    grid-column-gap: 12px;
  }

  .content34-grid, .content35-bottom-grid, .content35-top-grid, .product2-grid, .product3-grid, .product4-grid, .product5-grid, .product5-feed-grid, .product8-categories-grid, .product8-grid, .blog1-grid, .blog2-grid, .blog3-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta7-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta8-grid, .footer1-grid, .other4-grid, .footer1-bottom-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.top-clear {
    margin-top: 0;
  }

  .content6-headline-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .headline-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cart-container {
    min-width: 240px;
    max-width: 320px;
  }

  .cart-product-image {
    width: 56px;
  }

  .styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr;
  }

  .wrapper {
    z-index: 2;
  }

  .wrapper.m50 {
    z-index: 2;
    background-position: 100% 28%;
  }

  .wrapper.m50.homemeccaniche {
    background-position: 100% 28%;
    background-repeat: no-repeat;
    background-size: auto 300%;
  }

  .wrapper.m100-50.team {
    padding-top: 35px;
  }

  .wrapper.m50-100 {
    z-index: 2;
  }

  .wrapper.m50-100.home-shop {
    background-repeat: no-repeat;
    background-size: auto 35%;
  }

  .wrapper.m50-80.services {
    padding-top: 0;
  }

  .wrapper.m0-50 {
    z-index: 2;
  }

  .wrapper.m130-100 {
    padding-top: 81px;
    padding-bottom: 10px;
  }

  .wrapper.m130-100.services {
    background-position: 100% 56%;
  }

  .item-overlay {
    display: flex;
  }

  .image-wrap {
    justify-content: center;
    min-height: 300px;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .lightbox-product-image {
    height: 70px;
  }

  .product-detail-lightbox-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-detail-wrap {
    min-height: 260px;
  }

  .content36-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .home1-deco-part {
    height: 200px;
    position: sticky;
  }

  .home2-deco-part {
    height: 200px;
  }

  .checkout-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

  .item-image {
    width: 60px;
  }

  .items-in-order-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-detail-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .size1-link {
    font-size: 34px;
    line-height: 42px;
  }

  .utility-page-content {
    padding: 30px;
  }

  ._404-message-wrap {
    padding: 31px;
  }

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

  .licence-image {
    height: 300px;
  }

  .promopage-deco-part {
    height: 200px;
  }

  .div-block-2 {
    position: static;
  }

  .logo-barra {
    filter: grayscale();
    margin-left: 0;
  }

  .meccaniche-veneziane-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .meccaniche-hero {
    display: none;
  }

  .meccaniche-hero-content {
    align-items: center;
    display: block;
  }

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

  .image-3 {
    position: relative;
  }

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

  .div-block-11 {
    background-image: url('../images/06_movement_800x_1.avif');
  }

  .service-container {
    width: 100%;
  }

  .service-title {
    z-index: 100;
    background-color: var(--white);
    box-shadow: none;
    width: 100%;
    max-width: none;
    padding-top: 23px;
    padding-left: 12px;
    padding-right: 12px;
    top: 75px;
  }

  .service-title.gallery {
    padding-top: 14px;
    top: 74px;
  }

  .service-description {
    margin-left: 0;
  }

  .image-4 {
    height: 200px;
  }

  .image-6 {
    object-position: 50% 50%;
  }

  .div-block-16 {
    max-height: 400px;
  }

  .dropdown {
    width: 200px;
    display: block;
  }

  .dropdown-toggle {
    padding-left: 16px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-19 {
    margin-top: 246px;
    margin-left: -251px;
  }

  .image-17, .image-18 {
    height: 300px;
  }

  .image-19 {
    height: 250px;
  }

  .html-embed {
    margin-top: 57px;
  }

  .icon {
    display: block;
  }

  .navbar2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 77px;
    padding: 11px 36px 0;
    display: block;
  }

  .nav2-menu {
    flex-direction: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: flex-start;
    display: flex;
  }

  .div-block-22.tablet {
    display: none;
  }

  .div-block-22.smartphone {
    background-image: url('../images/phone_grph_1.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-23, .div-block-24 {
    display: none;
  }

  .shop-wrap {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#w-node-e00d663e-ec8f-e960-924e-dac525e95f07-a99ccb0b {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c823-a99ccb0b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f9bd36b0-21ab-a465-720e-4dd5bb467255-a99ccb0b {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c828-a99ccb0b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c82e-a99ccb0b {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c834-a99ccb0b {
  grid-area: 4 / 1 / 5 / 7;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c837-a99ccb0b {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_9af4dad0-466e-adb3-79ee-b67151d112f3-a99ccb0b {
  grid-area: 6 / 7 / 7 / 12;
}

#w-node-f6400198-598d-45a5-8566-ba775fd5c83a-a99ccb0b {
  grid-area: 5 / 7 / 6 / 13;
}

#w-node-f5c14799-f3b0-aeb9-3268-06cf56c4bae7-a99ccb0b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_18607f03-6f37-4186-9cf6-5109e5b59430-a99ccb0b {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-a32fdd8e-f5b8-d7a6-b1ed-a3db721110dd-a99ccb0b {
  grid-area: 2 / 8 / 3 / 11;
  place-self: center;
}

#w-node-c11de9b0-a24b-d926-2f6c-3ca998f03578-a99ccb0b {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_4a499ada-37c6-d34c-d91b-82db97aa02b0-a99ccb0b {
  grid-area: 2 / 6 / 3 / 8;
}

#w-node-_67450e69-1033-8e44-1faf-3c06f4ee1ea8-a99ccb0b {
  grid-area: 3 / 7 / 4 / 13;
}

#w-node-f98f0c9b-b93e-1912-6ee5-f0c7d1fc9634-a99ccb0b {
  grid-area: 2 / 11 / 3 / 13;
  place-self: center;
}

#w-node-_6f9933d5-eb1b-3057-9f30-6cff53ea9ad3-a99ccb0b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-_77587ede-7a8b-6ebe-b4f4-203e6b350ef7-a99ccb0b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_9b8429a6-a2c7-b064-88c6-50f61e774775-a99ccb0b {
  grid-area: 3 / 1 / 4 / 7;
}

#w-node-ac319e12-b553-fc3e-f7ea-b0e0ded63509-a99ccb0b {
  grid-area: 6 / 7 / 7 / 13;
  align-self: end;
}

#w-node-a423ac64-6968-5fc9-b379-cb7fac915b3e-a99ccb0b {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_187219a2-6de5-eebc-540c-fd94b3c37320-a99ccb0b {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_42a14cf7-e23c-1e51-8383-832c2c577c71-a99ccb0b {
  grid-area: 6 / 1 / 12 / 7;
}

#w-node-_0e625f40-b694-430d-f4fd-fe858a5e730b-a99ccb0b {
  grid-area: 7 / 7 / 9 / 13;
}

#w-node-_590b990b-4e6a-58df-c4d1-92e3c9651cbe-a99ccb0b {
  grid-area: 4 / 7 / 5 / 9;
}

#w-node-_6808894a-db07-fa0f-49ab-f99a32c8a8c0-a99ccb0b {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_6783aa6d-c69c-d7bb-e45a-7b5f39dd0f3b-a99ccb0b {
  grid-area: 4 / 9 / 5 / 11;
}

#w-node-c71ee04b-b53f-2653-728f-6f1aa3aa06b0-a99ccb0b {
  grid-area: 4 / 11 / 5 / 13;
}

#w-node-ff345390-7cfa-6134-26c2-9d60476e8d63-a99ccb0b {
  grid-area: 9 / 7 / 10 / 13;
}

#w-node-f8cd3c92-a021-af72-7ee3-0b423117a4e6-a99ccb0b {
  grid-area: 10 / 7 / 11 / 12;
}

#w-node-_569b656e-e8e2-e31f-62c2-42173b2932ba-a99ccb0b, #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c0-a99ccb0b {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_569b656e-e8e2-e31f-62c2-42173b2932c2-a99ccb0b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c23-a99ccb0b {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c24-a99ccb0b {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-ad9fe897-5290-7c85-17ea-ecb6e10ff8ce-c739f7eb {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7f1-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7fa-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f805-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f80e-c739f7eb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: start;
}

#w-node-_8ac598a6-b514-8b7c-c77d-808e605f3512-605f3512 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc560965-213c-5f5a-18ab-3a6cb5c55bef-b5c55beb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c4293e7d-a176-3626-e1f3-abcde2bb14ea-379ccbaf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-379ccbaf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-379ccbaf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1dc-379ccbaf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e51-379ccbaf {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e5d-379ccbaf {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-379ccbaf {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_838a083f-35d2-77dd-db93-377f2c6c0896-379ccbaf {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_054f5049-367a-49ae-d4ec-35d963f3fbff-379ccbaf {
  grid-area: 2 / 7 / 3 / 12;
}

#w-node-b6ef3b59-f595-97c0-9139-fa7f484dc3ec-379ccbaf {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b6ef3b59-f595-97c0-9139-fa7f484dc402-379ccbaf {
  grid-area: 1 / 8 / 2 / 13;
  align-self: stretch;
}

#w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-379ccbaf {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-379ccbaf {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-379ccbaf {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-379ccbaf {
  grid-area: 1 / 4 / 2 / 8;
}

#w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-379ccbaf {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: end;
}

#w-node-_0fd6dd8b-ef11-c603-f97e-f404020e5335-020e5335 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-339ccbb0 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-339ccbb0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-339ccbb0 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-339ccbb0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_559c5766-88ee-680a-fff0-7281d808904a-339ccbb0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_559c5766-88ee-680a-fff0-7281d8089063-339ccbb0 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_559c5766-88ee-680a-fff0-7281d8089065-339ccbb0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-339ccbb0 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-339ccbb0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-df9ccbb1 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-df9ccbb1 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_420088eb-45f2-550d-7632-fa89bf0e2db3-e89ccbb2, #w-node-_8e454688-028a-83b4-a215-b194917e0020-e89ccbb2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0034-e89ccbb2 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-e89ccbb2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-e89ccbb2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: start;
}

#w-node-_3996af19-d79f-fc3d-f355-10bfc887e661-e89ccbb2 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_3996af19-d79f-fc3d-f355-10bfc887e664-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e66d-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e676-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e681-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e68c-e89ccbb2 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-7f9ccbb4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-7f9ccbb4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-7f9ccbb4 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-7f9ccbb4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-7f9ccbb4 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-7f9ccbb4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-7f9ccbb4 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-7f9ccbb4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-099ccbb5 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-099ccbb5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-099ccbb5 {
  grid-area: 2 / 1 / 3 / 11;
}

#w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-099ccbb5 {
  grid-area: 3 / 1 / 4 / 9;
}

#w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-099ccbb5 {
  grid-area: 4 / 1 / 5 / 9;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-099ccbb5, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-099ccbb5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-099ccbb5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_103b970c-fc31-1f20-f1b0-5463260bada8-c59ccbb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-c59ccbb6 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-c59ccbb6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-c59ccbb6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-c59ccbb6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-c59ccbb6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-c59ccbb6 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-c59ccbb6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-c59ccbb6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_66a5ea1b-f5c1-e16f-fcad-9fb3df32e7be-159ccbba {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea822-159ccbba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea827-159ccbba {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-a82f32ee-067d-7414-72aa-6ad2e55a0497-159ccbba {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5c0cd2ad-ac74-1573-bdee-e7aa3ec6e7d3-159ccbba {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_8cae3f85-c252-97ff-807d-6c3b6539af1a-159ccbba {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_7957ba4b-c469-ae8e-e72b-e72a3d04322e-159ccbba {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b1409d4b-24b8-6022-7241-32262b7b57ed-159ccbba {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-ebbe2228-9a9d-3e1f-b52f-1264532b462b-159ccbba {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_1ff73765-56ea-1e69-60ad-f344fa1cf1e9-159ccbba {
  grid-area: 5 / 1 / 6 / 5;
}

#w-node-_0eb0398a-564b-feba-ad1d-098b6d19e43c-159ccbba {
  grid-area: 6 / 1 / 8 / 4;
}

#w-node-_12f219d2-4508-f128-39fc-6f605e8344cc-159ccbba {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37537-159ccbba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c3753a-159ccbba {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c3753c-159ccbba {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c3753e-159ccbba {
  grid-area: 1 / 4 / 3 / 5;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37540-159ccbba {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37542-159ccbba {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37544-159ccbba {
  grid-area: 6 / 4 / 8 / 5;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37546-159ccbba {
  grid-area: 3 / 1 / 6 / 3;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c37548-159ccbba {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_34fc128e-1611-1f68-7481-b6fa22c3754a-159ccbba {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-a93cb07d-3c02-1f6f-3a84-a83e9da6a558-159ccbba {
  grid-area: 8 / 1 / 9 / 4;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e914-159ccbba {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e917-159ccbba {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e919-159ccbba {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91b-159ccbba {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91d-159ccbba {
  grid-area: 3 / 3 / 5 / 5;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91f-159ccbba {
  grid-area: 7 / 2 / 8 / 5;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e921-159ccbba {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e923-159ccbba {
  grid-area: 3 / 1 / 6 / 3;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e925-159ccbba {
  grid-area: 6 / 2 / 7 / 4;
}

#w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e927-159ccbba {
  grid-area: 6 / 1 / 8 / 2;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-739ccbc4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-739ccbc4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-dfe7ef0c-dec5-0066-7949-dd1171469d62-739ccbc4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_90fef650-dc97-e834-4936-37bb9ed37933-739ccbc4, #w-node-_90fef650-dc97-e834-4936-37bb9ed37939-739ccbc4 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-739ccbc4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-739ccbc4 {
  grid-area: 2 / 10 / 3 / 13;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-379ccbc6 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-379ccbc6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-379ccbc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32124c62-f375-107f-8e9f-35e7246db990-379ccbc6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-059ccbc9 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-059ccbc9 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-eb9ccbca {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_651770a3-a5c5-1ac9-b139-151f57472e22-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-eb9ccbca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-eb9ccbca {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-eb9ccbca {
  grid-area: 1 / 8 / 3 / 13;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-eb9ccbca {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-eb9ccbca {
  grid-area: 2 / 4 / 3 / 7;
  align-self: end;
}

#w-node-_641616c4-e787-e590-9bba-61667fda4a09-eb9ccbca {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_641616c4-e787-e590-9bba-61667fda4a0a-eb9ccbca {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8d4bb51d-8212-722d-2285-497a6149c924-eb9ccbca {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-a5cb1f29-00db-9c4d-6903-37453e69a414-eb9ccbca {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a58b83fa-db1f-2328-ba7d-5dc4602d9ee1-eb9ccbca {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-eb9ccbca {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-eb9ccbca {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eb9ccbca {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eb9ccbca {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-5c9ccbcb {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b19387abf4598bb20c75an-5c9ccbcb {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_17f060af-11dd-b027-6fb8-6cbe378fc0e2-219ccbcd {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b353a127-b149-124d-e5fa-e1a7ceed5f51-219ccbcd {
  grid-area: 2 / 1 / 4 / 12;
  justify-self: auto;
}

#w-node-_723159fb-9be5-34d9-30c5-60fe571c6dc8-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_48d46983-e059-f727-d717-8757e3840b4b-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_9adbaf0c-8aab-b926-92c0-1c791fe295fb-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_9adbaf0c-8aab-b926-92c0-1c791fe29600-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_068c889c-dc79-5b98-1f30-1094492dcc99-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_068c889c-dc79-5b98-1f30-1094492dcc9e-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_86844d61-c67e-507d-76a1-748c1554d9b6-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_86844d61-c67e-507d-76a1-748c1554d9bb-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_65142f70-6d62-174b-0f32-d12e91545a9d-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_65142f70-6d62-174b-0f32-d12e91545aa2-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

#w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd0-219ccbcd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd5-219ccbcd {
  grid-area: 1 / 4 / 2 / 12;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e00d663e-ec8f-e960-924e-dac525e95f07-a99ccb0b, #w-node-f6400198-598d-45a5-8566-ba775fd5c823-a99ccb0b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f9bd36b0-21ab-a465-720e-4dd5bb467255-a99ccb0b {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c828-a99ccb0b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c82e-a99ccb0b {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c834-a99ccb0b {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c837-a99ccb0b {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_9af4dad0-466e-adb3-79ee-b67151d112f3-a99ccb0b {
    grid-area: 8 / 1 / 9 / 8;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-a99ccb0b {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-f5c14799-f3b0-aeb9-3268-06cf56c4bae7-a99ccb0b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-a32fdd8e-f5b8-d7a6-b1ed-a3db721110dd-a99ccb0b {
    grid-area: 3 / 4 / 4 / 6;
  }

  #w-node-c11de9b0-a24b-d926-2f6c-3ca998f03578-a99ccb0b {
    grid-area: 2 / 7 / 3 / 10;
  }

  #w-node-_4a499ada-37c6-d34c-d91b-82db97aa02b0-a99ccb0b {
    grid-area: 3 / 7 / 4 / 10;
  }

  #w-node-_67450e69-1033-8e44-1faf-3c06f4ee1ea8-a99ccb0b {
    grid-area: 5 / 1 / 6 / 13;
  }

  #w-node-f98f0c9b-b93e-1912-6ee5-f0c7d1fc9634-a99ccb0b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_6f9933d5-eb1b-3057-9f30-6cff53ea9ad3-a99ccb0b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_9b8429a6-a2c7-b064-88c6-50f61e774775-a99ccb0b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ac319e12-b553-fc3e-f7ea-b0e0ded63509-a99ccb0b {
    grid-area: 9 / 1 / 10 / 7;
    align-self: end;
  }

  #w-node-a423ac64-6968-5fc9-b379-cb7fac915b3e-a99ccb0b {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_187219a2-6de5-eebc-540c-fd94b3c37320-a99ccb0b {
    grid-area: 2 / 6 / 3 / 10;
  }

  #w-node-_42a14cf7-e23c-1e51-8383-832c2c577c71-a99ccb0b {
    grid-area: 5 / 1 / 9 / 13;
  }

  #w-node-_0e625f40-b694-430d-f4fd-fe858a5e730b-a99ccb0b {
    grid-area: 9 / 7 / 13 / 13;
  }

  #w-node-_590b990b-4e6a-58df-c4d1-92e3c9651cbe-a99ccb0b {
    grid-area: 3 / 6 / 4 / 10;
  }

  #w-node-_6808894a-db07-fa0f-49ab-f99a32c8a8c0-a99ccb0b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_6783aa6d-c69c-d7bb-e45a-7b5f39dd0f3b-a99ccb0b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c71ee04b-b53f-2653-728f-6f1aa3aa06b0-a99ccb0b {
    grid-area: 4 / 6 / 5 / 10;
  }

  #w-node-ff345390-7cfa-6134-26c2-9d60476e8d63-a99ccb0b {
    grid-area: 13 / 1 / 14 / 13;
  }

  #w-node-f8cd3c92-a021-af72-7ee3-0b423117a4e6-a99ccb0b {
    grid-area: 14 / 1 / 15 / 12;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932ba-a99ccb0b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c0-a99ccb0b {
    grid-column: span 8 / span 8;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c2-a99ccb0b, #w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c23-a99ccb0b, #w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c24-a99ccb0b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ad9fe897-5290-7c85-17ea-ecb6e10ff8ce-c739f7eb {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7f1-c739f7eb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7fa-c739f7eb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f805-c739f7eb {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f80e-c739f7eb {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_8ac598a6-b514-8b7c-c77d-808e605f3512-605f3512 {
    grid-area: 2 / 5 / 3 / 8;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-379ccbaf {
    grid-column: span 2 / span 2;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-379ccbaf {
    grid-column: span 4 / span 4;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1dc-379ccbaf {
    grid-column: span 2 / span 2;
  }

  #w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e51-379ccbaf {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e5d-379ccbaf, #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-379ccbaf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_838a083f-35d2-77dd-db93-377f2c6c0896-379ccbaf {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-_054f5049-367a-49ae-d4ec-35d963f3fbff-379ccbaf {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc3ec-379ccbaf {
    grid-column: 1 / 9;
  }

  #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc402-379ccbaf {
    grid-row: 2 / 3;
    grid-column-end: 9;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-379ccbaf {
    grid-area: span 1 / span 8 / span 1 / span 8;
    justify-self: start;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-379ccbaf {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-379ccbaf {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: auto;
  }

  #w-node-_0fd6dd8b-ef11-c603-f97e-f404020e5335-020e5335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-339ccbb0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-339ccbb0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: center;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-339ccbb0, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-339ccbb0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-339ccbb0 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-339ccbb0 {
    grid-column: 1 / 9;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089065-339ccbb0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-339ccbb0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-df9ccbb1 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-df9ccbb1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_8e454688-028a-83b4-a215-b194917e0020-e89ccbb2, #w-node-_8e454688-028a-83b4-a215-b194917e0034-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-e89ccbb2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-e89ccbb2 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_3996af19-d79f-fc3d-f355-10bfc887e661-e89ccbb2 {
    grid-column: span 8 / span 8;
  }

  #w-node-_3996af19-d79f-fc3d-f355-10bfc887e664-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e66d-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e676-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e681-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e68c-e89ccbb2, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-7f9ccbb4, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-7f9ccbb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-7f9ccbb4 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-7f9ccbb4 {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-7f9ccbb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-7f9ccbb4 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-099ccbb5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-099ccbb5 {
    grid-column: span 8 / span 8;
  }

  #w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-099ccbb5 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-099ccbb5, #w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-099ccbb5, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-099ccbb5 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-099ccbb5 {
    grid-column: span 8 / span 8;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-099ccbb5, #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-c59ccbb6, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-c59ccbb6, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-c59ccbb6, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-c59ccbb6, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-c59ccbb6, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-c59ccbb6, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-c59ccbb6, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-c59ccbb6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea822-159ccbba {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a82f32ee-067d-7414-72aa-6ad2e55a0497-159ccbba {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_5c0cd2ad-ac74-1573-bdee-e7aa3ec6e7d3-159ccbba {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8cae3f85-c252-97ff-807d-6c3b6539af1a-159ccbba {
    grid-area: 4 / 1 / 6 / 5;
  }

  #w-node-_7957ba4b-c469-ae8e-e72b-e72a3d04322e-159ccbba {
    grid-area: 6 / 3 / 7 / 5;
  }

  #w-node-b1409d4b-24b8-6022-7241-32262b7b57ed-159ccbba {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-ebbe2228-9a9d-3e1f-b52f-1264532b462b-159ccbba {
    grid-area: 7 / 3 / 8 / 5;
  }

  #w-node-_1ff73765-56ea-1e69-60ad-f344fa1cf1e9-159ccbba {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_0eb0398a-564b-feba-ad1d-098b6d19e43c-159ccbba {
    grid-area: 9 / 1 / 11 / 5;
  }

  #w-node-_12f219d2-4508-f128-39fc-6f605e8344cc-159ccbba {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37537-159ccbba {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3753c-159ccbba {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3753e-159ccbba {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37540-159ccbba {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37542-159ccbba {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37544-159ccbba {
    grid-area: 8 / 3 / 10 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37546-159ccbba {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37548-159ccbba {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3754a-159ccbba {
    grid-area: 8 / 1 / 10 / 3;
  }

  #w-node-a93cb07d-3c02-1f6f-3a84-a83e9da6a558-159ccbba {
    grid-area: 10 / 1 / 11 / 4;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e914-159ccbba {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91f-159ccbba {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e925-159ccbba {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e927-159ccbba {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e929-159ccbba {
    grid-area: 9 / 2 / 11 / 5;
  }

  #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-739ccbc4 {
    grid-column: span 8 / span 8;
    align-self: center;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-739ccbc4, #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-739ccbc4, #w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-739ccbc4, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-379ccbc6 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a4d8c262-266e-3559-f7cd-8302df7a11ef-379ccbc6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-059ccbc9, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-eb9ccbca, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-eb9ccbca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-eb9ccbca {
    grid-column: 1 / 9;
    grid-row-end: 2;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-eb9ccbca, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-eb9ccbca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_641616c4-e787-e590-9bba-61667fda4a09-eb9ccbca, #w-node-_641616c4-e787-e590-9bba-61667fda4a0a-eb9ccbca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_8d4bb51d-8212-722d-2285-497a6149c924-eb9ccbca {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a5cb1f29-00db-9c4d-6903-37453e69a414-eb9ccbca {
    grid-area: 2 / 1 / 3 / 13;
  }

  #w-node-a58b83fa-db1f-2328-ba7d-5dc4602d9ee1-eb9ccbca {
    grid-area: 3 / 1 / 4 / 13;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-eb9ccbca {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eb9ccbca {
    grid-area: 1 / 4 / 2 / 9;
  }

  #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eb9ccbca {
    grid-column-end: 6;
    align-self: stretch;
  }

  #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-5c9ccbcb {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b19387abf4598bb20c75an-5c9ccbcb {
    grid-column: span 8 / span 8;
  }

  #w-node-_723159fb-9be5-34d9-30c5-60fe571c6dc8-219ccbcd, #w-node-_9adbaf0c-8aab-b926-92c0-1c791fe295fb-219ccbcd, #w-node-_068c889c-dc79-5b98-1f30-1094492dcc99-219ccbcd, #w-node-_86844d61-c67e-507d-76a1-748c1554d9b6-219ccbcd, #w-node-_65142f70-6d62-174b-0f32-d12e91545a9d-219ccbcd, #w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd0-219ccbcd {
    grid-area: 1 / 1 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6400198-598d-45a5-8566-ba775fd5c823-a99ccb0b, #w-node-f9bd36b0-21ab-a465-720e-4dd5bb467255-a99ccb0b, #w-node-f6400198-598d-45a5-8566-ba775fd5c828-a99ccb0b, #w-node-f6400198-598d-45a5-8566-ba775fd5c82e-a99ccb0b, #w-node-f6400198-598d-45a5-8566-ba775fd5c834-a99ccb0b, #w-node-f6400198-598d-45a5-8566-ba775fd5c837-a99ccb0b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_9af4dad0-466e-adb3-79ee-b67151d112f3-a99ccb0b {
    grid-area: 8 / 1 / 9 / 10;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-a99ccb0b {
    grid-area: 7 / 1 / 8 / 12;
  }

  #w-node-f5c14799-f3b0-aeb9-3268-06cf56c4bae7-a99ccb0b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_18607f03-6f37-4186-9cf6-5109e5b59430-a99ccb0b {
    grid-area: 2 / 1 / 3 / 4;
    place-self: center;
  }

  #w-node-a32fdd8e-f5b8-d7a6-b1ed-a3db721110dd-a99ccb0b {
    grid-area: 3 / 4 / 4 / 8;
    place-self: center;
  }

  #w-node-c11de9b0-a24b-d926-2f6c-3ca998f03578-a99ccb0b {
    grid-area: 2 / 8 / 3 / 11;
  }

  #w-node-_4a499ada-37c6-d34c-d91b-82db97aa02b0-a99ccb0b {
    grid-area: 3 / 8 / 4 / 11;
  }

  #w-node-_67450e69-1033-8e44-1faf-3c06f4ee1ea8-a99ccb0b {
    grid-area: 5 / 1 / 6 / 12;
  }

  #w-node-f98f0c9b-b93e-1912-6ee5-f0c7d1fc9634-a99ccb0b {
    grid-area: 3 / 1 / 4 / 4;
    place-self: center;
  }

  #w-node-_6f9933d5-eb1b-3057-9f30-6cff53ea9ad3-a99ccb0b {
    grid-area: 4 / 1 / 5 / 12;
  }

  #w-node-_9b8429a6-a2c7-b064-88c6-50f61e774775-a99ccb0b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ac319e12-b553-fc3e-f7ea-b0e0ded63509-a99ccb0b {
    grid-area: 9 / 1 / 10 / 13;
    align-self: end;
  }

  #w-node-a423ac64-6968-5fc9-b379-cb7fac915b3e-a99ccb0b {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_187219a2-6de5-eebc-540c-fd94b3c37320-a99ccb0b {
    grid-area: 2 / 7 / 3 / 12;
  }

  #w-node-_0e625f40-b694-430d-f4fd-fe858a5e730b-a99ccb0b {
    grid-area: 10 / 1 / 13 / 13;
  }

  #w-node-_590b990b-4e6a-58df-c4d1-92e3c9651cbe-a99ccb0b {
    grid-area: 3 / 7 / 4 / 12;
  }

  #w-node-_6808894a-db07-fa0f-49ab-f99a32c8a8c0-a99ccb0b {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_6783aa6d-c69c-d7bb-e45a-7b5f39dd0f3b-a99ccb0b {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-c71ee04b-b53f-2653-728f-6f1aa3aa06b0-a99ccb0b {
    grid-area: 4 / 7 / 5 / 12;
  }

  #w-node-f8cd3c92-a021-af72-7ee3-0b423117a4e6-a99ccb0b {
    grid-area: 14 / 1 / 15 / 11;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932ba-a99ccb0b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c0-a99ccb0b {
    grid-column: span 6 / span 6;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c2-a99ccb0b {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7f1-c739f7eb {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7fa-c739f7eb {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f805-c739f7eb {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f80e-c739f7eb {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_8ac598a6-b514-8b7c-c77d-808e605f3512-605f3512 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-379ccbaf, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-379ccbaf {
    grid-column: span 3 / span 3;
  }

  #w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e51-379ccbaf, #w-node-_44cbfe12-32de-5b4e-4fb9-36cbe5d59e5d-379ccbaf {
    grid-column: span 6 / span 6;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-379ccbaf, #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc3ec-379ccbaf {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc402-379ccbaf {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: start;
  }

  #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ab-379ccbaf, #w-node-_15579270-7173-ae0f-f9a7-7d9d44b340ba-379ccbaf {
    grid-column: span 6 / span 6;
  }

  #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-379ccbaf, #w-node-_0fd6dd8b-ef11-c603-f97e-f404020e5335-020e5335 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-339ccbb0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-339ccbb0 {
    grid-column: span 6 / span 6;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-339ccbb0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-339ccbb0 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-339ccbb0, #w-node-_559c5766-88ee-680a-fff0-7281d8089065-339ccbb0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-339ccbb0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-339ccbb0 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-df9ccbb1, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-df9ccbb1 {
    grid-column: span 6 / span 6;
  }

  #w-node-_8e454688-028a-83b4-a215-b194917e0034-e89ccbb2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-e89ccbb2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-e89ccbb2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    justify-self: start;
  }

  #w-node-_3996af19-d79f-fc3d-f355-10bfc887e661-e89ccbb2 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_3996af19-d79f-fc3d-f355-10bfc887e664-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e66d-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e676-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e681-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e68c-e89ccbb2 {
    grid-column: span 6 / span 6;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-7f9ccbb4, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-7f9ccbb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-7f9ccbb4 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-7f9ccbb4, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-7f9ccbb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-7f9ccbb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-7f9ccbb4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-099ccbb5 {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-099ccbb5 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-099ccbb5 {
    grid-column: span 6 / span 6;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-099ccbb5 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-c59ccbb6 {
    grid-column: span 6 / span 6;
    justify-self: stretch;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-c59ccbb6, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-c59ccbb6 {
    grid-column: span 6 / span 6;
  }

  #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-c59ccbb6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-c59ccbb6, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-c59ccbb6 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-c59ccbb6 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-c59ccbb6 {
    grid-column: span 6 / span 6;
  }

  #w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea822-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea827-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_7957ba4b-c469-ae8e-e72b-e72a3d04322e-159ccbba {
    grid-area: 6 / 1 / 10 / 5;
  }

  #w-node-b1409d4b-24b8-6022-7241-32262b7b57ed-159ccbba {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-ebbe2228-9a9d-3e1f-b52f-1264532b462b-159ccbba {
    grid-area: 11 / 1 / 12 / 5;
  }

  #w-node-_1ff73765-56ea-1e69-60ad-f344fa1cf1e9-159ccbba {
    grid-area: 13 / 1 / 14 / 5;
  }

  #w-node-_0eb0398a-564b-feba-ad1d-098b6d19e43c-159ccbba {
    grid-area: 14 / 1 / 15 / 5;
  }

  #w-node-_12f219d2-4508-f128-39fc-6f605e8344cc-159ccbba {
    grid-area: 12 / 1 / 13 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37537-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3753a-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37540-159ccbba {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37544-159ccbba {
    grid-area: 8 / 1 / 10 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37546-159ccbba {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3754a-159ccbba {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-a93cb07d-3c02-1f6f-3a84-a83e9da6a558-159ccbba {
    grid-area: 11 / 1 / 12 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e914-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e917-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e919-159ccbba {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91b-159ccbba {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e91d-159ccbba {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e921-159ccbba {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e923-159ccbba {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e925-159ccbba {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e929-159ccbba {
    grid-area: 9 / 1 / 11 / 5;
  }

  #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-739ccbc4, #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-739ccbc4 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-739ccbc4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed37939-739ccbc4 {
    grid-column: span 6 / span 6;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-739ccbc4 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_57edb05e-5748-d0c8-058b-77e80cc89305-739ccbc4, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-379ccbc6, #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-059ccbc9, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-eb9ccbca {
    grid-column: span 6 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-eb9ccbca {
    grid-row-end: 2;
    grid-column-end: 7;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: end;
  }

  #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-eb9ccbca, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eb9ccbca, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-5c9ccbcb, #w-node-_5dc0b19387abf4598bb20c75an-5c9ccbcb {
    grid-column: span 6 / span 6;
  }

  #w-node-_723159fb-9be5-34d9-30c5-60fe571c6dc8-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_48d46983-e059-f727-d717-8757e3840b4b-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_9adbaf0c-8aab-b926-92c0-1c791fe295fb-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_9adbaf0c-8aab-b926-92c0-1c791fe29600-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_068c889c-dc79-5b98-1f30-1094492dcc99-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_068c889c-dc79-5b98-1f30-1094492dcc9e-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_86844d61-c67e-507d-76a1-748c1554d9b6-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_86844d61-c67e-507d-76a1-748c1554d9bb-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_65142f70-6d62-174b-0f32-d12e91545a9d-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_65142f70-6d62-174b-0f32-d12e91545aa2-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd0-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd5-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e00d663e-ec8f-e960-924e-dac525e95f07-a99ccb0b {
    grid-column: span 4 / span 4;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c823-a99ccb0b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-f9bd36b0-21ab-a465-720e-4dd5bb467255-a99ccb0b {
    grid-area: 2 / 1 / 3 / 12;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c834-a99ccb0b {
    grid-column: span 4 / span 4;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c837-a99ccb0b {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-_9af4dad0-466e-adb3-79ee-b67151d112f3-a99ccb0b {
    grid-area: 8 / 1 / 9 / 11;
  }

  #w-node-f6400198-598d-45a5-8566-ba775fd5c83a-a99ccb0b {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-f5c14799-f3b0-aeb9-3268-06cf56c4bae7-a99ccb0b {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_18607f03-6f37-4186-9cf6-5109e5b59430-a99ccb0b {
    grid-area: 3 / 1 / 4 / 6;
    place-self: center;
  }

  #w-node-a32fdd8e-f5b8-d7a6-b1ed-a3db721110dd-a99ccb0b {
    grid-area: 2 / 1 / 3 / 6;
    place-self: center;
  }

  #w-node-c11de9b0-a24b-d926-2f6c-3ca998f03578-a99ccb0b {
    grid-area: 4 / 1 / 5 / 6;
  }

  #w-node-_4a499ada-37c6-d34c-d91b-82db97aa02b0-a99ccb0b {
    grid-area: 4 / 7 / 5 / 12;
  }

  #w-node-_67450e69-1033-8e44-1faf-3c06f4ee1ea8-a99ccb0b {
    grid-area: 6 / 1 / 7 / 12;
  }

  #w-node-f98f0c9b-b93e-1912-6ee5-f0c7d1fc9634-a99ccb0b {
    grid-area: 2 / 7 / 3 / 12;
    place-self: center;
  }

  #w-node-_6f9933d5-eb1b-3057-9f30-6cff53ea9ad3-a99ccb0b {
    grid-area: 5 / 1 / 6 / 12;
  }

  #w-node-_9b8429a6-a2c7-b064-88c6-50f61e774775-a99ccb0b {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-ac319e12-b553-fc3e-f7ea-b0e0ded63509-a99ccb0b {
    grid-area: 12 / 1 / 13 / 13;
    align-self: end;
  }

  #w-node-a423ac64-6968-5fc9-b379-cb7fac915b3e-a99ccb0b {
    grid-area: 2 / 2 / 3 / 12;
  }

  #w-node-_187219a2-6de5-eebc-540c-fd94b3c37320-a99ccb0b {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_42a14cf7-e23c-1e51-8383-832c2c577c71-a99ccb0b {
    grid-area: 8 / 1 / 12 / 13;
  }

  #w-node-_0e625f40-b694-430d-f4fd-fe858a5e730b-a99ccb0b {
    grid-area: 13 / 1 / 17 / 13;
  }

  #w-node-_590b990b-4e6a-58df-c4d1-92e3c9651cbe-a99ccb0b {
    grid-area: 7 / 2 / 8 / 12;
  }

  #w-node-_6808894a-db07-fa0f-49ab-f99a32c8a8c0-a99ccb0b {
    grid-area: 4 / 2 / 5 / 12;
  }

  #w-node-_6783aa6d-c69c-d7bb-e45a-7b5f39dd0f3b-a99ccb0b {
    grid-area: 6 / 2 / 7 / 12;
  }

  #w-node-c71ee04b-b53f-2653-728f-6f1aa3aa06b0-a99ccb0b {
    grid-area: 5 / 2 / 6 / 12;
  }

  #w-node-ff345390-7cfa-6134-26c2-9d60476e8d63-a99ccb0b {
    grid-area: 17 / 1 / 18 / 13;
  }

  #w-node-f8cd3c92-a021-af72-7ee3-0b423117a4e6-a99ccb0b {
    grid-area: 18 / 1 / 19 / 12;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932ba-a99ccb0b {
    grid-column: span 4 / span 4;
  }

  #w-node-_569b656e-e8e2-e31f-62c2-42173b2932c2-a99ccb0b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c23-a99ccb0b, #w-node-fce87cd5-4514-98ca-69f2-cf6ee0fa5c24-a99ccb0b, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7f1-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f7fa-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f805-c739f7eb, #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f80e-c739f7eb {
    grid-column: span 4 / span 4;
  }

  #w-node-_2d8a3600-59cf-08d2-fe17-bd16c739f81b-c739f7eb {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_8ac598a6-b514-8b7c-c77d-808e605f3512-605f3512 {
    grid-area: 3 / 2 / 4 / 12;
  }

  #w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-c4293e7d-a176-3626-e1f3-abcde2bb14ea-379ccbaf {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1da-379ccbaf, #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-379ccbaf {
    grid-column: span 4 / span 4;
  }

  #w-node-f3496c2c-8ee9-32b0-6803-75773ca743f3-379ccbaf {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc3ec-379ccbaf, #w-node-b6ef3b59-f595-97c0-9139-fa7f484dc402-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8a-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8c-379ccbaf, #w-node-_0f83eee3-60fc-0871-9a6e-757004d21f8d-379ccbaf {
    grid-column: span 4 / span 4;
  }

  #w-node-_0fd6dd8b-ef11-c603-f97e-f404020e5335-020e5335 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_28ef394f-2fe7-0527-c876-32dec19e45af-339ccbb0, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b4-339ccbb0, #w-node-_28ef394f-2fe7-0527-c876-32dec19e45b6-339ccbb0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d808904a-339ccbb0 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_559c5766-88ee-680a-fff0-7281d8089063-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999ce8-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999cfb-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d00-339ccbb0, #w-node-_4b9f8748-12ad-adad-8c0b-e11cc1999d05-339ccbb0, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-df9ccbb1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_8e454688-028a-83b4-a215-b194917e0034-e89ccbb2 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0990-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da0991-e89ccbb2, #w-node-_6d4ade57-b937-f780-b80c-0c79b1da09a0-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e661-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e664-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e66d-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e676-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e681-e89ccbb2, #w-node-_3996af19-d79f-fc3d-f355-10bfc887e68c-e89ccbb2, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-7f9ccbb4, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-7f9ccbb4, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-7f9ccbb4, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-7f9ccbb4, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-7f9ccbb4, #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-099ccbb5 {
    grid-column: span 4 / span 4;
  }

  #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-099ccbb5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-c59ccbb6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: stretch;
  }

  #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-c59ccbb6, #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-c59ccbb6, #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-c59ccbb6, #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-c59ccbb6, #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-c59ccbb6, #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-c59ccbb6, #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-c59ccbb6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_66a5ea1b-f5c1-e16f-fcad-9fb3df32e7be-159ccbba {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea822-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_02aa2b2c-0f65-8d27-4b03-16026c7ea827-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c37537-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_34fc128e-1611-1f68-7481-b6fa22c3753a-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e914-159ccbba {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6cce1d6a-76af-74be-4ac0-07a754d0e917-159ccbba {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d5a-739ccbc4, #w-node-dfe7ef0c-dec5-0066-7949-dd1171469d61-739ccbc4, #w-node-_90fef650-dc97-e834-4936-37bb9ed37933-739ccbc4 {
    grid-column: span 4 / span 4;
  }

  #w-node-_90fef650-dc97-e834-4936-37bb9ed3793b-739ccbc4 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-379ccbc6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3bb-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: center;
  }

  #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3c4-eb9ccbca, #w-node-_18292f04-5852-a7c9-94c3-46fb1c70d3cc-eb9ccbca {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3444-eb9ccbca {
    grid-column: span 4 / span 4;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3447-eb9ccbca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f344d-eb9ccbca, #w-node-cada28bb-1968-ba3c-8f5b-2a6fb07f3452-eb9ccbca, #w-node-_641616c4-e787-e590-9bba-61667fda4a09-eb9ccbca, #w-node-_641616c4-e787-e590-9bba-61667fda4a0a-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c0-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066cb-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066d1-eb9ccbca, #w-node-_9527820a-6663-4a54-6c21-42e6dc8066c5-eb9ccbca, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eb9ccbca, #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eb9ccbca, #w-node-_5dc0b19387abf4598bb20c75an-5c9ccbcb {
    grid-column: span 4 / span 4;
  }

  #w-node-_17f060af-11dd-b027-6fb8-6cbe378fc0e2-219ccbcd {
    grid-area: span 1 / span 11 / span 1 / span 11;
  }

  #w-node-_723159fb-9be5-34d9-30c5-60fe571c6dc8-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_48d46983-e059-f727-d717-8757e3840b4b-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_9adbaf0c-8aab-b926-92c0-1c791fe295fb-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_9adbaf0c-8aab-b926-92c0-1c791fe29600-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_068c889c-dc79-5b98-1f30-1094492dcc99-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_068c889c-dc79-5b98-1f30-1094492dcc9e-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_86844d61-c67e-507d-76a1-748c1554d9b6-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_86844d61-c67e-507d-76a1-748c1554d9bb-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_65142f70-6d62-174b-0f32-d12e91545a9d-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_65142f70-6d62-174b-0f32-d12e91545aa2-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }

  #w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd0-219ccbcd {
    grid-area: 1 / 1 / 2 / 12;
  }

  #w-node-_6672ad6a-2cba-d4b1-f790-5055e5d66bd5-219ccbcd {
    grid-area: 2 / 1 / 3 / 12;
    justify-self: start;
  }
}


