@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #121211;
  --paragraphs: #e5dfd599;
  --light: #e5dfd5;
  --border: #e5dfd526;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

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

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

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

.w-commerce-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, .w-commerce-commercedownloadswrapper {
  margin-bottom: 20px;
}

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

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

body {
  background-color: var(--dark);
  color: var(--paragraphs);
  letter-spacing: .35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Creato Display, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 75px;
  font-weight: 500;
  line-height: 107%;
}

h2 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 114%;
}

h3 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 127%;
}

h5 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}

h6 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 137%;
}

p {
  margin-bottom: 30px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 500;
}

em {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-family: Taviraj, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 155%;
}

figure {
  margin-top: 46px;
  margin-bottom: 46px;
}

figcaption {
  text-align: center;
  margin-top: 18px;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 150%;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.rich-text-block {
  width: 100%;
  max-width: 780px;
  margin-bottom: 60px;
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.section-hero {
  height: 250vh;
  position: relative;
}

.hero-sticky {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-hero {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 195px;
  font-weight: 400;
  line-height: 92%;
}

.block-hero {
  z-index: 200;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-hero-accent {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Taviraj, sans-serif;
  font-size: 180px;
  font-style: italic;
  font-weight: 200;
  line-height: 92%;
}

.img-hero-1 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -5.4vw;
  left: -7.6vw;
}

.grid-img-hero {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  position: absolute;
}

.img-hero-2 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 7.1vw;
  left: -6.8vw;
}

.img-hero-3 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -7vw;
  left: 2vw;
}

.img-hero-4 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 4.2vw;
  left: -2.1vw;
}

.img-hero-5 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -8.7vw;
  left: -2.1vw;
}

.img-hero-6 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 9.2vw;
  left: -4.3vw;
}

.img-hero-7 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -11.1vw;
  left: 10.4vw;
}

.img-hero-8 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -3.7vw;
  left: 13.2vw;
}

.img-hero-9 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -9vw;
  left: -10.6vw;
}

.img-hero-10 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 7.1vw;
  left: 1.8vw;
}

.img-hero-11 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -8.2vw;
  left: .7vw;
}

.img-hero-12 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 5.4vw;
  left: 3.3vw;
}

