@font-face {
  font-family: Neuehaasdisplaymediu;
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplaymediu;
  src: url('../fonts/NeueHaasDisplayBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplaymediu;
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplaymediu;
  src: url('../fonts/NeueHaasDisplayLight.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #0c0407;
  --_letter-spacing---ls-1: -.01em;
  --_line-height---lh-150: 150%;
  --_font-size---fz-40: 40px;
  --_line-height---lh-120: 120%;
  --_font-size---fz-32: 32px;
  --_letter-spacing---ls-0: 0em;
  --_font-size---fz-24: 24px;
  --_font-size---fz-22: 22px;
  --_font-size---fz-20: 20px;
  --_font-size---fz-30: 30px;
  --_font-size---fz-18: 18px;
  --_font-size---fz-16: 16px;
  --_font-size---fz-14: 14px;
  --_line-height---lh-100: 100%;
  --white: white;
  --_font-family---inter: Inter, sans-serif;
  --_line-height---lh-122: 122%;
  --dark-2: #333;
  --black: black;
  --_font-family---poppins: Poppins, sans-serif;
  --_letter-spacing---ls-6: -.06em;
  --_line-height---lh-130: 130%;
  --_letter-spacing---ls-3: -.03em;
  --_font-size---fz-48: 48px;
  --_letter-spacing---ls-4: -.04em;
  --_font-size---fz-36: 36px;
  --_line-height---lh-112: 112%;
  --color-2: #e0e0e0;
  --_line-height---lh-110: 110%;
  --light: #f4f4f4;
  --_font-family---neue-haas: Neuehaasdisplaymediu, Arial, sans-serif;
  --_font-size---fz-160: 160px;
  --_letter-spacing---ls-2: -.02em;
  --_font-size---fz-60: 60px;
  --color-1: #d2d1cf;
  --_font-size---fz-124: 124px;
  --_font-size---fz-50: 50px;
  --_font-size---fz-230: 230px;
  --_letter-spacing---ls-5: -.05em;
  --transparent: transparent;
  --_font-size---fz-26: 26px;
  --_font-size---fz-12: 12px;
  --_font-size---fz-72: 72px;
  --_line-height---lh-140: 140%;
  --_line-height---lh-125: 125%;
  --_letter-spacing---ls-7: -.07em;
  --_letter-spacing---ls-8: -.08em;
  --_letter-spacing---ls-9: -.09em;
  --_line-height---lh-96: 96%;
  --_letter-spacing---ls-10: -.1em;
  --_line-height---lh-90: 90%;
  --_line-height---lh-86: 86%;
  --_line-height---lh-80: 80%;
  --_line-height---lh-74: 74%;
  --_line-height---lh-70: 70%;
}

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

@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 {
    font-size: 16px;
  }
}

body {
  color: var(--dark);
  letter-spacing: var(--_letter-spacing---ls-1);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 90%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  line-height: var(--_line-height---lh-150);
  margin-bottom: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-gide-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.colors-holder-item-bottom {
  background-color: #f9f9f9;
  padding: 16px;
}

.style-gide-button-holder-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.style-gide-nav-link.w--current {
  color: #fff;
  background-color: #0c0407;
}

.btn-wrap-3 {
  z-index: 1;
  color: #000;
  letter-spacing: -.01em;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 16px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
  transition: all .3s linear;
  position: relative;
  overflow: hidden;
}

.btn-wrap-3:hover {
  color: #fff;
  background-color: #fc372d;
  border-color: #fc372d;
}

.main-wrapper {
  margin-bottom: 0;
}

.colors-holder-item-title {
  color: #0c0407;
  font-size: 20px;
  font-weight: 400;
}

.heading-2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.footer-widget-link {
  color: #0c0407;
  letter-spacing: 0;
  text-decoration: none;
  transition: color .3s linear;
  display: block;
}

.footer-widget-link:hover {
  color: #fc372d;
}

.style-gide-group-title-wrap {
  margin-bottom: 8px;
}

.btn-icon-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  display: flex;
  overflow: hidden;
}

.style-gide-headings-holder-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.style-gide-button-holder-item {
  padding: 15px;
}

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  overflow: hidden;
}

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

.btn-inner-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.blog-rich-text h1 {
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-120);
  margin-bottom: 16px;
}

.blog-rich-text h2 {
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-0);
  margin-bottom: 16px;
}

.blog-rich-text h3 {
  font-size: var(--_font-size---fz-30);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.blog-rich-text h6 {
  font-size: var(--_font-size---fz-18);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.blog-rich-text p {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-0);
  margin-bottom: 16px;
}

.blog-rich-text blockquote {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  border-bottom: 1px solid #c6c6c6;
  border-left-style: none;
  margin-top: 12px;
  margin-bottom: 28px;
  padding: 0 0 24px;
}

.blog-rich-text li {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-0);
  margin-bottom: 16px;
  font-weight: 500;
}

.blog-rich-text ul {
  margin-bottom: 12px;
  padding-left: 20px;
}

.section-spacing {
  padding-left: 20px;
  padding-right: 20px;
}

.c-sub-title-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 28px;
  align-items: center;
  padding: 6px 16px 6px 6px;
  display: inline-flex;
}

.c-sub-title-wrap.hero-subtitle {
  z-index: 10;
  margin-bottom: 8px;
  position: relative;
}

.style-gide-group {
  margin-bottom: 30px;
}

.style-gide-left {
  width: 100%;
  max-width: 300px;
  position: sticky;
  top: 20px;
}

.footer-social-item {
  color: #0c0407;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
}

.footer-social-item:hover {
  color: #fc372d;
}

.style-gide-section {
  z-index: 11;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.style-gide-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.style-gide-headings-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.style-gide-group-title {
  color: #0c0407;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
}

.btn-icon {
  flex: none;
  width: 14px;
  line-height: 1px;
}

.colors-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.btn-wrap-2 {
  z-index: 1;
  background-color: var(--white);
  color: #0c0407;
  letter-spacing: -.01em;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-wrap-2:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.btn-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  height: 16px;
  display: flex;
}

.heading {
  letter-spacing: -.04px;
  margin-bottom: 16px;
  font-size: 22px;
}

.nav-open {
  display: none;
}

.style-gide-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.style-gide-headings-holder-item-text {
  color: #0c0407;
  font-size: 20px;
  font-weight: 300;
}

.style-gide-headings-holder-item-text.bebas {
  font-weight: 400;
}

.colors-holder-item-top {
  background-color: #333;
  width: 100%;
  height: 150px;
}

.colors-holder-item-top.primary {
  background-color: #0c0407;
}

.colors-holder-item-top.dark {
  color: #0c0407;
  background-color: #000;
}

.btn-wrap {
  z-index: 1;
  border: 1px solid var(--dark);
  background-color: var(--dark);
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-122);
  letter-spacing: var(--_letter-spacing---ls-1);
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.btn-wrap:hover {
  border: 1px solid var(--dark-2);
  background-color: var(--dark-2);
}

.btn-wrap.product-item-btn {
  padding: 14px 16px;
}

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

.about-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.section-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.section-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  text-transform: uppercase;
  font-weight: 500;
}

