@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Bold.woff2') format("woff2"), url('../fonts/MangoGrotesque-ExtraBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Medium.woff2') format("woff2"), url('../fonts/MangoGrotesque-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mango Grotesque;
  src: url('../fonts/MangoGrotesque-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentsans Variable;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --white: white;
  --grey: #aeaeae;
  --border: #aeaeae33;
  --dark: #222;
  --dark-grey: #707070;
  --dark-black: black;
  --red: #b30838;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Instrumentsans Variable, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.4;
}

strong {
  font-weight: bold;
}

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

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.text-size-small {
  color: var(--grey);
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: .875rem;
}

.text-size-small.text-style-allcaps.font {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-size-small.text-style-allcaps.font.grow {
  color: #000;
  flex: none;
}

.form-input {
  border: 1px solid var(--border);
  background-color: var(--dark);
  color: var(--white);
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--dark-grey);
}

.form-input::placeholder {
  color: #222;
}

.page-wrapper.bg-dark {
  background-color: #000;
}

.text-size-tiny {
  color: var(--grey);
  font-size: .75rem;
}

.text-rich-text h5 {
  font-size: 2rem;
}

.text-rich-text h6 {
  font-size: 1.5rem;
}

.text-rich-text h4 {
  font-size: 3rem;
}

.text-rich-text h3 {
  font-size: 4rem;
}

.text-rich-text h2 {
  font-size: 5rem;
}

.text-rich-text h1 {
  font-size: 6rem;
}

.text-rich-text ul {
  color: var(--grey);
  font-size: 1rem;
}

.text-rich-text ol {
  color: var(--grey);
  margin-bottom: 1rem;
  padding-left: 2.1875rem;
  font-size: 1rem;
}

.text-rich-text blockquote {
  color: var(--grey);
}

.text-rich-text.margin {
  width: 100%;
  max-width: 62.375rem;
  margin: 7.5rem auto;
}

.text-rich-text.is-font {
  width: 100%;
  max-width: 62.375rem;
  margin: 5.625rem auto;
}

