:root {
  --18181d: #18181d;
  --white: white;
  --rosy-brown: #af9387;
  --white-smoke: #ebedee;
  --black: black;
  --grigione: #616161;
  --rosso: #e60000;
  --grigio-footer: #353335;
  --indian-red: #db4b68;
  --sea-green: #12b878;
  --grigino: #b3b3b3;
  --rosso-ok: #c50505;
  --orange: #ff9500;
  --gainsboro: #e2e2e2;
  --dark-orange: #ffae00;
  --dark-grey: #797979;
  --black-2: #525252;
}

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@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 {
    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;
  margin-left: 56px;
  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 {
  margin-top: -191px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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 {
  background-image: url('../images/uma-mini--hero-dusk_download.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 860px;
}

.hero1-image.lightbox-wrap {
  background-position: 50%;
  transition: opacity .2s;
}

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

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

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

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

.size1-text.size1-full-clear {
  margin-top: 0;
  margin-bottom: 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.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: #758056;
  width: 582px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-large.uma-button:hover {
  background-color: #5f6736;
}

.button-arrow {
  color: #0000;
  flex: none;
  margin-left: 10px;
  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 {
  text-align: center;
  background-color: #c4c4c4;
  background-image: url('../images/QUADRATINI-bianchi_1QUADRATINI-bianchi.png');
  background-position: 0 0;
  background-size: 3px;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  padding-left: 36px;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.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 {
  margin-bottom: 0;
}

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

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

.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 {
  margin-top: 0;
}

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

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

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

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

.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: url('../images/circa-chandelier_hires_download.jpg');
  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: left;
  background-color: #686868;
  border-radius: 0;
  flex-wrap: nowrap;
  justify-content: center;
  margin-right: 98px;
  padding: 5px;
}

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

.button-label {
  color: var(--white);
  text-transform: none;
  margin-left: 0;
}

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

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

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

.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/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 360px;
  margin-top: 67px;
}

.content24-quote {
  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/solis_fabric_72_300.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 580px;
  margin-top: 67px;
  margin-bottom: 67px;
  margin-right: 67px;
  position: relative;
}

.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 {
  width: 479px;
  position: relative;
}

.content4-image {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 700px;
}

.content4-image2 {
  background-image: url('../images/belmont_essence_1_low_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 520px;
}

.content4-product-name-wrap {
  width: 273px;
  margin-top: 15px;
}

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

.content10-image2 {
  background-image: url('../images/bola-pendant-chandelier-environmental-stairway-3k_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  width: 376px;
  min-height: 480px;
}

.content10-image {
  background-image: url('../images/contourenviro1_300_download.jpg');
  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/bola-disc_environment_1_download.jpg');
  background-position: 50% 10%;
  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: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  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: url('../images/bel_occhio_whiteblackback_72_download.jpg');
  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: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  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: url('../images/bola-bedroom-ft-v2_download.jpg');
  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: url('../images/contourenviro1_300_download.jpg');
  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/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 400px;
}

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

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

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

.content32-image {
  background-image: url('../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg');
  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: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content35-feed-image.content35-image3 {
  background-image: url('../images/bel-occhio-chandelier_r3_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image4 {
  background-image: url('../images/bel_occhio_whiteblackback_72_download.jpg');
}

.content35-feed-image.content35-image5 {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-office-wall-3k_download.jpg');
  background-position: 50%;
}

.content35-feed-image.content35-image6 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
}

.content35-feed-image.content35-image1 {
  background-image: url('../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg');
  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: url('../images/belmont-22in-group-environment-high_download.jpg');
  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;
  position: sticky;
}

.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 {
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
  position: sticky;
}

.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/uma-mini--hero-dusk_download.jpg');
  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: url('../images/bola-bedroom-ft-v2_download.jpg');
  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;
}

.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 {
  border-bottom: 1px solid var(--white);
  color: var(--grigione);
  text-transform: none;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 300;
  transition: all .5s;
}

.nav-link:hover {
  border-bottom: 1px solid var(--rosso);
  opacity: 1;
  color: var(--rosso);
}

.nav-link:visited {
  color: var(--grigione);
}

.nav-link.w--current {
  opacity: 1;
  color: var(--grigio-footer);
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  transition-property: all;
}

.nav-link.w--current:hover {
  color: var(--rosso);
}

.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;
  margin-top: 17px;
  margin-bottom: -6px;
  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: center;
  margin-bottom: 30px;
  display: flex;
}

.content6-image2 {
  background-image: url('../images/bola-bedroom-ft-v2_download.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 460px;
}

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

.hero6 {
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-image: linear-gradient(#18181d73, #18181d73);
  justify-content: space-around;
  align-items: stretch;
  min-height: 640px;
  padding-left: 36px;
  padding-right: 36px;
  display: block;
  position: static;
  inset: 9% 0% auto;
}

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

.sizejumbo-text {
  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;
  margin-top: 0;
  margin-bottom: 0;
}

.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: url('../images/Avatar-2.jpg');
}

.content17-author-pic.content17-image1 {
  background-image: url('../images/Avatar-1.jpg');
}

.content17-author-pic.content17-image3 {
  background-image: url('../images/Avatar-3.jpg');
}

.content17-author-pic.content17-image4 {
  background-image: url('../images/Avatar-4.jpg');
}

.content17-author-pic.content17-image8 {
  background-image: url('../images/Avatar-8.jpg');
}

.content17-author-pic.content17-image7 {
  background-image: url('../images/Avatar-7.jpg');
}

.content17-author-pic.content17-image6 {
  background-image: url('../images/Avatar-6.jpg');
}

.content17-author-pic.content17-image5 {
  background-image: url('../images/Avatar-5.jpg');
}

.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 {
  text-align: center;
  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/uma-mini-part-mode-1_download.jpg');
  background-position: 50% 0;
}

.content14-image.content14-image2 {
  background-image: url('../images/uma-mini-top-view-updated-grill_download.jpg');
  background-position: 50%;
}

.content14-image.content14-image3 {
  background-image: url('../images/uma-mini--v7-copy_download.jpg');
  background-position: 50%;
}

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

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

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

.content6-image1 {
  background-image: url('../images/belmont-22in-group-environment-high_download.jpg');
  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: 100;
  position: sticky;
  top: 0;
}

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

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

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

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

.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, .content14-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: 36px;
  text-align: center;
  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;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  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;
  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: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  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-bottom: 10px;
}

.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 {
  margin-top: -39px;
  margin-left: 31px;
  padding-left: 0;
  display: flex;
}

.brand:hover {
  opacity: .7;
}

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

.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 {
  width: 80px;
}

.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.m100 {
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.wrapper.m50 {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.wrapper.m50-100 {
  padding-top: 0;
  padding-bottom: 0;
}

.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 {
  padding-top: 50px;
  padding-bottom: 80px;
}

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

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

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

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

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

.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: 10px;
  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;
  display: flex;
  position: relative;
}

.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, .product4-content-wrap {
  margin-top: 26px;
}

.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: var(--white);
  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, .footer1-link.w--current {
  opacity: 1;
}

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

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

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

.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), url('../images/belmont_essence_1_low_download.jpg');
  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 {
  background-image: url('../images/Avatar-6.jpg');
}

.content36-author-pic.content36-pic2 {
  background-image: url('../images/Avatar-2.jpg');
}

.content36-author-pic.content36-pic3 {
  background-image: url('../images/Avatar-7.jpg');
}

.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/COPERTINA-CATALOGO-GENERALE-VIEMMEPORTE-2021.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.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: url('../images/circafloor_pedestal_env_72_download_download.jpg');
  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.png');
  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: url('../images/Avatar-1.jpg');
  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.png');
  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;
  position: absolute;
}

.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: url('../images/circatable_env_72_download_download.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  margin-bottom: 40px;
}

.licence-image.unsplash {
  background-image: url('../images/Avatar-1.jpg');
}

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

.promopage-deco-part {
  background-image: url('../images/Uma-Mini--26_300.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 360px;
}

.image {
  margin-top: 15px;
}

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

.hero-heading-center {
  text-align: center;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: absolute;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.slider {
  justify-content: space-around;
  display: block;
}

.slide {
  position: absolute;
  inset: auto 0% 0%;
}

.slider-2 {
  position: absolute;
  inset: 0% 0% auto;
}

.heading {
  color: var(--white);
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 560px;
  margin-bottom: 104px;
  margin-right: 36px;
  font-size: 34px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.sezione-banner-home {
  object-fit: cover;
  height: auto;
  margin-top: -70px;
  position: static;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: block;
}

.div-block-2 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: right;
  justify-content: center;
  margin-top: 51px;
  margin-bottom: 62px;
  font-size: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-2 {
  object-position: 50% 50%;
  height: 500px;
  margin-top: 0;
}

.slider-3 {
  height: 500px;
  margin-top: 64px;
}

.mask {
  height: auto;
  margin-top: 0;
  position: static;
}

.text-block-2 {
  color: var(--grigione);
  text-align: center;
  margin-top: 25px;
  margin-bottom: 48px;
  font-size: 24px;
  font-weight: 300;
}

.grid-2 {
  grid-template-columns: minmax(14px, .25fr) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . Area";
}

.columns {
  display: flex;
}

.image-3 {
  object-fit: cover;
  height: auto;
  display: block;
  position: static;
}

.image-3:hover {
  opacity: .47;
  -webkit-text-fill-color: inherit;
  background-color: #f37d7d;
  background-clip: border-box;
  position: relative;
}

.section-2 {
  position: absolute;
  inset: 0%;
}

.column {
  text-align: center;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.button {
  color: #0000;
  text-align: center;
  object-fit: cover;
  background-image: url('../images/collezione-idoor-one.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  justify-content: center;
  margin-bottom: 20px;
  padding-bottom: 267px;
  display: flex;
}

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

.link-block {
  background-image: url('../images/collezione-idoor-one.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 300px;
  display: flex;
}

.heading-3 {
  line-height: 45px;
}

.heading-4 {
  color: var(--grigione);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-71 {
  font-size: 14px;
}

.paragraph-72 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.image-4 {
  object-fit: cover;
  object-position: 100% 0%;
  flex: 1;
  height: 250px;
  transition: opacity .675s;
}

.image-4:hover {
  opacity: .44;
}

.button-2 {
  background-color: #757575;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: opacity .5s;
}

.button-2:hover, .button-2:visited {
  opacity: .4;
}

.text-span {
  color: var(--rosso);
}

.column-2 {
  border-right: 1px #818181;
  padding-left: 15px;
}

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

.column-4 {
  padding-left: 15px;
}

.text-span-2 {
  color: var(--rosso);
}

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

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

.text-block-4 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
  display: inline-block;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 4.5fr minmax(0, .25fr) .25fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: static;
  inset: auto 0% 0%;
}

.link-2 {
  font-size: 11px;
  font-weight: 300;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grigio-footer);
  grid-template-rows: minmax(67px, .25fr);
  grid-template-columns: 1fr minmax(189px, .25fr) 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 30px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block-5 {
  background-color: var(--rosso);
  color: var(--white);
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

.container-3 {
  padding-left: 0;
  display: inline-block;
}

.bold-text {
  text-align: left;
  margin: 5px 20px 0;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.text-block-6 {
  color: #fff;
  margin-left: 0;
  font-size: 10px;
  line-height: 16px;
  display: inline-block;
}

.body {
  background-color: var(--white);
  color: var(--white);
  object-fit: fill;
  object-position: 50% 50%;
  margin-bottom: 40px;
}

.container-4 {
  box-shadow: 4px 9px 16px 2px var(--grigione);
  border: 1px #000;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-5 {
  text-align: center;
  font-weight: 300;
}

.div-block-3 {
  border: 1px solid var(--grigione);
  color: var(--grigione);
  text-align: center;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

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

.bold-text-2 {
  color: var(--grigione);
  margin-bottom: -30px;
  font-size: 40px;
  font-weight: 400;
  display: block;
}

.heading-6 {
  color: var(--grigione);
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 200;
}

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

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  grid-template-rows: repeat(auto-fit, 241px);
  grid-template-columns: .75fr .5fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: center start;
  display: grid;
}

.image-5 {
  text-align: right;
  display: block;
}

.text-block-7 {
  display: flex;
  position: relative;
}

.slider-4 {
  flex-wrap: nowrap;
  display: flex;
  position: absolute;
}

.slide-3 {
  background-color: var(--grigio-footer);
  margin-right: -267px;
  padding-right: 10px;
  position: static;
  inset: 0% 0% 0% auto;
}

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

.image-6 {
  margin-right: 443px;
}

.paragraph-73 {
  color: var(--grigione);
  text-align: justify;
  column-count: 2;
  column-rule: 1px solid var(--grigino);
  column-gap: 80px;
  margin-top: 46px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.container-7 {
  text-align: center;
  margin-top: 0;
}

.heading-7 {
  color: var(--rosso);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
}

.container-8 {
  clear: left;
}

.slider-5 {
  float: none;
  clear: none;
}

.heading-8 {
  color: var(--rosso);
  text-align: center;
  margin-top: -18px;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  display: inline-block;
}

.heading-9 {
  color: var(--rosso);
  margin-top: 40px;
  font-size: 36px;
  line-height: 36px;
}

.link-block-2 {
  text-align: right;
  margin-right: 20px;
  display: block;
  position: static;
}

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

.slide-5 {
  height: auto;
}

.slider-6 {
  object-fit: cover;
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
}

.text-block-8 {
  display: inline-block;
}

.text-block-9 {
  background-color: var(--rosso);
  color: var(--white);
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  transition: opacity .625s;
  display: inline-block;
}

.text-block-9:hover {
  opacity: .46;
}

.div-block-4 {
  text-align: right;
  overflow: visible;
}

.superscript {
  font-size: 20px;
}

.icon, .icon-2 {
  color: #0000;
}

.mask-3 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 700px;
}

.image-8 {
  object-fit: cover;
  object-position: 40% 100%;
  width: 100%;
  max-width: none;
  height: 700px;
  margin-top: 0;
}

.image-9 {
  float: none;
  clear: both;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -158px;
  display: block;
}

.section-5 {
  justify-content: space-around;
  display: flex;
}

.slider-7 {
  object-fit: scale-down;
  justify-content: space-around;
  align-items: baseline;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-10 {
  object-fit: cover;
  flex: 0 auto;
  align-self: stretch;
  position: absolute;
  inset: 0%;
}

.body-2 {
  text-align: center;
  object-fit: fill;
  object-position: 60% 50%;
  display: block;
}

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

.section-6 {
  background-color: var(--grigio-footer);
}

.footer {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: auto minmax(53px, .25fr);
  grid-template-columns: minmax(200px, 11.75fr) 1fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

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

.text-block-11 {
  font-size: 11px;
  line-height: 12px;
}

.text-block-12 {
  color: var(--grigio-footer);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.link-3 {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

.section-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grigio-footer);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr 3.25fr .25fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 14px;
  display: block;
}

.text-block-13 {
  background-color: var(--rosso);
  color: var(--white);
  text-align: center;
  padding-bottom: 1px;
  display: inline-block;
}

.image-11 {
  text-align: right;
  position: static;
}

.container-9 {
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 10px;
  display: flex;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 14fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.text-block-14 {
  color: var(--white);
  text-align: left;
  font-size: 11px;
  line-height: 18px;
}

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

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

.text-block-16 {
  color: var(--grigio-footer);
  justify-content: flex-start;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: block;
}

.columns-2 {
  display: flex;
}

.image-13, .column-5 {
  text-align: right;
}

.html-embed {
  opacity: 1;
  justify-content: center;
  align-items: stretch;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.columns-3 {
  margin-top: 40px;
}

.body-3 {
  color: #0000;
  mix-blend-mode: normal;
}

.columns-4 {
  display: block;
}

.div-block-6 {
  border-bottom: 1px solid var(--grigione);
  margin-top: 40px;
  margin-left: 260px;
  margin-right: 240px;
}

.image-14 {
  object-fit: scale-down;
  height: 20%;
  display: block;
}

.section-9 {
  flex-wrap: nowrap;
  align-items: stretch;
  height: auto;
  padding-bottom: 0;
  display: flex;
}

.image-15 {
  width: 100%;
  height: 50%;
}

.heading-10 {
  color: var(--grigio-footer);
  text-align: center;
  margin-top: 460px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.bold-text-4 {
  color: var(--grigione);
  margin-bottom: -28px;
  font-size: 36px;
  font-weight: 300;
  display: block;
}

.heading-11 {
  color: var(--grigione);
  text-align: center;
  margin-top: 0;
  font-size: 24px;
  display: block;
}

.column-6 {
  text-align: right;
  margin-bottom: 60px;
  padding-left: 266px;
  position: relative;
}

.columns-5 {
  margin-top: 20px;
}

.button-3 {
  float: none;
  clear: none;
  background-color: var(--rosso-ok);
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.container-10 {
  border-bottom: 3px solid var(--rosso-ok);
  text-align: right;
  flex-wrap: nowrap;
  place-content: center flex-end;
  align-items: stretch;
  padding-left: 40px;
  display: flex;
}

.text-block-17 {
  font-size: 30px;
}

.text-block-18 {
  color: #616161a3;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-19 {
  font-size: 24px;
  font-weight: 300;
}

.text-span-3 {
  color: var(--rosso);
}

.column-7 {
  padding-right: 271px;
}

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

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

.div-block-7 {
  border-bottom: 1px solid var(--grigione);
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
}

.logo-centrostampi {
  width: 315px;
  margin-left: -41px;
  transition: opacity .625s;
}

.logo-centrostampi:hover {
  opacity: .73;
}

.heading-12 {
  color: var(--rosso-ok);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 300;
}

.column-8 {
  border-right: 1px dashed var(--grigino);
  text-align: center;
}

.paragraph-74 {
  text-align: center;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-rivenditore {
  font-style: normal;
  font-weight: 300;
}

.heading-13 {
  color: var(--grigione);
  text-align: center;
  margin-top: 140px;
  margin-bottom: -19px;
  font-size: 32px;
}

.heading-14 {
  text-align: center;
  margin-bottom: 45px;
  font-family: Work Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

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

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

.image-21, .image-22, .link-block-3, .link-block-4, .image-23 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-8 {
  border-right: 1px none var(--grigino);
  border-bottom: 1px dashed var(--grigino);
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-9 {
  border-right: 1px dashed var(--grigino);
  padding-bottom: 281px;
}

.column-10 {
  border-right: 1px dashed var(--grigino);
  text-align: center;
  padding-bottom: 217px;
}

.image-24 {
  margin-bottom: 15px;
}

.link-block-5 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.image-25, .image-26, .link-block-6, .image-27, .image-28 {
  margin-bottom: 20px;
}

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

.image-29 {
  margin-top: 6px;
}

.image-30, .image-31 {
  margin-bottom: 20px;
}

.italic-text {
  color: var(--grigione);
  font-family: Work Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  text-decoration: none;
}

.text-span-4 {
  color: var(--rosso-ok);
  font-weight: 400;
}

.slider-8 {
  justify-content: space-between;
  align-items: stretch;
  height: 1000px;
  display: block;
}

.div-block-9 {
  object-fit: cover;
  justify-content: space-around;
  align-items: stretch;
  height: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-9 {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.mask-4 {
  height: 300vh;
  position: absolute;
}

.image-32 {
  object-fit: cover;
  height: 1200px;
  display: block;
}

.body-4 {
  color: var(--grigino);
  background-color: #d7d7d7;
}

.heading-15 {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 85px;
  display: block;
  position: absolute;
}

.image-33 {
  object-fit: fill;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.button-4 {
  background-color: var(--rosso-ok);
  text-align: right;
  padding: 3px 10px;
  font-family: Work Sans, sans-serif;
  font-weight: 300;
}

.column-12 {
  border-right: 1px solid var(--white);
  text-align: right;
}

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

.columns-6, .columns-7 {
  margin-bottom: 40px;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.container-12 {
  text-align: right;
  margin-top: 623px;
  margin-bottom: 0;
  padding-bottom: 175px;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-34 {
  text-align: right;
  object-fit: fill;
  position: static;
  inset: 0%;
}

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

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-columns: 1fr 1fr 1fr 3.75fr;
  grid-auto-columns: 1fr;
  margin-top: 635px;
  display: grid;
  position: absolute;
  inset: 0% 0% auto;
}

.columns-8 {
  position: absolute;
}

.container-14 {
  margin-top: 614px;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.image-35 {
  text-align: right;
  display: block;
}

.grid-5 {
  grid-row-gap: 10px;
  grid-template-rows: .6fr minmax(auto, .6fr) minmax(auto, .6fr) .6fr .25fr minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

.column-14 {
  margin-top: 131px;
}

.button-5 {
  color: var(--grigione);
  background-color: #0000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-span-5 {
  color: var(--rosso-ok);
}

.text-block-20 {
  color: var(--grigione);
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

.text-span-6 {
  color: var(--rosso-ok);
}

.button-6 {
  background-color: var(--rosso-ok);
  text-align: left;
  margin-right: 24px;
  padding: 5px 10px;
  font-size: 14px;
}

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

.heading-17 {
  text-align: left;
  margin-top: 741px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-21 {
  color: var(--grigino);
  text-align: right;
  margin-bottom: 20px;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 34px;
  font-weight: 200;
}

.list {
  text-align: left;
}

.list-item {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

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

.text-block-22 {
  color: var(--grigione);
  text-align: right;
  padding-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  color: var(--rosso-ok);
}

.container-16 {
  flex-flow: column;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.slider-10 {
  max-width: 100%;
  height: 100vh;
  display: block;
}

.image-36 {
  object-fit: cover;
  height: 100vh;
  position: relative;
}

.image-37 {
  object-fit: cover;
  height: 100vh;
}

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

.image-38 {
  object-fit: cover;
  width: 1279vh;
  height: 100vh;
  position: relative;
}

.image-39 {
  object-fit: cover;
  width: 1279vh;
  height: 100vh;
}

.image-40 {
  width: 1279vh;
  height: 100vh;
}

.column-16 {
  padding-right: 20px;
}

.column-17 {
  background-color: var(--white);
  padding-bottom: 42px;
}

.image-41 {
  position: absolute;
  inset: 0%;
}

.button-7 {
  background-color: var(--rosso-ok);
  margin-top: 260px;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: opacity .6s;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.heading-18 {
  margin-top: 50px;
  margin-left: 10px;
  font-weight: 400;
  line-height: 40px;
  position: absolute;
}

.paragraph-75 {
  margin-top: 147px;
  margin-left: 10px;
  padding-right: 242px;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
}

.text-span-15 {
  color: var(--white);
}

.heading-19 {
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
  text-decoration: none;
}

.bold-text-5 {
  color: var(--grigione);
  font-size: 28px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-76 {
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 300;
  line-height: 22px;
}

.icon-3, .icon-4 {
  color: #0000;
}

.slide-nav-2 {
  font-size: 10px;
}

.columns-9 {
  margin-left: 0;
  margin-right: 33px;
  padding-right: 0;
}

.column-18 {
  background-color: #0000;
  margin-top: 0;
  padding: 0 20px 10px;
}

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

.image-42 {
  object-fit: cover;
  width: 100%;
  margin-top: -123px;
}

.icon-5, .icon-6 {
  color: #0000;
}

.image-43 {
  width: 100%;
  margin-top: -118px;
}

.slider-11 {
  object-fit: cover;
  background-color: #0000;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.slide-nav-3 {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 13px;
}

.div-block-10 {
  background-color: var(--white);
  margin-top: -9px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.right-arrow, .left-arrow {
  margin-bottom: 0;
}

.slide-7 {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.mask-5 {
  margin-bottom: 22px;
  padding-bottom: 0;
}

.video {
  border: 0 #000;
  border-radius: 0;
}

.icon-7 {
  text-align: center;
  background-color: #0000;
  border-bottom: 1px #000;
  flex-wrap: wrap;
  place-content: stretch space-around;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: flex;
}

.menu-button-2 {
  text-align: center;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.navbar {
  text-align: center;
  background-color: #e0dfdf;
  background-image: url('../images/QUADRATINI-bianchi_1QUADRATINI-bianchi.png');
  background-position: 0 0;
  margin-bottom: 0;
  position: relative;
}

.container-17 {
  text-align: center;
  display: flex;
}

.nav-menu {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: block;
}

.nav-link-2 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-3 {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-link {
  border-bottom: 1px none var(--grigione);
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.dropdown-link:hover, .dropdown-link:visited {
  color: var(--rosso-ok);
}

.dropdown-link-2 {
  border-bottom: 1px none var(--grigione);
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.dropdown-link-3 {
  border-bottom: 1px none var(--grigione);
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
  transition: opacity .4s;
}

.dropdown-link-3:hover, .dropdown-link-3:visited {
  color: var(--rosso-ok);
}

.text-block-23 {
  font-size: 18px;
  font-weight: 300;
}

.dropdown-toggle {
  justify-content: center;
  padding-left: 40px;
  display: flex;
}

.dropdown-toggle.w--open {
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-11 {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black var(--grigione) black black;
  background-color: #0000;
  margin-top: 18px;
  margin-bottom: -24px;
  padding-top: 0;
}

.dropdown-list {
  color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--white);
  color: #0000;
  border-bottom: 1px #000;
}

.div-block-12 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--rosso-ok);
  padding-top: 0;
}

.div-block-13 {
  border-right: 1px dashed var(--grigino);
  text-align: center;
  position: absolute;
}

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

.text-block-24 {
  color: var(--grigino);
  text-align: center;
  margin-top: -11px;
  font-weight: 300;
}

.heading-20 {
  text-align: center;
  margin-top: 10px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 33px;
  font-weight: 200;
  line-height: 36px;
}

.text-block-25 {
  color: var(--grigino);
  text-align: center;
  margin-top: -19px;
  font-weight: 300;
}

.button-8 {
  background-color: var(--rosso-ok);
  margin-top: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: margin .7s;
}

.button-8:hover {
  margin-left: 40px;
}

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

.div-block-14 {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #ffd900;
  background-clip: padding-box;
  margin-top: 10px;
  margin-bottom: 229px;
  margin-left: 179px;
  padding: 5px 20px;
  font-size: 17px;
  display: inline-block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-block-26 {
  color: var(--grigione);
  display: inline-block;
}

.section-10 {
  clear: both;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-27 {
  text-align: left;
  padding-left: 402px;
  padding-right: 400px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-28 {
  margin-top: 718px;
  margin-left: 226px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-11 {
  text-align: center;
  margin-top: 565px;
  margin-left: 400px;
  margin-right: 400px;
}

.text-block-29 {
  text-align: center;
  margin-top: 12px;
  font-size: 17px;
  font-weight: 300;
}

.heading-21 {
  background-color: var(--rosso-ok);
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}

.text-block-30 {
  font-size: 18px;
  font-weight: 400;
}

.button-9 {
  background-color: var(--rosso-ok);
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-12 {
  text-align: right;
  background-color: #ececec;
  justify-content: flex-end;
  margin-top: -23px;
  margin-left: -38px;
  margin-right: -38px;
  display: flex;
}

.heading-22 {
  color: var(--rosso-ok);
  font-size: 40px;
}

.column-21 {
  background-color: var(--grigione);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-77 {
  color: var(--white);
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-23 {
  color: var(--white);
  text-align: center;
  margin-left: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 20px;
}

.column-22 {
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-78 {
  color: var(--white);
  text-align: left;
  margin: 10px 0 20px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.bold-text-6 {
  font-family: Work Sans, sans-serif;
  font-weight: 400;
}

.column-23 {
  clear: none;
  background-color: var(--orange);
  text-align: center;
  flex-flow: column;
  align-items: center;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-24 {
  background-color: var(--rosso);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 380px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.approfondisci-2 {
  border: 1px solid var(--grigio-footer);
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: left;
  border-radius: 5px;
  margin-bottom: 12px;
  padding: 0 10px;
  font-size: 12px;
  transition: opacity .6s;
}

.approfondisci-2:hover {
  opacity: .6;
}

.approfondisci-2:visited {
  background-color: var(--white);
  color: var(--grigio-footer);
}

.paragraph-80 {
  text-align: left;
  margin: 10px 0 20px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.heading-24 {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}

.paragraph-81 {
  color: var(--white);
  text-align: left;
  margin: 10px 0 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.heading-25 {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.heading-26 {
  color: var(--white);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-82 {
  color: var(--white);
  text-align: left;
  margin: 10px 0 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.button-10 {
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 15px;
  font-size: 14px;
  transition: opacity .6s;
}

.button-10:hover {
  opacity: .6;
}

.button-11 {
  background-color: var(--white);
  color: var(--grigio-footer);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: opacity .6s;
}

.button-11:hover {
  opacity: .6;
}

.button-12 {
  background-color: var(--gainsboro);
  color: var(--grigio-footer);
  border-radius: 5px;
  width: 120px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: opacity .6s;
}

.button-12:hover {
  opacity: .6;
}

.button-13 {
  background-color: var(--white);
  color: var(--grigio-footer);
  border-radius: 5px;
  width: 120px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: opacity .6s;
}

.button-13:hover {
  opacity: .6;
}

.div-block-15 {
  float: none;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--white);
  outline-offset: 0px;
  text-align: center;
  outline: 3px #18181d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1px;
  display: block;
}

.heading-27 {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}

.heading-28 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
}

.heading-29 {
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}

.div-block-16 {
  float: none;
  text-align: center;
  border: 1px solid #000;
  border-top-width: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  max-width: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.heading-30 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.heading-31 {
  color: var(--white);
  text-align: center;
  margin: 30px 0 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.heading-32 {
  clear: none;
  color: var(--white);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 16px;
}

.column-25, .column-26, .column-27 {
  padding-left: 0;
  padding-right: 0;
}

.zesione-pieder {
  background-color: var(--grigio-footer);
  object-fit: fill;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: 0;
  display: block;
  position: sticky;
  inset: auto 0% -20%;
}

.text-block-31 {
  border-style: none solid none none;
  border-width: 1px;
  border-color: black var(--grigione) black black;
  color: var(--grigino);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 52px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-32 {
  color: var(--grigino);
  object-fit: fill;
  font-weight: 300;
}

.link-5 {
  color: var(--grigino);
  margin-left: 0;
  font-size: 14px;
  font-weight: 300;
}

.image-45 {
  margin-top: 14px;
  margin-bottom: 8px;
}

.column-28 {
  text-align: right;
  margin-top: 100px;
  display: inline-block;
}

.column-28:hover {
  opacity: .5;
}

.columns-11 {
  align-items: flex-end;
  margin-top: 50px;
  display: flex;
}

.column-29 {
  text-align: left;
  margin-top: 2px;
  display: block;
}

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

.slider-12 {
  padding-left: 0;
}

.text-block-33 {
  color: var(--grigione);
  text-transform: none;
  width: 50px;
  margin-top: -3px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  display: block;
}

.dropdown-toggle-2 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 10px 10px;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle-2.w--open {
  display: block;
}

.dropdown-link-4 {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--grigione);
  background-color: var(--white);
  color: var(--grigio-footer);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  transition: opacity .5s;
}

.dropdown-link-4:hover {
  background-color: var(--white-smoke);
  opacity: .59;
}

.dropdown-link-5 {
  background-color: var(--white);
  padding: 0 10px;
  font-size: 14px;
  font-weight: 300;
  transition: opacity .5s;
}

.dropdown-link-5:hover {
  background-color: var(--white-smoke);
  opacity: .6;
}

.dropdown-list-2 {
  padding-left: 0;
}

.dropdown-list-2.w--open {
  margin-top: 20px;
  margin-left: -32px;
  padding-left: 0;
}

.submit-button {
  border: 1px solid var(--grigino);
  background-color: var(--white);
  color: var(--grigione);
  text-align: center;
  margin-top: 12px;
  padding-left: 40px;
  padding-right: 40px;
  transition: opacity .6s;
}

.submit-button:hover {
  background-color: var(--white-smoke);
  opacity: .6;
}

.form {
  text-align: left;
}

.paragraph-83 {
  color: var(--grigio-footer);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.heading-33 {
  color: var(--grigino);
  text-align: right;
  font-size: 55px;
}

.column-31 {
  padding-right: 33px;
}

.paragraph-84 {
  color: var(--grigione);
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.text-span-16 {
  color: var(--orange);
  font-weight: 400;
}

.link-6 {
  color: var(--grigione);
  margin-left: 0;
}

.text-field-2, .text-field-3 {
  border-radius: 5px;
}

.text-field-4 {
  border-radius: 5px;
  padding-bottom: 110px;
}

.field-label {
  margin-top: 22px;
}

.columns-12 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-19 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.columns-13 {
  text-align: right;
  margin-left: 30px;
  margin-right: 30px;
  display: block;
}

.column-32 {
  align-items: flex-end;
  display: block;
}

.text-block-34 {
  color: var(--grigino);
}

.mask-6 {
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin-bottom: -87px;
  padding-bottom: 0;
  position: static;
}

.slider-13 {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 500px;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.paragraph-85 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--grigione);
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  font-weight: 300;
  display: flex;
}

.paragraph-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.container-20 {
  display: flex;
}

.paragraph-87 {
  float: none;
  clear: right;
  direction: ltr;
  color: var(--grigione);
  text-align: justify;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: none;
  column-count: 2;
  column-rule: 1px solid var(--grigino);
  white-space: normal;
  column-gap: 80px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 28px;
  display: block;
  overflow: visible;
}

.heading-34 {
  text-align: center;
  margin-top: 36px;
  margin-bottom: -20px;
}

.div-block-17 {
  color: var(--grigione);
  text-align: center;
  border: 1px solid #000;
  border-top-width: 0;
  flex-direction: column;
  align-items: center;
  width: 100px;
  margin: 20px 0 0;
  padding-left: 0;
  display: inline-block;
}

.heading-35 {
  color: var(--grigione);
  text-align: center;
  margin-top: -9px;
  margin-bottom: 43px;
  font-family: Work Sans, sans-serif;
  font-size: 19px;
}

.bold-text-8 {
  color: var(--grigione);
  font-size: 29px;
  font-weight: 500;
  line-height: 26px;
  position: static;
}

.heading-36 {
  color: var(--white);
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 30px;
  line-height: 40px;
}

.section-14 {
  background-color: var(--dark-orange);
  padding-top: 1px;
  padding-bottom: 1px;
  position: static;
  inset: 0% 0% auto;
}

.slide-9 {
  object-fit: fill;
  width: 100%;
  height: 450px;
}

.right-arrow-2 {
  position: static;
}

.image-46 {
  display: block;
  position: static;
}

.paragraph-88 {
  border-style: solid none solid solid;
  border-width: 0 1px 0 0;
  border-color: var(--grigino);
  color: var(--grigione);
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

.bold-text-9 {
  color: var(--orange);
  font-size: 19px;
  font-weight: 500;
  position: static;
}

.paragraph-89 {
  color: var(--grigione);
  font-size: 15px;
  font-weight: 300;
}

.container-22 {
  margin-top: 22px;
}

.div-block-18 {
  color: var(--grigione);
  border: 1px solid #000;
  width: 100px;
  margin-bottom: 16px;
  display: inline-block;
}

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

.image-47 {
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 0;
}

.column-34 {
  border-right: 1px solid var(--grigino);
  border-left: 0px solid var(--grigino);
  text-align: left;
  padding-bottom: 63px;
  padding-left: 0;
  padding-right: 0;
}

.image-48 {
  margin-bottom: 10px;
  margin-left: 20px;
}

.column-35 {
  border-right: 1px solid var(--grigino);
  text-align: left;
  padding-bottom: 10px;
}

.column-36 {
  border-right: 1px solid var(--grigino);
  text-align: left;
  padding-bottom: 0;
}

.column-37 {
  border-top: 0px solid var(--grigino);
  border-right: 1px solid var(--grigino);
  border-left: 0px solid var(--grigino);
  text-align: left;
  padding-bottom: 28px;
}

.section-16 {
  background-color: var(--dark-orange);
}

.text-block-36 {
  color: var(--white);
  margin-top: 51px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.container-23 {
  margin-top: 35px;
}

.slide-nav-4 {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  font-size: 10px;
  display: block;
  inset: 0% 0% auto auto;
}

.section-17 {
  object-fit: fill;
  margin-top: -25px;
  display: block;
}

.mask-7 {
  object-fit: fill;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.icon-8, .icon-9 {
  color: #0000;
}

.slide-10 {
  object-fit: contain;
  position: static;
}

.image-49 {
  width: 100%;
  height: 500px;
  margin-top: 60px;
}

.slide-nav-5 {
  margin-top: 9px;
  margin-right: 20px;
  font-size: 10px;
  display: block;
  inset: 0% 0% auto auto;
}

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

.bold-text-10 {
  text-align: center;
  margin-top: -166px;
  padding-top: 15px;
  inset: 0% 0% auto auto;
}

.heading-37 {
  color: var(--grigione);
  text-align: center;
  margin-top: 0;
  margin-bottom: -17px;
}

.left-arrow-2 {
  display: block;
}

.bold-text-11 {
  margin-top: 0;
  font-size: 29px;
  font-weight: 500;
}

.italic-text-2 {
  color: var(--grigione);
  font-size: 19px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
}

.slide-nav-6 {
  margin-right: 10px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.image-50 {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -235px;
}

.image-51 {
  object-fit: scale-down;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -195px;
}

.image-52, .image-53, .image-54 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 700px;
}

.section-18 {
  background-color: var(--dark-orange);
  color: var(--gainsboro);
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.blocco-di-testo-37 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  font-family: Work Sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.image-55 {
  margin-top: -3px;
}

.slider-14 {
  margin-top: -43px;
}

.mask-8 {
  object-fit: cover;
  height: 500px;
}

.div-block-19 {
  border: 1px solid #000;
  margin-left: 400px;
  margin-right: 400px;
}

.heading-38 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-20 {
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: var(--grigione);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 0;
  padding-top: 0;
  display: inline-block;
}

.heading-39 {
  color: var(--grigione);
  text-align: center;
  border: 1px #000;
  margin-top: -9px;
  margin-bottom: 0;
  font-size: 19px;
}

.container-24 {
  text-align: center;
  margin-bottom: 40px;
}

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

.bold-text-12 {
  color: var(--grigione);
  font-size: 29px;
  font-weight: 500;
  line-height: 52px;
  position: static;
}

.heading-40 {
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-37 {
  margin-top: -25px;
  font-size: 19px;
  font-weight: 300;
  line-height: 52px;
}

.container-26 {
  margin-bottom: 20px;
}

.image-56 {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
}

.container-27 {
  margin-bottom: 40px;
}

.image-57 {
  margin-bottom: 10px;
  padding-left: 20px;
}

.image-58 {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 20px;
}

.slide-nav-7 {
  margin-right: 20px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.slider-15 {
  object-fit: cover;
  height: 500px;
}

.image-59 {
  margin-top: -124px;
}

.icon-10, .icon-11 {
  color: #0000;
}

.container-28 {
  padding-right: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-38 {
  color: var(--white);
  text-align: right;
  margin-top: 109px;
}

.bold-text-13 {
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.columns-14 {
  text-align: center;
  margin-top: 0;
}

.slide-14, .mask-9, .banner-home {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.section-19 {
  color: var(--white);
  margin-top: 115px;
  margin-right: 60px;
  font-weight: 600;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-41 {
  color: var(--white);
  text-align: right;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-39 {
  color: var(--white);
  text-align: right;
  font-size: 18px;
  font-weight: 300;
}

.icon-12 {
  color: #0000;
}

.heading-42 {
  color: var(--grigione);
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.section-20 {
  text-align: center;
  margin-top: 115px;
  margin-right: 0;
  position: absolute;
  inset: 0%;
}

.text-block-40 {
  color: var(--grigione);
  text-align: center;
  font-weight: 300;
}

.image-64 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

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

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

.column-39 {
  padding-right: 2px;
}

.mask-10 {
  margin-right: -9px;
}

.slider-17 {
  margin-right: -1px;
  padding-right: 0;
}

.slide-15 {
  object-fit: cover;
}

.heading-43 {
  color: var(--grigione);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
}

.bold-text-14 {
  margin-top: 0;
  inset: auto 0% 0% auto;
}

.paragraph-90 {
  text-align: justify;
  font-weight: 300;
}

.paragraph-91 {
  color: var(--grigione);
  text-align: left;
  column-count: 2;
  column-rule: 1px solid var(--grigino);
  column-gap: 60px;
  font-weight: 300;
  display: block;
}

.bold-text-15 {
  position: static;
}

.bold-text-16 {
  font-size: 30px;
  font-weight: 500;
}

.paragraph-92 {
  color: var(--grigione);
  text-align: justify;
  column-count: 2;
  column-rule: 1px solid var(--grigione);
  column-gap: 60px;
  font-weight: 300;
}

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

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-size: 15px;
  line-height: 26px;
  position: static;
}

.bold-text-24 {
  position: static;
}

.bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28 {
  font-size: 15px;
  line-height: 26px;
  position: static;
}

.columns-15 {
  clear: none;
  margin-left: 40px;
  margin-right: 40px;
}

.bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .right-arrow-4, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38 {
  font-size: 15px;
  line-height: 26px;
  position: static;
}

.italic-text-3 {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.bold-text-39 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 20px;
  line-height: 26px;
  display: block;
  position: static;
}

.text-block-41 {
  color: var(--grigione);
  text-align: center;
  margin-top: -28px;
  font-size: 19px;
  font-weight: 300;
  line-height: 52px;
}

.heading-44 {
  color: var(--grigione);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
}

.div-block-21 {
  color: var(--grigione);
  text-align: center;
  border: 1px solid #000;
  border-top-width: 0;
  width: 100px;
  margin-bottom: 19px;
  padding-bottom: 0;
  display: inline-block;
}

.container-29 {
  text-align: center;
  margin-top: 36px;
}

.paragraph-93 {
  color: var(--grigione);
  text-align: justify;
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 300;
}

.bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43, .bold-text-44 {
  font-size: 15px;
  line-height: 26px;
  position: static;
}

.heading-45 {
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-94 {
  color: var(--grigione);
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
}

.bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49 {
  font-size: 15px;
  line-height: 26px;
  position: static;
}

.column-41 {
  border-style: solid solid none;
  border-width: 0 1px 1px 0;
  border-color: black var(--gainsboro) black black;
  margin-bottom: -23px;
  padding-bottom: 0;
  padding-right: 40px;
}

.image-66 {
  margin-bottom: 20px;
}

.image-67 {
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.column-42 {
  padding-left: 40px;
}

.section-21 {
  background-color: var(--dark-grey);
}

.container-30 {
  margin-bottom: 59px;
}

.text-block-42 {
  color: var(--white);
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.column-43 {
  text-align: right;
  margin-top: 110px;
  padding-right: 0;
}

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

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

.image-95, .image-96, .image-97, .image-98, .image-99 {
  padding-left: 0;
}

.image-100 {
  margin-top: 1px;
}

.image-101 {
  margin-top: 2px;
}

.image-102 {
  margin-top: 4px;
}

.image-103 {
  margin-top: 8px;
}

.image-104, .image-105 {
  margin-top: 11px;
}

.image-106 {
  margin-top: 10px;
}

.image-107, .image-108 {
  margin-top: 9px;
}

.column-68 {
  display: block;
}

.mask-11, .slider-18 {
  width: 100%;
  height: 500px;
}

.slide-nav-8 {
  margin-right: 20px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.icon-13, .icon-14 {
  color: #0000;
}

.slider-19 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.slide-nav-9 {
  margin-right: 20px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.slide-16, .mask-12 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.image-169 {
  object-fit: cover;
  width: 100%;
  height: 734.75px;
  margin-top: -76px;
}

.image-170 {
  object-fit: cover;
  width: 100%;
  height: 514.922px;
}

.image-171 {
  object-fit: cover;
  width: 100%;
  height: 785.375px;
  margin-top: -182px;
}

.image-172 {
  object-fit: cover;
  width: 100%;
  height: 754.063px;
  margin-top: -44px;
  padding-top: 0;
}

.image-173 {
  object-fit: cover;
  width: 100%;
  height: 853.984px;
}

.image-174 {
  object-fit: cover;
  width: 100%;
  height: 853.984px;
  margin-top: -46px;
}

.image-175 {
  object-fit: cover;
  width: 100%;
  height: 738.75px;
  margin-top: -116px;
}

.image-176 {
  object-fit: cover;
  width: 100%;
  height: 853.984px;
  margin-top: -127px;
}

.slide-17 {
  object-fit: cover;
  width: 100%;
  height: 500px;
  margin-top: -154px;
}

.image-177 {
  object-fit: contain;
}

.icon-15, .icon-16 {
  color: #0000;
}

.mask-13, .slider-20 {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.slide-nav-10 {
  margin-right: 20px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.image-178 {
  object-fit: cover;
  width: 100%;
  margin-top: -128px;
}

.image-179 {
  margin-top: -161px;
}

.image-180 {
  object-fit: cover;
  width: 100%;
  margin-top: -164px;
}

.image-181 {
  object-fit: cover;
  width: 100%;
  margin-top: -85px;
}

.image-182 {
  width: 100%;
}

.container-31 {
  margin-bottom: 62px;
}

.image-183 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 700px;
  margin-top: 0;
}

.dropdown-link-6 {
  text-align: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link-7 {
  margin-left: 0;
  padding: 10px 20px;
}

.slide-18 {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.container-32 {
  position: fixed;
}

.container-33 {
  margin-top: 132px;
  padding-right: 49px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.column-69 {
  border-style: none;
  border-width: 0 0 0 3px;
  border-color: var(--white);
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.column-70 {
  border: 0px none var(--white);
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.column-71 {
  border-style: none;
  border-width: 0 3px 0 0;
  border-color: var(--white);
  background-color: var(--white);
  padding-left: 0;
  padding-right: 0;
}

.icon-19, .icon-20, .icon-21 {
  color: #0000;
}

.slide-nav-11 {
  opacity: 0;
}

.mask-14, .slider-21 {
  background-color: var(--white);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.mask-15 {
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.slider-22 {
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 100%;
}

.columns-16 {
  background-color: var(--white);
  object-fit: cover;
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.slide-19, .mask-16, .slider-23 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav-12, .slide-nav-13 {
  opacity: 0;
}

.icon-22, .icon-23 {
  color: #0000;
}

.right-arrow-5 {
  color: #0000;
  width: 10px;
}

.right-arrow-6 {
  color: #0000;
  background-color: #0000;
  width: 10px;
}

.right-arrow-7 {
  color: #0000;
  width: 10px;
}

.image-185, .image-186 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide-nav-14 {
  margin-right: 20px;
  font-size: 10px;
  inset: 0% 0% auto auto;
}

.image-196 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

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

.image-198 {
  color: var(--grigione);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.container-34 {
  margin-top: 116px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-46 {
  color: var(--white);
  text-align: right;
  margin-top: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-43 {
  color: var(--white);
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.container-35 {
  margin-top: 128px;
  padding-right: 43px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-36 {
  text-align: right;
  margin-top: 273px;
  padding-right: 118px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.heading-47 {
  color: var(--grigione);
  margin-top: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-44 {
  color: var(--grigione);
  text-align: right;
  font-size: 18px;
  font-weight: 300;
}

.text-block-45, .heading-48 {
  color: var(--grigione);
}

.container-37 {
  object-fit: fill;
  position: static;
}

.container-38 {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-49 {
  color: var(--white);
  margin-top: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-46 {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
}

.container-39 {
  direction: ltr;
  text-align: right;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #0000;
  margin-top: 172px;
  padding-right: 40px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-block-47 {
  color: var(--grigione);
  font-size: 18px;
  font-weight: 300;
}

.heading-50 {
  color: var(--grigione);
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.container-40 {
  text-align: right;
  margin-top: 129px;
  padding-right: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-200 {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.slide-20 {
  border: 1px #000;
}

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

.left-arrow-4, .left-arrow-5, .left-arrow-6 {
  width: 10px;
}

.section-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grigio-footer);
  grid-template-rows: 84px minmax(33px, 1fr);
  grid-template-columns: .4fr .25fr minmax(129px, .25fr) .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 177px;
  display: grid;
}

.text-block-48 {
  color: var(--grigino);
  margin-top: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-49 {
  color: var(--grigino);
  margin-top: 0;
  margin-left: 31px;
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.text-block-50 {
  color: var(--grigino);
  margin-top: 20px;
}

.columns-17 {
  background-color: var(--grigio-footer);
  margin-top: 239px;
  padding-bottom: 20px;
  display: block;
}

.column-72 {
  text-align: center;
  margin-top: 10px;
}

.text-block-51 {
  color: var(--grigino);
  margin-top: 0;
  font-weight: 400;
}

.text-block-52 {
  color: var(--grigino);
  object-fit: fill;
  margin-top: 0;
  padding-bottom: 0;
  font-weight: 300;
}

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

.link-block-7 {
  margin-left: 0;
}

.link-block-8 {
  text-align: center;
  margin-left: 0;
}

.column-74 {
  text-align: center;
  margin-top: 37px;
}

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

.link-block-9 {
  flex: 0 auto;
  margin-left: 0;
}

.column-75 {
  text-align: right;
  margin-top: 46px;
  padding-right: 20px;
}

.footer-dark {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .5fr .5fr .25fr .25fr;
  grid-auto-columns: 1fr;
  align-content: start;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
}

.container-41 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-42 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.column-77 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.footer-centrostsampi {
  z-index: auto;
  clear: none;
  color: var(--grigio-footer);
  background-color: #3d3d3d;
  margin-top: 0;
  position: relative;
  inset: auto 0% 0%;
}

.text-block-53 {
  border-right: 1px solid var(--grigino);
  color: var(--grigino);
  text-align: left;
  margin-left: 20px;
  margin-right: -42px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-54 {
  border-right: 1px solid var(--grigino);
  color: var(--grigino);
  text-align: left;
  margin-left: 43px;
  margin-right: 47px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-55 {
  color: var(--grigino);
  text-align: left;
  margin-left: -31px;
}

.link-7 {
  color: var(--grigino);
  text-align: left;
  margin-left: -30px;
  font-size: 14px;
  font-weight: 300;
}

.link-7:hover {
  color: var(--dark-grey);
}

.columns-18 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.column-78 {
  border-right: 1px solid var(--grigino);
  text-align: center;
}

.column-79 {
  text-align: left;
  margin-top: 16px;
  padding-left: 0;
}

.link-block-10 {
  margin-top: 21px;
  margin-left: 0;
}

.link-block-11 {
  margin-left: 0;
}

.column-80 {
  text-align: right;
  margin-top: 34px;
  padding-right: 30px;
}

.column-81 {
  border-right: 1px solid var(--grigino);
  text-align: center;
  margin-top: 0;
  padding-bottom: 4px;
}

.image-202 {
  margin-top: 5px;
}

.column-82 {
  padding-left: 8px;
}

.link-8 {
  margin-left: 0;
}

.section-23 {
  z-index: 1;
  background-color: var(--grigio-footer);
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  inset: auto 0% 0%;
}

.grid-6 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr .25fr .25fr .3fr;
  justify-items: stretch;
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-56 {
  color: var(--grigino);
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.text-block-57 {
  color: var(--grigino);
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.text-block-58 {
  color: var(--grigino);
  font-size: 15px;
}

.image-205 {
  object-fit: contain;
  height: 50px;
  padding-left: 0;
}

.link-9 {
  color: var(--grigino);
  margin-left: 0;
  transition: opacity .2s;
}

.link-9:hover {
  opacity: .55;
}

.link-block-12, .link-block-13 {
  margin-left: 0;
}

.html-embed-2 {
  position: absolute;
}

.image-206 {
  width: 30px;
  height: 30px;
}

.image-207 {
  width: 20px;
  height: 20px;
  font-size: 15px;
}

.container-44 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-95 {
  color: var(--grigione);
  text-align: left;
  font-weight: 300;
}

.heading-51 {
  color: var(--grigione);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 40px;
}

.slide-22 {
  width: 100%;
  height: auto;
}

.slide-23, .slide-24 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-26, .slide-27, .slide-28 {
  width: 100%;
  height: auto;
}

.slide-29 {
  width: 100%;
  height: 600px;
}

.link-10 {
  font-size: 10px;
}

.link-11 {
  color: var(--gainsboro);
  margin-left: 0;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  transition: all .525s;
}

.link-11:hover {
  opacity: .54;
}

.text-block-59 {
  font-size: 15px;
}

.link-block-14 {
  background-color: var(--gainsboro);
  color: var(--grigione);
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  transition: all .7s;
}

.link-block-14:hover {
  opacity: .38;
}

.text-block-60 {
  background-color: var(--gainsboro);
  text-align: center;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding-top: 2px;
}

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

.heading-52 {
  color: var(--grigione);
  text-align: center;
  margin-top: 60px;
  font-size: 50px;
}

.paragraph-96 {
  color: var(--grigione);
}

.paragraph-97 {
  color: var(--grigione);
  margin-top: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

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

.heading-54 {
  color: var(--grigione);
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-98 {
  color: var(--grigione);
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .navbar1.active-nav1 {
    padding-top: 22px;
  }

  .wrapper.m100 {
    padding-bottom: 0;
  }

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

  .heading-4 {
    font-weight: 200;
  }

  .paragraph-72 {
    margin-bottom: 10px;
    font-weight: 300;
  }

  .image-4 {
    flex: 1;
    height: 260px;
    display: block;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .column-2 {
    border-right-style: none;
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .column-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-4 {
    grid-template-rows: minmax(53px, .25fr);
    grid-template-columns: 1fr 1fr 1fr 3.5fr;
    padding-bottom: 10px;
  }

  .heading-5 {
    font-size: 40px;
  }

  .bold-text-2 {
    margin-bottom: -30px;
  }

  .heading-6 {
    margin-top: 6px;
    font-size: 24px;
  }

  .paragraph-73 {
    margin-bottom: 40px;
  }

  .heading-7, .heading-9 {
    margin-top: 40px;
  }

  .slide-5 {
    height: 500px;
    margin-bottom: 100px;
  }

  .slider-6 {
    margin-bottom: 40px;
  }

  .slide-6 {
    height: auto;
  }

  .mask-2 {
    height: 300px;
  }

  .image-8 {
    height: auto;
    margin-top: -18px;
  }

  .image-9 {
    max-width: none;
    height: auto;
    margin-top: -160px;
  }

  .column-6 {
    padding-left: 348px;
  }

  .button-3 {
    background-color: var(--rosso-ok);
  }

  .container-10 {
    border-bottom-color: var(--rosso-ok);
  }

  .column-7 {
    padding-right: 352px;
  }

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

  .heading-13 {
    margin-top: 140px;
  }

  .image-24 {
    transition: opacity .5s;
  }

  .image-24:hover {
    opacity: .5;
  }

  .image-36 {
    width: 1753.5vh;
    min-width: 54%;
    max-width: 100%;
  }

  .image-37 {
    width: 1734vh;
  }

  .slide-nav {
    width: auto;
  }

  .paragraph-80 {
    margin-bottom: 13px;
  }

  .zesione-pieder {
    bottom: -20%;
  }

  .text-block-33 {
    flex-flow: column;
    align-self: center;
    width: auto;
    display: flex;
  }

  .dropdown-toggle-2.w--open {
    padding-right: 10px;
  }

  .paragraph-88 {
    border: 1px #000;
    padding-left: 20px;
    padding-right: 30px;
  }

  .paragraph-89 {
    color: var(--grigione);
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .container-22 {
    margin-top: 29px;
  }

  .section-15 {
    background-color: var(--dark-orange);
  }

  .text-block-35 {
    color: var(--white);
    margin-top: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
  }

  .div-block-18 {
    border-style: solid solid solid dashed;
    border-width: 0 0 1px;
    border-color: var(--grigione);
    outline-offset: 0px;
    outline: 3px #555;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .image-47 {
    margin-bottom: 15px;
    margin-left: 20px;
    padding-left: 0;
  }

  .image-51 {
    object-fit: contain;
    width: 100%;
  }

  .image-53 {
    width: 100%;
    height: auto;
  }

  .slide-19 {
    height: auto;
  }

  .image-185 {
    height: 102%;
  }

  .slide-20, .slide-21 {
    height: auto;
  }

  .section-23 {
    background-color: var(--grigio-footer);
  }

  .link-block-14 {
    text-align: center;
    border-radius: 20px;
    height: 30px;
    margin-left: 10px;
  }

  .text-block-60 {
    padding-top: 2px;
    font-size: 14px;
    font-weight: 400;
    transition: all .575s;
  }

  .text-block-60:hover {
    opacity: .52;
  }

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

@media screen and (min-width: 1440px) {
  .slider-6 {
    width: 100%;
    height: 650px;
  }

  .mask-3 {
    height: 650px;
  }

  .column-21 {
    justify-content: flex-start;
    align-items: center;
    height: 330px;
  }

  .column-22 {
    height: 330px;
  }

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

  .column-23, .column-24 {
    height: 330px;
  }

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

  .paragraph-81 {
    margin-top: 10px;
    line-height: 24px;
  }

  .heading-25, .heading-26 {
    margin-top: 30px;
  }

  .paragraph-82 {
    margin-top: 10px;
    line-height: 24px;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .heading-28 {
    margin-top: 30px;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .heading-31 {
    margin-top: 30px;
  }

  .image-51 {
    object-fit: contain;
    margin-top: -306px;
  }

  .image-52, .image-53 {
    object-fit: cover;
    height: 650px;
  }

  .mask-8, .slider-15 {
    height: 600px;
  }

  .image-59 {
    margin-top: -185px;
  }

  .slide-12 {
    height: 600px;
  }

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

  .slide-13 {
    margin-top: -337px;
    padding-top: 0;
  }

  .icon-10, .icon-11 {
    color: #0000;
  }

  .container-28 {
    padding-right: 0;
    inset: 0% 0% 0% auto;
  }

  .text-block-38 {
    margin-right: 65px;
    font-weight: 300;
  }

  .bold-text-13 {
    margin-left: -245px;
    margin-right: 25px;
    font-size: 48px;
  }

  .columns-14 {
    width: 100%;
  }

  .image-183 {
    object-fit: cover;
    height: 650px;
    margin-top: 0;
  }

  .column-70 {
    border-style: none;
  }

  .image-184 {
    height: 102%;
  }

  .slider-22, .columns-16 {
    border: 1px #000;
  }

  .image-185 {
    width: 100%;
    height: 103%;
  }

  .image-186 {
    width: 100%;
    height: 102%;
  }

  .container-36 {
    padding-right: 199px;
  }

  .text-block-47, .heading-50 {
    color: var(--grigione);
  }

  .container-40 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .slide-20 {
    border-style: none;
  }

  .text-block-53 {
    margin-right: 17px;
  }

  .text-block-54 {
    margin-left: -17px;
    margin-right: 214px;
  }

  .text-block-55 {
    margin-left: -201px;
  }

  .link-7 {
    margin-left: -202px;
  }

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

  .slide-22 {
    width: 100%;
    height: 600px;
  }

  .slide-23 {
    width: 100%;
    height: 650px;
  }

  .slide-24, .slide-25, .slide-26, .slide-27, .slide-28 {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .image-2 {
    margin-top: 63px;
  }

  .slider-6 {
    width: 100%;
    height: 700px;
  }

  .mask-3 {
    height: 700px;
  }

  .image-8, .image-9 {
    object-fit: cover;
  }

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

  .image-40 {
    object-fit: cover;
    position: relative;
  }

  .section-11 {
    margin-left: 721px;
    margin-right: 718px;
  }

  .heading-21 {
    padding-top: 0;
  }

  .column-22 {
    padding-bottom: 3px;
  }

  .paragraph-78 {
    margin-bottom: 34px;
  }

  .paragraph-80 {
    margin-bottom: 38px;
  }

  .paragraph-81, .paragraph-82 {
    margin-bottom: 45px;
  }

  .div-block-15 {
    margin-left: 0;
  }

  .heading-28 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-block-16 {
    margin-left: 0;
  }

  .text-field-4 {
    padding-bottom: 0;
  }

  .bold-text-7 {
    margin-top: 238px;
  }

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

  .image-50 {
    object-fit: cover;
    margin-top: -288px;
  }

  .image-51 {
    object-fit: cover;
    margin-top: -451px;
  }

  .image-52, .image-53 {
    object-fit: cover;
    height: auto;
  }

  .image-54 {
    object-fit: cover;
  }

  .right-arrow-3 {
    color: #0000;
  }

  .left-arrow-3 {
    color: #0000;
    background-color: #0000;
  }

  .slide-nav-7 {
    margin-right: 20px;
    font-size: 13px;
    inset: 0% 0% auto auto;
  }

  .image-59 {
    object-fit: cover;
    width: 100%;
    position: static;
  }

  .image-60, .image-61 {
    object-fit: cover;
    width: 100%;
  }

  .image-62 {
    object-fit: cover;
    width: 100%;
    margin-top: -83px;
  }

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

  .columns-14 {
    width: 100%;
    margin-bottom: -3px;
  }

  .slide-14, .mask-9, .banner-home {
    height: 700px;
  }

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

  .paragraph-93 {
    margin-top: 40px;
  }

  .column-41 {
    border-right-color: var(--gainsboro);
  }

  .mask-11, .slider-18 {
    object-fit: cover;
    height: 600px;
  }

  .image-160, .image-161, .image-162, .image-163, .image-164, .image-165, .image-166, .image-167, .image-168 {
    width: 100%;
  }

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

  .image-180 {
    width: 100%;
    margin-top: -585px;
  }

  .image-181 {
    width: 100%;
    margin-top: -443px;
  }

  .image-182 {
    width: 100%;
  }

  .image-183 {
    object-fit: cover;
    height: auto;
    margin-top: -83px;
  }

  .slide-18 {
    height: 700px;
  }

  .container-33 {
    margin-top: 220px;
    padding-right: 286px;
  }

  .column-70 {
    display: block;
  }

  .columns-16 {
    flex-flow: row;
    width: 100%;
    height: auto;
    display: flex;
  }

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

  .image-186, .image-187, .image-188, .image-189, .image-190, .image-191 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-192, .image-193, .image-194 {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

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

  .container-34 {
    margin-top: 220px;
  }

  .container-35 {
    margin-top: 140px;
    padding-right: 140px;
  }

  .container-36 {
    padding-right: 509px;
  }

  .container-39 {
    margin-top: 182px;
    padding-right: 140px;
  }

  .container-40 {
    margin-top: 145px;
    padding-right: 220px;
  }

  .image-200 {
    object-fit: cover;
  }

  .footer-centrostsampi {
    margin-top: 0;
  }

  .text-block-53 {
    margin-right: 99px;
  }

  .text-block-54 {
    margin-left: -98px;
    margin-right: 420px;
  }

  .text-block-55 {
    margin-left: -405px;
  }

  .link-7 {
    margin-left: -404px;
  }

  .grid-6 {
    grid-template-columns: 7fr .25fr .25fr .3fr;
  }

  .slide-23 {
    height: 700px;
  }
}

@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.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: 0;
  }

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

  .button-small.white-small {
    justify-content: flex-start;
    margin-right: 40px;
    padding-left: 10px;
  }

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

  .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 {
    height: 640px;
  }

  .content4-image2 {
    height: 460px;
  }

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

  .nav1-menu-wrap {
    flex-wrap: nowrap;
  }

  .nav-link {
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 24px 21px;
    font-size: 20px;
    font-weight: 400;
  }

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

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

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

  .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, .content4-grid, .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, .content14-grid, .content16-grid, .content17-grid, .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, .footer1-grid, .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;
  }

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

  .brand {
    margin-top: -21px;
    margin-left: 48px;
  }

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

  .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.first-wrap {
    margin-top: 50px;
  }

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

  .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 {
    background-position: 10% 10%;
    background-repeat: repeat;
    background-size: contain;
    height: 400px;
  }

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

  .promopage-deco-part {
    height: 260px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sezione-banner-home {
    width: 100%;
    height: 400px;
    margin-top: 0;
  }

  .image-2 {
    height: 350px;
    margin-top: 63px;
  }

  .mask {
    width: 100%;
    height: 50%;
    min-height: 0;
  }

  .text-block-2 {
    color: var(--grigione);
    margin-bottom: 30px;
    font-size: 22px;
  }

  .column {
    flex-wrap: nowrap;
    align-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4 {
    font-size: 33px;
    line-height: 32px;
  }

  .image-4 {
    object-position: 100% 0%;
    height: 290px;
  }

  .column-2 {
    padding-left: 15px;
  }

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

  .column-4 {
    padding-left: 15px;
  }

  .text-span-2 {
    font-size: 33px;
  }

  .text-block-4 {
    padding-right: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
  }

  .section-3 {
    grid-template-columns: 3fr minmax(0, .25fr) .25fr;
    padding-top: 14px;
    padding-bottom: 7px;
  }

  .section-4 {
    grid-template-rows: minmax(53px, .25fr);
    grid-template-columns: 1.25fr 1fr 1fr .25fr;
    padding-bottom: 15px;
  }

  .paragraph-73 {
    line-height: 22px;
  }

  .slider-6 {
    height: 400px;
    margin-bottom: 40px;
  }

  .mask-3 {
    height: 400px;
  }

  .image-8 {
    height: 400px;
    margin-top: 0;
  }

  .image-9 {
    object-fit: scale-down;
    margin-top: -26px;
  }

  .footer {
    grid-template-columns: 5fr 1fr .75fr;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-block-12 {
    line-height: 18px;
  }

  .section-7 {
    display: block;
  }

  .html-embed {
    margin-top: 51px;
    margin-bottom: 0;
  }

  .column-6 {
    padding-left: 40px;
  }

  .column-7 {
    padding-right: 40px;
  }

  .logo-centrostampi {
    margin-left: -50px;
  }

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

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

  .text-span-4 {
    font-weight: 400;
  }

  .image-32 {
    height: 100%;
  }

  .container-12 {
    margin-top: 398px;
    inset: 0% 0% auto;
  }

  .container-14 {
    margin-top: 469px;
    inset: 0% 0% auto;
  }

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

  .column-14 {
    margin-top: 79px;
    padding-right: 71px;
  }

  .button-7 {
    margin-top: 191px;
  }

  .heading-18 {
    margin-top: 35px;
    font-size: 36px;
    line-height: 30px;
  }

  .paragraph-75 {
    margin-top: 107px;
    padding-right: 149px;
    font-size: 17px;
    line-height: 24px;
  }

  .heading-19 {
    margin-top: 22px;
  }

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

  .image-42 {
    margin-top: -110px;
  }

  .image-43 {
    margin-top: -109px;
  }

  .slide-nav-3 {
    margin-bottom: 51px;
    inset: auto 0% 0%;
  }

  .div-block-10 {
    margin-top: -79px;
  }

  .heading-20 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    margin-bottom: 232px;
    margin-left: 127px;
  }

  .section-11 {
    margin-left: 146px;
    margin-right: 145px;
  }

  .button-9 {
    padding-right: 27px;
  }

  .column-21 {
    text-align: center;
    justify-content: flex-start;
    height: 350px;
  }

  .column-22 {
    text-align: center;
    height: 350px;
  }

  .paragraph-78 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-23, .column-24 {
    text-align: center;
    height: 350px;
  }

  .paragraph-80 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-81 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 24px;
  }

  .heading-25, .heading-26 {
    font-size: 22px;
  }

  .paragraph-82 {
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 24px;
  }

  .button-10 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-11 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-12 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .button-13 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-15 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

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

  .heading-29 {
    line-height: 25px;
  }

  .div-block-16 {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-30 {
    line-height: 25px;
  }

  .heading-31 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-32 {
    line-height: 25px;
  }

  .text-block-31 {
    border-style: none solid none none;
    border-width: 1px;
    border-color: black var(--grigino) black black;
    padding-right: 20px;
  }

  .column-28 {
    text-align: left;
    margin-top: 60px;
    padding-left: 0;
  }

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

  .text-block-33 {
    width: auto;
    margin-top: 10px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .dropdown-toggle-2 {
    border-style: none none dashed;
    border-width: 1px;
    border-color: black black var(--grigino);
    justify-content: center;
    align-items: center;
    width: 768px;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 0 20px;
  }

  .dropdown-list-2.w--open {
    text-align: center;
    width: 768px;
    margin-top: -3px;
    margin-left: 0;
  }

  .div-block-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-36 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-34 {
    padding-bottom: 69px;
  }

  .column-37 {
    padding-bottom: 26px;
  }

  .text-block-36 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-50 {
    object-fit: cover;
    height: 100%;
    margin-top: 0;
  }

  .image-51 {
    object-fit: cover;
    height: auto;
    margin-top: -103px;
  }

  .image-52 {
    object-fit: cover;
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-53 {
    text-align: center;
    width: 100%;
    height: 400px;
    margin-left: -124px;
  }

  .image-54 {
    object-fit: cover;
    width: 110%;
    height: 400px;
    margin-top: -1px;
    margin-left: -45px;
  }

  .container-27 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-59 {
    margin-top: -7px;
  }

  .columns-14 {
    margin-top: 0;
  }

  .mask-9, .banner-home {
    height: 400px;
  }

  .section-19 {
    margin-top: 86px;
    margin-right: 20px;
  }

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

  .image-64 {
    object-fit: cover;
    height: 80%;
    margin-top: -1px;
  }

  .columns-15 {
    margin-right: 30px;
  }

  .bold-text-39 {
    padding-left: 19px;
    font-size: 20px;
  }

  .paragraph-93 {
    margin-bottom: 40px;
  }

  .heading-45 {
    font-size: 25px;
    line-height: 30px;
  }

  .column-41 {
    padding-bottom: 37px;
  }

  .container-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-42 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-109, .image-110, .image-111, .image-112 {
    margin-left: 0;
  }

  .image-113 {
    margin-left: 10px;
  }

  .image-114 {
    margin-left: 0;
  }

  .image-115 {
    padding-left: 10px;
  }

  .image-116 {
    padding-left: 0;
  }

  .image-117 {
    padding-left: 5px;
  }

  .image-118 {
    padding-left: 2px;
  }

  .image-119, .image-120, .image-121 {
    padding-left: 0;
  }

  .image-122 {
    display: block;
  }

  .image-123, .image-124, .image-125, .image-126, .image-127, .image-128, .image-129, .image-130 {
    margin-left: 0;
  }

  .image-131 {
    margin-left: 10px;
  }

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

  .image-133 {
    margin-left: 40px;
  }

  .image-134, .image-135 {
    margin-left: 0;
  }

  .image-136 {
    margin-left: 10px;
  }

  .image-177 {
    margin-top: 147px;
  }

  .mask-13, .slider-20 {
    height: 400px;
  }

  .image-178 {
    margin-top: -42px;
  }

  .image-179 {
    margin-top: -74px;
  }

  .image-180 {
    margin-top: -77px;
  }

  .container-31 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-183 {
    object-fit: cover;
    height: 400px;
    margin-top: 0;
  }

  .dropdown-link-6, .dropdown-link-7 {
    color: var(--grigione);
    text-align: center;
    text-transform: none;
    font-size: 20px;
    font-weight: 400;
  }

  .slide-18 {
    height: 400px;
  }

  .container-33 {
    margin-top: 81px;
    padding-right: 28px;
  }

  .column-69 {
    border-style: none;
    border-width: 1px;
  }

  .column-70 {
    border-style: none;
  }

  .columns-16, .slider-23 {
    border: 1px #000;
  }

  .slide-nav-14 {
    font-size: 10px;
  }

  .image-197 {
    object-position: 50% 50%;
    height: 100%;
  }

  .image-199 {
    object-position: 80% 50%;
  }

  .container-34 {
    margin-top: 84px;
  }

  .container-35 {
    margin-top: 91px;
    padding-right: 20px;
  }

  .container-36 {
    margin-top: 194px;
    padding-right: 27px;
  }

  .container-39 {
    margin-top: 196px;
    padding-right: 20px;
  }

  .container-40 {
    margin-top: 76px;
    padding-right: 20px;
  }

  .image-200 {
    height: 400px;
  }

  .slide-20 {
    border: 1px #000;
  }

  .text-block-48 {
    justify-content: space-between;
    margin-left: 10px;
    padding-right: 15px;
    display: flex;
  }

  .text-block-49 {
    margin-right: 40px;
    padding-right: 85px;
  }

  .columns-17 {
    display: block;
  }

  .column-72 {
    text-align: left;
    object-fit: fill;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-73 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .column-76 {
    padding-right: 0;
    display: block;
  }

  .footer-dark {
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr .25fr .75fr .5fr .5fr .25fr .25fr;
  }

  .container-41 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-42 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .text-block-53 {
    margin-right: 33px;
  }

  .text-block-54 {
    margin-left: -28px;
    margin-right: 95px;
  }

  .text-block-55 {
    margin-left: -107px;
  }

  .link-7 {
    margin-left: -105px;
  }

  .column-78 {
    text-align: left;
    border-right-style: none;
    margin-top: 10px;
    padding-left: 27px;
    padding-right: 0;
  }

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

  .link-block-10 {
    margin-left: -20px;
  }

  .column-80 {
    margin-top: 43px;
  }

  .column-81 {
    text-align: left;
    border-right-style: none;
    margin-top: 10px;
    padding-left: 0;
  }

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

  .column-82 {
    padding-right: 35px;
  }

  .section-23 {
    position: relative;
  }

  .grid-6 {
    grid-column-gap: 6px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr .75fr .5fr .25fr .25fr .25fr;
    grid-auto-rows: .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .text-block-56 {
    flex-flow: row;
    flex: 1;
    display: flex;
  }

  .image-205 {
    margin-top: 10px;
    margin-right: 20px;
  }

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

  .container-43 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .columns-19 {
    margin-left: 0;
  }

  .container-46 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slide-26 {
    height: auto;
  }

  .container-47 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

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

  .section {
    padding-left: 20px;
    padding-right: 0;
  }

  .size2-text {
    font-size: 32px;
    line-height: 40px;
  }

  .button-small.white-small {
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

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

  .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 {
    margin-bottom: 40px;
    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;
  }

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

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

  .nav1-menu {
    padding-bottom: 20px;
  }

  .product5-nav-wrap {
    position: static;
  }

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

  .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, .footer1-grid, .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;
  }

  .content6-headline-grid, .headline-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 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;
  }

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

  .home1-deco-part {
    background-position: 50% 0;
    background-size: contain;
    height: 300px;
  }

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

  .hero-heading-center {
    padding: 60px 15px;
  }

  .sezione-banner-home {
    object-fit: fill;
    margin-top: 0;
  }

  .image-2 {
    height: 300px;
    margin-top: -67px;
    display: block;
  }

  .slide-2 {
    margin-top: 62px;
  }

  .slider-3, .mask {
    margin-top: 0;
  }

  .column {
    flex-wrap: wrap;
    display: flex;
  }

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

  .image-4 {
    object-position: 50% 50%;
    height: 540px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .column-2 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    display: flex;
  }

  .column-4 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-3 {
    grid-template-columns: 2.25fr minmax(0, .25fr) .25fr;
  }

  .section-4 {
    grid-template-rows: minmax(67px, .25fr);
    grid-template-columns: 1fr .75fr .75fr .25fr;
    padding-bottom: 26px;
  }

  .paragraph-73 {
    margin-bottom: 20px;
    line-height: 22px;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7 {
    margin-top: 40px;
    line-height: 38px;
  }

  .heading-8 {
    margin-top: 0;
  }

  .heading-9 {
    font-size: 32px;
  }

  .link-block-2 {
    margin-right: 10px;
  }

  .slider-6, .mask-3 {
    height: 300px;
  }

  .image-8 {
    height: 300px;
    margin-top: 0;
  }

  .image-9 {
    margin-top: -16px;
  }

  .footer {
    grid-template-columns: 6.75fr 1fr .75fr;
  }

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

  .text-block-16 {
    text-align: center;
    margin-top: 20px;
  }

  .image-13, .column-5, .columns-4 {
    text-align: center;
  }

  .div-block-6 {
    margin-left: 140px;
    margin-right: 140px;
  }

  .heading-10 {
    margin-top: 679px;
  }

  .column-6 {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-10 {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  .column-7 {
    text-align: center;
    padding-left: 40px;
  }

  .container-11, .image-16 {
    text-align: center;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .logo-centrostampi {
    margin-left: -33px;
  }

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

  .column-8 {
    padding-bottom: 30px;
    padding-left: 140px;
    padding-right: 140px;
    display: block;
  }

  .heading-13 {
    font-size: 30px;
  }

  .column-9 {
    margin-bottom: 20px;
    padding-bottom: 60px;
    padding-left: 140px;
    padding-right: 140px;
  }

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

  .column-11 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .text-span-4 {
    font-weight: 400;
  }

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

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

  .columns-8 {
    margin-top: 93px;
    margin-left: 20px;
    inset: 0%;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-35 {
    text-align: center;
    margin-top: -25px;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-5 {
    grid-row-gap: 10px;
    padding-left: 40px;
    padding-right: 30px;
  }

  .column-14 {
    margin-top: 130px;
    padding-left: 20px;
    padding-right: 0;
  }

  .button-6 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .column-15 {
    text-align: center;
    margin-top: -231px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

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

  .text-block-22 {
    text-align: left;
    margin-left: 173px;
    padding-right: 0;
  }

  .image-41 {
    margin-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 42px;
    inset: 0% 0% auto;
  }

  .button-7 {
    margin-top: 287px;
    margin-left: 50px;
  }

  .heading-18 {
    margin-top: 101px;
    margin-left: 40px;
  }

  .paragraph-75 {
    margin-top: 179px;
    margin-left: 40px;
    padding-right: 279px;
  }

  .div-block-10 {
    margin-top: -22px;
    margin-left: 20px;
  }

  .video {
    margin-top: 209px;
  }

  .slide-8 {
    margin-left: 20px;
  }

  .div-block-13 {
    inset: 0%;
  }

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

  .column-20 {
    margin-top: 672px;
  }

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

  .div-block-14 {
    margin-left: 225px;
  }

  .section-11 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .button-9 {
    padding-right: 31px;
  }

  .column-21, .column-22, .column-23, .column-24 {
    height: 320px;
  }

  .paragraph-81 {
    margin-bottom: 31px;
  }

  .paragraph-82 {
    margin-bottom: 46px;
  }

  .div-block-15, .div-block-16 {
    margin-left: 0;
  }

  .zesione-pieder {
    bottom: -50%;
  }

  .text-block-31 {
    column-count: 2;
    border: 0 solid #000;
    margin-right: 30px;
  }

  .image-45 {
    margin-top: 1px;
  }

  .column-28 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: right;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-top: 11px;
    padding-bottom: 16px;
    display: grid;
  }

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

  .column-29 {
    text-align: left;
    column-count: 2;
    padding-left: 0;
    padding-right: 373px;
  }

  .text-block-33 {
    width: 100vw;
  }

  .dropdown-toggle-2 {
    text-align: center;
    justify-content: space-between;
    width: 568px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    inset: 0%;
  }

  .dropdown-link-4 {
    margin-top: -28px;
    padding-top: 0;
  }

  .dropdown-list-2.w--open {
    width: 568px;
    margin-top: -10px;
  }

  .paragraph-83, .heading-33, .paragraph-84 {
    text-align: left;
  }

  .field-label {
    margin-top: -52px;
  }

  .container-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mask-6 {
    margin-bottom: 0;
  }

  .paragraph-87 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-9 {
    object-fit: fill;
  }

  .container-21 {
    flex-flow: column;
    display: block;
  }

  .paragraph-88 {
    border-bottom-width: 1px;
    margin-bottom: 5px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-22, .column-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-34 {
    border-right-style: none;
    padding-bottom: 40px;
  }

  .column-35 {
    border-right-style: none;
    margin-bottom: 25px;
  }

  .column-36 {
    border-right-style: none;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-37 {
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-51 {
    object-fit: contain;
    margin-top: -58px;
  }

  .image-52 {
    object-fit: cover;
    height: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .image-53 {
    width: 135%;
    height: 300px;
    margin-top: -4px;
  }

  .image-54 {
    height: 300px;
  }

  .mask-8 {
    height: 360px;
  }

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-27 {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-15, .slide-12 {
    height: 360px;
  }

  .mask-9, .banner-home {
    height: 250px;
  }

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

  .heading-41 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-block-39 {
    font-size: 15px;
  }

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

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

  .text-block-40 {
    font-size: 14px;
  }

  .image-64 {
    object-fit: cover;
    height: 55%;
    margin-top: -15px;
  }

  .image-65 {
    object-fit: cover;
    height: 70%;
    margin-top: -25px;
  }

  .paragraph-92 {
    text-align: justify;
    column-count: 1;
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-40 {
    padding-left: 21px;
  }

  .columns-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .bold-text-39 {
    text-align: center;
    padding-left: 0;
    font-size: 20px;
  }

  .paragraph-93 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-41 {
    border-right-style: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-66, .image-67 {
    width: 100%;
  }

  .column-42, .container-30 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-42 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .column-43 {
    margin-top: 0;
  }

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

  .image-69, .image-70, .image-71, .image-72 {
    padding-top: 0;
  }

  .image-73 {
    padding-top: 2px;
  }

  .image-74 {
    padding-top: 22px;
  }

  .image-75, .image-76 {
    padding-top: 54px;
  }

  .image-77 {
    padding-top: 44px;
  }

  .image-78 {
    padding-top: 33px;
  }

  .image-79 {
    padding-top: 17px;
  }

  .image-80, .image-81 {
    padding-top: 7px;
  }

  .image-82 {
    padding-top: 5px;
  }

  .image-83 {
    padding-top: 2px;
  }

  .image-84, .image-85, .image-86 {
    padding-top: 0;
  }

  .image-87 {
    padding-top: 2px;
  }

  .image-88 {
    padding-top: 4px;
  }

  .image-89 {
    padding-top: 6px;
  }

  .image-90, .image-91 {
    padding-top: 7px;
  }

  .image-92, .image-93 {
    padding-top: 8px;
  }

  .column-45 {
    padding-left: 1px;
  }

  .column-46 {
    padding-left: 2px;
  }

  .column-47 {
    padding-left: 3px;
  }

  .column-48, .column-49 {
    padding-left: 4px;
  }

  .column-50 {
    padding-left: 6px;
  }

  .column-51 {
    padding-left: 9px;
  }

  .column-52 {
    padding-left: 18px;
  }

  .column-53 {
    padding-left: 21px;
  }

  .column-54, .column-55 {
    padding-left: 29px;
  }

  .column-56 {
    padding-left: 26px;
  }

  .column-57, .column-58 {
    padding-left: 24px;
  }

  .column-62 {
    margin-top: 4px;
  }

  .image-147 {
    margin-top: 2px;
  }

  .image-148 {
    margin-top: 3px;
  }

  .image-149 {
    margin-top: 5px;
  }

  .image-150 {
    margin-top: 6px;
  }

  .image-151 {
    margin-top: 8px;
  }

  .image-152 {
    margin-top: 14px;
  }

  .image-153 {
    margin-top: 16px;
  }

  .image-154 {
    margin-top: 17px;
  }

  .image-155 {
    margin-top: 11px;
  }

  .image-156 {
    margin-top: 10px;
  }

  .image-157 {
    margin-top: 9px;
  }

  .image-158, .image-159 {
    margin-top: 11px;
  }

  .mask-11, .slider-18 {
    height: 350px;
  }

  .slider-19, .mask-12 {
    height: 260px;
  }

  .image-169 {
    object-fit: contain;
    margin-top: -220px;
  }

  .image-170 {
    object-fit: contain;
    width: 125%;
    max-width: 125%;
    height: 650px;
    margin-top: -197px;
  }

  .image-171 {
    object-fit: contain;
    margin-top: -305px;
  }

  .image-172 {
    object-fit: contain;
    margin-top: -217px;
  }

  .image-173 {
    object-fit: contain;
    margin-top: -310px;
  }

  .image-174 {
    object-fit: contain;
    margin-top: -325px;
  }

  .image-175 {
    object-fit: contain;
    margin-top: -217px;
  }

  .image-176 {
    object-fit: contain;
    margin-top: -279px;
  }

  .image-177 {
    object-fit: contain;
    margin-top: 147px;
  }

  .mask-13, .slider-20 {
    height: 300px;
  }

  .image-178 {
    margin-top: -29px;
  }

  .image-181 {
    margin-top: -41px;
  }

  .icon-17, .icon-18 {
    color: #0000;
  }

  .image-183 {
    object-fit: cover;
    height: 300px;
    margin-top: 0;
  }

  .container-33 {
    margin-top: 26px;
    padding-right: 18px;
  }

  .column-69 {
    border-left-style: none;
    border-left-width: 0;
  }

  .column-70 {
    border-bottom-width: 3px;
    border-right-width: 0;
  }

  .column-71 {
    border-style: none;
    border-width: 1px;
  }

  .mask-14, .slider-21 {
    border: 1px #000;
  }

  .columns-16 {
    border-style: none;
  }

  .slide-nav-14 {
    margin-right: 10px;
    font-size: 10px;
  }

  .container-34 {
    margin-top: 32px;
  }

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

  .text-block-43 {
    font-size: 13px;
    line-height: 20px;
  }

  .container-35 {
    margin-top: 57px;
  }

  .container-36 {
    margin-top: 113px;
  }

  .heading-47 {
    margin-top: 1px;
    font-size: 30px;
    line-height: 30px;
  }

  .text-block-44 {
    font-size: 14px;
  }

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

  .text-block-46 {
    font-size: 14px;
  }

  .container-39 {
    margin-top: 112px;
  }

  .text-block-47 {
    font-size: 14px;
  }

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

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

  .image-200 {
    height: 300px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-53 {
    margin-right: 21px;
  }

  .text-block-54 {
    margin-left: -22px;
    margin-right: 81px;
  }

  .text-block-55 {
    margin-bottom: -2px;
    margin-left: 27px;
    padding-top: 0;
  }

  .link-7 {
    margin-left: 24px;
  }

  .column-78 {
    float: left;
    margin-top: -119px;
    margin-left: 346px;
    padding-left: 135px;
  }

  .link-block-10 {
    text-align: center;
    margin-top: 8px;
    margin-left: -217px;
    padding-left: 0;
  }

  .link-block-11 {
    margin-left: 83px;
    margin-right: -135px;
    padding-left: 308px;
  }

  .column-80 {
    margin-top: -32px;
    margin-left: 311px;
    padding-left: 45px;
    padding-right: 0;
  }

  .column-81 {
    text-align: center;
    margin-top: -44px;
    margin-left: 281px;
    padding-left: 0;
  }

  .image-202 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-203 {
    margin-left: 200px;
  }

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

  .link-8 {
    margin-left: 0;
  }

  .grid-6 {
    grid-column-gap: 6px;
    grid-row-gap: 4px;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px, .25fr);
    grid-auto-flow: row;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-58 {
    line-height: 18px;
  }

  .image-205 {
    margin-right: 10px;
  }

  .link-9 {
    font-size: 13.5px;
  }

  .link-block-12 {
    order: 0;
    margin-left: 0;
    margin-right: 10px;
  }

  .container-43 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-27 {
    height: auto;
  }

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

  .link-11 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  a {
    margin-left: 52px;
  }

  .grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .label.white-label, .label.inside-label {
    text-align: center;
  }

  .button-large {
    font-size: 14px;
    line-height: 22px;
  }

  .section {
    padding-left: 16px;
    padding-right: 0;
  }

  .button-small {
    flex: 1;
    align-self: stretch;
  }

  .button-small.white-small {
    text-align: center;
    flex: none;
    justify-content: center;
    margin-left: 80px;
    margin-right: 80px;
    padding-left: 40px;
  }

  .content24-quote {
    font-size: 30px;
    line-height: 38px;
  }

  .content8-quote-wrap {
    padding-right: 0;
  }

  .content4-image, .content4-image2 {
    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 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav1-wrap {
    grid-column-gap: 7px;
    grid-row-gap: 18px;
    grid-template-rows: 48px;
    grid-template-columns: 1.25fr .25fr;
    margin-top: 16px;
    margin-bottom: 7px;
  }

  .hero1 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content6-headline-wrap {
    text-align: left;
    align-items: flex-start;
  }

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

  .cta8-form-wrap {
    grid-row-gap: 10px;
  }

  .content14-image {
    height: 260px;
  }

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

  .nav1-menu {
    padding-bottom: 20px;
  }

  .content6-image1 {
    margin-bottom: 0;
  }

  .product5-nav-wrap {
    display: block;
  }

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

  .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, .cta7-grid, .cta8-grid, .footer1-grid, .other4-grid, .footer1-bottom-grid, .content6-headline-grid, .headline-grid {
    grid-column-gap: 12px;
    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;
  }

  .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 {
    background-position: 50% 30%;
    background-repeat: repeat;
    background-size: contain;
    height: 180px;
  }

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

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .sezione-banner-home {
    margin-top: -65px;
  }

  .image-4 {
    height: 300px;
    margin-bottom: 20px;
  }

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

  .container-2 {
    margin-top: 36px;
  }

  .text-block-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-4 {
    grid-template-rows: .25fr auto auto auto;
    grid-template-columns: minmax(113px, .25fr) 1.75fr;
    grid-auto-flow: column;
  }

  .container-3 {
    display: block;
  }

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

  .heading-7 {
    padding-bottom: 14px;
  }

  .heading-8 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .link-block-2 {
    text-align: center;
  }

  .slide-5 {
    height: 180px;
  }

  .slider-6, .mask-3 {
    height: 200px;
  }

  .image-8 {
    height: 200px;
    margin-top: 0;
  }

  .image-9 {
    height: 220px;
    margin-top: -2px;
  }

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

  .bold-text-4 {
    margin-top: -21px;
    margin-bottom: -34px;
    font-size: 28px;
    line-height: 34px;
  }

  .heading-11 {
    margin-top: -6px;
    font-size: 18px;
  }

  .column-6 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .logo-centrostampi {
    object-fit: fill;
    margin-left: -46px;
    margin-right: 20px;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-13 {
    margin-top: 60px;
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-14 {
    line-height: 25px;
  }

  .column-9, .column-10, .column-11 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .italic-text {
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
  }

  .text-span-4 {
    font-weight: 400;
  }

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

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

  .image-35 {
    margin-top: -83px;
    padding-left: 29px;
    padding-right: 16px;
  }

  .column-14 {
    margin-top: -73px;
  }

  .text-block-22 {
    margin-left: 48px;
  }

  .heading-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    margin-bottom: 271px;
    margin-left: 100px;
  }

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

  .section-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .heading-21 {
    margin-top: -21px;
    padding-top: 8px;
    padding-bottom: 7px;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }

  .button-9 {
    padding-right: 34px;
  }

  .column-21, .column-22 {
    height: auto;
  }

  .paragraph-78 {
    margin-bottom: 21px;
  }

  .column-23, .column-24 {
    height: auto;
  }

  .div-block-15, .div-block-16 {
    margin-left: 0;
  }

  .text-block-31 {
    border: 0 #000;
    margin-left: 0;
    margin-right: -43px;
    padding-right: 0;
  }

  .text-block-32, .link-5 {
    margin-left: 5px;
  }

  .image-45 {
    margin-left: 10px;
    padding-right: 0;
  }

  .column-28 {
    margin-top: 20px;
  }

  .column-29 {
    padding-right: 200px;
  }

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

  .dropdown-toggle-2 {
    text-align: justify;
    object-fit: fill;
    flex-flow: row;
    justify-content: space-around;
    width: auto;
    display: flex;
  }

  .dropdown-list-2.w--open {
    width: 320px;
  }

  .link-6 {
    margin-left: 0;
  }

  .bold-text-7 {
    font-weight: 500;
  }

  .paragraph-87 {
    column-count: 1;
  }

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

  .text-block-36 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .image-51 {
    width: 110%;
    margin-top: -28px;
  }

  .image-52 {
    width: 100%;
    height: 200px;
    margin-top: 0;
  }

  .image-53 {
    width: 145%;
    height: 200px;
    margin-left: 0;
  }

  .image-54 {
    object-fit: cover;
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-left: 0;
  }

  .blocco-di-testo-37 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .mask-8 {
    height: 200px;
  }

  .container-27 {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slide-nav-7 {
    color: #0000;
    margin-right: 10px;
    font-size: 0;
  }

  .slider-15, .slide-12 {
    height: 200px;
  }

  .mask-9, .banner-home {
    height: 198px;
  }

  .section-19 {
    margin-top: 29px;
  }

  .heading-41 {
    margin-top: 3px;
    font-size: 25px;
    line-height: 25px;
  }

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

  .image-64 {
    height: 40%;
    margin-top: -1px;
  }

  .image-65 {
    height: 50%;
    margin-top: -2px;
  }

  .paragraph-92 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .columns-15 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-39 {
    text-align: center;
    font-size: 20px;
  }

  .container-29 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-93 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-45 {
    line-height: 30px;
  }

  .column-41, .column-42 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-30 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-42 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-43 {
    margin-top: -41px;
  }

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

  .column-59, .column-60, .column-61, .column-62, .column-63, .column-64, .column-65 {
    padding-left: 0;
  }

  .column-66 {
    padding-left: 3px;
  }

  .column-67 {
    padding-left: 4px;
  }

  .column-68 {
    margin-top: 3px;
    padding-left: 6px;
  }

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

  .image-138 {
    margin-top: 5px;
  }

  .image-139 {
    margin-top: 9px;
  }

  .image-140, .image-141 {
    margin-top: 16px;
  }

  .image-142 {
    margin-top: 15px;
  }

  .image-143 {
    margin-top: 13px;
  }

  .image-144 {
    margin-top: 10px;
  }

  .image-145 {
    margin-top: 9px;
  }

  .image-146 {
    margin-top: 10px;
  }

  .mask-11, .slider-18 {
    height: 210px;
  }

  .slide-nav-8 {
    margin-right: 10px;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .slider-19, .mask-12 {
    height: 150px;
  }

  .image-169 {
    margin-top: -287px;
  }

  .image-170 {
    object-fit: contain;
    margin-top: -250px;
  }

  .image-172 {
    margin-top: -285px;
  }

  .image-175 {
    margin-top: -279px;
  }

  .image-176 {
    margin-top: -326px;
  }

  .mask-13, .slider-20 {
    height: 200px;
  }

  .image-178 {
    margin-top: -3px;
  }

  .image-179 {
    margin-top: -7px;
  }

  .image-180 {
    margin-top: -8px;
  }

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

  .image-182 {
    margin-top: -7px;
  }

  .image-183 {
    height: 200px;
    margin-top: 0;
  }

  .container-33 {
    margin-top: 32px;
    padding-right: 12px;
  }

  .slide-nav-14 {
    font-size: 8px;
  }

  .image-198 {
    object-position: 80% 50%;
  }

  .container-34 {
    margin-top: 12px;
  }

  .heading-46 {
    font-size: 22px;
    line-height: 24px;
  }

  .container-35 {
    margin-top: 40px;
    padding-right: 10px;
  }

  .container-36 {
    margin-top: 79px;
    padding-right: 10px;
  }

  .heading-47 {
    margin-top: 3px;
    font-size: 25px;
    line-height: 25px;
  }

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

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

  .container-39 {
    margin-top: 77px;
    padding-right: 10px;
  }

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

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

  .container-40 {
    padding-right: 10px;
  }

  .image-200 {
    height: 200px;
  }

  .container-41, .container-42 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-53 {
    margin-left: 5px;
    margin-right: -34px;
    font-size: 13px;
  }

  .text-block-54 {
    border-right-style: none;
    margin-left: 23px;
    margin-right: -2px;
    font-size: 13px;
  }

  .text-block-55 {
    margin-top: -4px;
    margin-left: 15px;
    margin-right: -36px;
    padding-right: 2px;
  }

  .link-7 {
    margin-left: 16px;
  }

  .column-78 {
    margin-top: 14px;
    margin-left: 13px;
    padding-left: 0;
  }

  .column-79 {
    padding-right: 0;
    display: block;
  }

  .link-block-10 {
    width: 40%;
    margin-top: 74px;
    margin-left: 120px;
  }

  .link-block-11 {
    margin-right: 0;
  }

  .column-80 {
    margin-left: 162px;
    padding-left: 0;
    padding-right: 19px;
  }

  .column-81 {
    margin-top: -114px;
    padding-left: 78px;
    padding-right: 0;
    display: inline-block;
  }

  .image-202 {
    margin-top: -1px;
    margin-left: 0;
    padding-left: 0;
  }

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

  .image-203 {
    margin-left: 5px;
    margin-right: -1px;
  }

  .image-204 {
    width: 30px;
    margin-top: 3px;
    margin-left: 1px;
  }

  .section-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--black-2);
    color: var(--dark-grey);
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .grid-6 {
    grid-column-gap: 7px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto 51px;
    grid-template-columns: 5fr;
    grid-auto-rows: minmax(33px, .25fr);
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .text-block-56 {
    text-align: left;
    flex-flow: column;
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-57 {
    line-height: 20px;
  }

  .image-205 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-top: 20px;
    display: block;
  }

  .link-block-12 {
    text-align: center;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 10px;
    display: block;
  }

  .image-206 {
    margin-left: 0;
    display: block;
  }

  .image-207 {
    margin-right: 0;
    padding-left: 0;
  }

  .container-43 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-46 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-22 {
    height: auto;
  }

  .link-11 {
    text-align: left;
    align-self: center;
  }

  .container-47 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-ce2ecd11-919c-9821-faaa-ac73421334ff-421334fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ce2ecd11-919c-9821-faaa-ac734213350b-421334fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-ce2ecd11-919c-9821-faaa-ac734213350c-421334fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_054e3ccb-03dd-8951-d579-015dc11f1a0f-421334fd {
  place-self: end center;
}

#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-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-5e8bba4f {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-5e8bba4f, #w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-ed8bba53 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-ed8bba53 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-ed8bba53 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-ed8bba53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-ed8bba53 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-ed8bba53 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-ed8bba53 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-ed8bba53 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-978bba67 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-978bba67 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-678bba68 {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_5dc0b19387abf4598bb20c75an-678bba68 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-768bba6c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ca21c4-6e4d-40dc-13fb-a11da3b94e37-768bba6c, #w-node-_32124c62-f375-107f-8e9f-35e7246db990-768bba6c, #w-node-_351f2930-9287-ed56-80b8-1eaf65a9d540-768bba6c, #w-node-_39d00bf7-0a9d-de0a-91f4-b616b78842c5-768bba6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-768bba6c, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-768bba6c {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: stretch;
}

#w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-768bba6c, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-768bba6c, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-768bba6c, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-768bba6c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_8f820265-6d08-76d1-be32-74b0497fff00-768bba6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_82618b33-d2f0-5647-d587-8c0569b9b8af-768bba6c {
  justify-self: start;
}

#w-node-a80f176a-8dc7-531f-5483-d098e36764cc-768bba6c, #w-node-c48b3b0a-af55-ee4c-c84d-e4fa0b8b14ea-768bba6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_06146b22-9988-6a8f-b44e-64d5fbda8387-768bba6c, #w-node-_06146b22-9988-6a8f-b44e-64d5fbda838b-768bba6c {
  justify-self: center;
}

#w-node-_39f87b93-830a-cdd0-4fd4-e4790ddafdd9-768bba6c {
  justify-self: stretch;
}

#w-node-_83cd19a7-45c1-881b-314f-d3266d552af0-768bba6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8b877d42-c0af-4fde-c9cf-160c374fd32c-768bba6c, #w-node-a474127c-7e32-38d6-4d6b-d9017d588f5e-768bba6c, #w-node-_50f936af-e77c-e818-a04c-13a221b463c7-768bba6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-768bba6c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_219b70cf-f1c6-fddf-1580-f6a6f045cbdd-768bba6c {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f4a6d811-b058-a4c6-f862-ba196664d4cd-6664d4cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f4a6d811-b058-a4c6-f862-ba196664d4db-6664d4cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-f4a6d811-b058-a4c6-f862-ba196664d4dc-6664d4cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-f4a6d811-b058-a4c6-f862-ba196664d4de-6664d4cb {
  place-self: end center;
}

#w-node-_12ce8996-003b-8e8c-8680-4ecf16733920-16733917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_12ce8996-003b-8e8c-8680-4ecf16733922-16733917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ce2ecd11-919c-9821-faaa-ac73421334ff-421334fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350b-421334fd {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350c-421334fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
    order: 0;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-5e8bba4f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-5e8bba4f {
    grid-column: span 8 / span 8;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-ed8bba53, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-ed8bba53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-ed8bba53 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-ed8bba53 {
    grid-column: 1 / 9;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-ed8bba53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-ed8bba53 {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: center start;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-978bba67, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-678bba68 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5dc0b19387abf4598bb20c75an-678bba68 {
    grid-column: span 8 / span 8;
  }

  #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-768bba6c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-768bba6c, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-768bba6c, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-768bba6c, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-768bba6c, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-768bba6c, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-768bba6c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-768bba6c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4cd-6664d4cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4db-6664d4cb {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: end;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4dc-6664d4cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_12ce8996-003b-8e8c-8680-4ecf16733922-16733917 {
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce2ecd11-919c-9821-faaa-ac73421334ff-421334fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350b-421334fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350c-421334fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }

  #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-5e8bba4f, #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-5e8bba4f {
    grid-column: span 6 / span 6;
  }

  #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-ed8bba53, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-ed8bba53 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-ed8bba53 {
    grid-area: 2 / 1 / 3 / 7;
    align-self: start;
  }

  #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-ed8bba53, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-ed8bba53 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-ed8bba53 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-ed8bba53 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-978bba67, #w-node-_78f68d32-57ea-bc0e-ab80-435bdd744dad-678bba68, #w-node-_5dc0b19387abf4598bb20c75an-678bba68, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-768bba6c {
    grid-column: span 6 / span 6;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-768bba6c, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-768bba6c, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-768bba6c, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-768bba6c, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-768bba6c, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-768bba6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-768bba6c {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4cd-6664d4cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4db-6664d4cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4dc-6664d4cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce2ecd11-919c-9821-faaa-ac73421334ff-421334fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350b-421334fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-ce2ecd11-919c-9821-faaa-ac734213350c-421334fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-_054e3ccb-03dd-8951-d579-015dc11f1a0f-421334fd {
    place-self: end start;
  }

  #w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-5e8bba4f, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c84-ed8bba53, #w-node-_5ffc866d-8b94-a049-0299-35b9c2252c86-ed8bba53, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-ed8bba53, #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-ed8bba53, #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-ed8bba53, #w-node-_5dc0b19387abf4598bb20c75an-678bba68, #w-node-_24c16f15-1e79-b20e-8fa0-92e596a071d9-768bba6c {
    grid-column: span 4 / span 4;
  }

  #w-node-_2f74aa76-0e22-aead-655a-07a56c075fc1-768bba6c, #w-node-_348cf93a-8399-18e8-5a2d-efd47ce0cdc3-768bba6c, #w-node-_1bb9dc1c-b1a4-b4b9-f244-43cd5d85c68b-768bba6c, #w-node-_51542167-f5f8-fcf9-e1ff-943fa4b0df1f-768bba6c, #w-node-_64d058e9-6d76-0c89-5a08-acbe88e45ab9-768bba6c, #w-node-e232e196-f838-0b62-6d50-1d96f6971fec-768bba6c {
    grid-column: span 1 / span 1;
  }

  #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda8e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813eda9e-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edaae-768bba6c, #w-node-_993ea1ce-2d8d-57fc-3589-895a813edabe-768bba6c {
    grid-column: span 4 / span 4;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4cd-6664d4cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4db-6664d4cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4dc-6664d4cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: end start;
  }

  #w-node-f4a6d811-b058-a4c6-f862-ba196664d4de-6664d4cb {
    place-self: end start;
  }

  #w-node-_12ce8996-003b-8e8c-8680-4ecf16733920-16733917 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