.section-separetor {
  background-color: var(--black);
  border-radius: 8px;
  width: 3px;
  height: 15px;
}

.about-text-wrap {
  width: 100%;
  max-width: 795px;
}

.about-text {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 500;
}

.about-counter-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 725px;
  margin-top: 60px;
  display: flex;
}

.counter-item-num-wrap {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.upper-movement, .lower-movement {
  text-align: center;
}

.counter-item-num-symbol {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-48);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
  line-height: 48px;
}

.counter-item-text {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-3);
  line-height: 20px;
}

.upper-movement-inner {
  height: 48px;
  overflow: hidden;
}

.counter-item-number {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-48);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
  line-height: 48px;
}

.lower-movement-inner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  display: flex;
  overflow: hidden;
}

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

.projects-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.projects-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.projects-item-thumb-wrap {
  margin-bottom: 20px;
  text-decoration: none;
  overflow: hidden;
}

.projects-item-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-item-title-wrap {
  text-decoration: none;
}

.projects-item-title {
  font-family: var(--_font-family---inter);
  color: var(--black);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-130);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.projects-item-category-layout {
  display: flex;
}

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

.services-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.services-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 36px;
  position: relative;
}

.services-item-icon-wrap {
  margin-bottom: 24px;
}

.services-item-title-wrap {
  margin-bottom: 12px;
}

.services-item-title {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.services-item-text-wrap {
  width: 100%;
  max-width: 392px;
}

.services-item-text {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-14);
}

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

.clients-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.clients-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.clients-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 22px 105px 1fr 48px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.clients-item-num-wrap {
  width: 100%;
  max-width: 40px;
}

.clients-item-num {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-130);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
}

.clients-item-num.top {
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
}

.clients-item-company-wrap {
  width: 100%;
  max-width: 120px;
}

.clients-item-company {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-130);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
}

.clients-item-company.top {
  font-family: var(--_font-family---inter);
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
}

.clients-item-industry-wrap {
  width: 100%;
  max-width: 160px;
}

.clients-item-industry {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-130);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
}

.clients-item-industry.top {
  font-family: var(--_font-family---inter);
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.clients-item-year-wrap {
  text-align: right;
  width: 100%;
  max-width: 60px;
}

.clients-item-year {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-130);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
}

.clients-item-year.top {
  font-family: var(--_font-family---inter);
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

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

.testimonial-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.testimonial-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.testimonial-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px #000;
  border-bottom: 1px solid #dbdbdb;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.testimonial-item-thumb-wrap {
  width: 100%;
  max-width: 382px;
}

.testimonial-item-content {
  width: 100%;
  max-width: 481px;
}

.testimonial-item-title-wrap {
  width: 100%;
  max-width: 276px;
  margin-bottom: 16px;
}

.testimonial-item-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.testimonial-item-text-wrap {
  margin-bottom: 68px;
}

.testimonial-item-text {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.testimonial-item-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonial-item-author-wrap {
  width: 100%;
  max-width: 60px;
}

.testimonial-item-author-name {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-0);
  margin-bottom: 6px;
  font-weight: 600;
}

.testimonial-item-author-info {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-14);
}

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