.block-img-hero {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-overflow-a {
  overflow: hidden;
}

.line-hero {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  display: flex;
}

.line-light {
  background-color: var(--light);
  width: 12px;
  height: 1px;
}

.paragraph-hero {
  text-transform: uppercase;
  max-width: 490px;
  margin-bottom: 36px;
}

.text-accent {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.hero-overflow-b {
  overflow: hidden;
}

.hero-overflow-c {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.section.page {
  padding-bottom: 160px;
}

.section.shop {
  padding-top: 160px;
}

.color-bg {
  z-index: -10;
  position: fixed;
  inset: 0%;
}

.button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.scroll {
  z-index: 50;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  overflow: hidden;
}

.text-scroll {
  color: #e5dfd566;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  line-height: 120%;
}

.scroll-line {
  background-color: var(--border);
  width: 1px;
  height: 26px;
  overflow: hidden;
}

.scroll-line-light {
  background-color: var(--light);
  width: 1px;
  height: 26px;
}

.navbar {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  z-index: 150;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.block-navbar {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 50;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0f0f0ee6;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.logo {
  height: 22px;
}

.brand {
  padding: 10px;
}

.menu-button {
  padding: 0;
}

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

.menu-icon-line {
  background-color: var(--light);
  width: 23px;
  height: 1px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 37px;
  padding: 14px;
  transition: height .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menu-icon:hover {
  height: 45px;
}

.nav-overflow {
  overflow: hidden;
}

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

.collection-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "Area-2"
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
  display: flex;
}

.collection-item:nth-child(2n) {
  align-items: flex-end;
  padding-left: 10%;
  padding-right: 0%;
}

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

.link-block-image-project {
  background-image: url('../images/ChatGPT-Image-Oct-23-2025-01_13_04-AM.png'), url('../images/ChatGPT-Image-Oct-23-2025-12_45_40-AM.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.link-block-image-project.works, .link-block-image-project.shop {
  margin-left: auto;
}

.block-image-project {
  background-image: url('../images/ChatGPT-Image-Oct-23-2025-01_13_04-AM.png');
  background-position: 0 0;
  background-size: auto;
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  background-image: url('../images/Screenshot-2025-10-23-at-2.21.45-AM.png');
  background-position: 0 0;
  background-size: auto;
  max-height: 70vh;
}

.image-project.works, .image-project.shop {
  max-height: 360px;
}

.link-heading-project {
  max-width: 550px;
  margin-top: 32px;
  text-decoration: none;
}

.link-heading-project.works, .link-heading-project.shop {
  max-width: 410px;
  margin-top: 0;
}

.heading-project {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-info {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.empty-state {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state.none {
  display: none;
}

.text-empty {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  display: inline-block;
}

.section-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 14px 10px;
  display: flex;
}

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

.link-footer {
  color: #e5dfd58a;
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

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

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  display: flex;
  position: relative;
}

.content.narrow {
  max-width: 780px;
  display: block;
}

.call-to-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.heading-call-to-action {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-call-to-action {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.section-call-to-action._75vh {
  min-height: 75vh;
}

.section-project-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12% 45px;
  display: flex;
}

.block-top {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1190px;
  display: flex;
}

.heading-project-top {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-info-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.project-line {
  background-color: var(--border);
  width: 1px;
  height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.project-line-long {
  background-color: var(--border);
  width: 1px;
  height: 57px;
  margin-top: 30px;
}

.project-details {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-details {
  color: var(--light);
  font-size: 20px;
  font-weight: 500;
  line-height: 137%;
}

.text-details-italic {
  color: var(--light);
  margin-right: 7px;
  font-family: Taviraj, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 140%;
}

.image-project-main {
  object-fit: cover;
  width: 100%;
  margin-bottom: 90px;
}

.collection-list-wrapper-gallery {
  width: 100%;
}

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

.collection-item-gallery {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.heading-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 107%;
}

.heading-top.ecommerce {
  font-size: 80px;
}

.section-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12%;
  display: flex;
}

.collection-list-wrapper-works {
  width: 100%;
}

.collection-list-works {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.collection-item-works {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: "Area-2 Area-4"
                 "Area Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.works-line {
  background-color: var(--border);
  width: 1px;
  height: 100%;
  position: absolute;
}

.works-line-light {
  background-color: var(--light);
  width: 100%;
  position: relative;
}

.works-line-sticky {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.section-full {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.line {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 38px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.text-field::placeholder {
  color: #e5dfd580;
}

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

.form-block {
  width: 100%;
  max-width: 660px;
  margin-bottom: 16px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 250px;
  margin-bottom: 20px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

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

.textarea::placeholder {
  color: #e5dfd580;
}

.error-message {
  background-color: #da393c1a;
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

.text-error {
  color: #da393c;
  font-size: 18px;
  line-height: 140%;
}

.success-message {
  background-color: #31e2750f;
  border-radius: 50px;
  padding: 20px;
}

.text-success {
  color: #31e27599;
  font-size: 18px;
  line-height: 140%;
}

.grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 160px) minmax(auto, 780px);
  align-items: start;
}

.subheading {
  margin-bottom: 0;
}

.about {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.grid-client {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-name {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.block-client-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  padding: 8%;
  display: flex;
}

.awards-info {
  border-bottom: 1px solid var(--border);
  margin-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.awards-info.first {
  margin-top: 0;
}

.heading-award {
  margin-bottom: 16px;
}

.highlighting {
  color: var(--light);
  text-transform: uppercase;
  flex: none;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 23vw;
  font-weight: 400;
  line-height: 82%;
}

.section-highlighting {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 20px 20px 18px;
  display: flex;
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.light {
  background-color: var(--light);
}

.text-color {
  color: var(--light);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: .5;
  color: var(--light);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.hex-color.dark {
  color: var(--dark);
}

.template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 28px;
  display: flex;
}

.button-alternative {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-alternative:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.creato-display {
  margin-bottom: 0;
}

.taviraj {
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 30px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.field-label {
  color: var(--light);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.icon-cart {
  flex: none;
  width: 24px;
  height: 24px;
}

.text-cart {
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 13px;
  line-height: 120%;
  display: none;
}

.cart {
  flex: none;
}

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

.icon-cart-quantity {
  border: 1px solid var(--border);
  color: var(--light);
  background-color: #0000;
  border-radius: 100%;
  min-width: auto;
  height: auto;
  margin-top: -20px;
  margin-left: -4px;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #000c;
}

.cart-container {
  background-color: var(--dark);
  width: 100%;
  min-width: 320px;
  max-width: 460px;
  padding: 16px 40px 40px;
}

.cart-header {
  border-bottom-color: var(--border);
  padding-left: 0;
  padding-right: 0;
}

.cart-list {
  padding: 14px 0;
}

.cart-footer {
  border-top-color: var(--border);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.icon-close {
  flex: none;
  width: 24px;
  height: 24px;
}

.cart-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 14px;
}

.image-cart-item {
  object-fit: cover;
  width: 60px;
  height: auto;
}

.block-cart-item {
  margin-left: 18px;
  margin-right: 18px;
}

.cart-item-name {
  color: var(--light);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
}

.cart-item-price {
  color: var(--paragraphs);
  font-family: Taviraj, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 137%;
}

.remove-button {
  opacity: .35;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

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

.option-list {
  justify-content: flex-start;
  align-items: stretch;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.option {
  border: 1px solid var(--border);
  color: var(--light);
  border-radius: 50px;
  margin-top: 4px;
  padding: 6px 10px 5px;
}

.cart-quantity {
  color: var(--light);
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  width: 68px;
  height: 46px;
  padding: 10px 10px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.cart-quantity:focus {
  border-color: var(--light);
}

.cart-line-item {
  font-size: 16px;
}

.text-subtotal {
  color: var(--light);
  font-size: 18px;
  font-weight: 500;
}

.paypal {
  margin-bottom: 2px;
}

.apple-pay, .pay-with-browser {
  border-radius: 50px;
  height: 45px;
}

.web-payments {
  margin-bottom: 10px;
}

.checkout-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.checkout-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.cart-empty-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 50px;
}

.button-small {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-small:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.cart-error-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  margin: 24px 0 0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.categories {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-category {
  opacity: .5;
  color: var(--light);
  vertical-align: baseline;
  padding: 4px 12px;
  font-family: Taviraj, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 132%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

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

.link-category.w--current {
  opacity: 1;
  font-family: Creato Display, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.collection-item-categories {
  display: inline-block;
}

.collection-list-wrapper-shop {
  width: 100%;
}

.collection-list-shop {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.collection-item-shop {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.heading-product {
  text-transform: uppercase;
  margin-bottom: 0;
}

.price {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.compare-at-price {
  opacity: .4;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: line-through;
}

.link-shop {
  text-decoration: none;
}

.text-category {
  opacity: .4;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.grid-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr auto 1fr;
  width: 100%;
  min-height: 500px;
}

.block-works-line {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.detailed-description {
  border-top: 1px solid var(--border);
  width: 100%;
  margin-top: 35px;
  margin-bottom: -30px;
  padding-top: 35px;
  font-size: 16px;
}

.block-add-to-cart {
  border-top: 1px solid var(--border);
  width: 100%;
  margin-top: 35px;
  padding-top: 35px;
}

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

.block-image-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.collection-list-more-img {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.field-label-shop {
  opacity: .4;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.quantity-main {
  color: var(--light);
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  width: 80px;
  height: 50px;
  margin-bottom: 38px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.quantity-main:focus {
  border-color: var(--light);
}

.select-field {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 2px solid #e5dfd500;
  border-radius: 50px;
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field:focus {
  border-color: var(--light);
}

.option-shop {
  margin-bottom: 35px;
}

.button-option {
  color: #e5dfd566;
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-option.w--ecommerce-pill-selected {
  border-color: var(--light);
  background-color: #e5dfd50d;
}

.add-to-cart-button {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.add-to-cart-button:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.buy-now-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.buy-now-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.out-of-stock-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  border-radius: 2px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.error-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  margin-top: 20px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.ecommerce-form {
  border-top: 1px solid var(--border);
  background-color: #0000;
  min-height: auto;
  margin-bottom: 90px;
  padding: 50px 0 0;
}

.ecommerce-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.ecommerce-contents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-right: 1px solid var(--border);
  flex-flow: column;
  margin-right: 0;
  padding-right: 50px;
  display: flex;
}

.ecommerce-sidebar {
  top: 30px;
}

.ecommerce-block {
  margin-top: 0;
  margin-bottom: 0;
}

.block-content {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  background-color: #0000;
  padding: 0 0 50px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.field-label-ecommerce {
  opacity: .5;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.select-field-ecommerce {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 1px solid #e5dfd500;
  border-radius: 50px;
  height: 54px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field-ecommerce:focus {
  border-color: var(--border);
}

.text-field-ecommerce {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 1px solid #e5dfd500;
  border-radius: 50px;
  height: 54px;
  margin-bottom: 14px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-ecommerce:focus, .text-field-ecommerce.-wfp-focus {
  border-color: var(--border);
}

.text-required {
  color: var(--light);
  font-size: 14px;
  line-height: 140%;
}

.shipping-method-ecommerce {
  background-color: #e5dfd50d;
  border: 1px #000;
  border-radius: 27px;
  margin-bottom: 6px;
  padding: 22px 27px;
}

.shipping-method-list {
  border: 1px #000;
}

.price-shipping {
  color: var(--paragraphs);
  font-family: Taviraj, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.name-shipping {
  color: var(--light);
  font-weight: 500;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  line-height: 120%;
}

.block-quantity {
  opacity: .5;
  color: var(--light);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.order-item {
  border-top: 1px dashed var(--border);
  margin-bottom: 0;
  padding-top: 18px;
}

.order-item-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.block-order-item {
  border-left: 1px dashed var(--border);
  margin-left: 18px;
  padding-left: 18px;
}

.line-item {
  justify-content: space-between;
  align-items: center;
}

.empty-state-shop {
  border: 1px solid var(--border);
  background-color: #0000;
  border-radius: 27px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.discounts {
  border-style: none none solid;
  border-color: var(--border);
  background-color: #0000;
  border-bottom-width: 1px;
  padding: 10px 0 28px;
}

.apply-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  height: 54px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.submit-button {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  margin-top: 25px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.download-item {
  border-top: 1px dashed var(--border);
  padding-top: 20px;
}

.downloads-list {
  margin-top: 20px;
}

.button-download {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-download:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.grid-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.benefits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px dashed var(--border);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14%;
  padding-right: 14%;
  display: flex;
}

.benefits.last {
  border-right-style: none;
}

.icon-benefits {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.paragraph-benefits {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 170%;
}

.heading-benefits {
  margin-bottom: 0;
}

.image-licensing-logo {
  object-fit: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-background-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--dark), #12121100);
  pointer-events: none;
  position: absolute;
  inset: 0% 0% -50%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero, .heading-hero-accent {
    font-size: 140px;
  }

  .img-hero-1 {
    width: 30vw;
  }

  .grid-img-hero {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
  }

  .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
    width: 30vw;
  }

  .nav-link {
    font-size: 70px;
  }

  .section-call-to-action {
    min-height: 80vh;
    margin-bottom: 0;
  }

  .heading-top {
    font-size: 80px;
  }

  .heading-top.ecommerce {
    font-size: 60px;
  }

  .section-full {
    margin-bottom: 0;
  }

  .grid-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-licensing {
    height: 270px;
  }

  .grid-product, .block-image-product, .collection-list-more-img {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .ecommerce-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ecommerce-contents {
    padding-right: 30px;
  }

  .grid-benefits {
    margin-top: 35px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

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

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

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

  .heading-hero, .heading-hero-accent {
    font-size: 120px;
  }

  .line-hero {
    margin-bottom: 30px;
  }

  .paragraph-hero {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .section.page {
    padding-bottom: 130px;
  }

  .section.shop {
    padding-top: 130px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 50px;
  }

  .section-footer {
    flex-direction: column;
    justify-content: center;
  }

  .link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-project-top {
    padding-top: 130px;
    padding-bottom: 25px;
  }

  .project-line {
    height: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .project-line-long {
    height: 40px;
    margin-top: 20px;
  }

  .image-project-main {
    margin-bottom: 50px;
  }

  .collection-list-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-top {
    font-size: 62px;
  }

  .heading-top.ecommerce {
    font-size: 40px;
  }

  .section-top {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .collection-item-works {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-full {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .line {
    margin-bottom: 30px;
  }

  .grid-about {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(auto, 780px);
  }

  .about {
    grid-row-gap: 80px;
  }

  .space {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

  .template-info {
    flex-direction: column;
  }

  .grid-licensing {
    grid-template-columns: 1fr 1fr;
  }

  .utility-page-wrap {
    margin-bottom: 0;
  }

  .link-category {
    font-size: 18px;
  }

  .collection-item-shop {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-product {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .block-works-line {
    display: none;
  }

  .ecommerce-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .ecommerce-contents {
    border-right-style: none;
    padding-right: 0;
  }

  .grid-benefits {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits {
    border-bottom: 1px dashed var(--border);
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefits.last {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-hero {
    font-size: 90px;
    display: block;
  }

  .block-hero {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-hero-accent {
    font-size: 50px;
  }

  .img-hero-1, .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
    width: 40vw;
  }

  .line-hero {
    margin-bottom: 26px;
  }

  .paragraph-hero {
    max-width: 390px;
    margin-bottom: 26px;
  }

  .section {
    padding-left: 8%;
    padding-right: 8%;
  }

  .button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .navbar {
    padding: 10px;
  }

  .nav-link {
    font-size: 40px;
  }

  .collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .link-heading-project {
    margin-top: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .section-call-to-action, .section-project-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-project-top, .heading-info-top {
    font-size: 36px;
  }

  .heading-top {
    font-size: 38px;
  }

  .heading-top.ecommerce {
    font-size: 30px;
  }

  .section-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .collection-item-works {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .grid-client {
    grid-template-columns: 1fr 1fr;
  }

  .block-client-logo {
    min-height: 150px;
  }

  .space {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .grid-colors {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .template-info {
    padding: 22px;
  }

  .button-alternative {
    padding: 18px 36px;
    font-size: 15px;
  }

  .image-licensing {
    height: 190px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-cart-item {
    width: 50px;
  }

  .cart-item-name {
    font-size: 14px;
  }

  .checkout-button, .button-small {
    padding: 18px 36px;
    font-size: 15px;
  }

  .categories {
    text-align: center;
    flex-flow: column;
  }

  .collection-list-categories {
    flex-flow: column;
    display: flex;
  }

  .collection-item-shop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-product {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .block-image-product, .collection-list-more-img {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .add-to-cart-button, .buy-now-button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .shipping-method-ecommerce {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 24px 18px;
  }

  .name-shipping {
    font-size: 16px;
  }

  .block-order-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
  }

  .apply-button {
    padding: 18px 26px;
    font-size: 15px;
  }

  .submit-button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .download-item {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-download {
    text-align: center;
    width: 100%;
    padding: 18px 36px;
    font-size: 14px;
  }
}

#w-node-d836c43c-0191-22a1-666c-ce14aad4c59f-0cd59d84, #w-node-_40855419-8ce4-ffb9-91a7-50bb6155c425-0cd59d84, #w-node-e9eceaa1-6ca1-a6f6-012c-5894f8110c92-0cd59d86, #w-node-_24fdee58-03bf-891f-f0e0-7bff1a423565-0cd59d86, #w-node-_3a895689-40e1-4d12-d6f2-0d847bfe3c73-0cd59d86 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#message.w-node-eea6ddef-9c20-5cc1-bdc1-257efd87bdc7-0cd59d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0f62df3-31dc-3819-c385-a520adb8378c-0cd59d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34fbe4e8-7bbf-762b-61d0-2800b49503d3-0cd59d88, #w-node-_3a217ec2-da37-d7ee-79bc-5e7c989a045e-0cd59d88, #w-node-_98ee1d9a-620b-cedd-d17e-c5664fb5f1bd-0cd59d88, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020afc-0cd59d88, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020afe-0cd59d88, #w-node-_287122a5-5b21-6a6a-6016-61bf6b020b01-0cd59d88, #w-node-e66e5ce5-2324-e418-6aeb-14dbf5be3428-0cd59d88, #w-node-_17fba174-ac25-8b48-5993-14604354d659-0cd59d8b, #w-node-_5f31f53e-6dd2-5e86-2acb-2cdcdd01ebf6-0cd59d8b, #w-node-b1fca471-4d72-0798-1190-528d5a7b8b1f-0cd59d8b, #w-node-d3f383e0-837f-6aa0-2c34-fa2b1176e891-0cd59d8b, #w-node-_40ea44b1-8cf1-4243-37a0-202ebf03e87b-0cd59d8b, #w-node-_13d150a4-3b78-a375-df65-01fb6aa31449-0cd59d8b, #w-node-dc7ed77f-08f6-fe30-6b85-6efdde31ad16-0cd59d8b, #w-node-_13376daa-f56e-b249-53fc-2284b9e476a7-0cd59d8b, #w-node-fda45922-153f-e11c-1c8a-ee5b922edc33-0cd59d8b, #w-node-_26bfefab-c9a7-4808-80bb-7c6d455ab25e-0cd59d8f, #w-node-_703e9b88-14e0-1099-311a-e80d0a202f4f-0cd59d8f, #w-node-_3e6bf89a-2825-a6ab-43fb-3190622aecf4-0cd59d8f, #w-node-_5c38a2ec-f26e-722b-baca-428446295fb9-0cd59d8f, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fe7-0cd59d91, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fe8-0cd59d91, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fea-0cd59d91, #w-node-e9eceaa1-6ca1-a6f6-012c-5894f8110c92-0cd59d95, #w-node-_24fdee58-03bf-891f-f0e0-7bff1a423565-0cd59d95, #w-node-_3a895689-40e1-4d12-d6f2-0d847bfe3c73-0cd59d95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-bc09ef0a-58dc-07bf-9329-74fc95425975-0cd59d8f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #message.w-node-eea6ddef-9c20-5cc1-bdc1-257efd87bdc7-0cd59d87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0f62df3-31dc-3819-c385-a520adb8378c-0cd59d87 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}