:root {
  --color--background-color: white;
  --fonts--headings: "Bebas Neue", sans-serif;
  --color--font-color: #1e1e1e;
  --fonts--paragraph: Inter, sans-serif;
  --color--paragraph-color: #000c;
  --color--gradient-02\<deleted\|variable-67f9a9e3\>: #356158;
  --color--main-color: #1e1e1e;
  --color--border-color: #000;
  --color--box-color: #fff;
}

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

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

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

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

.w-commerce-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-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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--color--background-color);
  font-family: var(--fonts--headings);
  color: var(--color--font-color);
  font-variation-settings: "wdth" 115;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-variation-settings: "wdth" 115;
  font-size: 96px;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  font-variation-settings: "wdth" 115;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-variation-settings: "wdth" 115;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-variation-settings: "wdth" 115;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-variation-settings: "wdth" 115;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-variation-settings: "wdth" 115;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  font-family: var(--fonts--paragraph);
  color: var(--color--paragraph-color);
  font-variation-settings: "wdth" 115;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  font-family: var(--fonts--paragraph);
  color: var(--color--font-color);
  font-weight: 500;
  text-decoration: none;
}

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

li {
  font-family: var(--fonts--paragraph);
  color: #000;
  font-variation-settings: "wdth" 115;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 400;
}

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

blockquote {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--color--gradient-02\<deleted\|variable-67f9a9e3\>);
  text-transform: none;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.6;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  background-color: var(--color--main-color);
  box-shadow: none;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #e4e4e4;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.black-background-padding {
  padding: 40px;
}

.container {
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

.container.navbar-container {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 21px 0;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.home {
  max-width: 1300px;
  height: 100%;
}

.container.sticky-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: var(--color--font-color);
  font-variation-settings: "wdth" 115, "wght" 518;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 400;
  transition: font-variation-settings .525s cubic-bezier(.175, .885, .32, 1.275), background-color .45s;
  display: flex;
}

.button:hover {
  font-variation-settings: "wdth" 125, "wght" 739;
}

.button.black {
  background-color: var(--color--font-color);
  color: var(--color--border-color);
  font-size: 16px;
}

.button.white-shop {
  background-color: var(--color--box-color);
  background-image: url('../images/Shop-Icon.svg');
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 50px;
  padding-right: 25px;
}

.button.dark-button-shop {
  background-color: var(--color--font-color);
  color: var(--color--box-color);
  background-image: url('../images/Shop-white.svg');
  background-position: 22px;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 50px;
  padding-right: 25px;
}

.button.search-button {
  background-color: var(--color--font-color);
  color: var(--color--box-color);
  letter-spacing: 1px;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 16px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 7px;
}

.button.black {
  background-color: var(--color--border-color);
  color: var(--color--box-color);
}

.button.white {
  color: var(--color--background-color);
  border-color: #ffffff4d;
}

.button.blured-white {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color--background-color);
  background-color: #ffffff1a;
  border-color: #ffffff4d;
}

.button.white-button {
  background-color: var(--color--box-color);
  color: var(--color--font-color);
}

.style-guide-box-holder {
  background-color: #fff;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.section._02 {
  z-index: 2;
}