.faq-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.faq-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.blogs-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.blogs-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blogs-item-thumb-wrap {
  z-index: 1;
  margin-bottom: 12px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.blogs-item-info {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.blogs-item-title-wrap {
  text-decoration: none;
}

.blogs-item-title {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.blogs-btn-wrap {
  z-index: 1;
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: var(--_letter-spacing---ls-0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: color .3s linear, background-color .3s linear;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 24px #0003;
}

.blogs-btn-wrap:hover {
  background-color: var(--dark);
  color: var(--white);
}

.blogs-btn {
  width: 28px;
  height: 28px;
  line-height: 1px;
}

.blogs-item-date-wrap, .blogs-item-time-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.blogs-item-date-text {
  font-family: var(--_font-family---inter);
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
}

.blogs-item-time-text {
  font-family: var(--_font-family---inter);
  color: var(--color-2);
  font-size: var(--_font-size---fz-14);
}

.faq-text-wrap {
  width: 100%;
  max-width: 621px;
  overflow: hidden;
}

.faq-title {
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.faq-icon-plus {
  background-color: #0c0407;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-item {
  border: 1px #e0e0e0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}

.faq-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon-minus {
  background-color: #0c0407;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-icon {
  z-index: 1;
  flex: none;
  width: 16px;
  height: 16px;
  position: relative;
}

.faq-text {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-14);
  letter-spacing: var(--_letter-spacing---ls-1);
  padding-top: 24px;
  line-height: 150%;
}

.footer-section {
  background-color: var(--light);
  margin-top: 80px;
  padding-top: 24px;
  padding-bottom: 28px;
  overflow-x: clip;
}

.footer-top-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 125px;
  display: grid;
}

.footer-social-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 968px;
  display: flex;
}

.footer-social-text {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
  text-decoration: none;
}

.footer-middle-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 125px;
  display: grid;
}

.footer-content {
  width: 100%;
  max-width: 702px;
}

.footer-title-wrap {
  margin-bottom: 50px;
}

.footer-title {
  font-family: var(--_font-family---neue-haas);
  font-size: var(--_font-size---fz-160);
  letter-spacing: var(--_letter-spacing---ls-2);
  font-weight: 400;
}

.footer-btn-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-widget-item {
  margin-bottom: 9px;
}

.footer-widget-item.last {
  margin-bottom: 0;
}

.footer-widget-item-wrap {
  width: 100%;
  max-width: 215px;
}

.footer-widget-item-link {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
  text-decoration: none;
}

.footer-widget-item-top {
  margin-bottom: 138px;
}

.footer-bottom-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-bottom-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

.footer-bottom-circel {
  background-color: var(--dark);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
}

.footer-bottom-text-link {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

.footer-menu-widget {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.footer-menu-widget-link {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
  text-decoration: none;
}

.footer-copy-right-text {
  font-family: var(--_font-family---inter);
  color: var(--dark);
  font-size: var(--_font-size---fz-18);
  font-weight: 500;
}

.hero-section {
  z-index: 1;
  background-color: var(--color-1);
  margin-bottom: 70px;
  padding-top: 278px;
  padding-bottom: 400px;
  position: relative;
  overflow: hidden;
}

.nav-section {
  z-index: 999;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-section.dark {
  padding-bottom: 20px;
  position: relative;
}

.hero-content {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-content-left {
  width: 100%;
  max-width: 360px;
}

.hero-sub-title-wrap {
  margin-bottom: 20px;
}

.hero-sub-title {
  font-family: var(--_font-family---poppins);
  color: var(--white);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
}

.hero-title {
  font-family: var(--_font-family---neue-haas);
  color: var(--white);
  font-size: var(--_font-size---fz-124);
  letter-spacing: var(--_letter-spacing---ls-2);
  font-weight: 600;
}

.hero-content-right-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 165px;
  margin-bottom: 40px;
  display: flex;
}

.hero-sepretor-right {
  background-color: #ffffff80;
  width: 4px;
  height: 44px;
}

.hero-text {
  font-family: var(--_font-family---poppins);
  color: var(--white);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 600;
}

.hero-content-right-text-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 237px;
  display: flex;
}

.hero-title-wrap-2 {
  z-index: 5;
  text-align: center;
  position: absolute;
  inset: auto 0% -30px;
}

.hero-title-2 {
  font-family: var(--_font-family---neue-haas);
  color: var(--white);
  font-size: var(--_font-size---fz-230);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-5);
  font-weight: 400;
}

.nav-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-layout.dark {
  justify-content: space-between;
  align-items: center;
}

.nav-layout-left {
  grid-column-gap: 290px;
  grid-row-gap: 290px;
  align-items: flex-start;
  display: flex;
}

.nav-layout-right {
  grid-column-gap: 196px;
  grid-row-gap: 196px;
  align-items: flex-start;
  display: flex;
}

.nav-logo-wrap {
  text-decoration: none;
}

.nav-year {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  font-weight: 500;
}

.nav-text-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.nav-text {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.nav-menu-open {
  cursor: pointer;
}

.nav-menu-text {
  font-family: var(--_font-family---inter);
  color: var(--white);
  font-size: var(--_font-size---fz-14);
  font-weight: 500;
}

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

.hero-thumb-wrap {
  z-index: 1;
  pointer-events: none;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-thumb {
  width: 100%;
  max-width: 1100px;
}

.hero-shape-wrap {
  z-index: 2;
  filter: blur(70px);
  pointer-events: none;
  background-color: #726b5b;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: -145px;
  left: 0;
}

.footer-bottom-right {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.blogs-left {
  position: sticky;
  top: 20px;
}

.blogs-left._2 {
  position: static;
}

.faq-left, .testimonial-left {
  position: sticky;
  top: 20px;
}

.mobile-menu-wrapper {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.mobile-menu-overlay {
  z-index: 1;
  cursor: pointer;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.mobile-menu-container {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  max-width: 530px;
  height: 100%;
  padding: 24px 40px 40px;
  position: relative;
  overflow-y: auto;
}

.mobile-menu-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.mobile-menu-close {
  z-index: 20;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  transition: all .3s linear;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.mobile-menu-close:hover {
  background-color: var(--dark);
  color: var(--white);
}

.mobile-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 350px;
  display: flex;
}

.mobile-menu-link {
  transform-origin: 0%;
  font-family: var(--_font-family---poppins);
  color: var(--dark);
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s linear;
}

.mobile-menu-link:hover {
  color: var(--dark-2);
  transform: scale(1.1);
}

.mobile-menu-close-icon {
  width: 28px;
  height: 28px;
  line-height: 1px;
}

.mobile-menu-bottom-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mobile-menu-info-link-wrap {
  margin-bottom: 9px;
}

.mobile-menu-info-link {
  color: var(--dark);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-3);
  font-weight: 500;
  text-decoration: none;
}

.clients-left, .services-left, .projects-left, .about-left {
  position: sticky;
  top: 20px;
}

.c-hero-section {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 70px;
  overflow-x: clip;
}

.h-about-thumb-wrap {
  margin-top: 20px;
}

.h-about-thumb {
  width: 100%;
}

.c-hero-title {
  font-family: var(--_font-family---neue-haas);
  font-size: var(--_font-size---fz-230);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-5);
  font-weight: 400;
}

.c-hero-title.checkout-title {
  font-size: 170px;
}

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

.choose-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.choose-left {
  position: sticky;
  top: 20px;
}

.choose-text-wrap {
  width: 100%;
  max-width: 887px;
  margin-bottom: 28px;
}

.choose-text {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 500;
}

.choose-list {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 25px;
  display: grid;
}

.choose-list-text {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
}

.choose-list-text-blod {
  line-height: var(--_line-height---lh-110);
  font-weight: 600;
}

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

.values-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.values-left {
  position: sticky;
  top: 20px;
}

.values-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-item {
  z-index: 1;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 36px;
  position: relative;
}

.values-item-icon-wrap {
  margin-bottom: 24px;
}

.values-item-title-wrap {
  margin-bottom: 12px;
}

.values-item-title {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.values-item-text-wrap {
  width: 100%;
  max-width: 392px;
}

.values-item-text {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-14);
}

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

.experience-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.experience-left {
  position: sticky;
  top: 20px;
}

.experience-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.experience-item {
  z-index: 1;
  border-bottom: 1px solid #c6c6c6;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.experience-item-text-wrap {
  margin-bottom: 12px;
}

.experience-item-text {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-18);
  letter-spacing: var(--_letter-spacing---ls-0);
  text-transform: uppercase;
  font-weight: 500;
}

.experience-item-title {
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-0);
}

.experience-item-year {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-18);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

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

.process-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.process-left {
  position: sticky;
  top: 20px;
}

.process-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-item {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 20px;
  position: relative;
}

.process-item-num-wrap {
  margin-bottom: 48px;
}

.process-item-num {
  font-size: var(--_font-size---fz-18);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

.process-item-title-wrap {
  margin-bottom: 12px;
}

.process-item-title {
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.process-item-text-wrap {
  width: 100%;
  max-width: 475px;
}

.process-item-text {
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-1);
}

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

.awards-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.awards-left {
  position: sticky;
  top: 20px;
}

.awards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.awards-item {
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.awards-item-text {
  font-size: var(--_font-size---fz-14);
  text-transform: uppercase;
}

.awards-item-left {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  align-items: center;
  display: flex;
}

.awards-item-num {
  font-size: var(--_font-size---fz-14);
}

.awards-item-title {
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.checkout-form {
  background-color: var(--transparent);
  padding-top: 80px;
  padding-bottom: 70px;
}

.checkout-left {
  flex: 1;
  max-width: 780px;
  margin-right: 0;
}

.checkout-right {
  background-color: var(--light);
  flex: 1;
  max-width: 520px;
  padding: 28px;
}

.checkout-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.oder-summary {
  margin-bottom: 0;
}

.oder-summary-btn-wrap {
  margin-top: 20px;
}

.oder-summary-btn {
  border: 1px solid var(--dark);
  background-color: var(--black);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-122);
  border-radius: 0;
  margin-bottom: 0;
  padding: 14px 16px;
  font-weight: 600;
  transition: all .3s linear;
}

.oder-summary-btn:hover {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid #e0e0e0;
}

.checkout-common-header {
  background-color: var(--transparent);
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.checkout-common-title {
  font-family: var(--_font-family---inter);
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.oder-summary-content {
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.line-item {
  margin-bottom: 16px;
}

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

.line-item-text {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  font-weight: 500;
}

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

.apple-pay {
  border-radius: 0;
  height: 47px;
}

.customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
  background-color: var(--light);
  padding: 28px;
}

.order-items-content {
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.order-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 30px;
}

.oder-item-thumb-wrap {
  width: 100%;
  max-width: 134px;
}

.oder-item-thumb {
  width: 100%;
  height: auto;
}

.oder-item-content {
  padding-top: 8px;
}

.oder-item-price {
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  font-weight: 600;
}

.oder-item-title {
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 8px;
  font-weight: 600;
}

.oder-item-quantity-text {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
}

.customer-info-form {
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-label {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 12px;
}

.customer-info-input {
  background-color: var(--white);
  border-radius: 0;
  height: 47px;
}

.shipping-address-form {
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.checkbox-label {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.customer-info-content {
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.customer-info-content-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.customer-info-row-top {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-bottom {
  padding-left: 0;
  padding-right: 0;
}

.customer-info-row-top-content {
  margin-bottom: 0;
}

.customer-info-row-top-title {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 6px;
  font-weight: 600;
}

.customer-info-row-top-text {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
  margin-bottom: 3px;
}

.shipping-method-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--transparent);
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0 0 0 10px;
}

.contact-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: grid;
}

.contact-left {
  position: sticky;
  top: 20px;
}

.contact-title-wrap {
  margin-bottom: 16px;
}

.contact-title {
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 500;
}

.contact-text-wrap {
  width: 100%;
  max-width: 617px;
}

.contact-text {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-0);
}

.contact-form {
  margin-top: 60px;
}

.contact-us-wrap {
  margin-bottom: 0;
}

.success-message {
  background-color: #46d64b26;
}

.error-message {
  background-color: #fe444326;
  padding: 20px;
}

.contact-us-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.contact-us-input {
  color: var(--dark);
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  height: 47px;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 18px;
}

.contact-us-input:focus {
  border-bottom-color: var(--dark);
}

.contact-us-input::placeholder {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
}

.contact-us-textarea-wrap {
  margin-bottom: 40px;
}

.contact-us-textarea {
  color: var(--dark);
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  height: 187px;
  min-height: 187px;
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: 18px;
}

.contact-us-textarea:focus {
  border-bottom-color: var(--dark);
}

.contact-us-textarea::placeholder {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
}

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

.licenses-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.licenses-left {
  position: sticky;
  top: 20px;
}

.licenses-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.utility-content-title {
  font-size: var(--_font-size---fz-40);
}

.utility-content-text {
  font-size: var(--_font-size---fz-18);
}

.utility-content-text-heilight {
  font-weight: 600;
}

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

.blog-page-wrapper {
  margin-top: 28px;
}

.category-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  display: flex;
}

.category-item {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-112);
  border: 1px solid #c6c6c6;
  flex: none;
  padding: 12px 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

.category-item:hover, .category-item.w--current {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.licenses-text-wrap {
  margin-top: 12px;
}

.licenses-text {
  font-size: var(--_font-size---fz-20);
  width: 100%;
  max-width: 900px;
}

.changelog-version-wrap {
  margin-bottom: 20px;
}

.changelog-version {
  font-size: var(--_font-size---fz-40);
}

.changelog-text {
  font-size: var(--_font-size---fz-18);
}

.changelog-left {
  position: sticky;
  top: 20px;
}

.changelog-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.error-section {
  padding-top: 60px;
  padding-bottom: 70px;
}

.error-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.error-title-wrap {
  margin-bottom: 20px;
}

.error-title {
  font-size: 300px;
  line-height: .8;
}

.error-sub-title-wrap {
  margin-bottom: 20px;
}

.error-sub-title {
  font-size: var(--_font-size---fz-32);
}

.error-text-wrap {
  margin-bottom: 40px;
}

.error-text {
  font-size: var(--_font-size---fz-18);
}

.password-form {
  padding-top: 80px;
  padding-bottom: 70px;
}

.password-right {
  width: 100%;
  max-width: 566px;
}

.password-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.password-form-label {
  font-family: var(--_font-family---poppins);
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-100);
  margin-bottom: 20px;
  font-weight: 600;
}

.password-form-input {
  color: var(--dark);
  border: 1px #000;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  height: 47px;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.password-form-input:focus {
  border-bottom-color: var(--dark);
}

.password-form-input::placeholder {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-0);
}

.password-btn {
  background-color: var(--dark);
  color: var(--white);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-122);
  width: 100%;
  padding: 14px 16px;
  font-weight: 600;
  transition: all .3s linear;
}

.password-btn:hover {
  background-color: var(--dark-2);
  color: var(--white);
}

.projects-cetagory {
  color: var(--dark);
  font-size: var(--_font-size---fz-12);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-0);
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

.projects-cetagory:hover {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.projects-cetagory-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cms-collection-list-wrapper {
  flex: none;
}

.cms-category-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.category-item-wrap {
  flex: none;
}

.project-page-wrapper {
  margin-top: 28px;
}

.b-details-content {
  width: 100%;
  max-width: 1240px;
  margin-bottom: 60px;
}

.b-details-title-wrap {
  margin-bottom: 48px;
}

.b-details-title {
  font-size: 80px;
  line-height: var(--_line-height---lh-112);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 600;
}

.b-details-item-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.b-details-item-time-text {
  font-family: var(--_font-family---inter);
  color: gray;
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.b-details-item-time-icon {
  width: 20px;
  height: 20px;
}

.b-details-item-date-text {
  font-family: var(--_font-family---inter);
  color: gray;
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.b-details-item-date-icon {
  width: 20px;
  height: 20px;
}

.b-details-thumb-wrap {
  margin-bottom: 40px;
}

.blog-rich-text-wrap {
  width: 100%;
  max-width: 1120px;
}

.b-details-gallery-wrap {
  margin-top: 12px;
  margin-bottom: 28px;
}

.p-details-thumb-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-details-section {
  padding-top: 80px;
  padding-bottom: 70px;
}

.p-details-project-title-wrap {
  margin-bottom: 12px;
}

.p-details-project-title {
  font-size: var(--_font-size---fz-40);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-4);
}

.project-rich-text h1 {
  font-size: 40px;
  line-height: var(--_line-height---lh-120);
  margin-bottom: 16px;
}

.project-rich-text h2 {
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  margin-bottom: 16px;
}

.project-rich-text h3 {
  font-size: var(--_font-size---fz-26);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.project-rich-text h4 {
  font-size: var(--_font-size---fz-22);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.project-rich-text h5 {
  font-size: var(--_font-size---fz-20);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.project-rich-text h6 {
  font-size: var(--_font-size---fz-18);
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 600;
}

.project-rich-text p {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-0);
  margin-bottom: 20px;
}

.project-rich-text li {
  font-size: var(--_font-size---fz-16);
  letter-spacing: var(--_letter-spacing---ls-3);
  margin-bottom: 16px;
  line-height: 20px;
}

.project-rich-text ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.p-gallery-thumb-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.p-gallery-thumb-wrap-2 {
  margin-top: 24px;
  margin-bottom: 40px;
}

.footer-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.services-layout-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: grid;
}

.categories-template-layout {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item-thumb-wrap {
  margin-bottom: 16px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.product-item-category-wrap {
  margin-bottom: 12px;
}

.product-item-category {
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-150);
  text-decoration: none;
  display: inline-block;
}

.product-item-title-wrap {
  margin-bottom: 12px;
  text-decoration: none;
}

.product-item-title {
  color: var(--dark);
  font-size: var(--_font-size---fz-24);
  line-height: var(--_line-height---lh-120);
}

.product-item-price-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.product-item-price-active-text {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-1);
  font-weight: 500;
}

.product-item-price-disable-text {
  color: #b3b3b3;
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-100);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
  text-decoration: line-through;
}

.product-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 430px 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.product-details-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-details-left, .product-details-right {
  width: 100%;
  max-width: 600px;
}

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

.p-details-item-category {
  color: var(--dark);
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
  text-decoration: none;
  display: inline-block;
}

.p-details-item-category-wrap, .product-details-title-wrap {
  margin-bottom: 20px;
}

.product-details-title {
  font-size: var(--_font-size---fz-48);
  line-height: var(--_line-height---lh-110);
  letter-spacing: var(--_letter-spacing---ls-3);
}

.product-details-price-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.product-details-description-wrap {
  width: 100%;
  max-width: 600px;
  margin-bottom: 40px;
}

.product-details-description {
  font-size: var(--_font-size---fz-16);
}

.product-details-price-regular {
  font-size: var(--_font-size---fz-20);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

.product-details-price-sells {
  color: #b3b3b3;
  font-size: var(--_font-size---fz-20);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
  text-decoration: line-through;
}

.product-default-state {
  margin-bottom: 0;
}

.product-details-add-to-cart {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-details-quantity-label {
  display: none;
}

.product-details-quantity {
  background-color: var(--transparent);
  border-style: solid;
  border-color: #c6c6c6;
  border-radius: 0;
  width: 70px;
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.add-to-cart-btn {
  z-index: 1;
  background-color: var(--dark);
  color: var(--white);
  font-size: var(--_font-size---fz-16);
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  transition: all .3s linear;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.add-to-cart-btn:hover {
  background-color: var(--dark-2);
}

.shipping-method-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left-style: none;
  border-right-style: none;
  flex-flow: column;
  display: flex;
}

.shipping-method-item-radio {
  accent-color: #0c0407;
}

.shipping-method-item-content {
  margin-right: 0;
}

.shipping-method-item-price {
  font-size: var(--_font-size---fz-18);
  line-height: var(--_line-height---lh-150);
  font-weight: 500;
}

.shipping-method-item-title {
  font-size: var(--_font-size---fz-20);
  line-height: var(--_line-height---lh-150);
  font-weight: 600;
}

.shipping-method-item-text {
  font-size: var(--_font-size---fz-16);
  line-height: var(--_line-height---lh-150);
}

.shipping-method-item-col {
  padding-left: 0;
}

.services-item-shape, .values-item-shape, .experience-item-shape, .process-item-shape, .testimonial-item-shape, .awards-item-shape {
  background-color: var(--dark);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto -1px 0%;
}

.btn-primary {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}

.c-cart-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 16px;
  padding-bottom: 16px;
}

.c-cart-option-wrap {
  margin-bottom: 24px;
}

.c-cart-checkout-payment-apple {
  border-radius: 0;
  height: 42px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.c-cart-price-wrap.mobile-only {
  display: none;
}

.c-cart-error-state {
  color: var(--dark);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin: 12px 0 0;
  padding: 4px 16px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.c-cart-title, .c-cart-line-item-label {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.c-cart-header {
  border-bottom-style: none;
  border-bottom-color: #e5e5e5;
  padding: 0 0 12px;
}

.c-cart-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.c-cart-empty-btn {
  background-color: var(--dark);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 42px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-empty-btn:hover {
  background-color: var(--dark-2);
}

.c-cart-empty-btn-wrap {
  margin-top: 20px;
}

.c-cart-list {
  max-height: 550px;
  padding: 0;
}

.c-cart-close {
  color: #0c0407;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.c-cart-line-item-value {
  color: #0c0407;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.c-cart-thumb-wrap {
  flex: none;
  width: 100%;
  max-width: 168px;
}

.c-cart-empty-state {
  padding: 0;
  display: block;
}

.c-cart-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cart-icon-wrap {
  background-color: #0000;
  padding: 0;
  position: relative;
}

.c-cart-quantity-wrap {
  margin-bottom: 32px;
  display: none;
}

.c-cart-option {
  font-weight: 600;
}

.cart-quantity {
  color: #fff;
  text-align: center;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: -8px -8px auto auto;
}

.c-cart-quantity {
  color: #0c0407;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  width: 54px;
  margin-bottom: 0;
}

.c-cart-empty-wrap {
  color: #0c0407;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.c-cart-checkout-button {
  border-style: solid;
  border-color: var(--dark);
  background-color: var(--dark);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s linear;
  display: flex;
}

.c-cart-checkout-button:hover {
  border-color: var(--dark-2);
  background-color: var(--dark-2);
}

.c-cart-remove {
  color: #fc372d;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.c-cart-title-wrap {
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.c-cart-container {
  border-radius: 10px;
  max-width: 735px;
  padding: 32px;
}

.c-cart-container.border-shadow {
  border-radius: 0;
}

.c-cart-header-title {
  color: #0c0407;
  letter-spacing: -.03em;
  font-size: 36px;
  line-height: 43px;
}

.option-list {
  color: #0c0407;
  font-size: 16px;
  font-weight: 400;
}

.c-cart-content-right {
  flex: none;
}

.global-cart {
  z-index: 99;
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 2px 5px #0003;
}

.c-cart-footer-wrap {
  border-top-color: #e5e5e5;
  margin-top: 16px;
  padding: 12px 0 0;
}

.c-cart-price {
  color: var(--dark);
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.category-tabs {
  margin-top: 28px;
}

.category-tabs-manu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 80px;
  padding-bottom: 20px;
  display: flex;
}

.category-tabs-manu-link {
  background-color: var(--transparent);
  color: var(--dark);
  font-size: var(--_font-size---fz-14);
  line-height: var(--_line-height---lh-112);
  border: 1px solid #c6c6c6;
  flex: none;
  padding: 12px 16px;
  font-weight: 600;
  transition: all .3s linear;
}

.category-tabs-manu-link:hover, .category-tabs-manu-link.w--current {
  border-color: var(--dark);
  background-color: var(--dark);
  color: var(--white);
}

.p-details-info-layout {
  grid-column-gap: 163px;
  grid-row-gap: 163px;
  grid-template-rows: auto;
  grid-template-columns: 225px 129px 73px 324px;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.p-details-info-item {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 24px;
}

.p-details-info-item-text-wrap {
  margin-bottom: 10px;
}

.p-details-info-item-text {
  color: #4c4c4c;
  font-size: var(--_font-size---fz-18);
  letter-spacing: var(--_letter-spacing---ls-0);
  font-weight: 500;
}

.p-details-info-item-title {
  font-size: var(--_font-size---fz-32);
  line-height: var(--_line-height---lh-120);
  letter-spacing: var(--_letter-spacing---ls-6);
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 18px;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
  }

  .btn-icon-wrap {
    width: 14px;
  }

  .blog-rich-text h1 {
    font-size: var(--_font-size---fz-32);
  }

  .blog-rich-text h2 {
    font-size: var(--_font-size---fz-24);
  }

  .blog-rich-text h3 {
    font-size: var(--_font-size---fz-22);
  }

  .blog-rich-text h6, .blog-rich-text blockquote {
    font-size: var(--_font-size---fz-16);
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
    position: static;
  }

  .footer-social-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .style-gide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-gide-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .style-gide-group-title {
    letter-spacing: -.03em;
    font-size: 40px;
  }

  .btn-icon {
    width: 12px;
    line-height: 1px;
  }

  .btn-wrap-2 {
    padding: 14px 22px;
  }

  .heading {
    font-size: 20px;
  }

  .nav-open {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    cursor: pointer;
    background-color: #0c0407;
    border-radius: 0;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    overflow: hidden;
  }

  .btn-wrap {
    padding: 14px 22px;
  }

  .about-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: var(--_font-size---fz-16);
  }

  .about-text-wrap {
    max-width: 100%;
  }

  .about-text {
    font-size: var(--_font-size---fz-24);
    line-height: var(--_line-height---lh-130);
    letter-spacing: var(--_letter-spacing---ls-3);
  }

  .about-counter-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    margin-top: 40px;
  }

  .counter-item-num-symbol {
    font-size: var(--_font-size---fz-40);
    line-height: 40px;
  }

  .upper-movement-inner {
    height: 40px;
  }

  .counter-item-number {
    font-size: var(--_font-size---fz-40);
    line-height: 40px;
  }

  .lower-movement-inner {
    height: 40px;
  }

  .projects-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .projects-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .projects-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .projects-item-thumb-wrap {
    margin-bottom: 15px;
  }

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

  .services-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .services-wrapper {
    grid-row-gap: 60px;
  }

  .services-item-icon-wrap {
    margin-bottom: 20px;
  }

  .services-item-title {
    line-height: var(--_line-height---lh-120);
  }

  .services-item-text-wrap {
    max-width: 100%;
  }

  .clients-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .clients-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .clients-item-num, .clients-item-company {
    font-size: var(--_font-size---fz-18);
  }

  .clients-item-industry-wrap {
    max-width: 150px;
  }

  .clients-item-industry, .clients-item-year {
    font-size: var(--_font-size---fz-18);
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .testimonial-item-thumb-wrap {
    max-width: 100%;
  }

  .testimonial-item-thumb {
    width: 100%;
  }

  .testimonial-item-title-wrap {
    max-width: 100%;
  }

  .testimonial-item-text-wrap {
    margin-bottom: 30px;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blogs-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blogs-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .blogs-btn-wrap {
    width: 60px;
    height: 60px;
    line-height: 1px;
  }

  .blogs-btn {
    width: 24px;
    height: 24px;
  }

  .faq-text-wrap {
    max-width: 90%;
  }

  .faq-item {
    padding-bottom: 20px;
  }

  .faq-text {
    padding-right: 40px;
  }

  .footer-section {
    margin-top: 40px;
    padding-bottom: 24px;
  }

  .footer-top-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .footer-social-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-social-text {
    font-size: var(--_font-size---fz-16);
  }

  .footer-middle-layout {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .footer-content {
    max-width: 100%;
  }

  .footer-title-wrap {
    margin-bottom: 30px;
  }

  .footer-title {
    font-size: var(--_font-size---fz-60);
  }

  .footer-btn-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-widget-item-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    max-width: 100%;
    display: flex;
  }

  .footer-widget-item-link {
    font-size: var(--_font-size---fz-16);
  }

  .footer-widget-item-top {
    margin-bottom: 0;
  }

  .footer-bottom-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-text, .footer-bottom-text-link {
    font-size: var(--_font-size---fz-16);
  }

  .footer-menu-widget {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-menu-widget-link, .footer-copy-right-text {
    font-size: var(--_font-size---fz-16);
  }

  .hero-section {
    margin-bottom: 40px;
    padding-bottom: 300px;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-content-left {
    max-width: 250px;
  }

  .hero-sub-title {
    font-size: var(--_font-size---fz-32);
  }

  .hero-title {
    font-size: var(--_font-size---fz-60);
    letter-spacing: var(--_letter-spacing---ls-0);
  }

  .hero-sepretor-right {
    width: 2px;
  }

  .hero-text {
    font-size: var(--_font-size---fz-16);
  }

  .hero-title-wrap-2 {
    bottom: -15px;
  }

  .hero-title-2 {
    font-size: 130px;
  }

  .nav-layout-left, .nav-layout-right {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .hero-thumb {
    max-width: 600px;
  }

  .footer-bottom-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blogs-left, .faq-left, .testimonial-left {
    position: static;
  }

  .mobile-menu-wrapper {
    display: none;
  }

  .mobile-menu-container {
    max-width: 400px;
    padding: 24px;
  }

  .mobile-menu-close {
    width: 50px;
    height: 50px;
  }

  .mobile-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 300px;
  }

  .mobile-menu-link {
    font-size: var(--_font-size---fz-32);
  }

  .mobile-menu-bottom-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .clients-left, .services-left, .projects-left, .about-left {
    position: static;
  }

  .c-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-hero-title {
    font-size: 130px;
  }

  .c-hero-title.checkout-title {
    font-size: 90px;
  }

  .choose-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .choose-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .choose-left {
    position: static;
  }

  .choose-text-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .choose-text {
    font-size: var(--_font-size---fz-24);
    line-height: var(--_line-height---lh-130);
    letter-spacing: var(--_letter-spacing---ls-3);
  }

  .values-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .values-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .values-left {
    position: static;
  }

  .values-wrapper {
    grid-row-gap: 60px;
  }

  .values-item-icon-wrap {
    margin-bottom: 20px;
  }

  .values-item-text-wrap {
    max-width: 100%;
  }

  .experience-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .experience-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .experience-left {
    position: static;
  }

  .experience-item {
    padding-bottom: 20px;
  }

  .experience-item-title {
    font-size: var(--_font-size---fz-24);
  }

  .process-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .process-left {
    position: static;
  }

  .process-wrapper {
    grid-row-gap: 60px;
  }

  .process-item-num-wrap {
    margin-bottom: 20px;
  }

  .process-item-title {
    font-size: var(--_font-size---fz-32);
  }

  .process-item-text-wrap {
    max-width: 100%;
  }

  .awards-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .awards-left {
    position: static;
  }

  .checkout-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .checkout-left {
    width: 100%;
    max-width: 100%;
  }

  .checkout-right {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .checkout-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .checkout-common-title {
    font-size: var(--_font-size---fz-32);
  }

  .customer-info-wrap, .shipping-address-wrap, .shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
    padding: 20px;
  }

  .contact-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .contact-left {
    position: static;
  }

  .contact-title {
    font-size: var(--_font-size---fz-24);
  }

  .contact-text-wrap {
    max-width: 100%;
  }

  .contact-form {
    margin-top: 40px;
  }

  .contact-us-grid, .contact-us-textarea-wrap {
    margin-bottom: 40px;
  }

  .licenses-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .licenses-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .licenses-left {
    position: static;
  }

  .utility-content-title {
    font-size: var(--_font-size---fz-32);
  }

  .utility-content-text {
    font-size: var(--_font-size---fz-16);
  }

  .utility-content-text-link {
    font-size: var(--_font-size---fz-18);
  }

  .category-layout {
    margin-bottom: 40px;
    overflow-x: auto;
  }

  .licenses-text {
    font-size: var(--_font-size---fz-18);
    max-width: 100%;
  }

  .changelog-version {
    font-size: var(--_font-size---fz-32);
  }

  .changelog-text {
    font-size: var(--_font-size---fz-16);
  }

  .changelog-left {
    position: static;
  }

  .changelog-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .error-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .error-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .error-title {
    font-size: 200px;
  }

  .error-sub-title {
    font-size: var(--_font-size---fz-30);
  }

  .error-text-wrap {
    margin-bottom: 20px;
  }

  .password-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .password-right {
    max-width: 100%;
  }

  .password-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .password-form-label {
    font-size: var(--_font-size---fz-32);
  }

  .project-page-wrapper {
    margin-top: 20px;
  }

  .b-details-content {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .b-details-title-wrap {
    margin-bottom: 20px;
  }

  .b-details-title {
    line-height: var(--_line-height---lh-100);
  }

  .b-details-item-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .p-details-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .p-details-project-title {
    font-size: var(--_font-size---fz-32);
  }

  .project-rich-text p {
    margin-bottom: 16px;
  }

  .p-gallery-thumb-wrap-2 {
    margin-top: 20px;
  }

  .services-layout-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .product-details-layout {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .product-details-left {
    order: -1;
    max-width: 100%;
  }

  .product-details-right {
    max-width: 100%;
  }

  .product-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-details-title {
    font-size: var(--_font-size---fz-40);
  }

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

  .product-details-price-regular, .product-details-price-sells {
    font-size: var(--_font-size---fz-18);
  }

  .btn-primary {
    padding: 14px 22px;
    font-size: 14px;
  }

  .c-cart-container {
    max-width: 700px;
  }

  .category-tabs {
    margin-top: 20px;
  }

  .category-tabs-manu {
    margin-bottom: 40px;
    overflow-x: auto;
  }

  .p-details-info-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .p-details-info-item {
    padding-bottom: 20px;
  }

  .p-details-info-item-title {
    font-size: var(--_font-size---fz-26);
  }
}

@media screen and (max-width: 767px) {
  .blog-rich-text h2 {
    font-size: var(--_font-size---fz-22);
  }

  .blog-rich-text p, .blog-rich-text li {
    font-size: var(--_font-size---fz-14);
  }

  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .style-gide-layout {
    flex-flow: column;
  }

  .style-gide-group-title {
    font-size: 26px;
  }

  .colors-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .btn-wrap-2, .btn-wrap {
    font-size: var(--_font-size---fz-14);
    padding: 12px 20px;
  }

  .about-text {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-150);
  }

  .projects-item-thumb-wrap {
    margin-bottom: 15px;
  }

  .services-wrapper {
    grid-row-gap: 40px;
  }

  .services-item {
    padding-bottom: 30px;
  }

  .services-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .clients-item-num, .clients-item-company, .clients-item-industry, .clients-item-year {
    font-size: var(--_font-size---fz-18);
  }

  .testimonial-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .testimonial-item-content {
    max-width: 100%;
  }

  .testimonial-item-title {
    line-height: var(--_line-height---lh-120);
  }

  .testimonial-item-text-wrap {
    margin-bottom: 20px;
  }

  .testimonial-item-author-wrap {
    max-width: 50px;
  }

  .testimonial-item-author-name {
    font-size: var(--_font-size---fz-16);
    margin-bottom: 2px;
  }

  .blogs-wrapper {
    grid-template-columns: 1fr;
  }

  .blogs-item-title, .faq-title {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-120);
  }

  .faq-text {
    padding-top: 20px;
    font-size: 14px;
  }

  .footer-title-wrap {
    margin-bottom: 20px;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-content-left {
    text-align: center;
    max-width: 100%;
  }

  .hero-content-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .hero-sub-title {
    font-size: var(--_font-size---fz-20);
  }

  .hero-title {
    font-size: var(--_font-size---fz-50);
  }

  .hero-content-right-text {
    margin-bottom: 0;
  }

  .hero-text {
    font-size: var(--_font-size---fz-14);
    line-height: var(--_line-height---lh-150);
  }

  .hero-content-right-text-2 {
    max-width: 145px;
  }

  .hero-title-wrap-2 {
    top: 85%;
  }

  .hero-title-2 {
    letter-spacing: var(--_letter-spacing---ls-1);
    font-size: 80px;
  }

  .nav-layout {
    justify-content: space-between;
    align-items: center;
  }

  .nav-layout-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-layout-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-year-wrap, .nav-text-wrap {
    display: none;
  }

  .hero-thumb {
    max-width: 450px;
  }

  .hero-shape-wrap {
    height: 200px;
    bottom: -75px;
  }

  .mobile-menu-close {
    top: 20px;
    right: 20px;
  }

  .clients-right {
    overflow-x: auto;
  }

  .c-hero-title {
    font-size: 80px;
  }

  .c-hero-title.checkout-title {
    font-size: 70px;
  }

  .choose-text {
    font-size: var(--_font-size---fz-20);
    line-height: var(--_line-height---lh-150);
  }

  .choose-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .values-wrapper {
    grid-row-gap: 40px;
  }

  .values-item {
    padding-bottom: 30px;
  }

  .values-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .experience-item-text {
    font-size: var(--_font-size---fz-16);
  }

  .experience-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .experience-item-year {
    font-size: var(--_font-size---fz-16);
  }

  .process-item-title {
    font-size: var(--_font-size---fz-22);
  }

  .awards-item {
    align-items: flex-start;
  }

  .awards-item-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .awards-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .checkout-common-title {
    font-size: var(--_font-size---fz-26);
  }

  .line-item-text, .oder-item-price {
    font-size: var(--_font-size---fz-16);
  }

  .oder-item-title {
    font-size: var(--_font-size---fz-18);
  }

  .customer-info-label, .checkbox-label {
    font-size: var(--_font-size---fz-14);
  }

  .customer-info-row-top-title {
    font-size: var(--_font-size---fz-16);
  }

  .customer-info-row-top-text {
    font-size: var(--_font-size---fz-14);
  }

  .contact-title {
    font-size: var(--_font-size---fz-22);
  }

  .contact-us-input {
    height: 40px;
    font-size: 14px;
  }

  .contact-us-input::placeholder {
    font-size: var(--_font-size---fz-14);
  }

  .contact-us-textarea {
    height: 150px;
    min-height: 150px;
    font-size: 14px;
  }

  .contact-us-textarea::placeholder {
    font-size: var(--_font-size---fz-14);
  }

  .utility-content-title {
    font-size: var(--_font-size---fz-24);
  }

  .utility-content-text {
    font-size: var(--_font-size---fz-14);
  }

  .licenses-text {
    font-size: var(--_font-size---fz-16);
  }

  .changelog-version {
    font-size: var(--_font-size---fz-24);
  }

  .changelog-text {
    font-size: var(--_font-size---fz-14);
  }

  .error-title {
    font-size: 150px;
  }

  .error-sub-title {
    font-size: var(--_font-size---fz-24);
  }

  .error-text {
    font-size: var(--_font-size---fz-16);
  }

  .password-form-label {
    font-size: var(--_font-size---fz-26);
  }

  .b-details-content {
    margin-bottom: 20px;
  }

  .b-details-title {
    font-size: 40px;
    line-height: var(--_line-height---lh-120);
  }

  .b-details-thumb-wrap, .b-details-gallery-wrap {
    margin-bottom: 20px;
  }

  .p-details-project-title {
    font-size: var(--_font-size---fz-24);
  }

  .project-rich-text p, .project-rich-text li {
    font-size: var(--_font-size---fz-14);
  }

  .categories-template-layout {
    grid-template-columns: 1fr;
  }

  .product-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .product-details-title {
    font-size: var(--_font-size---fz-32);
  }

  .product-details-price-regular, .product-details-price-sells, .shipping-method-item-price, .shipping-method-item-title {
    font-size: var(--_font-size---fz-16);
  }

  .shipping-method-item-text {
    font-size: var(--_font-size---fz-14);
  }

  .btn-primary {
    padding: 10px 18px;
  }

  .c-cart-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c-cart-option-wrap {
    margin-bottom: 12px;
  }

  .c-cart-content-left {
    width: 100%;
  }

  .c-cart-price-wrap.mobile-only {
    margin-bottom: 12px;
    display: block;
  }

  .c-cart-title, .c-cart-line-item-label {
    font-size: 20px;
  }

  .c-cart-content-wrap {
    flex-flow: wrap;
  }

  .c-cart-list {
    max-height: 300px;
  }

  .c-cart-line-item-value {
    font-size: 20px;
  }

  .c-cart-thumb-wrap {
    max-width: 130px;
  }

  .c-cart-quantity-wrap {
    margin-bottom: 12px;
  }

  .c-cart-container {
    max-width: 90%;
    padding: 20px;
  }

  .c-cart-header-title {
    font-size: 30px;
    line-height: 1.2;
  }

  .c-cart-content-right {
    display: none;
  }

  .c-cart-price {
    font-size: 20px;
  }

  .p-details-info-layout {
    grid-template-columns: 1fr 1fr;
  }

  .p-details-info-item-title {
    font-size: var(--_font-size---fz-24);
  }
}

@media screen and (max-width: 479px) {
  .style-gide-right {
    max-width: 100%;
  }

  .style-gide-button-holder-layout {
    grid-template-columns: 1fr;
  }

  .style-gide-headings-holder-item {
    padding: 16px;
    overflow: hidden;
  }

  .colors-holder-item {
    max-width: 100%;
  }

  .blog-rich-text h2 {
    font-size: var(--_font-size---fz-20);
  }

  .blog-rich-text h3 {
    font-size: var(--_font-size---fz-18);
  }

  .footer-social-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
  }

  .colors-holder {
    flex-flow: column;
  }

  .about-text {
    font-size: var(--_font-size---fz-18);
  }

  .about-counter-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .counter-item-num-symbol {
    font-size: var(--_font-size---fz-36);
    line-height: 36px;
  }

  .upper-movement-inner {
    height: 36px;
  }

  .counter-item-number {
    font-size: var(--_font-size---fz-36);
    line-height: 36px;
  }

  .lower-movement-inner {
    height: 36px;
  }

  .projects-item-thumb-wrap {
    margin-bottom: 10px;
  }

  .projects-item-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .services-wrapper {
    grid-template-columns: 1fr;
  }

  .services-item {
    padding-bottom: 20px;
  }

  .clients-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    display: flex;
  }

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

  .clients-item-num-wrap {
    flex: none;
    max-width: 30px;
  }

  .clients-item-company-wrap, .clients-item-industry-wrap, .clients-item-year-wrap {
    flex: none;
  }

  .faq-title {
    line-height: 150%;
  }

  .faq-text {
    padding-right: 0;
  }

  .footer-social-layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .footer-title {
    font-size: var(--_font-size---fz-32);
    line-height: 120%;
  }

  .footer-btn-layout {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .footer-widget-item-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-bottom-layout {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-menu-widget {
    grid-column-gap: 14px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .hero-section {
    padding-bottom: 330px;
  }

  .hero-content-right {
    display: none;
  }

  .hero-sub-title-wrap {
    margin-bottom: 12px;
  }

  .hero-title {
    font-size: var(--_font-size---fz-32);
    line-height: 120%;
  }

  .hero-title-2 {
    font-size: 45px;
  }

  .footer-bottom-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mobile-menu-container {
    max-width: 100%;
    padding: 30px 20px 20px;
  }

  .mobile-menu {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 225px;
  }

  .mobile-menu-link {
    font-size: var(--_font-size---fz-24);
  }

  .c-hero-title {
    letter-spacing: var(--_letter-spacing---ls-1);
    font-size: 45px;
  }

  .c-hero-title.checkout-title {
    font-size: 45px;
  }

  .choose-text {
    font-size: var(--_font-size---fz-18);
  }

  .choose-list-text {
    font-size: var(--_font-size---fz-16);
  }

  .values-wrapper {
    grid-template-columns: 1fr;
  }

  .experience-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .experience-item-text-wrap {
    margin-bottom: 10px;
  }

  .process-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .process-item-title {
    font-size: var(--_font-size---fz-20);
  }

  .awards-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .awards-item-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .checkout-common-title {
    font-size: var(--_font-size---fz-24);
  }

  .order-item {
    flex-flow: column;
  }

  .oder-item-thumb-wrap {
    max-width: 100%;
  }

  .oder-item-content {
    margin-left: 0;
  }

  .shipping-method-item {
    flex-flow: column;
    padding-left: 0;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

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

  .utility-content-title {
    font-size: var(--_font-size---fz-22);
  }

  .error-title {
    font-size: 130px;
  }

  .error-sub-title {
    font-size: var(--_font-size---fz-20);
  }

  .error-text {
    font-size: var(--_font-size---fz-14);
  }

  .password-form-label {
    font-size: var(--_font-size---fz-22);
  }

  .projects-cetagory-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .b-details-title {
    font-size: 32px;
    line-height: var(--_line-height---lh-120);
  }

  .p-details-project-title {
    font-size: var(--_font-size---fz-22);
  }

  .product-details-title {
    font-size: var(--_font-size---fz-26);
  }

  .shipping-method-item-content {
    margin-left: 0;
  }

  .collection-item {
    flex: none;
  }

  .shipping-method-item-row {
    margin-left: 0;
  }

  .c-cart-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .c-cart-title {
    font-size: 20px;
  }

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

  .c-cart-content-wrap {
    width: 100%;
  }

  .c-cart-list {
    max-height: 400px;
  }

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

  .c-cart-thumb-wrap {
    max-width: 100%;
  }

  .c-cart-option {
    font-size: 14px;
  }

  .c-cart-price {
    font-size: 16px;
  }

  .p-details-info-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .p-details-info-item-text {
    font-size: var(--_font-size---fz-16);
  }

  .p-details-info-item-title {
    font-size: var(--_font-size---fz-18);
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2307f6e8-971c-4713-1d42-84c4ae0ff0cd-ae0ff0a8, #w-node-_2307f6e8-971c-4713-1d42-84c4ae0ff0eb-ae0ff0a8 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9bf7d061-fc62-0941-69d2-f290abaca954-bb8161ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2307f6e8-971c-4713-1d42-84c4ae0ff0eb-ae0ff0a8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8dc07234-60dc-80f3-3b6b-1bef98cd1055-bb816266 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2307f6e8-971c-4713-1d42-84c4ae0ff0eb-ae0ff0a8 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Neuehaasdisplaymediu';
  src: url('../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplaymediu';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplaymediu';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplaymediu';
  src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}