.text-rich-text.is-font p {
  color: var(--dark-black);
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-rich-text.is-font li {
  color: var(--white);
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-regular {
  color: var(--grey);
  font-size: 1rem;
  line-height: 1.2;
}

.text-size-regular.text-color-alternate.left {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.text-size-regular.text-color-alternate.left.margin {
  margin-top: 2rem;
}

.text-size-regular.text-color-alternate.left.margin.removed {
  margin-top: .625rem;
}

.text-size-regular.footer-description {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-size-regular.footer-description.font {
  color: #000;
  letter-spacing: .05em;
  text-transform: none;
  line-height: 1.25rem;
  text-decoration: none;
  display: block;
}

.text-size-regular.footer-description.font.caps {
  text-transform: uppercase;
}

.text-size-regular.footer-description.font.underline {
  text-decoration: underline;
}

.padding-xhuge {
  padding: 8rem;
}

.container-large {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.max-width {
  max-width: 89.375rem;
}

.container-large.is-max-width {
  max-width: 96rem;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  font-weight: 700;
  line-height: .9;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.text-color-secondary {
  color: var(--grey);
}

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

.text-align-center.margin-bottom.botom {
  margin-bottom: 0;
}

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 8rem;
  font-weight: 700;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .35s;
}

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

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

.text-size-medium {
  color: var(--grey);
  font-size: 1.25rem;
}

.text-size-medium.text-align-center.max-width {
  width: 100%;
  max-width: 49.5625rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium.text-align-center.max-width.font {
  color: var(--dark-black);
}

.text-size-medium.text-align-center.max-width.wood {
  color: var(--dark-black);
  max-width: 62.3125rem;
}

.text-size-medium.text-align-center.max-width._3d-machione {
  color: var(--dark-black);
  max-width: 55rem;
}

.text-size-medium.text-align-center.max-width.taglio {
  color: var(--dark-black);
  max-width: 72.1875rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-medium.align-center {
  max-width: 75.875rem;
}

.max-width-medium.align-center.top-margin {
  margin-top: 1.875rem;
}

.max-width-medium.align-center.top-margin.gap {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.max-width-medium.align-center.top-margin-removed {
  margin-top: .8rem;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.container-medium {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.main-wrapper {
  background-color: #f8f7f5;
  overflow: clip;
}

.max-width-xlarge {
  width: 100%;
  max-width: 70rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  font-family: Instrumentsans Variable, sans-serif;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1.is-page-title {
  color: #000;
  text-align: center;
  letter-spacing: .15em;
  margin-bottom: 0;
  font-family: Instrumentsans Variable, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  font-stretch: 75%;
  line-height: 3.75rem;
}

.heading-style-h1.is-page-title.is-contact {
  text-align: left;
}

.heading-style-h1.is-page-title.is-privacy-title, .heading-style-h1.is-page-title.is-product-title {
  font-weight: 500;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.checkout-form, .paypal-checkout-form, .order-confirmation-form {
  background-color: #0000;
  padding: 0;
}

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

.link-wrap {
  flex-direction: column;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.link-text.is-hover {
  color: var(--grey);
}

.link-text.bottom {
  font-size: 14px;
}

.link-text.bottom.font {
  font-size: 1rem;
  line-height: 1.25rem;
}

.link-text.bottom-hover {
  color: #888;
  font-size: 14px;
}

.link-text.bottom-hover.font {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
}

.link-button {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button.bottom {
  height: 14px;
}

.link-button.bottom.height {
  height: 1.25rem;
}

.checkout-header-block {
  border-color: var(--border);
  background-color: #1b1b1b;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  border-right-color: var(--border);
  border-bottom-color: var(--border);
  border-left-color: var(--border);
  background-color: #1b1b1b;
}

.checkout-subtitle {
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.checkout-image {
  width: 50px;
}

.padding-top-header {
  padding-top: 10rem;
}

.padding-top-header.padding-top {
  padding-top: 7.25rem;
}

.utility-icon {
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

.shipping-method {
  background-color: #fff0;
  border-bottom-style: none;
}

.utility-page-title {
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.empty-state {
  background-color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

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

.blog-link-wrapper {
  display: block;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  background-color: var(--dark);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.5rem;
  position: relative;
  top: -2rem;
}

.blog-post-title {
  color: var(--white);
  font-size: 2.5rem;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-post-icon {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.blog-post-category {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 12px;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.blog-post-icon-wrap {
  border: 1px solid var(--border);
  background-color: var(--border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 10px;
  display: flex;
}

.blog-post-icon-overflow {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-top-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.author-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.author-picture {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.author-s-social-media-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  border: 1px solid var(--border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: border-color .35s;
  display: flex;
}

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

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: var(--white);
  width: 1.125rem;
  height: 1.125rem;
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.nav-menu-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav-link {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-text {
  color: var(--dark-black);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.nav-text:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .nav-text:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95) {
  color: #fff;
}

.nav-text.cc-home {
  color: var(--white);
}

.brand-link {
  z-index: 10;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: relative;
  overflow: hidden;
}

.brand-link.hide-destop {
  display: none;
}

.logo-wrap {
  justify-content: center;
  align-items: flex-start;
}

.logo {
  color: var(--white);
  text-transform: uppercase;
  height: 1.875rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.logo.white {
  display: none;
}

.logo.white:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .logo.white:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95), .logo.white.cc-home, .logo.dark {
  display: block;
}

.logo.dark:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .logo.dark:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95), .logo.dark.cc-home {
  display: none;
}

.alternate-logo {
  opacity: .3;
  color: var(--grey);
  text-transform: uppercase;
  height: 1.875rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
}

.product-content-wrapper {
  border: 1px solid var(--border);
  background-color: var(--dark);
  padding: 3rem 2rem;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.pricing-benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  color: var(--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-bottom: 10px;
}

.faq-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-content-wrap {
  overflow: hidden;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.plus-block {
  border: 1px solid var(--border);
  background-color: var(--dark);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--grey);
  text-align: center;
  margin-bottom: 0;
  padding-top: 2rem;
  font-size: 16px;
  font-weight: 400;
}

.accordion-top-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-track-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-track-line {
  background-color: var(--dark);
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-track-progress {
  background-color: var(--white);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.background-navbar {
  display: none;
}

.product-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-quantity {
  display: none;
}

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

.cart-icon {
  color: var(--white);
  display: none;
}

.cart-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1rem;
  transition: all .35s;
}

.cart-text:hover {
  color: var(--grey);
}

.cart-quantity {
  color: #000;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-height: 18px;
  margin-top: -10px;
  margin-left: 0;
  line-height: 1;
  display: flex;
}

.remove-text {
  color: #00000080;
  transition: color .35s;
}

.remove-text:hover {
  color: #000;
}

.cart-title {
  font-size: 2.25rem;
  font-weight: 700;
}

.close-button {
  filter: invert();
  cursor: pointer;
}

.cart-header {
  border-bottom-color: var(--border);
}

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

.cart-footer {
  border-top-color: var(--border);
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer {
  background-color: #f8f7f5;
}

.footer-logo-link {
  mix-blend-mode: difference;
  transition: opacity .35s;
}

.footer-logo-link:hover {
  opacity: .75;
}

.footer-logo {
  color: var(--white);
  text-transform: uppercase;
  height: 3rem;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.footer-logo.auto {
  width: 100%;
  max-width: 23rem;
  height: 2.5rem;
}

.footer-top-content.flex {
  grid-column-gap: 3.3125rem;
  grid-row-gap: 3.3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-padding {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 4rem;
}

.bottom-component-grid.grid-column {
  flex-flow: column;
  grid-template-rows: auto auto;
  display: flex;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.bottom-content-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-overflow {
  position: relative;
  overflow: hidden;
}

.section-project-header.padding {
  padding-bottom: 5rem;
}

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

.cover-image.is-height {
  height: 56.25rem;
}

.cover-image.is-height.reduce {
  height: 42.5rem;
}

.cover-image.height {
  height: 40.875rem;
}

.cover-image-wrapper {
  margin-top: 3.5rem;
  position: relative;
  overflow: hidden;
}

.empty-shipping-state {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.header-component-grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
}

.left-nav-menu {
  grid-column-gap: 3.5625rem;
  grid-row-gap: 3.5625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-nav-menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-underline-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-underline-item {
  width: 100%;
  height: 1px;
  overflow: hidden;
}

.left-underline {
  background-color: var(--dark-black);
  width: 100%;
  height: 1px;
}

.left-underline:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .left-underline:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95), .left-underline.cc-home {
  background-color: var(--white);
}

.right-underline {
  background-color: var(--dark-black);
  width: 100%;
  height: 1px;
}

.right-underline:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .right-underline:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95), .right-underline.cc-home {
  background-color: var(--white);
}

.nav-link-block {
  height: 1rem;
  overflow: hidden;
}

.header-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.header-card-block {
  width: 100%;
  max-width: 45rem;
  height: 100%;
  max-height: 45rem;
}

.header-card-item {
  z-index: 3;
  perspective: 750px;
  width: 11.25rem;
  height: 11.25rem;
  position: relative;
}

.header-card-item._01 {
  z-index: 1;
}

.header-card-item._05, .header-card-item._06 {
  z-index: 1;
  overflow: clip;
}

.header-card-item._07, .header-card-item._08, .header-card-item._09, .header-card-item._10, .header-card-item._11, .header-card-item._12 {
  overflow: clip;
}

.header-card-image {
  object-fit: cover;
  width: 11.25rem;
  height: 11.25rem;
}

.header-card-image._03 {
  transform-origin: 0%;
}

.header-card-image._05, .header-card-image._06, .header-card-image._07 {
  transform-origin: 50% 0;
}

.header-card-image._08, .header-card-image._09, .header-card-image._10 {
  transform-origin: 100%;
}

.header-card-image._11, .header-card-image._12 {
  transform-origin: 50% 100%;
}

.header-title-wrapper {
  z-index: 2;
  position: relative;
}

.card-image-item {
  perspective: 750px;
  transform-origin: 0%;
  position: relative;
}

.card-image-item._05, .card-image-item._06, .card-image-item._07 {
  transform-origin: 50% 0;
}

.card-image-item._08, .card-image-item._09, .card-image-item._10 {
  transform-origin: 100%;
}

.card-image-item._11, .card-image-item._12 {
  transform-origin: 50% 100%;
}

.card-image-wrap._01, .card-image-wrap._02, .card-image-wrap._03 {
  transform-origin: 100%;
}

.card-image-wrap._05, .card-image-wrap._06 {
  transform-origin: 50% 100%;
}

.card-image-wrap._07, .card-image-wrap._08, .card-image-wrap._09 {
  transform-origin: 0%;
}

.card-image-wrap._10, .card-image-wrap._11, .card-image-wrap._12 {
  transform-origin: 50% 0;
}

.intro-title {
  color: var(--black);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Instrumentsans Variable, sans-serif;
  font-size: 3.125rem;
  font-weight: 500;
  font-stretch: 75%;
  line-height: 3.75rem;
}

.intro-title.is-font {
  color: var(--dark-black);
}

.main-button-rotate-background {
  background-color: var(--dark-grey);
  width: 100%;
  height: 100%;
}

.main-button-rotate-background.dark {
  background-color: var(--black);
}

.main-button-rotate-background.is-grey {
  color: #111;
  background-color: #111;
}

.main-button-text {
  color: var(--black);
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1;
}

.main-button-text.is-alternate {
  color: var(--white);
}

.main-button-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 14px;
  display: flex;
  overflow: hidden;
}

.arrow {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
}

.main-button-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  width: 100%;
}

.main-button-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  line-height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.right-main-button {
  background-color: var(--white);
  height: 3.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.right-main-button.is-alternate {
  background-color: var(--black);
}

.right-main-button.is-alternate.is-red {
  background-color: var(--black);
  padding-left: .9375rem;
  padding-right: 1.0625rem;
}

.arrow-block {
  z-index: 2;
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  overflow: hidden;
}

.rotate-arrow-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: grid;
  position: relative;
}

.main-button.margin-top {
  margin-top: 3.125rem;
}

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

.section-home-about {
  position: relative;
  overflow: clip;
}

.section-home-about.padding {
  background-color: #f8f7f5;
}

.about-content-wrapper {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 2rem;
  position: relative;
}

.about-content-wrapper.dark {
  background-color: #0000;
}

.about-content-wrapper.replative-top {
  background-color: #f8f7f5;
  padding-top: 0;
  padding-bottom: 0;
  top: auto;
}

.divider-component {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.divider-component.top {
  bottom: -4rem;
}

.divider-component.bottom {
  top: -4rem;
}

.top-divier-block, .bottom-divider-block {
  background-color: var(--white);
  width: 100%;
  height: 12rem;
}

.section-home-hero {
  padding-bottom: 5rem;
  overflow: clip;
}

.section-home-service {
  z-index: 1;
  position: relative;
}

.asterisk {
  position: relative;
  bottom: -5rem;
}

.intro-title-wrapper {
  margin-top: 7.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.intro-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  display: flex;
}

.subtitle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.subtitle {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
}

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

.subtitle.text-align-center.max-width {
  color: #000;
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 83.9375rem;
  margin-top: .625rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.subtitle.text-align-center.max-width-100 {
  color: var(--dark-black);
  text-align: center;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.projects-component-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-link-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.projects-component {
  width: 100%;
  height: 100%;
}

.project-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.project-image.max-height {
  object-fit: cover;
  object-position: 50% 50%;
  max-height: 584px;
}

.project-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.project-name-wrapper {
  z-index: 5;
  mix-blend-mode: difference;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  overflow: clip;
}

.project-name {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
}

.project-name.font {
  font-size: 8rem;
  line-height: 9.75rem;
}

.project-asterisk {
  color: var(--white);
  font-size: 14rem;
  line-height: .8;
  position: relative;
  bottom: -3.25rem;
}

.project-item {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-collection-wrapper {
  width: 100%;
  height: 100%;
}

.project-name-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  overflow: clip;
}

.project-name-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-name-wrap.is-left {
  justify-content: flex-end;
  align-items: center;
}

.project-button {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  position: relative;
}

.project-button-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.project-arrow {
  color: var(--white);
  width: 4rem;
  height: 4rem;
  position: absolute;
}

.project-arrow._01, .project-arrow._02 {
  width: 1.5rem;
  height: 1.375rem;
}

.project-arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  overflow: hidden;
}

.project-arrow-block {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.project-arrow-bg {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.line {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.featured {
  color: var(--dark-grey);
}

.cta-01 {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400vh;
  position: relative;
}

.footer-top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 3.125rem;
}

.footer-social-media-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-social-media-wrapper.is-direction {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-content-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-square {
  background-color: var(--white);
  width: 5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.back-to-top {
  border: 1px solid var(--dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: border-color .35s;
  display: flex;
}

.back-to-top:hover {
  border-color: var(--dark-grey);
}

.up-arrow {
  color: #fff;
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.cta-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.cta-container {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: relative;
}

.cta-title {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 12rem;
  line-height: 1;
}

.cta-image-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-image {
  object-fit: cover;
  width: 15rem;
  height: 15rem;
}

.project-content-block {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.project-content-block.width {
  width: 100%;
}

.project-top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.project-top-content {
  z-index: 5;
  position: absolute;
  inset: 2rem 2rem auto;
}

.project-top-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1rem;
}

.project-sticky {
  position: sticky;
  top: 0;
}

.project-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-name-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.checkout-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Mango Grotesque, Impact, sans-serif;
  font-size: 10rem;
  line-height: 1;
}

.service-sticky-image-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 41.5rem;
  display: flex;
}

.service-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 84.875rem;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.service-heading {
  letter-spacing: -.03em;
  text-transform: uppercase;
  width: 100%;
  max-width: 22.1875rem;
  margin-bottom: 1rem;
  font-family: Instrumentsans Variable, sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  font-stretch: 75%;
  line-height: 4.375rem;
}

.service-heading.removed-width {
  color: var(--dark-black);
  letter-spacing: .15em;
  max-width: 32.5rem;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.66rem;
}

.service-heading.max-width {
  max-width: 21.8125rem;
}

.service-heading.max-width.service-max-width {
  color: var(--dark-black);
  text-align: right;
  letter-spacing: .15em;
  max-width: 23.1875rem;
  margin-left: auto;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.service-heading.max-width.remove-max-width {
  color: var(--dark-black);
  letter-spacing: .15em;
  max-width: none;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.8125rem;
}

.service-heading.is-max-width {
  color: var(--dark-black);
  text-align: right;
  letter-spacing: .15em;
  max-width: 33.5625rem;
  margin-left: auto;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.service-heading.max-width-none {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: var(--dark-black);
  letter-spacing: .15em;
  object-fit: fill;
  width: 100%;
  max-width: 25rem;
  font-size: 3.125rem;
  font-weight: 500;
  line-height: 3.8125rem;
  display: block;
  position: static;
}

.service-sticky-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 0px none var(--border);
  background-color: var(--dark);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 41.5rem;
  margin-bottom: 10vh;
  display: grid;
  overflow: hidden;
}

.service-sticky-wrapper._01 {
  border-width: 0;
  place-items: center start;
}

.service-sticky-wrapper._02 {
  text-align: right;
  border-style: none;
  border-width: 0;
}

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

.service-card {
  background-color: #f8f7f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.service-description {
  color: var(--dark-black);
  text-transform: none;
  margin-bottom: 1.25rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.service-description.left {
  text-align: right;
}

.clock-icon {
  width: 1rem;
  height: 1rem;
}

.form-input-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post-title {
  font-size: 8rem;
  line-height: 1;
}

.blog-post-top-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.author-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.plan-icon-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.product-icon {
  height: 6rem;
}

.cart-quantity-block {
  border-color: var(--border);
  background-color: var(--dark);
  border-radius: 0;
}

.cart-image {
  width: 50px;
}

.section-home-testimonial {
  display: none;
}

.testimonial-slider {
  background-color: #0000;
  width: 80vw;
  height: 70vh;
}

.testimonial-text {
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  font-style: italic;
}

.client-image-wrapper {
  border-radius: 100%;
  width: 10rem;
  height: 10rem;
}

.right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-name {
  font-size: 1.25rem;
  font-weight: 400;
}

.testimonial-slide-content {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: 30rem;
  display: flex;
}

.testimonial-content-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.slide-arrow {
  color: var(--white);
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  font-weight: 400;
}

.testimonial-mask {
  overflow: visible;
}

.client-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.testimonial-slider-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-02 {
  position: relative;
  top: -4rem;
  overflow: clip;
}

.cta-content-wrap {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.cta-block {
  z-index: 2;
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.cta-animation-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-animation-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 70%;
}

.cta-overflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-animation-block {
  background-color: var(--black);
  width: 100%;
  height: 100%;
}

.cta-button-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-image-card {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0% auto auto;
}

.cta-content-block {
  z-index: 10;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cta-link-text {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
}

.cta-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.cta-link {
  background-color: #111;
  border: 1px solid #aeaeae33;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  transition: all .35s;
  display: flex;
  position: absolute;
}

.cta-link:hover {
  transform: scale(1.05);
}

.cta-heading-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.title-01 {
  color: var(--white);
  text-align: center;
  letter-spacing: -5px;
  text-transform: uppercase;
  font-size: 20rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  bottom: -1rem;
}

.cta-card-item {
  transform-origin: 0 0;
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.cta-card-item._03 {
  z-index: 6;
  transform: rotate(-75deg);
}

.cta-card-item._01 {
  z-index: 8;
  transform: rotate(20deg);
}

.cta-card-item._04 {
  z-index: 5;
  transform: rotate(-135deg);
}

.cta-card-item._06 {
  z-index: 3;
  transform: rotate(-235deg);
}

.cta-card-item._02 {
  z-index: 7;
  transform: rotate(-35deg);
}

.cta-card-item._05 {
  z-index: 4;
  transform: rotate(-195deg);
}

.cta-card-item._07 {
  z-index: 2;
  transform: rotate(-290deg);
}

.cta-card-component {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-card-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: scale(1.5);
}

.cta-card-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-03 {
  z-index: 2;
  background-color: var(--black);
  height: 300vh;
  position: relative;
  overflow: clip;
}

.title-02 {
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
  bottom: -2rem;
}

.cta-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.cta-image-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 30% 0% 0%;
}

.cta-image-item._02, .cta-image-item._03, .cta-image-item._04, .cta-image-item._05, .cta-image-item._06, .cta-image-item._07 {
  transform: rotate(180deg);
}

.span-red-color {
  color: var(--red);
}

.is-flex-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.is-flex-wrapper.padding {
  margin-top: 2.5rem;
  margin-bottom: 5.5rem;
}

.social-media-svg-code {
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 2.9375rem;
  grid-row-gap: 2.9375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2.875rem;
  padding-bottom: 3.125rem;
  display: flex;
}

.logog-img-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.verticle-line {
  background-color: #000;
  flex: none;
  width: 1px;
}

.verticle-line:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .verticle-line:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95) {
  color: var(--dark-black);
  background-color: #fff;
}

.verticle-line.cc-home {
  background-color: var(--white);
}

.language-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  display: flex;
}

.is-navbar-link {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
}

.is-navbar-link:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .is-navbar-link:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95) {
  color: #fff;
}

.is-navbar-link.cc-home {
  color: var(--white);
}

.page-wrapper.bg {
  background-color: #000;
}

.section_contact {
  padding-top: 8rem;
}

.contact-wrapper-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 84.375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-left-block {
  width: 17.75rem;
}

.contact-right-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 59.5rem;
  margin-left: auto;
  padding: 2.8125rem;
  display: flex;
}

.is-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.field-label {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.text-field {
  color: var(--white);
  background-color: #1e1e1e;
  border: 1px solid #454545;
  height: 67px;
  margin-bottom: 0;
}

.text-field.height {
  color: var(--white);
  height: 19rem;
}

.form-input-block {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
}

.form {
  grid-column-gap: 2.6875rem;
  grid-row-gap: 2.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  background-color: #0000;
  border: 1px solid #fff;
  flex: none;
  width: 1.5625rem;
  height: 1.5625rem;
  margin-top: 0;
}

.checkbox-label {
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  max-width: 49.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
}

.checkbox-field {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.0625rem;
  padding-left: 0;
  display: flex;
}

.submit-button {
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: #1e1e1e;
  border: 1px solid #454545;
  width: 100%;
  padding-top: 1.625rem;
  padding-bottom: 1.3125rem;
  font-size: 1rem;
  font-weight: 700;
}

.section_legel {
  padding-top: 7.25rem;
  padding-bottom: 6.625rem;
}

.policy-wrapper-block {
  width: 100%;
  max-width: 88.5rem;
  margin-left: auto;
  margin-right: auto;
}

.privacy-content {
  margin-top: 4.375rem;
  margin-bottom: 6.625rem;
}

.privacy-content p {
  color: var(--dark-black);
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.privacy-content strong {
  text-transform: uppercase;
  margin-top: 1.25rem;
  display: inline-block;
}

.privacy-content a {
  text-decoration: underline;
}

.image-gallery-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.product-hero {
  padding-top: 7.25rem;
  padding-bottom: 6rem;
}

.product-hero-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.image-gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.75rem;
  display: grid;
}

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

.iscc {
  mix-blend-mode: difference;
  width: 100%;
  max-width: 9.9375rem;
}

.italy {
  width: 100%;
  max-width: 10.375rem;
}

.div-block {
  grid-column-gap: 2.6875rem;
  grid-row-gap: 2.6875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3.75rem;
  display: flex;
}

.social-medial-links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-medial-links.hide-icons {
  display: none;
}

.footer-logo-wrapper {
  grid-column-gap: 5.3125rem;
  grid-row-gap: 5.3125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-block-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-block-wrapper.last {
  justify-content: flex-end;
  align-items: flex-end;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 2.5rem;
  position: relative;
}

.video-wrapper.margin {
  margin-top: 0;
}

.link-active-line {
  opacity: 0;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.link-active-line:where(.w-variant-caea3549-476c-992d-97d3-a9304e89f8cc), .link-active-line:where(.w-variant-00d9d7e0-0fe4-193d-b614-0e0256e8eb95) {
  background-color: #fff;
}

.code-embed-2 {
  display: none;
}

.video-controls {
  pointer-events: none;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-control--mute {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: flex;
}

.mute {
  justify-content: flex-start;
  align-items: center;
  max-width: 25px;
  max-height: 25px;
  display: flex;
}

.sadfds {
  pointer-events: auto;
  display: block;
}

.asdsafe {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marging {
  margin-top: 2.5rem;
}

.footer-contents {
  color: #000;
  letter-spacing: .05rem;
  font-size: 1rem;
  line-height: 20px;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede1c;
}

.form-embed {
  align-self: stretch;
}

.vimeo-embed {
  aspect-ratio: 1512 / 839;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.vimeo-embed.mobile {
  display: none;
}

.footer-cm-logo {
  mix-blend-mode: difference;
  max-width: 220px;
}

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

.coso-gallery-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-bottom: 60px;
  display: flex;
}

.blending {
  mix-blend-mode: difference;
}

.project-btn-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  pointer-events: none;
  background-color: #d9d9d9b3;
  display: block;
  position: absolute;
  inset: 0%;
}

.sadfds-copy {
  pointer-events: auto;
  display: block;
}

.video-control--unmute {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50px;
  height: 100%;
  max-height: 50px;
  display: none;
}

.unmute {
  justify-content: flex-start;
  align-items: center;
  max-width: 25px;
  max-height: 25px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .heading-style-h2 {
    font-size: 14rem;
  }

  .max-width-xlarge {
    max-width: 80rem;
  }

  .header-card-block {
    max-width: 48rem;
    max-height: 48rem;
  }

  .header-card-item, .header-card-image {
    width: 12rem;
    height: 12rem;
  }

  .intro-title-wrapper {
    max-width: 50rem;
  }

  .project-name {
    font-size: 15rem;
  }

  .project-button {
    width: 14rem;
    height: 14rem;
  }

  .cta-title {
    margin-bottom: 0;
    font-size: 14rem;
    line-height: .9;
  }

  .service-description {
    font-size: 1.125rem;
  }

  .cta-card-wrapper {
    transform: scale(1.75);
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-h2 {
    font-size: 15rem;
  }

  .heading-style-h1, .project-name {
    font-size: 16rem;
  }

  .cta-title {
    font-size: 15rem;
  }

  .cta-image-item {
    top: 40%;
  }

  .checkbox-label {
    text-transform: none;
    font-size: .8rem;
    font-weight: 400;
  }

  .checkbox-field {
    margin-bottom: 1.0625rem;
  }

  .submit-button {
    letter-spacing: .05em;
    background-color: #1e1e1e;
    border: 1px solid #454545;
    width: 100%;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    font-size: 1rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .intro-title.is-font {
    color: var(--white);
  }

  .top-divier-block._04 {
    height: 10rem;
  }

  .intro-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-home-service {
    padding-top: 7.1875rem;
  }

  .contact-wrapper-block {
    place-items: start stretch;
  }

  .contact-right-block {
    margin-left: auto;
  }
}

@media screen and (max-width: 991px) {
  .text-rich-text.is-font {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .heading-style-h2 {
    font-size: 8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 6rem;
    line-height: 1;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 10rem;
  }

  .blog-component-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-title {
    font-size: 3rem;
  }

  .author-content-wrapper {
    display: flex;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-content {
    z-index: 2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .nav-link {
    height: 2.5rem;
  }

  .nav-text {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
  }

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

  .brand-link {
    z-index: 99;
  }

  .brand-link.w--current {
    z-index: 999;
  }

  .brand-link.hide-destop, .brand-link.hide-destop.w--current {
    display: block;
  }

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

  .menu-button {
    border: 1px solid #00000054;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0;
  }

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

  .menu-button.cc-home {
    border-color: var(--white);
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .accordion-heading {
    font-size: 2.5rem;
  }

  .background-navbar {
    z-index: 1;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bottom-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-menu-block {
    flex-flow: wrap;
  }

  .cover-image.is-height, .cover-image.height {
    height: 45rem;
  }

  .left-nav-menu, .right-nav-menu {
    flex-flow: column;
  }

  .menu-button-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .left-underline.cc-home, .right-underline.cc-home {
    background-color: var(--black);
  }

  .nav-link-block {
    color: var(--white);
    height: 3rem;
  }

  .header-card-block {
    max-width: 35rem;
    max-height: 35rem;
  }

  .header-card-item, .header-card-image {
    width: 8.75rem;
    height: 8.75rem;
  }

  .section-home-about {
    position: relative;
  }

  .about-content-wrapper {
    padding-top: 2rem;
  }

  .top-divier-block, .bottom-divider-block {
    height: 10rem;
  }

  .asterisk {
    bottom: -2.5rem;
  }

  .menu-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 50%;
    height: 50%;
  }

  .menu-item {
    background-color: var(--black);
    width: 4px;
    min-width: 4px;
    height: 4px;
    min-height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-item.cc-home {
    background-color: var(--white);
  }

  .project-name {
    font-size: 8rem;
  }

  .project-asterisk {
    font-size: 10rem;
    bottom: -1.5rem;
  }

  .project-button {
    width: 7rem;
    height: 7rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 2.5rem;
    height: 2.5rem;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .cta-content-wrapper {
    top: 5rem;
  }

  .nav-square {
    background-color: var(--dark);
    width: 5rem;
    height: 5rem;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .cta-title {
    font-size: 10rem;
  }

  .cta-image {
    width: 12rem;
    height: 12rem;
  }

  .project-top-content {
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .checkout-title {
    font-size: 8rem;
  }

  .service-sticky-image-wrap {
    height: auto;
  }

  .service-heading {
    font-size: 3rem;
  }

  .service-heading.removed-width {
    max-width: none;
  }

  .service-heading.max-width.service-max-width {
    text-align: left;
    margin-left: 0;
  }

  .service-heading.max-width.remove-max-width {
    max-width: none;
  }

  .service-heading.is-max-width {
    text-align: left;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .service-heading.max-width-none {
    max-width: none;
  }

  .service-sticky-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .service-card {
    padding: 2rem;
  }

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

  .post-title {
    font-size: 6rem;
  }

  .product-icon {
    height: 5rem;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-text {
    font-size: 1.125rem;
  }

  .testimonial-slide-content {
    width: 30rem;
  }

  .cta-link-text {
    font-size: 14px;
  }

  .cta-text-wrapper {
    height: 14px;
  }

  .cta-link {
    width: 8rem;
    height: 8rem;
  }

  .cta-heading-wrapper {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
  }

  .title-01 {
    letter-spacing: -2px;
    font-size: 18rem;
    bottom: 0;
  }

  .cta-card-wrapper {
    transform: scale(1.25);
  }

  .title-02 {
    font-size: 18rem;
    bottom: -4rem;
  }

  .logog-img-wrap {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 2.5rem;
    flex-flow: wrap;
  }

  .verticle-line.cc-home {
    background-color: var(--black);
  }

  .is-navbar-link.cc-home {
    color: var(--black);
  }

  .contact-wrapper-block {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }

  .contact-left-block {
    width: 100%;
  }

  .contact-right-block {
    padding: 2rem;
  }

  .is-flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .text-field {
    height: 57px;
  }

  .form-input-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .form {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .image-gallery-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .image-gallery {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-height {
    height: 35rem;
  }

  .div-block {
    margin-top: 2.5rem;
  }

  .footer-block-wrapper.last {
    justify-content: flex-start;
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .text-rich-text h5 {
    font-size: 1.5rem;
  }

  .text-rich-text h6 {
    font-size: 1.25rem;
  }

  .text-rich-text h4 {
    font-size: 2rem;
  }

  .text-rich-text h3 {
    font-size: 2.5rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h1 {
    font-size: 4rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .heading-style-h2 {
    font-size: 6rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 4rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 8rem;
  }

  .heading-style-h1.is-page-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .heading-style-h1.is-page-title.is-privacy-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .heading-style-h1.is-page-title.cc-about {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .checkout-image {
    width: 40px;
  }

  .utility-page-title {
    font-size: 3rem;
  }

  .blog-component-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .blog-post-content {
    padding: 1.5rem 1.25rem;
  }

  .blog-post-title {
    font-size: 2.25rem;
  }

  .blog-post-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .blog-top-content-grid {
    grid-template-columns: 1fr;
  }

  .nav-menu-content {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
  }

  .nav-link {
    height: 2rem;
  }

  .nav-text {
    font-size: 2rem;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .product-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .footer-padding {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .bottom-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

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

  .cover-image.is-height, .cover-image.height {
    height: auto;
  }

  .header-card-block {
    max-width: 25rem;
    max-height: 25rem;
  }

  .header-card-item, .header-card-image {
    width: 6.25rem;
    height: 6.25rem;
  }

  .about-content-wrapper {
    padding-top: 3rem;
  }

  .top-divier-block, .bottom-divider-block {
    height: 8rem;
  }

  .section-home-hero {
    padding-bottom: 6rem;
  }

  .asterisk {
    bottom: -2rem;
  }

  .project-name {
    font-size: 6rem;
  }

  .project-asterisk {
    font-size: 8rem;
    bottom: -1rem;
  }

  .project-name-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .project-button {
    width: 6rem;
    height: 6rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 2rem;
    height: 2rem;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .footer-social-media-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-title {
    font-size: 8rem;
  }

  .project-top-content {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
  }

  .checkout-title {
    font-size: 6rem;
  }

  .service-sticky-image-wrap {
    height: auto;
  }

  .service-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .service-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .service-heading.removed-width, .service-heading.max-width.remove-max-width, .service-heading.max-width-none {
    margin-bottom: .5rem;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }

  .service-sticky-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
    top: 0%;
  }

  .service-card {
    padding: 1.5rem;
  }

  .post-title {
    font-size: 5rem;
  }

  .product-icon {
    height: 4rem;
  }

  .testimonial-text {
    font-size: 1.067rem;
  }

  .client-image-wrapper {
    width: 8rem;
    height: 8rem;
  }

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

  .testimonial-slide-content {
    width: 75%;
    height: 25rem;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-heading-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .title-01 {
    font-size: 14rem;
  }

  .cta-card-wrapper {
    perspective: 800px;
    transform: scale(1);
  }

  .title-02 {
    font-size: 14rem;
    bottom: -2.5rem;
  }

  .cta-image-item {
    top: 40%;
  }

  .is-flex-wrapper.padding {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .verticle-line {
    display: none;
  }

  .verticle-line.cc-mobile, .verticle-line.cc-home {
    display: block;
  }

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

  .privacy-content {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .image-height {
    height: 25rem;
  }

  .footer-logo-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .vimeo-embed.desktop {
    display: none;
  }

  .vimeo-embed.mobile {
    aspect-ratio: 4 / 5;
    display: flex;
  }

  .project-btn-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .image-overlay {
    display: none;
  }

  .group-logo {
    height: 100%;
    max-height: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .text-rich-text.is-font {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 4.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h1 {
    font-size: 6rem;
    line-height: 1;
  }

  .heading-style-h1.is-page-title {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }

  .heading-style-h1.is-page-title.is-contact {
    font-size: 3rem;
    line-height: 3rem;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .checkout-header-block {
    font-size: 12px;
  }

  .checkout-image {
    width: 50px;
    margin-bottom: 5px;
  }

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

  .utility-page-title {
    font-size: 2.75rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-category {
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .author-content-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

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

  .nav-link {
    height: 1.5rem;
  }

  .nav-text {
    font-size: 1.5rem;
  }

  .logo {
    height: auto;
  }

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .price-text {
    font-size: 2.25rem;
  }

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cart-title {
    font-size: 2rem;
  }

  .footer-logo {
    font-size: 2.75rem;
  }

  .footer-top-content.flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-project-header.padding {
    padding-bottom: 5rem;
  }

  .cover-image.is-height, .cover-image.height {
    height: auto;
  }

  .cover-image-wrapper {
    margin-top: 2.5rem;
  }

  .order-item {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .header-card-block {
    max-width: 15rem;
    max-height: 15rem;
  }

  .header-card-item, .header-card-image {
    width: 3.75rem;
    height: 3.75rem;
  }

  .intro-title {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .main-button-text.is-alternate {
    white-space: normal;
  }

  .main-button-text-wrap {
    height: auto;
  }

  .about-content-wrapper.dark {
    padding-top: 0;
  }

  .top-divier-block, .bottom-divider-block {
    height: 7rem;
  }

  .section-home-hero {
    padding-bottom: 5rem;
  }

  .asterisk {
    bottom: -1rem;
  }

  .intro-title-wrapper {
    width: 100%;
  }

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

  .subtitle.text-align-center.max-width-100 {
    font-size: 1.125rem;
  }

  .project-name {
    font-size: 3.5rem;
  }

  .project-asterisk {
    font-size: 6rem;
    bottom: -.75rem;
  }

  .project-name-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-button {
    width: 4rem;
    height: 4rem;
  }

  .project-arrow, .project-arrow-wrap {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cta-01 {
    height: 300vh;
  }

  .cta-content-wrapper {
    justify-content: center;
    align-items: center;
    top: 0;
  }

  .cta-title {
    font-size: 5.5rem;
  }

  .cta-image {
    width: 8rem;
    height: 8rem;
  }

  .project-top-content {
    top: 1rem;
    left: .75rem;
    right: .75rem;
  }

  .project-top-text {
    font-size: .875rem;
  }

  .checkout-title {
    font-size: 4rem;
  }

  .service-heading, .service-heading.removed-width {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .service-heading.max-width.service-max-width, .service-heading.is-max-width {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }

  .service-card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-description {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .post-title {
    font-size: 4rem;
  }

  .blog-post-top-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .product-icon {
    height: 3.5rem;
  }

  .cart-image {
    width: 40px;
  }

  .client-image-wrapper {
    width: 6rem;
    height: 6rem;
  }

  .testimonial-slide-content {
    height: 30rem;
  }

  .testimonial-content-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-arrow {
    width: 2rem;
    height: 2rem;
  }

  .cta-block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .cta-content-block {
    height: 90vh;
  }

  .cta-heading-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .title-01 {
    letter-spacing: -1px;
    font-size: 10rem;
    bottom: -.5rem;
  }

  .cta-card-component {
    height: 90vh;
  }

  .cta-card-wrapper {
    transform: scale(.65);
  }

  .cta-03 {
    height: 250vh;
  }

  .title-02 {
    font-size: 10rem;
    bottom: -1rem;
  }

  .cta-wrapper {
    height: 90vh;
  }

  .cta-image-item {
    top: 50%;
  }

  .logog-img-wrap {
    grid-row-gap: 2rem;
  }

  .verticle-line {
    display: none;
  }

  .contact-right-block {
    padding: 1.5rem;
  }

  .text-field {
    height: 47px;
  }

  .text-field.height {
    height: 15rem;
  }

  .form-input-block {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .form {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
  }

  .checkbox-label {
    margin-bottom: 0;
    font-size: .75rem;
    font-weight: 400;
  }

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

  .submit-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .privacy-content {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .privacy-content p {
    font-size: 1rem;
  }

  .image-gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .image-height {
    height: 20rem;
  }

  .iscc, .italy {
    max-width: 7rem;
  }

  .footer-logo-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .footer-block-wrapper {
    grid-column-gap: 4.375rem;
    grid-row-gap: 4.375rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-controls {
    padding-bottom: 1.25rem;
    padding-right: 1.25rem;
  }

  .video-control--mute {
    max-width: 40px;
    max-height: 40px;
  }

  .footer-cm-logo {
    max-width: 260px;
  }

  .video-control--unmute {
    max-width: 40px;
    max-height: 40px;
  }
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a87-46169c06 {
  grid-area: 1 / 1 / 7 / 7;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a8a-46169c06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a8e-46169c06 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a92-46169c06 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a96-46169c06 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a9a-46169c06 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9a9e-46169c06 {
  grid-area: 3 / 4 / 4 / 5;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aa2-46169c06 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aa6-46169c06 {
  grid-area: 4 / 3 / 5 / 4;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aaa-46169c06 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aae-46169c06 {
  grid-area: 4 / 1 / 5 / 2;
  align-self: end;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ab2-46169c06 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9ab6-46169c06 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_74d41094-d9b9-aa0d-6872-9aadc46e9aba-46169c06 {
  grid-area: 1 / 1 / 7 / 7;
  place-self: center;
}

#w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b7-46169c06, #w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b8-46169c06, #w-node-c318beea-e8a7-4f21-188b-59f84ff7b451-46169c06, #w-node-c318beea-e8a7-4f21-188b-59f84ff7b452-46169c06, #w-node-dd5bfea5-7472-1cc0-a2d2-f59b1fe2bafc-46169c06, #w-node-dd5bfea5-7472-1cc0-a2d2-f59b1fe2bafd-46169c06 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb45-56e8eb41 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb49-56e8eb41 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab64-df01ab5a {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-_48d79695-1c90-4428-c5bc-343c047e716a-46169bd9 {
  place-self: center start;
}

#w-node-_508ecbe2-4acd-b784-ae5c-3c697d7f74e7-46169bd9 {
  place-self: end;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-46169bd9 {
  place-self: end start;
}

#w-node-_8ef9f76c-dcb8-37be-4fe6-7ee0bc0878c9-46169bd9 {
  place-self: center end;
}

#w-node-_5ebfc02a-cdcf-37ee-7102-0d748b8faefb-46169bd9, #w-node-_5ebfc02a-cdcf-37ee-7102-0d748b8faefc-46169bd9, #w-node-d5b8bcd9-ffe7-d6a3-aa98-9a1cd0f10cbd-46169c0d, #w-node-d5b8bcd9-ffe7-d6a3-aa98-9a1cd0f10cbe-46169c0d, #w-node-d131af1d-a67d-c721-7d81-b5f56fb8ef67-46169c0d, #w-node-d131af1d-a67d-c721-7d81-b5f56fb8ef68-46169c0d, #w-node-_88d289c2-1bf9-7aaa-2e38-47e8b8e9d99e-46169c0d, #w-node-_88d289c2-1bf9-7aaa-2e38-47e8b8e9d99f-46169c0d, #w-node-bea90d75-f0e9-ea66-9607-b09d1338005a-46169c0d, #w-node-bea90d75-f0e9-ea66-9607-b09d1338005b-46169c0d, #w-node-_5212b52f-15f2-e77d-dee1-13c226641dcb-46169c0d, #w-node-_5212b52f-15f2-e77d-dee1-13c226641dcc-46169c0d, #w-node-_8d27d9f9-eb8e-150b-ad1a-4172df50d9b6-46169c0d, #w-node-_8d27d9f9-eb8e-150b-ad1a-4172df50d9b7-46169c0d, #w-node-_8c53defc-b824-f620-0d25-56980171149b-46169c0d, #w-node-_8c53defc-b824-f620-0d25-56980171149c-46169c0d, #w-node-_2ed6898e-fbe9-280a-7a64-bb936daf5fd0-46169c0d, #w-node-_2ed6898e-fbe9-280a-7a64-bb936daf5fd1-46169c0d, #w-node-d3228b85-41f6-c5bb-3ae8-2c3e5dab41c0-46169c0d, #w-node-d3228b85-41f6-c5bb-3ae8-2c3e5dab41c1-46169c0d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c196eae-0e31-fafb-209e-71c9edfb518b-e6071c15 {
  place-self: end;
}

#w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-6832e6a0, #w-node-afa77aa8-3ec1-5ed9-abb5-c3a35d5832c6-091554d9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ca7df5f-c6b2-b42d-4ea7-882f1163dc0e-ae059d2b, #w-node-_1ca7df5f-c6b2-b42d-4ea7-882f1163dc0f-ae059d2b, #w-node-_5a6e6fe0-5778-7777-e0f6-44988d215a70-ae059d2b, #w-node-_5a6e6fe0-5778-7777-e0f6-44988d215a71-ae059d2b, #w-node-_870ef577-9503-92d7-bdb5-0a07761803c1-ae059d2b, #w-node-_870ef577-9503-92d7-bdb5-0a07761803c2-ae059d2b, #w-node-_61ea2277-f665-b54c-6cf2-86f18f06ee19-ae059d2b, #w-node-_61ea2277-f665-b54c-6cf2-86f18f06ee1a-ae059d2b, #w-node-_161570f6-3b8a-cec2-e083-23512bd939a6-ae059d2b, #w-node-_161570f6-3b8a-cec2-e083-23512bd939a7-ae059d2b, #w-node-_7397a73b-68ea-cd6b-1d42-ab9d608d50b8-ae059d2b, #w-node-_7397a73b-68ea-cd6b-1d42-ab9d608d50b9-ae059d2b, #w-node-_259492e0-9467-8f17-a3cc-87c7c56053e4-ae059d2b, #w-node-_259492e0-9467-8f17-a3cc-87c7c56053e5-ae059d2b, #w-node-_69699ddc-80d7-45d0-a2d0-edf0d31a9634-ae059d2b, #w-node-_69699ddc-80d7-45d0-a2d0-edf0d31a9635-ae059d2b, #w-node-_847419bb-c253-85fe-66f0-758e7e1748ec-ae059d2b, #w-node-_847419bb-c253-85fe-66f0-758e7e1748ed-ae059d2b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-ea1cfcb4, #w-node-afa77aa8-3ec1-5ed9-abb5-c3a35d5832c6-961a6426 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b7-0d4bb86f, #w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b8-0d4bb86f, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645cab-0d4bb86f, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645cac-0d4bb86f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e0db670-43a7-0eaf-1196-12de0c4171c5-0d4bb86f, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171cf-0d4bb86f, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171d9-0d4bb86f, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171e3-0d4bb86f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_445ca4e2-a3c2-3fac-c880-d31123e45d39-0d4bb86f, #w-node-_445ca4e2-a3c2-3fac-c880-d31123e45d3a-0d4bb86f, #w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b7-9c6ecaaa, #w-node-_08bb6dd3-1dc6-fa92-4d9c-1506d5dd45b8-9c6ecaaa, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645cab-9c6ecaaa, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645cac-9c6ecaaa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9e0db670-43a7-0eaf-1196-12de0c4171c5-9c6ecaaa, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171cf-9c6ecaaa, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171d9-9c6ecaaa, #w-node-_9e0db670-43a7-0eaf-1196-12de0c4171e3-9c6ecaaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_620722fb-8d4e-372f-4bad-2b3895f17dc3-9c6ecaaa, #w-node-_620722fb-8d4e-372f-4bad-2b3895f17dc4-9c6ecaaa, #w-node-_51c59354-064d-9cda-b191-98d7259b4c46-4c57c421, #w-node-_51c59354-064d-9cda-b191-98d7259b4c47-4c57c421, #w-node-_9b303e3d-70d9-51d7-fa1f-77af5f8a78e3-4c57c421, #w-node-_9b303e3d-70d9-51d7-fa1f-77af5f8a78e4-4c57c421, #w-node-_230b2fcc-0134-1614-c1ad-08aba65f1d9a-4c57c421, #w-node-_230b2fcc-0134-1614-c1ad-08aba65f1d9b-4c57c421, #w-node-d85092de-98b1-0f60-3c70-1d3bd3da8404-4c57c421, #w-node-d85092de-98b1-0f60-3c70-1d3bd3da8405-4c57c421, #w-node-_45088818-0106-b60f-28f5-40c51bddf3b6-4c57c421, #w-node-_45088818-0106-b60f-28f5-40c51bddf3b7-4c57c421, #w-node-f4a98930-243b-dd9c-29f8-c8d720753327-4c57c421, #w-node-f4a98930-243b-dd9c-29f8-c8d720753328-4c57c421, #w-node-_52f02195-ce76-8b35-3973-eaa95ce41e5b-4c57c421, #w-node-_52f02195-ce76-8b35-3973-eaa95ce41e5c-4c57c421, #w-node-f75ae64c-8c97-ab9c-a663-a2e1dd67833c-4c57c421, #w-node-f75ae64c-8c97-ab9c-a663-a2e1dd67833d-4c57c421, #w-node-ff39dfd6-5a7e-d347-f541-6cef70f858b4-4c57c421, #w-node-ff39dfd6-5a7e-d347-f541-6cef70f858b5-4c57c421 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-b81bdae0, #w-node-afa77aa8-3ec1-5ed9-abb5-c3a35d5832c6-598f7a19 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-dd8fbca6-02ad-0fd0-b247-c18cd94a2517-46169c06 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    justify-self: center;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb45-56e8eb41 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb8a-56e8eb41 {
    place-self: center end;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb8d-56e8eb41 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb8e-56e8eb41 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb8f-56e8eb41 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb90-56e8eb41 {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center end;
  }

  #w-node-_00d9d7e0-0fe4-193d-b614-0e0256e8eb91-56e8eb41 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end center;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab5e-df01ab5a {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_016c42d0-27ae-d0d7-3914-01d3df01ab7a-df01ab5a {
    place-self: center end;
  }

  #w-node-_778e04c0-1b04-94d4-b16f-8433148d1d14-df01ab5a {
    grid-area: 1 / 2 / 2 / 3;
    place-self: start center;
  }

  #w-node-bffa38d8-ec43-106d-597b-ada089cd4d21-df01ab5a {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-_10282aef-2546-0b84-4574-b65edc3f7c61-df01ab5a {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-c2868541-107b-c538-e919-77464680028c-df01ab5a {
    grid-area: 2 / 3 / 3 / 4;
    place-self: center end;
  }

  #w-node-e3ba19c4-3839-8d92-2023-415dba03fc70-df01ab5a {
    grid-area: 3 / 2 / 4 / 3;
    place-self: end center;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-46169bd9, #w-node-_59a1fae7-42a6-ad70-9623-dbd38b10d8b0-46169c0f, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb3b-d462ff21, #w-node-c5c48c1b-36af-7503-8b9f-e52c54c483c1-d462ff21 {
    order: -9999;
  }

  #w-node-_5c196eae-0e31-fafb-209e-71c9edfb518b-e6071c15 {
    justify-self: center;
  }

  #w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-6832e6a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_59a1fae7-42a6-ad70-9623-dbd38b10d8b0-63692e50, #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb3b-2ae9418c, #w-node-c5c48c1b-36af-7503-8b9f-e52c54c483c1-2ae9418c {
    order: -9999;
  }

  #w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-ea1cfcb4 {
    grid-column: span 1 / span 1;
  }

  #w-node-dd8fbca6-02ad-0fd0-b247-c18cd94a2517-0d4bb86f, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645c9d-0d4bb86f, #w-node-dd8fbca6-02ad-0fd0-b247-c18cd94a2517-9c6ecaaa, #w-node-f3217d19-f366-7dbc-b4fc-5fc1d4645c9d-9c6ecaaa {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_2f108148-7ba2-852a-8f4c-a0d0d3e7cb3b-de3f0966, #w-node-c5c48c1b-36af-7503-8b9f-e52c54c483c1-de3f0966, #w-node-_59a1fae7-42a6-ad70-9623-dbd38b10d8b0-77140d39 {
    order: -9999;
  }

  #w-node-b92d7c68-2cd5-fd3e-d0b3-fc3c8007a3c7-b81bdae0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28987f40-56db-0246-6691-6529fa7362e8-4bac888f {
    justify-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-_5b01ed1b-cdbd-59fc-1445-cdc397dd31b8-46169bab {
    order: -9999;
  }

  #w-node-_8ef9f76c-dcb8-37be-4fe6-7ee0bc0878c9-46169bd9 {
    justify-self: start;
  }

  #w-node-_5c196eae-0e31-fafb-209e-71c9edfb518b-e6071c15 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_508ecbe2-4acd-b784-ae5c-3c697d7f74e7-46169bd9 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Bold.woff2') format('woff2'), url('../fonts/MangoGrotesque-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Medium.woff2') format('woff2'), url('../fonts/MangoGrotesque-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mango Grotesque';
  src: url('../fonts/MangoGrotesque-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans Variable';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}