.section.extra-space-bot {
  padding-bottom: 120px;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #000;
  background-image: linear-gradient(#fff 50% 49%, #000 50%);
  border: 2px solid #ebebeb;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

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

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

.cols-text {
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.navbar {
  z-index: 20;
  background-color: var(--color--background-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0%;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

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

.nav-menu-link-holder {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: flex-start;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.nav-menu {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 55px;
  display: flex;
}

.nav-links {
  grid-column-gap: 42px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #000;
  border-bottom-style: none;
  font-weight: 500;
}

.footer-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 52px;
  display: grid;
}

.footer-brand {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 490px;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  font-variation-settings: "wdth" 115;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #000;
  font-variation-settings: "wdth" 115;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

.footer-link:hover {
  color: #000;
}

.footer-divider {
  border-top: 1px solid #7c89953d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  clear: right;
  font-variation-settings: "wdth" 115;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.footer-paragraph-holder {
  max-width: 400px;
}

.footer-brand-image {
  width: 150px;
}

.black-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  transition: color .375s;
}

.black-link:hover {
  color: #a1a1a1;
}

.black-link.footer {
  font-family: var(--fonts--headings);
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 400;
  line-height: 1.2;
}

.black-text {
  color: #000;
}

.featured-logo-wrapper {
  width: 110px;
}

.title-container {
  max-width: 762px;
}

.paragraph-holder {
  max-width: 465px;
}

.early-access-card {
  perspective: 1500px;
  width: 100%;
  min-width: 370px;
  position: relative;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-title-holder {
  max-width: 349px;
}

.power-feature-heading {
  font-size: 20px;
}

.fafafa {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.hide {
  display: none;
}

.pricing-tag {
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 18px;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-list-holder {
  border-top: 1px solid #414142;
  border-bottom: 1px solid #414142;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

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

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  width: auto;
  padding-top: 13px;
  padding-bottom: 13px;
}

.submit-button {
  background-color: var(--color--font-color);
  font-family: var(--fonts--paragraph);
  text-align: center;
  border-radius: 0;
  height: 50px;
  padding: 0 24px;
  font-size: 14px;
  transition: background-color .375s;
}

.submit-button:hover {
  background-color: #000;
}

.submit-button.absolute {
  color: var(--color--border-color);
  background-color: #0000;
  background-image: url('../images/Arrows-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  width: 40px;
  height: 40px;
  padding: 16px 0 0;
  font-size: 17px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.error-message {
  box-shadow: none;
  color: #ff1717;
  font-variation-settings: "wdth" 125;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ff2727;
  border-radius: 0;
  margin-bottom: 12px;
  padding: 15px 21px;
  font-size: 16px;
  font-weight: 500;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

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

.help-container {
  border-right: 1px solid #d3d3d3;
  min-width: 280px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #000;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #000;
  font-variation-settings: "wdth" 115;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--color--gradient-02\<deleted\|variable-67f9a9e3\>);
  opacity: 1;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #fafafa;
  border: 1px solid #ececec;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 14px 71px #23232317;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: invert();
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 0;
  width: 100%;
}

.content {
  grid-row-gap: 8px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky {
  position: sticky;
  top: 153px;
}

.link {
  color: #000;
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 140px;
  display: flex;
  position: relative;
}

.headings-container {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.title-paragraph-holder {
  text-align: left;
  max-width: 420px;
}

.app-feature-holder {
  width: 100%;
}

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

.super-feature-icon-holder {
  background-image: linear-gradient(#fb5086, #fc8f3f);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 108px;
  height: 107px;
  margin-top: -60px;
  display: flex;
}

.experience-cards {
  flex-direction: column;
  display: flex;
}

.early-access-title {
  max-width: 405px;
}

.early-access-tag-holder-2 {
  grid-column-gap: 10px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.icon-bullet-points-container {
  grid-column-gap: 14px;
  display: flex;
}

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

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

.blog-grid.featured-grid {
  display: flex;
}

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

.blog-grid-item {
  width: 100%;
}

.blog-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: transform .45s;
  display: grid;
}

.blog-item:hover {
  transform: translate(0, -8px);
}

.blog-item.featured {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.blog-thumbnail-holder {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-holder.shop {
  height: auto;
  margin-bottom: 12px;
}

.blog-thumbnail {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.blog-title {
  color: #000;
  margin-top: 8px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 600;
}

.blog-title.smaller {
  font-size: 19px;
  font-weight: 500;
}

.form-holder {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-text {
  color: #000;
  font-variation-settings: "wdth" 125, "wght" 300;
  font-size: 22px;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.blog-rich-text {
  text-align: left;
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-date {
  color: var(--color--paragraph-color);
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
}

.blog-details-holder {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.blog-details-main-image {
  width: 100%;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details---title {
  font-variation-settings: "wdth" 111.5;
  max-width: 570px;
  font-size: 59px;
  font-weight: 400;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-details-main-image-holder {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.reviews {
  grid-row-gap: 13px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grey-card-content {
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 31px;
  display: flex;
}

.fast-feature {
  grid-column-gap: 16px;
  display: flex;
}

.caption {
  color: #000000b3;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.caption.old-price {
  color: #646464;
  font-weight: 300;
  text-decoration: line-through;
}

.tab-section {
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.fafa {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.f23 {
  background-color: #ddd0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 80px;
}

.blog-grid-holder {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-wraper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
  position: sticky;
  top: 120px;
}

.read-more {
  align-items: center;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.tag-text {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
}

.app-features {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  flex-direction: column;
  padding: 44px;
  display: flex;
}

.price {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
}

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

.pricing-button-holder {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.questions-container {
  cursor: pointer;
  border: 1px solid #cfcfcf;
  border-radius: 14px;
  flex-direction: column;
  padding: 15px;
  transition: background-color .325s;
  display: flex;
}

.questions-container:hover {
  background-color: #f3f3f3;
}

.about-cads {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 2px solid #e8e8e8;
  border-radius: 9px;
  flex-direction: column;
  padding: 36px;
  transition: border-color .425s, box-shadow .4s, background-color .4s;
  display: flex;
}

.about-cads:hover {
  background-color: #f3f3f3;
  border-color: #d8d8d8;
  box-shadow: 0 5px 14px #0000001a;
}

.team-slide {
  height: auto;
  margin-right: 170px;
}

.cart-button {
  background-color: #3898ec00;
  padding: 0;
  position: relative;
}

.cart-quantity {
  color: #fff;
  background-color: #000;
  min-width: 4px;
  height: 4px;
  margin-left: 0;
  padding: 0;
  font-size: 0;
  position: absolute;
  inset: -2px -2px auto auto;
}

.cart {
  padding-right: 32px;
}

.pricing-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.category-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.category {
  display: flex;
}

.category-link {
  font-family: var(--fonts--headings);
  color: #727272;
  border-radius: 40px;
  padding: 7px 22px;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .325s;
  display: block;
}

.category-link:hover {
  background-color: var(--color--box-color);
}

.category-link.w--current {
  color: var(--color--font-color);
  font-weight: 400;
}

.view-details {
  opacity: 0;
  background-image: linear-gradient(0deg, #00000061, #0000 47%);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 28px;
  transition: opacity .425s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.view-details:hover {
  opacity: 1;
}

.category-holder {
  z-index: 23;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.product-gird {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  perspective: 1156px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.product-image-holder, .product-image {
  width: 100%;
}

.product-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-price {
  font-variation-settings: "wdth" 115;
  text-transform: uppercase;
  font-size: 15px;
}

.price-big {
  color: #000;
  font-size: 32px;
  font-weight: 400;
}

.price-big.discount {
  color: #b1b1b1;
  font-weight: 300;
  text-decoration: line-through;
}

.quantity-holder {
  border: 1px solid var(--color--border-color);
  background-color: var(--color--background-color);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-right: 0;
  padding-left: 18px;
  display: flex;
}

.quantity-holder.smaller {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  height: auto;
  margin-top: -7px;
  padding-left: 0;
}

.field-label {
  color: var(--color--font-color);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.quantity {
  font-family: var(--fonts--paragraph);
  color: var(--color--border-color);
  background-color: #fafafa00;
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

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

.block-header {
  border-style: none;
}

.block-content {
  border: 1px #000;
  flex-direction: column;
  display: flex;
}

.customer-info {
  border: 1px solid var(--color--border-color);
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

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

.text-field-simple {
  border: 1px solid var(--color--border-color);
  background-color: var(--color--background-color);
  color: var(--color--font-color);
  border-radius: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  transition: border-color .45s, box-shadow .425s;
}

.text-field-simple:hover {
  border-color: var(--color--border-color);
}

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

.text-field-simple::placeholder {
  color: #afafaf;
  font-size: 15px;
  font-weight: 300;
}

.text-field-simple.search-bar {
  background-image: url('../images/Search-Icon.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  height: 61px;
  margin-bottom: 0;
  padding-left: 48px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-simple.search-bar::placeholder {
  color: #5f5f5f;
}

.field-label-simple {
  color: #575757;
  margin-bottom: 10px;
  font-size: 17px;
}

.line-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
}

.cart-header {
  border: 1px #000;
  border-bottom: 1px solid #dfdfdf;
}

.cart-footer {
  border: 1px #000;
}

.close-button {
  width: 16px;
}

.x-icon {
  width: 100%;
}

.x-icon.small {
  width: 7px;
}

.cart-container {
  border: 1px #dfdfdf;
  border-radius: 0;
  min-width: 400px;
}

.cart-title {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
}

.cart-item {
  border-bottom: 1px solid var(--color--box-color);
  flex-direction: column;
  padding-top: 14px;
  padding-bottom: 14px;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.cart-poduct-holder {
  width: 100%;
  display: flex;
  position: relative;
}

.product-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-info.auto {
  width: auto;
}

.cart-price {
  opacity: .74;
  color: #303030;
  font-size: 22px;
  font-weight: 400;
}

.remove-button {
  background-color: #d9d9d9;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-thumbnail {
  border-radius: 0;
  width: 120px;
}

.div-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
}

.cart-list {
  padding-top: 0;
  padding-bottom: 0;
}

.price-small {
  color: #000;
  font-size: 28px;
  font-weight: 600;
}

.empty-state {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
}

.navbar-items {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.tetsimonal-link {
  background-color: #ddd0;
  border: 1px #000;
  border-top: 3px solid #0000;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 30px;
  transition: border-color .5s;
  display: flex;
}

.tetsimonal-link.w--current {
  border-style: solid none none;
  border-width: 3px;
  border-color: var(--color--gradient-02\<deleted\|variable-67f9a9e3\>) black black;
  background-color: #ddd0;
}

.simple-image {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 8px 20px #2e2e2e1a, 20px 31px 37px #2e2e2e17, 45px 69px 50px #2e2e2e0d, 80px 123px 60px #2e2e2e03;
}

.product-title {
  font-family: var(--fonts--headings);
  color: var(--color--font-color);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.product-title-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

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

.brand-image {
  opacity: 1;
  width: 100%;
  position: relative;
}

.shadow {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 12px 27px #00000012, 0 50px 50px #0000000f, 0 112px 67px #0000000a, 0 198px 79px #00000003, 0 310px 87px #0000;
}

.shadow.simple-card {
  border: 1px solid var(--color--box-color);
  background-color: var(--color--background-color);
  border-radius: 12px;
}

.cta-image {
  border-radius: 30px;
  width: 100%;
}

.small-paragraph {
  margin-bottom: 0;
  font-size: 15px;
}

.filters-holder {
  z-index: 4;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 30px;
  display: grid;
  position: relative;
}

.search {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.dropdown {
  border: 1px solid var(--color--font-color);
  background-color: var(--color--background-color);
  border-radius: 0;
  width: 100%;
}

.dropdown-toggle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 61px;
  font-size: 18px;
  display: flex;
}

.drop-down-text {
  color: var(--color--border-color);
  font-size: 17px;
  font-weight: 400;
}

.dropdown-list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #ddd0;
  flex-flow: column;
  padding: 0;
}

.dropdown-list.w--open {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--color--box-color);
  border: 1px solid #000;
  flex-flow: column;
}

.drop-down-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--color--box-color);
  background-color: #fff;
  border-radius: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.card-items {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.add-to-cart {
  width: 100%;
  margin-top: 24px;
}

.price-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.price-and-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.links-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-bottom: 30px;
  display: flex;
}

.previews-link {
  font-family: var(--fonts--headings);
  color: #00000080;
  font-size: 24px;
  font-weight: 400;
}

.previews-link.active {
  color: var(--color--font-color);
  font-weight: 400;
}

.more-images-holder {
  margin-top: 12px;
}

.more-images-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.more-details-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.sticky-card {
  position: sticky;
  top: 86px;
}

.product-title-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.logo-404 {
  width: 180px;
}

.apple-pay {
  border-radius: 0;
}

.thank-you-message {
  border: 1px solid var(--color--box-color);
  background-color: var(--color--background-color);
  box-shadow: none;
  color: #333;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

.contact-form-block {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}

.small-tag {
  border: 1px solid var(--color--main-color);
  background-color: var(--color--box-color);
  color: var(--color--main-color);
  font-variation-settings: "wdth" 115;
  border-radius: 0;
  padding: 6px 21px;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.contact-us-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.form-fields-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.footer-subscribe {
  width: 100%;
  overflow: hidden;
}

.text-field {
  font-family: var(--fonts--paragraph);
  color: var(--color--font-color);
  background-color: #fff0;
  border: 1px solid #000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 12px;
  font-size: 16px;
  font-weight: 300;
}

.text-field:focus {
  border-color: #505050;
}

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

.text-field.message {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 210px;
  min-height: 210px;
  max-height: 500px;
}

.form-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-holder {
  height: 100vh;
  margin-top: -70px;
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.hero-title {
  color: var(--color--background-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  line-height: 1.1;
}

.hero-title.black-text {
  color: var(--color--main-color);
  font-size: 100px;
}

.best-sellers-holder {
  margin-top: 50px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.simple-title-holder {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.title-holder.short {
  text-align: center;
  max-width: 640px;
}

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

.product {
  transition: transform .325s;
}

.product:hover {
  transform: translate(0, -10px);
}

.product-image-wrapper {
  perspective: none;
  perspective-origin: 50%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-info-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.category-grid-holder {
  width: 100%;
  height: 100%;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--color--background-color);
  font-variation-settings: "wdth" 115;
  font-size: 18px;
}

.faq-holder {
  grid-column-gap: 110px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: 90%;
  margin: 52px auto;
  display: grid;
}

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

.faq-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  max-width: 80%;
  display: flex;
}

.faq-title {
  font-family: var(--fonts--paragraph);
  font-size: 20px;
  font-weight: 600;
}

.contact-us-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-wrapper.grid-form {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.contact-us-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 33px;
  display: flex;
}

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

.contact-us {
  max-width: 510px;
}

.cta-paragraph-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 45px;
  display: flex;
}

.small-heading-holder {
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-top: -70px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.shop-heading-holder {
  max-width: 900px;
}

.heading-paragrah-holder {
  max-width: 540px;
}

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

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

.futuristic-image, .contact {
  width: 100%;
}

.overflow-hidden {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.curtian {
  background-image: linear-gradient(#f2f2f2 43%, #f2f2f200);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0, -100%);
}

.brand-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.home-hero-text {
  flex-flow: column;
  max-width: 790px;
}

.home-full-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.home-full-image-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 870px;
  display: flex;
}

.feature-section-holder {
  height: 300vh;
  position: relative;
}

.feature-section-container {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.feature-grid-holder {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  height: 100%;
  display: grid;
}

.feature-grid-content {
  perspective: 1500px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-grid-title {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  display: flex;
}

.feature-grid-paragraph {
  margin-bottom: 60px;
  font-size: 18px;
}

.feature-grid-content-perspective._01 {
  transform: scale(.8)translate(-65px, -295px);
}

.feature-grid-content-perspective._02 {
  position: absolute;
  transform: translate(-56px, -16px)scale(.8);
}

.feature-grid-content-perspective._03 {
  position: absolute;
  transform: scale(.8)translate(-70px, 255px);
}

.feature-grid-image-holder {
  perspective: 1500px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 83vh;
  display: flex;
  position: relative;
}

.feature-grid-image-container {
  width: 100%;
  height: 100%;
}

.feature-grid-image-container._02 {
  z-index: 2;
  position: absolute;
}

.feature-grid-image-container._03 {
  z-index: 1;
  position: absolute;
}

.feature-grid-image-container._01 {
  z-index: 3;
  position: relative;
}

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

.shop-section {
  padding-top: 86px;
  padding-bottom: 86px;
}

.arrow-icon-big {
  width: 40px;
}

.sticky-section-holder {
  height: 400vh;
  margin-bottom: 140px;
}

.sticky-section-container {
  height: 100vh;
  padding-top: 80px;
  position: sticky;
  top: 0;
}

.top-text-holder {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-top-text {
  font-family: var(--fonts--paragraph);
  text-transform: uppercase;
  font-size: 16px;
}

.sticky-top-text.right {
  text-align: right;
}

.middle-text-holder {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  display: flex;
}

.sticky-image-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 100vh;
  padding-bottom: 50vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sticky-image {
  width: 460px;
}

.sticky-image-wrapper {
  pointer-events: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-product-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  font-family: var(--fonts--headings);
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.contact-us-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 24px;
  display: grid;
}

.text-gap {
  line-height: 2.3;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.about-us-text-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
}

.about-us-features {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.heading-01 {
  font-size: 200px;
}

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

.testimonial-cards-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-cards {
  border: 1px solid #000;
  padding: 30px;
}

.testimonial-paragraph {
  margin-top: 24px;
  margin-bottom: 38px;
}

.testimonial-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-person-image {
  object-fit: cover;
  border-radius: 200px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
}

.testimonial-person-title {
  font-size: 20px;
}

.testimonial-sticky {
  position: sticky;
  top: 120px;
}

.testimonial-cta {
  color: var(--color--box-color);
  text-align: center;
  font-size: 96px;
  line-height: .5;
  position: absolute;
  inset: auto 35px 35px auto;
}

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

.testimonial-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 120px;
  display: flex;
}

.testimonial-block {
  background-color: var(--color--font-color);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
}

.shop-hero {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.shop-hero-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.shop-hero-image-holder, .shop-image {
  width: 100%;
}

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

.animate-on-load-06 {
  width: 100%;
}

.text-holder {
  padding-right: 13px;
  font-size: 14px;
  display: inline-block;
}

.fade-in-on-scroll-basic {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.shop-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  transition: transform .45s;
  display: flex;
}

.shop-item:hover {
  transform: translate(0, -8px);
}

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

.carousel-container {
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  left: auto;
  overflow: hidden;
}

.logo-image {
  height: 80px;
}

.logo-container-2 {
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  left: auto;
  overflow: hidden;
}

.carousel-container-2 {
  flex-flow: row-reverse;
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.paragraph {
  max-width: 60%;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-2 {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #71b83e47;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.why-us-section {
  margin-top: 101px;
  padding-top: 77px;
}

.why-us-title {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 70px;
  display: flex;
}

.lottie-animation {
  width: 500px;
  height: 500px;
}

.lottie-animation-1 {
  width: 250px;
  height: 250px;
}

.lottie-animation-2 {
  width: 300px;
  height: 300px;
}

.logo-image-copy {
  height: 100px;
}

.logo-image-copy.big {
  max-width: 70%;
  height: 60px;
}

.heading-3 {
  font-size: 70px;
}

.single-button-inside-switch-button {
  color: #1e1e21;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.single-button-inside-switch-button.maintenance {
  text-align: center;
  cursor: pointer;
  border-radius: .6em;
  height: 150%;
  margin-left: 5px;
  font-size: 1em;
  transition: transform .3s, box-shadow .3s;
}

.single-button-inside-switch-button.maintenance:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 3px #0000001a;
}

.single-button-inside-switch-button.maintenance:active {
  box-shadow: none;
  transform: none;
}

.single-button-inside-switch-button.seo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  cursor: pointer;
  background-color: #f1f1f1;
  border-radius: .6em;
  align-self: auto;
  height: 150%;
  margin-right: 5px;
  font-size: 1em;
  transition: transform .3s, box-shadow .3s;
}

.single-button-inside-switch-button.seo:hover {
  transform: scale(1.02);
  box-shadow: 0 1px 3px #0000001a;
}

.single-button-inside-switch-button.seo:active {
  box-shadow: none;
  transform: none;
}

.grid-website-maintenace {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: grid;
}

.benefits-header {
  text-align: center;
  margin-top: 0;
  font-size: 2.7em;
  font-weight: 500;
}

.benefits-wrap {
  background-color: #f9f9f9;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 100px 20px 60px;
  display: flex;
}

.bold-text-23 {
  font-weight: 600;
}

.small-card-header {
  font-family: var(--fonts--paragraph);
  color: #1e1e21;
  text-align: center;
  letter-spacing: -.025em;
  justify-content: center;
  margin-top: .3em;
  margin-bottom: .4em;
  padding-bottom: 0;
  font-size: 1.06em;
  font-weight: 600;
  line-height: 1.1em;
  display: block;
}

.switch-button {
  background-color: #f5f5f7;
  border: .06em solid #dadada4d;
  border-radius: .7em;
  justify-content: center;
  align-items: center;
  width: 13em;
  height: 2.4em;
  margin: 60px auto 20px;
  padding: 4px;
  display: flex;
}

.switch-button.night-mode {
  text-align: left;
  background-color: #f1f1f1;
  border-width: .06em;
  border-radius: .6em;
  width: 50em;
  height: 3.5em;
  margin-top: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 18px;
  display: flex;
}

.benefits-description {
  font-family: var(--fonts--paragraph);
  color: #687076;
  text-align: center;
  letter-spacing: -.025px;
  min-width: 200px;
  margin-top: 0;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.25em;
}

.sub-par {
  color: #687076;
  text-align: center;
  letter-spacing: .25px;
  width: auto;
  max-width: 725px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.sub-par.seo {
  max-width: 800px;
}

.grid-seo-service {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 1;
  color: #040404;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: none;
  position: static;
}

.lottie-animation-3 {
  width: 5em;
  margin: auto;
}

.header-2-center-wrap {
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.small-card {
  background-color: #fff;
  border: 1px solid #dadada4d;
  border-radius: 1.2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 275px;
  max-width: 500px;
  height: auto;
  padding: 55px;
  display: flex;
}

.seo-benefits-wrapper {
  z-index: 2;
  background-color: #0000;
  margin-bottom: 0;
  position: relative;
}

.seo-benefits-wrapper.seo-benefits-heading {
  z-index: 1;
  opacity: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  display: none;
  position: static;
  top: auto;
}

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

.logo-marquee-wrapper-2 {
  justify-content: flex-end;
  display: flex;
  overflow: visible;
}

.logo-marquee-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  width: 100vw;
  min-width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}

.logo {
  object-fit: contain;
  width: 120px;
  height: 80px;
}

.section-2 {
  width: 100%;
  overflow: hidden;
}

.logo-marquee-wrapper {
  display: flex;
  overflow: visible;
}

.logo-marquee-grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  width: 100vw;
  min-width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: visible;
}

.logo-smaller {
  object-fit: contain;
  width: 90px;
  height: 80px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .container.navbar-container {
    max-width: 1300px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .feature-grid-content {
    perspective: 1500px;
    position: relative;
  }

  .feature-grid-image-holder {
    height: 83vh;
  }

  .top-text-holder {
    grid-column-gap: 370px;
    grid-row-gap: 370px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-seo-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar-container {
    justify-content: space-between;
  }

  .nav-menu-link-holder {
    background-color: #fff;
    width: 100%;
    height: auto;
  }

  .nav-menu-link-container {
    justify-content: center;
    height: auto;
    padding-top: 49px;
    padding-bottom: 49px;
    padding-left: 0;
  }

  .nav-menu {
    height: auto;
    padding-right: 0;
  }

  .nav-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .nav-link {
    font-family: var(--fonts--headings);
    color: #4b4b4b;
    margin-left: 0;
    margin-right: 0;
    font-size: 22px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: start;
    width: 100%;
    display: flex;
  }

  .footer-block {
    width: 100%;
  }

  .footer-divider {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 7px;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    z-index: 4;
    border: 1px solid #fff0;
    border-radius: 0;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .menu-button.w--open {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    background-color: #ffffff2b;
    border: 1px solid #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
  }

  .brand {
    z-index: 3;
  }

  .brand.w--current {
    z-index: 1;
  }

  .headings-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

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

  .blog-grid.blog-grid-mobile {
    flex-flow: column;
    display: flex;
  }

  .feature {
    padding: 22px;
  }

  .cart {
    z-index: 6;
    padding-right: 0;
  }

  .product-gird {
    flex-flow: column;
    display: flex;
  }

  .navbar-items {
    z-index: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .tetsimonal-link {
    border-top-style: none;
    padding-top: 0;
    padding-left: 11px;
    padding-right: 11px;
  }

  .tetsimonal-link.w--current {
    border-top-style: none;
  }

  .text-field {
    width: 100vw;
    max-width: 80vw;
  }

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

  .hero-title.black-text {
    font-size: 50px;
  }

  .products-list {
    grid-template-columns: 1fr 1fr;
  }

  .faq-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .contact-us-wrapper.grid-form {
    flex-flow: column;
    display: flex;
  }

  .contact-us-info {
    width: 100%;
  }

  .contact-us-text {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .cta-paragraph-wrapper {
    text-align: left;
  }

  .menu-icon {
    width: 18px;
  }

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

  .brand-holder {
    z-index: 1;
  }

  .home-full-image-container {
    height: 60vh;
  }

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

  .feature-grid-content {
    text-align: center;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
  }

  .feature-grid-content-holder {
    width: 100%;
  }

  .feature-grid-title {
    text-align: center;
    max-width: 100vw;
    font-size: 80px;
  }

  .feature-grid-paragraph {
    font-size: 17px;
  }

  .feature-grid-content-perspective {
    width: 100%;
  }

  .feature-grid-content-perspective._01, .feature-grid-content-perspective._03 {
    opacity: 0;
  }

  .feature-grid-image-holder {
    width: 50%;
    height: 70%;
  }

  .contact-us-grid, .about-us-features, .testimonial-holder {
    flex-flow: column;
    display: flex;
  }

  .shop-hero {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .why-us-title {
    font-size: 80px;
  }

  .grid-website-maintenace {
    flex-direction: column;
    margin-top: 0;
    display: block;
  }

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

  .benefits-wrap {
    max-width: 100vw;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
  }

  .switch-button {
    margin-bottom: 20px;
  }

  .benefits-description {
    max-width: 360px;
  }

  .sub-par {
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.25em;
  }

  .grid-seo-service {
    margin-top: 0;
    padding-top: 0;
  }

  .lottie-animation-3 {
    font-size: 19px;
  }

  .header-2-center-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100vw;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 18px;
  }

  .seo-benefits-wrapper.seo-benefits-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 1.2;
  }

  h2 {
    font-size: 34px;
    font-weight: 500;
  }

  h3 {
    font-size: 32px;
    font-weight: 500;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.navbar-container {
    position: static;
  }

  .border-box {
    padding: 2px;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    overflow: visible;
  }

  .navbar-container {
    grid-column-gap: 30px;
    justify-content: space-between;
  }

  .nav-menu-link-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .nav-menu-link-container {
    flex-direction: row;
  }

  .nav-menu {
    z-index: 30;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .nav-links {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    height: 100%;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .menu-button, .menu-button.w--open {
    padding: 8px;
  }

  .brand {
    width: 100px;
    padding-left: 0;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

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

  .product-gird {
    flex-direction: column;
    display: flex;
  }

  .tetsimonal-link {
    padding-left: 14px;
    padding-right: 14px;
  }

  .product-title {
    font-size: 28px;
  }

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

  .contact-us-wrapper {
    flex-flow: column;
    display: flex;
  }

  .feature-grid-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature-grid-content-perspective._01 {
    opacity: 0;
  }

  .feature-grid-content-perspective._02 {
    margin-top: -98px;
  }

  .feature-grid-content-perspective._03 {
    opacity: 0;
    margin-top: -98px;
  }

  .feature-grid-image-holder {
    width: 60%;
    height: 62%;
  }

  .feature-grid-image-container._02 {
    margin-top: -54px;
    position: static;
  }

  .feature-grid-image-container._03 {
    margin-top: -56px;
    position: static;
  }

  .top-text-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .sticky-top-text {
    font-size: 13px;
  }

  .sticky-image {
    width: 350px;
  }

  .carousel-container, .logo-container {
    display: flex;
  }

  .logo-image {
    overflow: hidden;
  }

  .logo-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: space-around;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .carousel-container-2 {
    display: flex;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .logo-image-copy {
    max-width: 60%;
    height: 60px;
  }

  .sub-par {
    margin-left: auto;
    margin-right: auto;
  }

  .sub-par.seo {
    max-width: 350px;
  }

  .small-card {
    font-size: 16px;
  }
}

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

  h2 {
    font-weight: 600;
  }

  p {
    font-size: 14px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container {
    padding-left: .6em;
    padding-right: .6em;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button.search-button {
    width: 100%;
    position: relative;
    right: 0;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav-menu-link-container {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-links {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .nav-link {
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 400;
  }

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

  .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-copyright-center {
    font-size: 15px;
  }

  .featured-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .early-access-card {
    min-width: 0;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .submit-button {
    border-radius: 0 0 8px 8px;
    width: 100%;
    height: 48px;
    position: static;
  }

  .help-content-holder {
    padding-top: 30px;
  }

  .help-link-holder {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .figma-file-holder {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .change-log-block-holder {
    flex-flow: column;
    display: flex;
  }

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

  .menu-button {
    border-radius: 8px;
    transition: color .575s, background-color .3s;
  }

  .headings-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 60px;
  }

  .super-feature-icon-holder {
    border-radius: 12px;
    width: 80px;
    height: 80px;
  }

  .blog-grid {
    flex-direction: column;
    display: flex;
  }

  .blog-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .blog-thumbnail-holder {
    height: 250px;
    margin-bottom: 12px;
  }

  .form-holder {
    justify-content: flex-start;
    padding: 16px;
  }

  .form {
    width: 100%;
  }

  .blog-details-holder {
    max-width: 100%;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .feature {
    border: 1px #000;
    border-bottom: 1px solid #e2e2e2;
  }

  .category-list {
    flex-wrap: wrap;
  }

  .category-holder {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .default-state {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-container {
    min-width: 0;
    max-width: none;
  }

  .cart-poduct-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .remove-button {
    top: 4%;
    right: 3%;
  }

  .cart-thumbnail {
    width: 100%;
  }

  .div-block {
    margin-left: 0;
  }

  .price-small {
    font-size: 21px;
  }

  .product-title {
    font-size: 25px;
  }

  .cta-button-holder {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .filters-holder {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .search {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: 100%;
  }

  .card-items {
    flex-flow: column;
    display: flex;
  }

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

  .links-holder {
    justify-content: flex-start;
    align-items: center;
  }

  .previews-link {
    font-size: 22px;
  }

  .animate-on-load-04 {
    width: 100%;
  }

  .contact-us-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-fields-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .order-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .smaller-title {
    font-weight: 500;
  }

  .order-summery-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .hero-title {
    font-size: 60px;
    font-weight: 500;
  }

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

  .products-list {
    flex-flow: column;
    display: flex;
  }

  .contact-us-info {
    padding: 14px;
  }

  .cta-paragraph-wrapper {
    flex-flow: row;
    justify-content: center;
  }

  .home-hero-text {
    max-width: 90vw;
  }

  .home-full-image-container {
    height: 30vh;
  }

  .feature-section-container {
    padding-top: 47px;
  }

  .feature-grid-title {
    text-align: center;
    font-size: 60px;
  }

  .feature-grid-paragraph {
    font-size: 14px;
  }

  .feature-grid-content-perspective._02 {
    margin-top: 0;
    transform: none;
  }

  .feature-grid-content-perspective._03 {
    margin-top: 0;
  }

  .feature-grid-image-holder {
    width: 100%;
    height: 50%;
  }

  .feature-grid-image-container._02 {
    margin-top: -297px;
  }

  .feature-grid-image-container._03 {
    margin-top: -312px;
  }

  .feature-grid-image-container._01 {
    margin-top: -60px;
  }

  .shop-section {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .top-text-holder {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .sticky-top-text {
    text-transform: none;
    max-width: 90vw;
  }

  .sticky-top-text.right {
    text-align: left;
  }

  .sticky-image {
    width: 240px;
  }

  .no-margins {
    font-size: 60px;
  }

  .about-us-features {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    justify-content: center;
    align-items: flex-start;
  }

  .testimonial-cards {
    padding: 12px;
  }

  .testimonial-paragraph {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .testimonial-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 24px 21px;
  }

  .text-holder {
    padding-right: 10px;
  }

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

  .carousel-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    min-width: 200%;
    display: flex;
  }

  .logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    align-self: auto;
    justify-items: stretch;
    display: grid;
    overflow: hidden;
  }

  .logo-image {
    max-width: 80px;
    height: 80px;
    padding-right: 0;
    overflow: hidden;
  }

  .logo-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 200%;
    display: flex;
  }

  .paragraph {
    width: 80vw;
    max-width: none;
    overflow: visible;
  }

  .img-block {
    width: 90%;
  }

  .step {
    max-width: 100%;
  }

  .step-block {
    max-width: 250px;
  }

  .content-2 {
    font-size: 20px;
  }

  .scroll-animate {
    height: 95%;
  }

  .container-2 {
    margin-bottom: 2%;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .why-us-title {
    text-align: center;
    font-size: 70px;
  }

  .lottie-animation {
    z-index: 100;
    position: relative;
  }

  .paragraph-2 {
    max-width: 90vw;
  }

  .logo-image-copy {
    max-width: 80px;
    height: 80px;
    padding-right: 0;
    overflow: hidden;
  }

  .heading-3 {
    font-size: 60px;
    font-weight: 400;
  }

  .grid-website-maintenace {
    max-width: 90vw;
  }

  .benefits-header {
    max-width: none;
    font-size: 1.9em;
    font-weight: 600;
  }

  .benefits-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .small-card-header {
    font-size: 1.1em;
  }

  .switch-button.night-mode {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 50vw;
    display: flex;
    overflow: hidden;
  }

  .benefits-description {
    min-width: auto;
    font-size: 1em;
  }

  .sub-par {
    color: #1e1e21;
    max-width: 275px;
  }

  .grid-seo-service {
    max-width: 90vw;
  }

  .header-2-center-wrap {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-card {
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-size: 15px;
  }

  .heading-4 {
    order: 0;
  }

  .logo-marquee-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    min-width: 200vw;
  }

  .logo-marquee-grid-5 {
    min-width: 200vw;
  }
}

#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea51ee8d-d109-a7f7-3953-0f6b28251a9b-28251a85 {
  place-self: center;
}

#w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-1d10918b, #w-node-f1164931-9666-7d0f-e91a-966bb6aa7b54-1d10918f, #w-node-_59e4f43a-5614-840e-b2cc-b33db00a63aa-1d10918f, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-1d109191, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-1d109192, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-1d109196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-1d109196 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-1d109196 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4b95-1d109199, #w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4b96-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4b9c-1d109199 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4b9d-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4ba1-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4ba3-1d109199 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4ba4-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4ba8-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4baa-1d109199, #w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bab-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4baf-1d109199 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bb1-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bb2-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bb6-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bb8-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bbd-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_4f8b986c-7cc7-8826-d11f-df22df2e5350-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f8b986c-7cc7-8826-d11f-df22df2e5355-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f133b1b-9083-074a-fd65-a0881340457a-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f133b1b-9083-074a-fd65-a0881340457f-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bc0-1d109199, #w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bc1-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bc5-1d109199 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bc7-1d109199 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bc8-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bcd-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bcf-1d109199 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bd0-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bd5-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bd7-1d109199, #w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bd8-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bdc-1d109199 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bde-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bdf-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4be4-1d109199 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4be6-1d109199 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa2893e3-0a46-e24c-7c04-bcf71dbc4bec-1d109199 {
  grid-area: 2 / 3 / 3 / 4;
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-1d109196, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-1d109196 {
    grid-column: span 2 / span 2;
  }
}


