:root {
  --heading: #0c0407;
  --white: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 100%;
}

h1 {
  color: var(--heading);
  letter-spacing: -.08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  color: var(--heading);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

h6 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

p {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

a {
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

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-headings-holder-item-text {
  color: #0c0407;
}

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

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

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

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

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

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

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

.btn-shape-3 {
  z-index: -1;
  background-color: #7fff39;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.footer-section {
  z-index: 11;
  padding-top: 120px;
  padding-bottom: 40px;
  overflow-x: clip;
}

.btn-icon-2 {
  width: 14px;
  line-height: 1%;
}

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

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

.btn-wrap.error-btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

.btn-wrap.nav-btn {
  padding: 12px 16px;
}

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

.btn-wrap-2:hover {
  color: #fff;
  background-color: #0c0407;
  border-color: #0c0407;
}

.btn-wrap-2.p-details-btn {
  border-color: #0c0407;
  padding: 22px 32px;
}

.btn-wrap-2.product-card-btn {
  padding: 12px 16px;
}

.blog-rich-text h1 {
  margin-bottom: 16px;
}

.blog-rich-text h2 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.blog-rich-text h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.blog-rich-text h6 {
  margin-bottom: 16px;
  font-size: 18px;
}

.blog-rich-text p {
  color: #4c4c4c;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.blog-rich-text img {
  margin-bottom: 28px;
}

.blog-rich-text blockquote {
  color: var(--heading);
  background-color: #f8f8f8;
  border: 1px #000;
  margin-bottom: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 150%;
}

.blog-rich-text li {
  color: var(--heading);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.blog-rich-text ul {
  padding-left: 25px;
}

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

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

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

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

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

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

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

.btn-icon-3 {
  width: 14px;
  line-height: 1%;
}

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

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

.style-gide-button-holder-item.dark {
  background-color: #0c0407;
}

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

.btn-shape, .btn-shape-2 {
  z-index: -1;
  background-color: #7fff39;
  width: 110%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-110%);
}

.style-gide-group-title {
  color: #0c0407;
  font-weight: 600;
  line-height: 112%;
}

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

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

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

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

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

.hero-title-wrap {
  text-align: left;
}

.hero-title-wrap.hide-desktop {
  display: none;
}

.hero-title-wrap.hide-mobile {
  text-align: left;
}

.style-gide-nav-link {
  color: #0c0407;
  border-radius: 4px;
  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;
}

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

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

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

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

.colors-holder-item {
  border-radius: 8px;
  width: 100%;
  max-width: 235px;
  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;
}

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

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

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

.footer-btn-wrap {
  color: var(--heading);
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

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

.footer-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 362px;
}

.footer-social-icon-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: gray;
  width: 24px;
  height: 24px;
  line-height: 1px;
  transition: all .3s linear;
}

.footer-social-link:hover {
  color: var(--heading);
  transform: scale(1.2);
}

.footer-social-icon {
  line-height: 1px;
}

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

.footer-bottom-text-link {
  color: var(--heading);
}

.footer-wiged-link-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  align-items: center;
  display: flex;
}

.footer-wiged-link {
  color: var(--heading);
  text-decoration: none;
}

.cta-section {
  background-color: #f8f8f8;
  margin-top: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.cta-content {
  text-align: center;
  width: 100%;
  max-width: 876px;
  margin-left: auto;
  margin-right: auto;
}

.cta-text-wrap {
  width: 100%;
  max-width: 742px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.cta-title {
  font-size: 100px;
  line-height: 108px;
}

.hero-section {
  padding-top: 102px;
}

.hero-content {
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex;
}

.hero-content-right {
  grid-column-gap: 135px;
  grid-row-gap: 135px;
  display: flex;
}

.hero-content-left-title {
  letter-spacing: -.04em;
  font-size: 40px;
}

.hero-content-item {
  width: 100%;
  max-width: 284px;
}

.hero-content-right-title-wrap {
  margin-bottom: 40px;
}

.hero-content-right-title {
  font-size: 32px;
  line-height: 120%;
}

.hero-title {
  text-align: left;
  font-size: 216px;
}

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

.hero-thumb-wrap {
  margin-top: 40px;
}

.hero-thumb-wrap.about-thumb {
  margin-top: 80px;
}

.hero-thumb {
  width: 100%;
}

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

.common-content.projects-heading {
  text-align: center;
  width: 100%;
  max-width: 677px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.services-heading {
  text-align: center;
  width: 100%;
  max-width: 677px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.clients-heading {
  text-align: center;
  width: 100%;
  max-width: 677px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.testimonial-heading {
  text-align: center;
  width: 100%;
  max-width: 677px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.common-content.pr-heading {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.common-title {
  font-size: 80px;
  line-height: 80px;
}

.projects-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.projects-item {
  width: 100%;
  max-width: 833px;
}

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

.projects-cetagory {
  color: var(--heading);
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

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

.projects-cetagory-text {
  justify-content: center;
  align-items: center;
}

.projects-title {
  color: var(--heading);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.services-layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.services-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.services-thumb-wrap {
  flex: none;
  width: 100%;
  max-width: 144px;
}

.services-num-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  margin-bottom: 16px;
  padding: 4px 16px;
  display: inline-block;
}

.services-num {
  color: var(--heading);
  font-size: 16px;
  line-height: 24px;
}

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

.services-title {
  font-size: 32px;
  line-height: 120%;
}

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

.clients-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.brand-marquee-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.brand-marquee-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brand-item {
  border: 1px solid #e4e4e4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 36px 37px 36px 36px;
  display: flex;
}

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

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

.testimonial-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

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

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

.testimonial-title {
  letter-spacing: -.01em;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.testimonial-text-wrap {
  width: 100%;
  max-width: 481px;
  margin-bottom: 56px;
}

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

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

.testimonial-author-name {
  letter-spacing: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.faq-section, .blog-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.hide {
  display: none;
}

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

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

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

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

.faq-accordion-item {
  color: #0c0407;
  background-color: #0000;
  width: 100%;
  padding: 0;
}

.faq-accordion-item.w--current {
  background-color: #0000;
}

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

.faq-text {
  color: #4c4c4c;
  letter-spacing: -.01em;
  padding-top: 24px;
  font-size: 14px;
  line-height: 150%;
}

.faq-item {
  color: #fff;
  border: 1px #e6e6e6;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 40px;
}

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

.faq-title {
  color: var(--heading);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
}

.faq-content {
  width: 100%;
  max-width: 794px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.blog-title {
  color: var(--heading);
  letter-spacing: -.04em;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  display: block;
}

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

.blog-btn-wrap:hover {
  background-color: var(--heading);
  color: var(--white);
}

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

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

.about-title-wrap {
  width: 100%;
  max-width: 1029px;
}

.about-title {
  letter-spacing: -.04em;
  font-size: 40px;
}

.counter-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

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

.counter-item {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  border-bottom: 1px solid #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.counter-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.counter-item-num-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.counter-item-num-symbol {
  letter-spacing: -.08em;
  font-size: 100px;
  line-height: 100px;
}

.counter-item-num {
  letter-spacing: -.05em;
  font-size: 100px;
  line-height: 100px;
}

.counter-title {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 112%;
}

.experience-section, .skills-section, .recognition-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.experience-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.experience-item {
  border: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: flex-end;
  padding: 16px 28px;
  display: flex;
}

.experience-title-wrap {
  margin-bottom: 4px;
}

.experience-title {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 112%;
}

.experience-text, .experience-info {
  letter-spacing: 0;
  font-size: 18px;
}

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

.skills-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

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

.skills-title {
  letter-spacing: -.04em;
  font-size: 40px;
}

.skills-text {
  font-size: 20px;
}

.recognition-layout {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.recognition-item {
  border: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  display: flex;
}

.recognition-text {
  text-transform: uppercase;
}

.recognition-content {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.recognition-title {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 112%;
}

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

.services-layout-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.services-item-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #e5e5e5;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  max-width: 908px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.services-thumb-wrap-2 {
  width: 100%;
  max-width: 258px;
}

.services-list-wrap {
  margin-top: 20px;
}

.services-list {
  margin-bottom: 0;
  padding-left: 25px;
}

.services-list-text {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 150%;
}

.services-list-text.last {
  margin-bottom: 0;
}

.contact-section {
  padding-top: 102px;
  padding-bottom: 90px;
}

.contact-form {
  width: 100%;
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-us-input-wrap {
  margin-bottom: 48px;
}

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

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

.contact-us-input::placeholder {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 150%;
}

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

.contact-us-btn-wrap {
  text-align: center;
}

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

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

.contact-us-textarea::placeholder {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 150%;
}

.blog-section-2 {
  padding-top: 40px;
  padding-bottom: 90px;
}

.category-tabs-manu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.category-tabs-manu-link {
  color: var(--heading);
  letter-spacing: -.01em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  flex: none;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 112%;
  transition: all .3s linear;
}

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

.category-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.category-item {
  color: var(--heading);
  letter-spacing: -.01em;
  border: 1px solid #e0e0e0;
  flex: none;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
  transition: all .3s linear;
  display: inline-flex;
}

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

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

.cms-category-layout {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.b-details-section {
  padding-top: 102px;
  padding-bottom: 90px;
}

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

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

.b-details-title {
  letter-spacing: -.06em;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.b-details-text-wrap {
  width: 100%;
  max-width: 999px;
}

.b-details-text {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.b-details-rich-text {
  width: 100%;
  max-width: 1026px;
}

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

.error-content {
  text-align: center;
  width: 100%;
  max-width: 596px;
  margin-left: auto;
  margin-right: auto;
}

.error-title {
  font-size: 300px;
  font-weight: 600;
  line-height: 1;
}

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

.error-sub-title {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 120%;
}

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

.password-form {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 102px 20px 90px;
}

.password-form-layout {
  text-align: center;
  width: 100%;
  max-width: 566px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.password-form-label {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}

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

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

.password-form-input::placeholder {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 150%;
}

.password-form-btn {
  background-color: var(--heading);
  color: var(--white);
  letter-spacing: -.01em;
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 122%;
}

.password-title-wrap {
  text-align: center;
  padding-bottom: 102px;
}

.password-title {
  letter-spacing: -.08em;
  font-size: 108px;
}

.licenses-hero-section {
  padding-top: 102px;
}

.hero-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 850px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-text {
  font-size: 14px;
}

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

.utility-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

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

.utility-content-title {
  letter-spacing: -.03em;
  font-size: 48px;
  line-height: 112%;
}

.utility-content-text {
  font-size: 14px;
}

.utility-content-text-link {
  color: #4c4c4c;
  font-size: 14px;
}

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

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

.changelog-version {
  line-height: 112%;
}

.changelog-text {
  font-size: 14px;
}

.project-section-2 {
  padding-top: 40px;
  padding-bottom: 90px;
}

.p-details-section {
  padding-top: 102px;
  padding-bottom: 90px;
}

.p-details-content {
  text-align: center;
  margin-bottom: 40px;
}

.p-details-title {
  font-size: 216px;
}

.p-details-text-wrap {
  width: 100%;
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
}

.p-details-text {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
}

.p-details-thumb-wrap {
  margin-bottom: 48px;
}

.p-details-layout {
  grid-column-gap: 121px;
  grid-row-gap: 121px;
  margin-bottom: 48px;
  display: flex;
}

.p-details-layout-info {
  flex-flow: column;
  display: flex;
}

.project-overview-wrap {
  width: 100%;
  max-width: 712px;
}

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

.p-details-project-title {
  letter-spacing: -.04em;
  font-size: 40px;
}

.scope-work-wrap {
  width: 100%;
  max-width: 712px;
  margin-top: 8px;
}

.p-details-info {
  margin-bottom: 24px;
}

.p-details-info.last {
  margin-bottom: 0;
}

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

.p-details-info-text {
  color: #4c4c4c;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 500;
}

.p-details-info-title {
  font-size: 32px;
  line-height: 120%;
}

.p-details-info-title-link {
  color: var(--heading);
  letter-spacing: -.06em;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.p-details-btn-wrap {
  margin-top: 40px;
}

.p-gallery-layout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-bottom: 48px;
  display: flex;
}

.p-gallery-layout-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-details-f-outcome-title-wrap {
  margin-bottom: 20px;
}

.p-details-f-outcome-title {
  letter-spacing: -.04em;
  line-height: 112%;
}

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

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

.product-card-thumb-wrap {
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

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

.product-card-price-active-text {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.product-card-price-disable-text {
  color: #b3b3b3;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

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

.product-card-title {
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 112%;
  text-decoration: none;
}

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

.product-card-category {
  color: var(--heading);
  text-decoration: none;
}

.product-details-section {
  padding-top: 102px;
}

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

.product-details-left {
  width: 100%;
  max-width: 550px;
}

.product-details-right {
  flex: 1;
}

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

.product-details-category {
  color: var(--heading);
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.product-details-title-wrap {
  margin-bottom: 24px;
}

.product-details-title {
  letter-spacing: -.04em;
}

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

.product-details-price-regular {
  font-size: 20px;
  font-weight: 500;
}

.product-details-price-sells {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 500;
  text-decoration: line-through;
}

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

.product-stock-out-state {
  background-color: #ffea99;
}

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

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

.product-details-quantity {
  background-color: var(--white);
  color: var(--heading);
  text-align: center;
  border-color: #e0e0e0;
  border-radius: 8px;
  width: 70px;
  height: 45px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
}

.add-to-cart-btn {
  z-index: 1;
  background-color: var(--heading);
  letter-spacing: -.01em;
  border-radius: 100px;
  justify-content: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 150%;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-wrap.buy-now {
  background-color: var(--heading);
  border-radius: 10px;
  margin-top: 0;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 150%;
}

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

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

.upper-movement-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.lower-movement {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.checkout-form {
  background-color: #0000;
}

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

.checkout-right {
  background-color: #f8f8f8;
  flex: 1;
  max-width: 490px;
  padding: 28px;
}

.checkout-layout {
  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 {
  background-color: var(--heading);
  color: var(--white);
  border-style: none;
  border-color: #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.checkout-common-header {
  background-color: #0000;
  border-style: none;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

.checkout-common-title {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.oder-summary-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

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

.line-item-text {
  color: var(--heading);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

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

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

.customer-info-wrap {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 28px;
}

.customer-info-form {
  background-color: #0000;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #000;
  padding: 0;
}

.customer-info-label {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 12px;
  line-height: 150%;
}

.customer-info-input {
  border-style: solid;
  border-color: #dadada;
  border-radius: 0;
  height: 47px;
  margin-bottom: 16px;
}

.shipping-address-wrap {
  background-color: #f8f8f8;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 28px;
}

.shipping-method-wrap, .payment-info-wrap, .order-items-wrap {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 28px;
}

.shipping-address-form {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.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 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border-bottom-style: none;
}

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

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

.shipping-method-item-price {
  color: var(--heading);
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.shipping-method-item-title {
  color: var(--heading);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-method-item-text {
  letter-spacing: -.01em;
  line-height: 150%;
}

.checkbox-label {
  color: var(--heading);
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.order-items-content {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

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

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

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

.oder-item-price {
  color: var(--heading);
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.oder-item-title {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.oder-item-quantity-text {
  color: var(--heading);
  letter-spacing: -.01em;
  line-height: 150%;
}

.common-section {
  padding-top: 102px;
  padding-bottom: 60px;
}

.section-title {
  font-size: 108px;
}

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

.customer-info-content {
  background-color: #0000;
  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 {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.customer-info-row-top-text {
  color: var(--heading);
  margin-bottom: 3px;
  line-height: 150%;
}

.shipping-method-item-2 {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.shipping-method-item-title-2 {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.shipping-method-item-text-2 {
  color: var(--heading);
  line-height: 150%;
}

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

.projects-cms-row {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-wrap-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  background-color: #0c0407;
  border: 1px solid #0c0407;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-wrap-2.shop-btn {
  border-radius: 0;
  width: 100%;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-form-error {
  color: #0c0407;
  text-align: center;
  border-radius: 0;
  margin: 10px 0 0;
  padding: 16px;
  font-size: 14px;
  line-height: 112%;
}

.option {
  color: #0c0407;
  font-size: 14px;
}

.cart-form-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-height: 490px;
  padding: 28px 0 16px;
  display: flex;
  overflow-y: auto;
}

.nav-open {
  display: none;
}

.cart-list-item-thumb-wrap {
  border-radius: 0;
  width: 100%;
  max-width: 100px;
  text-decoration: none;
  overflow: hidden;
}

.nav-section {
  z-index: 99;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.cart-form-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.cart-btn-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-list-item-price-mobile {
  display: none;
}

.cart-list-item-remove {
  color: #fc372d;
  font-size: 14px;
  line-height: 112%;
  text-decoration: none;
}

.show-mobile {
  display: none;
}

.cart-list-item-thumb {
  width: 100%;
  height: 100%;
}

.cart-header {
  border: 1px #000;
  padding: 0;
}

.cart-nav-wrapper {
  background-color: #0000;
}

.cart-form-footer {
  border-top-color: #e5e5e5;
  padding: 12px 0 0;
}

.cart-container {
  box-shadow: none;
  background-color: #fff;
  border-radius: 0;
  max-width: 735px;
  padding: 32px;
  overflow: hidden;
}

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

.logo-wrap {
  outline: none;
  width: 100%;
  max-width: 110px;
  text-decoration: none;
}

.cart-form-empty-status {
  background-color: #f8f8f8;
  border-radius: 0;
  width: 100%;
  margin-bottom: 20px;
  padding: 32px 20px;
}

.nav-dropdown-icon {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.cart-list-item-price {
  color: #0c0407;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.nav-link {
  color: var(--heading);
  letter-spacing: -.01em;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 150%;
  text-decoration: none;
  display: inline-flex;
}

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

.catn-btn-quantity {
  color: #0c0407;
  min-width: auto;
  height: auto;
  margin-left: 5px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

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

.cart-wrapper {
  height: 100vh;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 0;
  width: auto;
  min-width: 100px;
  overflow: hidden;
}

.nav-dropdown-list.w--open {
  overflow: visible;
}

.nav-dropdown-inner {
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 6px 10px -2px #0000000a;
}

.cart-list-item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.cart-list-item-title:hover {
  color: #0c0407;
}

.nav-dropdown-link {
  color: #0c0407;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  transition: all .3s linear;
}

.nav-dropdown-link:hover {
  color: #0c0407;
  background-color: #f8f8f8;
}

.nav-dropdown-link.w--current {
  color: #0c0407;
  background-color: #f2f2f2;
}

.cart-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #0c0407;
  background-color: #0000;
  outline: none;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0c0407;
  letter-spacing: -.01em;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 150%;
  transition: all .3s linear;
  display: flex;
}

.cart-list-item-title-wrap {
  color: #0c0407;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 112%;
  text-decoration: none;
}

.cart-header-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.cart-list-item-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-header-close {
  color: #0c0407;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.cart-form-empty {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 28px 0 0;
}

.cart-form-btn-wrap {
  width: 100%;
}

.button-inner {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

.checkout-button-apple-2 {
  border-radius: 100px;
  width: 100%;
  height: 48px;
}

.checkout-button {
  background-color: #0c0407;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 16px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 112%;
  transition: all .3s linear;
  display: flex;
}

.checkout-button:hover {
  background-color: #333;
}

.nav-open-4 {
  display: none;
}

.p-hero-title {
  text-align: left;
  overflow-wrap: break-word;
  font-size: 200px;
}

.p-hero-title.center {
  text-align: center;
}

.p-hero-title-2 {
  text-align: left;
  overflow-wrap: break-word;
  font-size: 180px;
}

.p-hero-title-2.center {
  text-align: center;
}

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

.project-rich-text h2 {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 40px;
}

.project-rich-text h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.project-rich-text h6 {
  margin-bottom: 16px;
  font-size: 18px;
}

.project-rich-text p {
  color: #4c4c4c;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.project-rich-text img {
  margin-bottom: 28px;
}

.project-rich-text blockquote {
  color: var(--heading);
  background-color: #f8f8f8;
  border: 1px #000;
  margin-bottom: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 150%;
}

.project-rich-text li {
  color: var(--heading);
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.project-rich-text ul {
  padding-left: 25px;
}

.heading-3 {
  text-align: center;
  margin-top: 33px;
  margin-bottom: -9px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
    position: static;
  }

  .footer-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }

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

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

  .blog-rich-text h1 {
    font-size: 40px;
  }

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

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

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

  .heading-2 {
    font-size: 18px;
  }

  .hero-title-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .heading {
    font-size: 20px;
  }

  .btn-wrap-3 {
    padding: 14px 20px;
  }

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

  .footer-wiged-link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .cta-section {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-text-wrap {
    max-width: 600px;
  }

  .cta-title {
    font-size: 50px;
    line-height: 120%;
  }

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

  .hero-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: 40px;
  }

  .hero-content-left {
    flex: none;
  }

  .hero-content-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-content-left-title {
    font-size: 24px;
  }

  .hero-content-right-title-wrap {
    margin-bottom: 16px;
  }

  .hero-content-right-title {
    font-size: 24px;
  }

  .hero-title {
    font-size: 100px;
  }

  .hero-thumb-wrap.about-thumb {
    margin-top: 40px;
  }

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

  .common-content.projects-heading {
    margin-bottom: 40px;
  }

  .common-title {
    font-size: 50px;
    line-height: 120%;
  }

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

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

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

  .services-item {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .services-num {
    font-size: 14px;
    line-height: 150%;
  }

  .services-title {
    font-size: 22px;
  }

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

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

  .brand-item {
    padding: 20px;
  }

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

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

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

  .testimonial-author-name {
    font-size: 16px;
  }

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

  .faq-item {
    padding: 20px;
  }

  .faq-title {
    font-size: 22px;
  }

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

  .blog-title {
    font-size: 22px;
    line-height: 120%;
  }

  .blog-btn-wrap {
    width: 50px;
    height: 50px;
  }

  .blog-btn {
    width: 20px;
    height: 20px;
  }

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

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

  .about-title {
    font-size: 22px;
    line-height: 130%;
  }

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

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

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

  .counter-item-num-symbol, .counter-item-num {
    font-size: 50px;
    line-height: 50px;
  }

  .counter-title {
    font-size: 22px;
  }

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

  .experience-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .experience-title {
    font-size: 22px;
  }

  .experience-text, .experience-info {
    font-size: 14px;
  }

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

  .skills-title {
    font-size: 22px;
  }

  .skills-text {
    font-size: 14px;
  }

  .recognition-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recognition-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .recognition-title {
    font-size: 22px;
  }

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

  .services-list-text {
    margin-bottom: 5px;
  }

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

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

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

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

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

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

  .contact-us-textarea::placeholder {
    font-size: 14px;
  }

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

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

  .category-layout.blog-category {
    margin-bottom: 40px;
  }

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

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

  .b-details-title {
    font-size: 50px;
    line-height: 50px;
  }

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

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

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

  .error-sub-title {
    font-size: 28px;
  }

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

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

  .password-form-layout {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .password-form-label {
    font-size: 36px;
  }

  .password-form-input, .password-form-input::placeholder {
    font-size: 14px;
  }

  .password-title-wrap {
    padding-bottom: 40px;
  }

  .password-title {
    font-size: 60px;
    line-height: 60px;
  }

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

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

  .utility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utility-content-title, .changelog-version {
    font-size: 30px;
  }

  .project-section-2, .p-details-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .p-details-title {
    font-size: 100px;
  }

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

  .p-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .p-details-project-title {
    font-size: 30px;
  }

  .p-details-info-title, .p-details-info-title-link {
    font-size: 26px;
  }

  .p-details-f-outcome-title {
    font-size: 30px;
  }

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

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

  .product-card-title {
    font-size: 22px;
  }

  .product-card-category {
    display: inline-block;
  }

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

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

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

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

  .product-details-title {
    font-size: 50px;
  }

  .product-details-price-wrap {
    margin-bottom: 20px;
  }

  .product-details-price-sells {
    font-size: 18px;
  }

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

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

  .upper-movement-inner, .lower-movement-inner {
    height: 50px;
  }

  .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: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

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

  .section-title {
    font-size: 50px;
  }

  .button-wrap-2.shop-btn {
    border-radius: 0;
  }

  .button-wrap-2.shop-btn:hover {
    background-color: #333;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

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

  .cart-list-item-thumb-wrap {
    flex: none;
    height: auto;
  }

  .cart-form-list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .cart-option-list {
    color: #0c0407;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .cart-list-item-price-mobile {
    color: #333;
    margin-bottom: 10px;
    display: block;
  }

  .show-mobile {
    display: block;
  }

  .cart-nav-wrapper {
    flex: none;
  }

  .cart-container {
    max-width: 500px;
    padding: 20px;
  }

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

  .nav-btn-wrap.hide-mobile {
    display: none;
  }

  .cart-form-empty-status {
    border-radius: 0;
  }

  .cart-list-item-price {
    color: #0c0407;
    font-size: 16px;
  }

  .nav-link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-bar {
    background-color: #fff;
    width: 16px;
    height: 2px;
    padding: 0;
  }

  .nav-dropdown-list {
    border-radius: 0;
    margin-top: 10px;
    position: static;
  }

  .nav-dropdown-inner {
    border-color: #0c0407;
    border-radius: 4px;
    padding: 10px;
  }

  .cart-list-item-title {
    font-size: 20px;
  }

  .cart-list-item-price-wrap {
    display: none;
  }

  .nav-dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-dropdown-link.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cart-list-item-title-wrap {
    color: #0c0407;
    margin-bottom: 5px;
    transition: opacity .35s linear;
  }

  .cart-list-item-title-wrap:hover {
    color: #33b843;
  }

  .cart-header-title {
    font-size: 24px;
  }

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

  .cart-btn-icon {
    width: 20px;
  }

  .nav-middle {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    flex-flow: column;
    width: 100%;
    padding: 20px;
    display: none;
    position: absolute;
    inset: 100% auto auto 0%;
  }

  .checkout-button {
    background-color: #0c0407;
  }

  .checkout-button:hover {
    background-color: #333;
  }

  .nav-open-4 {
    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;
  }

  .p-hero-title, .p-hero-title-2 {
    font-size: 100px;
  }

  .project-rich-text h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .style-gide-left {
    z-index: 10;
    background-color: #fff;
    border-radius: 8px;
    max-width: 100%;
  }

  .btn-wrap-2.p-details-btn.w--current {
    padding: 16px 28px;
  }

  .blog-rich-text h1 {
    font-size: 36px;
  }

  .blog-rich-text h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .blog-rich-text h3 {
    font-size: 20px;
  }

  .blog-rich-text h6 {
    font-size: 14px;
  }

  .blog-rich-text p, .blog-rich-text li {
    font-size: 14px;
    line-height: 150%;
  }

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

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

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

  .hero-title-wrap.hide-desktop {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .hero-title-wrap.hide-mobile {
    display: none;
  }

  .heading {
    font-size: 18px;
  }

  .cta-title {
    font-size: 40px;
  }

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

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-content-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-title {
    letter-spacing: -.04em;
    font-size: 80px;
    line-height: 100%;
  }

  .common-content.testimonial-heading {
    margin-bottom: 40px;
  }

  .common-title {
    font-size: 40px;
  }

  .services-item {
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

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

  .testimonial-thumb-wrap, .testimonial-title-wrap, .testimonial-text-wrap {
    max-width: 100%;
  }

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

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

  .faq-title {
    font-size: 18px;
  }

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

  .counter-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .counter-item-num-symbol, .counter-item-num {
    font-size: 40px;
    line-height: 40px;
  }

  .counter-title {
    font-size: 20px;
  }

  .counter-icon-wrap {
    width: 100%;
    max-width: 30px;
  }

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

  .skills-item {
    width: 100%;
  }

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

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

  .recognition-title {
    font-size: 20px;
  }

  .services-layout-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .services-thumb-wrap-2 {
    order: -1;
    max-width: 100%;
  }

  .contact-us-input::placeholder {
    font-size: 16px;
  }

  .contact-us-textarea {
    height: 100px;
    min-height: 100px;
  }

  .category-tabs-manu {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .category-layout {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    overflow-x: auto;
  }

  .category-layout.blog-category {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .b-details-title {
    font-size: 36px;
    line-height: 40px;
  }

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

  .error-sub-title {
    font-size: 22px;
  }

  .password-form-label {
    font-size: 30px;
  }

  .password-title {
    font-size: 50px;
    line-height: 50px;
  }

  .p-details-title {
    font-size: 80px;
  }

  .categories-template-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-details-title {
    font-size: 40px;
  }

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

  .checkout-common-title {
    font-size: 22px;
  }

  .oder-item-price {
    font-size: 16px;
  }

  .oder-item-title {
    font-size: 18px;
  }

  .section-title {
    font-size: 40px;
  }

  .customer-info-row-top-title, .shipping-method-item-title-2 {
    font-size: 16px;
  }

  .button-wrap-2 {
    font-size: 14px;
  }

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

  .p-hero-title, .p-hero-title-2 {
    letter-spacing: -.04em;
    font-size: 80px;
    line-height: 100%;
  }

  .project-rich-text h1 {
    font-size: 36px;
  }

  .project-rich-text h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .project-rich-text h3 {
    font-size: 20px;
  }

  .project-rich-text h6 {
    font-size: 14px;
  }

  .project-rich-text p, .project-rich-text li {
    font-size: 14px;
    line-height: 150%;
  }
}

@media screen and (max-width: 479px) {
  .footer-top {
    margin-bottom: 40px;
  }

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

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

  .style-gide-right, .colors-holder-item {
    max-width: 100%;
  }

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

  .footer-wiged-link-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .footer-wiged-link {
    flex: none;
  }

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

  .cta-title {
    font-size: 32px;
  }

  .hero-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-content-right {
    flex-flow: column;
  }

  .hero-content-left-title {
    font-size: 22px;
  }

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

  .hero-content-right-title {
    font-size: 22px;
  }

  .hero-title {
    font-size: 40px;
  }

  .common-title {
    font-size: 30px;
  }

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

  .services-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .brand-item {
    padding: 16px;
  }

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

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

  .faq-accordion-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-item {
    border-radius: 0;
    padding: 20px 0;
  }

  .faq-title {
    font-size: 16px;
    line-height: 120%;
  }

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

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

  .recognition-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .recognition-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .category-layout {
    justify-content: flex-start;
    align-items: center;
  }

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

  .b-details-title {
    font-size: 30px;
    line-height: 36px;
  }

  .password-form-label {
    font-size: 22px;
  }

  .password-title {
    font-size: 36px;
    line-height: 36px;
  }

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

  .p-details-title {
    font-size: 40px;
  }

  .p-details-project-title {
    font-size: 26px;
  }

  .p-details-info-title, .p-details-info-title-link {
    font-size: 22px;
  }

  .p-details-f-outcome-title {
    font-size: 26px;
  }

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

  .product-details-title {
    font-size: 30px;
  }

  .shipping-method-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .shipping-method-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 0;
  }

  .order-item {
    flex-flow: column;
  }

  .oder-item-content {
    margin-left: 0;
  }

  .section-title {
    font-size: 30px;
  }

  .projects-cetagory-list {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-list-wrapper, .collection-list-wrapper-2 {
    flex: none;
  }

  .cart-form-list {
    max-height: 390px;
  }

  .cart-list-item-thumb-wrap {
    border-radius: 5px;
  }

  .cart-btn-text {
    display: none;
  }

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

  .cart-wrapper {
    z-index: 99999;
  }

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

  .cart-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .p-hero-title, .p-hero-title-2 {
    font-size: 40px;
  }
}


