:root {
  --blu: #266cb1;
  --white: white;
  --color-2: #b4b4b4;
  --color-3: #757575;
  --black: black;
  --color-5: #242424;
  --grey: #43464d;
  --grey-scuro: #333;
  --trasparente: #fff0;
  --color: #f5f5f5;
  --color-4: #266cb15c;
  --color-6: #266cb11c;
  --ble: #266cb194;
  --rosso: var(--color-3);
  --rosso2: red;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

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

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

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

.section {
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

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

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

.container {
  background-color: var(--blu);
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

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

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

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

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

.paragraph-bigger.cc-bigger-light {
  opacity: .4;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: flex;
}

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

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

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: var(--white);
  opacity: .5;
}

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

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

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

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

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

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

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

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

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

.paragraph-light {
  opacity: .6;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  color: var(--white);
  text-align: left;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 30px;
  line-height: 34px;
  display: block;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 20px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 140px 30px 50px;
  display: flex;
}

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

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus, .text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-bottom: 0;
  margin-right: 10px;
}

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

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

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

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

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

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

.navigation-item {
  border-bottom: 2px solid var(--white);
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-self: auto;
  margin-left: 20px;
  padding-top: 17px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition-property: all;
  transition-duration: .8s;
}

.navigation-item:hover {
  border-bottom-color: var(--blu);
  opacity: .9;
  color: var(--blu);
}

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

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

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

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

.icon, .logo-image {
  display: block;
}

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

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

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

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

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

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

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 60px;
  display: flex;
}

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

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

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

.main-heading-wrap {
  margin-bottom: 60px;
}

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

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

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

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contacts-section {
  text-align: center;
  margin-top: 86px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.option {
  margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

.heading {
  text-decoration: none;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  color: var(--blu);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.heading-6 {
  color: var(--blu);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.column {
  border-right: 1px dotted var(--color-2);
  text-align: right;
  height: auto;
  padding-left: 30px;
  padding-right: 20px;
}

.column-2 {
  border-right: 1px dotted var(--color-2);
  text-align: right;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-3 {
  text-align: right;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-4 {
  border-left: 1px dotted var(--color-2);
  text-align: right;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-2 {
  background-color: var(--black);
  opacity: .75;
}

.text-block {
  opacity: .72;
  color: var(--white);
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 40px;
}

.button-2 {
  padding-top: 5px;
}

.button-3 {
  background-color: var(--blu);
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 13px;
  transition-property: all;
  transition-duration: .725s;
}

.button-3:hover {
  opacity: .68;
  color: var(--white);
}

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

.text-block-3 {
  opacity: .81;
  color: var(--color-2);
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
}

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

.image {
  opacity: .63;
  margin-bottom: 0;
}

.text-block-4 {
  color: var(--color-2);
  margin-top: 10px;
  font-size: 11px;
}

.quick-stack {
  grid-column-gap: 8px;
  padding: 0;
}

.cell {
  align-items: center;
}

.container-2 {
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100px;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 40px;
  display: flex;
}

.section-3 {
  height: 300px;
}

.columns {
  height: auto;
  margin: 0 60px 100px;
}

.container-3 {
  background-color: var(--color-5);
  border-top: 1px #000;
  flex-direction: row;
  align-items: flex-end;
  max-width: none;
  height: auto;
  padding-top: 25px;
  display: block;
  position: static;
}

.columns-2 {
  align-items: flex-end;
  margin: 20px 40px;
  display: flex;
}

.column-7 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.tendina {
  width: 90px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
}

.dropdown-toggle {
  background-color: var(--white);
  border: 1px #ebecf1;
  justify-content: center;
  align-items: center;
  width: 90px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: #fdfdfd;
}

.icon-2 {
  color: #7da6cc;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-left: -55px;
  display: block;
  overflow: hidden;
}

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

.dropdown-link {
  border-bottom: 1px dotted var(--color-2);
  color: var(--color-3);
  margin-top: 0;
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: #f5f6f8;
}

.dropdown-link:visited {
  color: var(--color-2);
}

.dropdown-link.w--current, .dropdown-link.w--current:focus, .dropdown-link.w--current:focus-visible, .dropdown-link.w--current[data-wf-focus-visible], .dropdown-link.w--current:lang(en) {
  color: var(--blu);
}

.text-block-5 {
  opacity: .6;
  color: var(--grey);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: -5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: opacity .2s;
  display: flex;
}

.text-block-5:hover {
  opacity: .9;
  color: var(--grey-scuro);
}

.text-block-6 {
  font-size: 14px;
  line-height: 20px;
}

.text-block-7 {
  opacity: .8;
  color: var(--color-2);
  font-size: 12px;
  line-height: 16px;
}

.paragraph {
  color: var(--grey);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 400;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.heading-7 {
  background-color: var(--trasparente);
  color: var(--blu);
  text-align: center;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.container-5 {
  background-color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 300px;
  margin-bottom: 0;
  display: flex;
}

.text-block-8 {
  color: var(--grey);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.heading-8 {
  border: 1px solid var(--color-2);
  background-color: var(--trasparente);
  color: var(--color-3);
  text-align: center;
  border-radius: 10px;
  width: 240px;
  height: 60px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
}

.columns-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin-top: 10px;
  display: flex;
}

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

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

.slider {
  width: 100%;
  height: 650px;
}

.container-6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 40px;
  display: flex;
}

.heading-9 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 45px;
}

.container-7 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  height: 650px;
  margin-top: 0;
  margin-left: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.slide {
  object-fit: cover;
  height: 650px;
}

.mask {
  height: 650px;
}

.link {
  border: 1px none var(--color-2);
  background-color: var(--blu);
  color: var(--white);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 240px;
  height: 56px;
  margin-top: 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.cell-2 {
  justify-content: flex-start;
  align-items: center;
}

.button4 {
  z-index: 1;
  grid-column-gap: 1em;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  height: 3.5em;
  padding-right: 1.75em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button4_circle {
  z-index: 1;
  background-color: var(--blu);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 100%;
  display: flex;
  position: relative;
}

.button2_icon {
  color: var(--white);
  background-color: #94545400;
}

.button4_text {
  z-index: 1;
  color: var(--white);
  text-decoration: none;
  position: relative;
}

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

.button4_bg {
  z-index: 0;
  background-color: #c9f054;
  border-radius: 99px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cell-3 {
  align-items: center;
}

.image-3 {
  opacity: .42;
  margin-bottom: 10px;
}

.image-4 {
  opacity: .42;
  margin-top: 9px;
  margin-bottom: 10px;
}

.list {
  align-self: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 17px;
  line-height: 20px;
  list-style-type: disc;
}

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

.heading-11 {
  color: var(--color-2);
  text-align: center;
  margin: 0 40px 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.list-item-2 {
  list-style-type: disc;
}

.section-4 {
  height: 650px;
  margin-bottom: 60px;
}

.heading-12 {
  color: var(--color-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 40px;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.section-5 {
  background-color: var(--color-4);
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns-4 {
  justify-content: center;
  align-items: flex-start;
  width: 940px;
  margin-bottom: 20px;
  display: flex;
}

.list-2 {
  color: var(--white);
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
}

.list-3 {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.list-item-3 {
  color: var(--white);
  list-style-type: disc;
}

.column-9 {
  font-size: 18px;
}

.button3 {
  background-color: var(--blu);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 214.234px;
  padding: 1.25em 1.75em 1.25em 1.75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button3_text-wrap {
  grid-column-gap: .75em;
  color: #fff;
  align-items: center;
  display: flex;
}

.button3_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: #1a1a1a;
  position: absolute;
}

.button3_icon {
  width: 1em;
  height: 1em;
}

.butto3_background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.button3_text.is-sec {
  z-index: 1;
}

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

.section-6 {
  background-color: var(--color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-13 {
  margin-top: 0;
}

.heading-14 {
  color: var(--color-2);
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}

.heading-15 {
  color: var(--color-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.columns-5 {
  justify-content: center;
  align-items: center;
  width: 940px;
  max-width: 940px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

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

.heading-17 {
  color: var(--blu);
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--color-3);
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}

.div-block-2 {
  border-top: 2px solid var(--blu);
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100px;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.column-10, .column-11 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-6 {
  opacity: .49;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  margin-left: 50px;
  display: flex;
  position: absolute;
}

.heading-18 {
  color: var(--color-2);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  display: flex;
}

.container-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 800px;
  margin-top: 100px;
  display: flex;
}

.link-2 {
  color: var(--color-3);
  line-height: 40px;
  text-decoration: none;
}

.container-10 {
  border: 1px solid var(--color-2);
  border-radius: 10px;
  width: 240px;
  height: 50px;
}

.link-3 {
  color: var(--color-3);
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
  transition-duration: .6s;
}

.link-3:hover {
  opacity: .5;
}

.button-4 {
  background-color: var(--blu);
  color: var(--white);
  border-radius: 10px;
  width: 240px;
  height: 50px;
  line-height: 36px;
  transition-duration: .6s;
}

.button-4:hover {
  opacity: .6;
  color: var(--white);
}

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

.link-block {
  margin-right: 0;
  transition-duration: .6s;
}

.link-block:hover {
  opacity: .57;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .3fr .25fr .25fr .25fr;
  justify-content: start;
  place-items: start;
  margin-left: 40px;
  margin-right: 0;
}

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

.container-12 {
  display: block;
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 650px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  inset: 10% 0% auto;
}

.heading-19 {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 30px;
  line-height: 50px;
}

.paragraph-5 {
  color: var(--color-3);
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
}

.heading-20 {
  color: var(--white);
}

.image-7 {
  object-fit: cover;
  width: 400px;
  height: 500px;
}

.column-14 {
  object-fit: scale-down;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

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

.heading-21 {
  color: var(--color-3);
  margin-top: 0;
}

.image-8 {
  object-fit: cover;
  width: 400px;
  height: 500px;
}

.column-16 {
  text-align: right;
  padding-right: 40px;
}

.columns-6 {
  background-color: var(--white);
  justify-content: center;
  align-items: flex-start;
  width: 700px;
  display: flex;
}

.container-14 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.columns-7 {
  width: 700px;
}

.heading-22 {
  color: var(--color-3);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
}

.section-7 {
  background-color: var(--color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-6 {
  color: var(--color-3);
  padding-left: 20px;
  font-size: 14px;
  line-height: 22px;
}

.image-9 {
  position: absolute;
  inset: 30% 0% auto;
}

.image-10 {
  margin-top: 39px;
  margin-bottom: 27px;
}

.div-block-3 {
  border-top: 1px dotted var(--color-2);
  width: 100%;
  margin-top: 40px;
  display: block;
}

.navbar {
  float: none;
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 130px;
  margin-top: 379px;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-link {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

.nav-link.w--current:lang(en) {
  color: var(--color-2);
}

.nav-menu {
  background-color: var(--trasparente);
  text-align: center;
}

.nav-link-2 {
  background-color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.container-15 {
  background-color: var(--trasparente);
  width: 100%;
}

.menu-button-2 {
  background-color: var(--trasparente);
}

.columns-8 {
  align-self: center;
  max-width: 940px;
  margin: 40px 0;
}

.heading-23, .heading-24 {
  color: var(--blu);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

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

.heading-25 {
  color: var(--blu);
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.paragraph-7 {
  color: var(--grey);
  text-align: center;
  line-height: 24px;
}

.container-16 {
  background-color: var(--color-6);
  text-align: left;
  border-radius: 9px;
  height: 14vh;
  margin-right: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.column-18, .column-19 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-8 {
  color: var(--grey);
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-26 {
  color: var(--blu);
  text-align: center;
  margin-top: 40px;
}

.paragraph-9 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.link-4 {
  color: var(--color-2);
  text-decoration: none;
  transition-duration: .55s;
}

.link-4:hover {
  opacity: .5;
  color: var(--color-2);
}

.columns-9 {
  width: 800px;
  max-width: none;
}

.paragraph-10 {
  color: var(--grey);
  text-align: left;
  width: 300px;
  font-size: 14px;
  line-height: 24px;
}

.form {
  text-align: right;
}

.submit-button {
  background-color: var(--blu);
  border-radius: 5px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 24px;
}

.form-block-2 {
  margin-top: 70px;
}

.field-label {
  color: var(--color-2);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

.field-label-2 {
  color: var(--color-2);
  text-align: left;
  margin-bottom: 0;
}

.field-label-3 {
  color: var(--color-2);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
}

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

.text-field-4 {
  border-radius: 5px;
  height: 150px;
}

.column-20 {
  border-left: 1px dotted var(--color-2);
  padding-left: 40px;
}

.heading-27 {
  color: var(--grey);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-28 {
  opacity: .48;
  color: var(--blu);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 40px;
}

.bold-text-2 {
  color: var(--blu);
}

.bold-text-3 {
  color: var(--blu);
  font-size: 24px;
  font-weight: 500;
}

.heading-29 {
  color: var(--blu);
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 34px;
  line-height: 48px;
}

.heading-30 {
  color: var(--blu);
  text-align: center;
  margin-top: 10px;
  font-size: 28px;
  line-height: 40px;
}

.italic-text {
  font-size: 40px;
  line-height: 48px;
}

.heading-31 {
  color: var(--blu);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 40px;
}

.section-8 {
  background-color: var(--color-4);
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading-32 {
  color: var(--white);
  text-align: center;
}

.paragraph-11 {
  color: var(--white);
  margin-bottom: 0;
}

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

.bold-text-4 {
  font-weight: 500;
}

.section-9 {
  background-color: var(--ble);
  padding-top: 20px;
  padding-bottom: 40px;
}

.italic-text-2 {
  color: var(--blu);
  line-height: 24px;
}

.div-block-4 {
  height: 6px;
}

.div-block-5 {
  height: 25.3px;
}

.div-block-6 {
  height: 60.5px;
}

.column-21 {
  border-right: 1px dotted var(--color-2);
  text-align: right;
  height: auto;
  padding-left: 30px;
  padding-right: 20px;
}

.column-22 {
  text-align: right;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-23 {
  border-left: 1px dotted var(--color-2);
  text-align: right;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-24 {
  border-left: 1px dotted var(--color-2);
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-10 {
  margin-bottom: 80px;
}

.div-block-7 {
  height: 6.5vh;
}

.div-block-8 {
  height: 2vh;
}

.div-block-9 {
  height: 1.5vh;
}

.section-10 {
  background-color: var(--color-6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-33 {
  margin-top: 0;
  line-height: 40px;
}

.image-11 {
  opacity: .42;
  margin-top: 9px;
  margin-bottom: 10px;
}

.heading-34 {
  color: #266cb1;
  text-align: center;
  background-color: #fff0;
  margin-top: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.button-5 {
  color: #fff;
  background-color: #266cb1;
  border-radius: 10px;
  width: 240px;
  height: 50px;
  line-height: 36px;
  transition-duration: .6s;
}

.button-5:hover {
  opacity: .6;
  color: #fff;
}

.link-5 {
  color: #757575;
  font-size: 30px;
  line-height: 50px;
  text-decoration: none;
  transition-duration: .6s;
}

.link-5:hover {
  opacity: .5;
}

.image-12 {
  opacity: .42;
  margin-bottom: 10px;
}

.container-18 {
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  width: 240px;
  height: 50px;
}

.cell-4 {
  align-items: center;
}

.container-19 {
  background-color: var(--color);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 300px;
  margin-bottom: 0;
  display: flex;
}

.text-block-11 {
  color: #43464d;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-5 {
  color: var(--blu);
  font-size: 30px;
  font-weight: 500;
}

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

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

.container-20 {
  padding-bottom: 40px;
}

.section-12 {
  background-color: var(--color-6);
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-6 {
  color: var(--blu);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.section-13 {
  border-bottom: 4px none var(--white);
  background-color: var(--color);
  padding-top: 40px;
  padding-bottom: 40px;
}

.bold-text-7 {
  color: var(--blu);
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-10 {
  border-bottom: 1px dotted var(--color-3);
  margin-top: 40px;
}

.container-23 {
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

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

.div-block-11 {
  height: .2vh;
}

.paragraph-12 {
  color: var(--rosso);
  margin-top: 40px;
  margin-bottom: 60px;
}

.bold-text-8, .bold-text-9 {
  color: var(--rosso2);
}

.italic-text-4 {
  font-size: 32px;
  line-height: 44px;
}

.heading-36 {
  color: #b4b4b4;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 40px;
}

.list-item-7 {
  list-style-type: disc;
}

.div-block-12 {
  border-top: 1px dotted #b4b4b4;
  width: 100%;
  margin-top: 40px;
  display: block;
}

.list-5 {
  align-self: flex-start;
  margin-bottom: 20px;
  padding-left: 20px;
  line-height: 24px;
  list-style-type: disc;
}

.heading-37 {
  color: #266cb1;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 60px;
}

.heading-38 {
  color: #b4b4b4;
  text-align: center;
  margin: 0 40px 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.container-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.image-13 {
  margin-top: 39px;
  margin-bottom: 27px;
}

.paragraph-13 {
  color: #43464d;
  text-align: justify;
  margin-top: 36px;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-13 {
  height: 1vh;
}

@media screen and (min-width: 1280px) {
  .container-7 {
    height: 650px;
  }

  .link-block {
    margin-right: 0;
  }

  .image-9 {
    top: 30%;
  }

  .column-24 {
    height: auto;
  }
}

@media screen and (min-width: 1440px) {
  .heading-jumbo {
    font-size: 30px;
  }

  .heading-9 {
    font-size: 55px;
  }

  .container-7 {
    height: 650px;
  }

  .paragraph-5 {
    padding-right: 0;
  }

  .columns-6 {
    background-color: var(--white);
    margin-right: 0;
    padding-right: 20px;
  }

  .image-9 {
    top: 30%;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph-light {
    font-size: 16px;
    line-height: 25px;
  }

  .heading-jumbo {
    font-size: 33px;
    line-height: 40px;
  }

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

  .heading-6 {
    line-height: 62px;
  }

  .paragraph {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .heading-7 {
    font-size: 32px;
  }

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

  .slider {
    height: 750px;
  }

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

  .container-7, .image-2, .slide, .mask {
    height: 750px;
  }

  .list {
    font-size: 20px;
    line-height: 24px;
  }

  .section-4, .image-5 {
    height: 750px;
  }

  .heading-17 {
    font-size: 30px;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 19px;
    line-height: 26px;
  }

  .slide-2 {
    height: 750px;
  }

  .container-8 {
    height: 750px;
    margin-left: 100px;
  }

  .link-block {
    transition-duration: .6s;
  }

  .link-block:hover {
    opacity: .58;
  }

  .container-13 {
    height: 750px;
    top: 7%;
  }

  .image-9 {
    top: 38%;
  }

  .heading-23, .heading-24, .heading-25 {
    font-size: 20px;
    line-height: 27px;
  }

  .heading-30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .list-4 {
    font-size: 18px;
  }

  .div-block-4, .div-block-5 {
    height: 10px;
  }

  .div-block-6 {
    height: 65px;
  }

  .column-21, .column-22, .column-23, .column-24, .columns-10 {
    height: auto;
  }

  .div-block-7 {
    height: 6vh;
  }

  .div-block-8 {
    height: 3.6vh;
  }

  .bold-text-7 {
    font-size: 26px;
  }

  .list-item-4 {
    font-size: 18px;
  }

  .list-item-5 {
    line-height: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-product-detail {
    flex-direction: column;
  }

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

  .paragraph-bigger.cc-bigger-light {
    font-size: 26px;
    line-height: 36px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-white-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph-light {
    text-align: left;
    margin-bottom: 10px;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }

  .heading-jumbo {
    font-size: 22px;
    line-height: 24px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    font-size: 20px;
    display: block;
  }

  .navigation-items {
    background-color: #fff;
    flex-flow: row;
  }

  .cart {
    margin-left: 0;
    margin-right: 30px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .text-field.cc-quantity-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navigation-item {
    text-align: center;
    width: 100%;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-text {
    width: auto;
  }

  .about-quote {
    width: 80%;
  }

  .picture-placeholder.cc-about-2 {
    height: 460px;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .number-contact-wrap {
    margin-bottom: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .product-details-wrap {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-detail-cta-wrap {
    flex-direction: column;
    justify-content: center;
  }

  .full-width-form {
    padding: 40px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .blog-header-image {
    height: 460px;
  }

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

  .heading-2, .heading-3, .heading-4, .heading-5 {
    font-size: 28px;
  }

  .heading-6 {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 55px;
  }

  .column {
    border-bottom: 1px none var(--color-2);
    text-align: right;
    height: auto;
  }

  .column-2 {
    border-bottom: 1px none var(--color-2);
    text-align: right;
    border-right-style: none;
    height: 27vh;
  }

  .column-3 {
    border-right: 1px dotted var(--color-2);
    text-align: right;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .column-4 {
    text-align: right;
    border-top: 1px #000;
    border-left-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-3 {
    margin-top: 0;
  }

  .columns {
    height: 680px;
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .tendina, .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list {
    text-align: center;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .div-block {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }

  .dropdown-link {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

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

  .container-4 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-7 {
    margin-top: 100px;
    font-size: 26px;
  }

  .container-5 {
    height: 350px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-8 {
    font-size: 16px;
  }

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

  .slider {
    height: 450px;
  }

  .container-6 {
    margin-bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-9 {
    font-size: 36px;
    line-height: 34px;
  }

  .container-7 {
    height: 450px;
    margin-top: 0;
    margin-left: 40px;
  }

  .image-2 {
    height: 450px;
  }

  .slide {
    height: 4500px;
  }

  .mask {
    height: 450px;
  }

  .icon-3, .icon-4 {
    font-size: 30px;
  }

  .section-4 {
    height: 450px;
  }

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

  .image-5 {
    height: 450px;
  }

  .section-5 {
    padding-left: 0;
  }

  .column-9 {
    padding-left: 60px;
  }

  .columns-5 {
    width: auto;
  }

  .image-6 {
    width: 81px;
    height: 80px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .container-8 {
    height: 450px;
    margin-left: 40px;
  }

  .container-10, .button-4 {
    width: 220px;
  }

  .quick-stack-2 {
    margin-bottom: 60px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-template-columns: .35fr .3fr .25fr .25fr;
    grid-template-areas: ". . . ."
                         ". Area Area-2 Area-3";
    margin-left: 20px;
    margin-right: 0;
  }

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

  .container-13 {
    height: 450px;
    top: 9%;
  }

  .image-9 {
    top: 20%;
  }

  .navbar {
    margin-top: 303px;
  }

  .container-16 {
    height: 15.5vh;
  }

  .container-17 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-29 {
    margin-bottom: 40px;
    font-size: 30px;
  }

  .italic-text {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-31 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .div-block-4 {
    height: 1px;
  }

  .column-23 {
    border-left-style: dotted;
    margin-top: 40px;
    padding-left: 20px;
  }

  .column-24 {
    box-sizing: border-box;
    border-left-style: none;
    flex-flow: column;
    height: auto;
    margin-top: 0;
    padding-right: 20px;
    display: block;
  }

  .columns-10 {
    flex: 0 auto;
    order: 1;
    align-self: auto;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-7 {
    height: 3vh;
  }

  .section-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-34 {
    margin-top: 100px;
    font-size: 26px;
  }

  .button-5, .container-18 {
    width: 220px;
  }

  .container-19 {
    height: 350px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .container-20 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .bold-text-7 {
    color: var(--blu);
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
  }

  .container-23 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .italic-text-3 {
    font-size: 26px;
  }

  .div-block-11 {
    height: 4vh;
  }

  .paragraph-12 {
    margin-bottom: 40px;
  }

  .container-25 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading-37 {
    margin-bottom: 40px;
    line-height: 55px;
  }

  .container-26, .container-27 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.cc-subscription-form {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .container.cc-full-width-form-wrap {
    text-align: left;
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .paragraph-light {
    text-align: center;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 18px;
    line-height: 22px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .cart-item-info-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-subscribe-text-field {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .cart-container {
    min-width: 360px;
  }

  .intro-content {
    width: 80%;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   / 1fr;
  }

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

  .form-block {
    width: 90%;
    max-width: 470px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

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

  .about-quote {
    width: 80%;
    max-width: 470px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

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

  .store-categories-wrap {
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .collection-list {
    flex-direction: column;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .product-details-wrap {
    width: 90%;
  }

  .product-image {
    height: 500px;
  }

  .full-width-form {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-2, .heading-3, .heading-4, .heading-5 {
    text-align: center;
  }

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

  .column {
    border-bottom-style: dotted;
    border-right-style: none;
    border-bottom-color: var(--color-3);
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-2 {
    border-bottom-style: dotted;
    border-bottom-color: var(--color-3);
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-3 {
    border-bottom: 1px dotted var(--color-2);
    border-right-style: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-4 {
    border-bottom: 1px dotted var(--color-2);
    height: auto;
    margin-top: 0;
    padding-bottom: 20px;
  }

  .columns {
    height: auto;
    margin-bottom: 40px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .text-block-7 {
    margin-left: 20px;
  }

  .heading-7 {
    font-size: 23px;
    line-height: 30px;
  }

  .slider {
    height: 300px;
  }

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

  .container-7 {
    height: 300px;
    margin-top: 0;
  }

  .image-2, .slide, .mask, .section-4 {
    height: 300px;
  }

  .heading-12 {
    line-height: 30px;
  }

  .image-5 {
    height: 300px;
  }

  .section-5 {
    padding-left: 40px;
    padding-right: 10px;
  }

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

  .columns-5 {
    flex-direction: column;
    width: 300px;
  }

  .column-10, .column-11 {
    margin-bottom: 40px;
  }

  .container-8 {
    height: 300px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    grid-template-rows: auto minmax(auto, .75fr);
    grid-template-columns: 2.6fr .3fr;
    grid-auto-columns: 1.25fr;
    grid-auto-flow: column;
    margin-right: 20px;
    display: grid;
  }

  .container-11 {
    margin-right: 0;
  }

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

  .container-13 {
    height: 300px;
    top: 8%;
  }

  .image-7 {
    width: 400px;
  }

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

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

  .columns-6 {
    width: 500px;
  }

  .columns-7 {
    width: 500px;
    display: flex;
  }

  .image-9 {
    top: 14%;
  }

  .navbar {
    margin-top: 196px;
  }

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

  .container-16 {
    height: 8vh;
    margin-top: 10px;
    margin-left: 0;
  }

  .heading-29 {
    font-size: 24px;
    line-height: 40px;
  }

  .italic-text {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-31 {
    font-size: 20px;
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 30px;
  }

  .div-block-5, .div-block-6 {
    height: .5vh;
  }

  .column-21 {
    border-bottom: 1px dotted var(--color-3);
    border-right-style: none;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .column-22 {
    border-bottom: 1px dotted var(--color-3);
    height: auto;
    padding-bottom: 20px;
  }

  .column-23, .column-24 {
    border-bottom: 1px dotted var(--color-3);
    border-left-style: none;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-7, .div-block-9 {
    height: .5vh;
  }

  .heading-34 {
    font-size: 23px;
    line-height: 30px;
  }

  .bold-text-5 {
    font-size: 26px;
  }

  .heading-35 {
    line-height: 30px;
  }

  .container-21, .container-22 {
    margin-left: 40px;
    margin-right: 40px;
  }

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

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

  .container-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-26 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    height: .5vh;
  }

  .heading-37 {
    font-size: 45px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .section.cc-product-detail {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .container.cc-subscription-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.cc-white-button {
    padding: 3px 10px;
  }

  .button.cc-cart {
    padding-left: 16px;
    padding-right: 16px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }

  .heading-jumbo {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .menu-icon {
    font-size: 19px;
  }

  .cart-item-info-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cart {
    margin-right: 20px;
  }

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

  .menu-button {
    flex: none;
  }

  .menu-button.w--open {
    flex: none;
    margin-top: 10px;
  }

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

  .navigation-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-container {
    min-width: 320px;
  }

  .form-block, .about-quote, .get-in-touch-form-wrap, .blog-item, .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .list-item {
    flex-direction: column;
    align-items: center;
  }

  .full-width-form {
    padding: 15px;
  }

  .order-item-description-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 38px;
  }

  .column, .column-2 {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    border-bottom: 1px dotted var(--color-2);
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 18px;
  }

  .button-3 {
    margin-bottom: 40px;
  }

  .text-block-3 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

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

  .columns {
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-block-7 {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 17px;
    display: flex;
  }

  .paragraph {
    text-align: left;
  }

  .container-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-7 {
    margin-top: 100px;
    font-size: 23px;
    line-height: 26px;
  }

  .container-5 {
    height: 500px;
    padding: 20px 20px 60px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 20px;
  }

  .columns-3 {
    width: 100%;
    height: auto;
  }

  .slider {
    height: 230px;
  }

  .container-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .container-7 {
    height: 230px;
    margin-top: 0;
    margin-left: 20px;
  }

  .image-2, .slide, .mask {
    height: 230px;
  }

  .icon-3, .icon-4 {
    font-size: 0;
  }

  .cell-2 {
    padding-top: 10px;
  }

  .image-3, .image-4 {
    margin-bottom: 20px;
  }

  .heading-11 {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .section-4 {
    object-fit: cover;
    height: 250px;
    margin-bottom: 40px;
  }

  .heading-12 {
    font-size: 15px;
    line-height: 20px;
  }

  .image-5 {
    aspect-ratio: auto;
    height: 250px;
  }

  .section-5 {
    padding-bottom: 40px;
    padding-left: 0;
  }

  .columns-4 {
    padding-left: 40px;
    display: block;
  }

  .list-3, .column-9 {
    padding-left: 0;
  }

  .columns-5 {
    width: 300px;
    max-width: none;
  }

  .heading-17 {
    line-height: 30px;
  }

  .paragraph-2 {
    width: 200px;
  }

  .paragraph-3 {
    align-self: center;
    width: 200px;
  }

  .paragraph-4 {
    flex: 0 auto;
    width: 200px;
  }

  .column-10 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow {
    width: 20px;
  }

  .right-arrow {
    width: 20px;
    font-size: 0;
  }

  .text-block-9 {
    letter-spacing: 1px;
    font-size: 11px;
  }

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

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

  .container-8 {
    height: 250px;
    margin-left: 20px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template: ". . . Area-4"
                   ". Area Area-2 ." minmax(auto, .75fr)
                   ". . . ."
                   ". . . ."
                   "Area-3 . . ."
                   / 1.1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 60px;
    display: grid;
  }

  .container-11 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .container-12 {
    margin-left: 0;
  }

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

  .container-13 {
    height: 180px;
    margin-left: 20px;
    top: 7%;
  }

  .paragraph-5 {
    padding-bottom: 20px;
  }

  .column-16 {
    clear: none;
    overflow-wrap: normal;
  }

  .columns-6 {
    width: 300px;
    display: block;
  }

  .column-17 {
    clear: none;
  }

  .columns-7 {
    clear: none;
    direction: ltr;
    flex: none;
    width: 300px;
    display: block;
  }

  .image-9 {
    top: 12%;
  }

  .navbar {
    margin-top: 132px;
  }

  .container-16 {
    height: 11vh;
  }

  .heading-26 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .link-4 {
    padding-left: 10px;
    font-size: 10px;
    line-height: 22px;
  }

  .heading-28 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-29 {
    line-height: 30px;
  }

  .heading-30 {
    line-height: 36px;
  }

  .italic-text {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-32 {
    line-height: 40px;
  }

  .column-21, .column-22, .column-23 {
    padding-bottom: 0;
  }

  .column-24 {
    height: auto;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-34 {
    margin-top: 92px;
    font-size: 23px;
    line-height: 26px;
  }

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

  .container-19 {
    height: 500px;
    padding: 20px 20px 60px;
  }

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

  .bold-text-5 {
    font-size: 20px;
    line-height: 22px;
  }

  .container-20, .container-21, .container-22, .container-23 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .list-item-6 {
    line-height: 24px;
  }

  .paragraph-12 {
    margin-top: 20px;
  }

  .container-25 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-36 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-37 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-38 {
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
    line-height: 28px;
  }

  .container-26 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-27 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-b926b58f-76c2-0aeb-f282-4c552352e21e-1dc45cd5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4f011758-4c50-bf71-2f36-f6628c10fe95-1dc45cd5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f238e4cc-e2bf-5e75-da52-e6fb2d27b5d3-2d27b5ce, #w-node-_05d1b35d-9a91-2f80-357a-292bf8ff75af-2d27b5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cd577cc-2848-36d9-bf59-08ffb3f4e7b1-2d27b5ce, #w-node-cda7a81d-ef9a-f0e9-a17e-b1118a946609-2d27b5ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_5918c398-115f-5e2f-7140-5c14bad3d149-1dc45cd9, #w-node-_59f4a9ab-8928-91a7-65b8-5697ba342445-1dc45cda, #w-node-b77cb2ad-d549-09bf-9dc7-6dc8291aec69-1dc45cdb, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45cdc, #w-node-_7ccef632-b5a5-e6b3-d93e-84a88845edd3-1dc45cdd, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d18, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d2d, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d2e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_2cd577cc-2848-36d9-bf59-08ffb3f4e7b1-2d27b5ce, #w-node-cda7a81d-ef9a-f0e9-a17e-b1118a946609-2d27b5ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f238e4cc-e2bf-5e75-da52-e6fb2d27b5d3-2d27b5ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cda7a81d-ef9a-f0e9-a17e-b1118a946609-2d27b5ce {
    grid-area: Area-3;
    place-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f011758-4c50-bf71-2f36-f6628c10fe95-1dc45cd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f238e4cc-e2bf-5e75-da52-e6fb2d27b5d1-2d27b5ce {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cda7a81d-ef9a-f0e9-a17e-b1118a946609-2d27b5ce {
    justify-self: start;
  }

  #w-node-_5918c398-115f-5e2f-7140-5c14bad3d149-1dc45cd9, #w-node-_59f4a9ab-8928-91a7-65b8-5697ba342445-1dc45cda, #w-node-b77cb2ad-d549-09bf-9dc7-6dc8291aec69-1dc45cdb, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45cdc, #w-node-_7ccef632-b5a5-e6b3-d93e-84a88845edd3-1dc45cdd, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d18, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d2d, #w-node-_70d52cbf-fe72-3caa-df7c-7b45c3e0846e-1dc45d2e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


