:root {
  --text-color: #2b2b2b;
  --primary: #4d6bfa;
  --light-grey: #fafafa;
  --misty-rose: #ffdede;
  --light-blue-bg: #f8f8fa;
  --link-bg-grey: #f1f1f1;
  --dim-grey: #c5c5c5;
  --secondary: #4353fa;
  --bg-grey: #d4d4d4;
  --notification-bg: #001b38;
}

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  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;
  -ms-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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

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

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

.w-commerce-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 {
  color: #000;
  background-color: #fff;
  font-family: Clashgrotesk Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Author Variable, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--text-color);
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 500;
}

sup {
  font-size: 60%;
}

blockquote {
  color: var(--primary);
  border-left: 0 #e2e2e2;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 50px 10px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.section {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.section.dark-section {
  color: #fff;
  background-color: #181818;
}

.section.white-bg {
  background-color: #fff;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.after-hero-section {
  margin-top: 100vh;
}

.section.main-pages-section {
  background-color: #f1f1f1;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container.nav-container {
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.big-container {
  max-width: none;
  padding-top: 0;
}

.container.nav-container-rounded-center {
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.container.after-hero-links-container {
  padding-bottom: 0;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

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

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

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

.footer-link {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.footer-link.lighter-footer-link {
  color: rgba(43, 43, 43, .5);
}

.link-block-underline {
  background-color: #8d8d8d;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.footer {
  z-index: 2;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

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

.footer-image {
  width: 100%;
  max-width: 120px;
}

.footer-heading {
  color: #000;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid var(--light-grey);
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.nav-link-holder, .nav-link-holder.nav-button-holder {
  padding-left: 10px;
}

.body-white {
  background-color: #fff;
}

.content.relative {
  position: relative;
}

.content.horizontal {
  align-items: flex-start;
  display: flex;
}

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

.grey-text {
  color: #6b6b6b;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
  margin-top: 1em;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: var(--link-bg-grey);
}

.copyright-text {
  color: rgba(43, 43, 43, .8);
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  background-image: url('../images/external-link.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 16px;
  font-weight: 500;
}

.copyright-link:hover {
  color: var(--primary);
}

.rich-text {
  color: var(--text-color);
  width: 100%;
  max-width: 720px;
  line-height: 1.6;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: var(--primary);
  border-bottom-color: rgba(50, 50, 50, 0);
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: rgba(50, 50, 50, .8);
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #323232;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #323232;
  letter-spacing: .2px;
  margin-bottom: 12px;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  background-color: var(--light-grey);
  color: #000;
}

.style-guide-tab-holder.w--current {
  color: #fff;
  background-color: #000;
}

.style-guide-left-panel-holder {
  background-color: var(--light-blue-bg);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  margin-top: 0;
  font-size: 120px;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 0 8px 8px 0;
  width: 100px;
  height: 100%;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.subscribe-button:hover {
  background-color: var(--primary);
}

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-23 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-23:hover {
  color: #000;
}

.link-block-23.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: opacity .4s, background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.button:hover {
  opacity: .9;
  color: #fff;
  background-color: #000;
}

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.white-button {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
}

.button.white-button:hover {
  background-color: var(--light-grey);
}

.button.transparent-on-dark {
  background-color: rgba(255, 255, 255, .05);
}

.button.transparent-on-dark:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.button.nav-button {
  border-radius: 100px;
  padding: 10px 15px;
  position: relative;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: rgba(0, 0, 0, .02);
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: rgba(0, 0, 0, .3);
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

.sg---color-primary.secondary-color {
  background-color: var(--secondary);
}

.sg---color-primary.black {
  background-color: var(--text-color);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

.font-light.bold-text {
  font-weight: 700;
}

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--light-blue-bg);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-link {
  z-index: 2;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: #000;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
}

.nav-link.white-nav-link {
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-background {
  z-index: -1;
  background-color: var(--link-bg-grey);
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-background.link-bg-on-dark {
  background-color: rgba(255, 255, 255, .15);
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

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

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 9px;
  position: relative;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.hero-description {
  color: var(--text-color);
  max-width: 450px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .04);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .02);
  border-radius: 8px;
  height: 40px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: rgba(0, 0, 0, .02);
}

.input-field:focus {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, .04);
}

.input-field::placeholder {
  color: rgba(0, 0, 0, .4);
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

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

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

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
}

.instruction-item {
  background-color: var(--light-blue-bg);
  border-radius: 12px;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-content {
  display: block;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-item-link3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-wrapper {
  margin-top: 2em;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  margin-bottom: 2em;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.out-of-stock-state {
  background-color: var(--light-blue-bg);
  color: var(--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--misty-rose);
}

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

.nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 10px;
  padding-right: 1em;
  display: flex;
}

.cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.cart-quantity {
  border-color: var(--light-grey);
  color: var(--text-color);
  background-color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--light-blue-bg);
}

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

.cart-container {
  border-radius: 8px;
}

.cart-header {
  border-bottom-color: var(--light-grey);
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  outline-offset: 0px;
  outline: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  justify-content: flex-start;
  align-items: stretch;
}

.cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
}

.cart-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}

.cart-footer {
  border-top-color: var(--light-grey);
  padding: 1em;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

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

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

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--text-color);
  color: #fff;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.product-details-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--light-blue-bg);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-image-lightbox {
  transition-property: opacity;
}

.product-image-lightbox:hover {
  opacity: .8;
}

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

.product-quantity {
  text-align: center;
  border-radius: 8px;
  width: 90px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sticky-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-details {
  flex-basis: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.required-label {
  color: rgba(0, 0, 0, .5);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding: 1em;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.order-item-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--text-color);
}

.order-item-price {
  font-size: 14px;
  font-weight: 500;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .04);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .02);
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: rgba(0, 0, 0, .02);
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, .04);
}

.checkout-input-field::placeholder {
  color: rgba(0, 0, 0, .4);
}

.checkout-input-field.no-margins {
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--text-color);
}

.order-summary-value {
  color: var(--text-color);
  font-size: 16px;
}

.order-line-item, .extra-item {
  align-items: center;
  margin-bottom: 10px;
}

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

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.product-image {
  border-radius: 8px;
  width: 100%;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  margin-top: 0;
  font-size: 50px;
  font-weight: 500;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.product-category-wrapper {
  display: block;
}

.product-category-list {
  padding-bottom: 1em;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.nav-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.nav-dropdown-footer {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.nav-dropdown-column {
  position: relative;
}

.nav-dropdown-heading {
  color: var(--bg-grey);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.nav-dropdown-line-abs {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
  display: block;
  position: absolute;
  top: -20%;
  bottom: -40%;
  left: auto;
  right: 0%;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -27px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  bottom: -15px;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.template-cta-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.template-cta-image {
  margin-top: 2em;
}

.small-black-text {
  color: #000;
  font-size: 16px;
}

.small-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}

.small-content.no-padding {
  padding-bottom: 0;
}

.black-70pct {
  color: rgba(15, 15, 17, .7);
}

.large-white-text {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}

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

.text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-logo {
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.orange-box {
  background-color: #ff5e20;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-box-tittle {
  padding-left: 1em;
  padding-right: 1em;
}

.buy-now-link {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px 15px 60px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.buy-now-link:hover {
  background-color: rgba(255, 255, 255, .83);
}

.blue-box {
  background-color: #3351f5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-text {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 39px;
  font-weight: 500;
  display: flex;
}

.template-includes-card {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  display: flex;
  overflow: hidden;
}

.template-includes-card.no-padding-bottom {
  padding-bottom: 0;
}

.feature-box {
  background-color: #181818;
  background-image: url('../images/Wedoflow-3d-Icon_1Wedoflow-3d-Icon.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

.text-gray-paragraph-holder-2 {
  padding-right: 34px;
}

.figma-file-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: 100%;
}

.small-empty-space-in-text {
  width: 0;
  display: inline-block;
}

.template-more-things-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
}

.white-link {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  transition-property: border-color;
}

.white-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.style-guide-image {
  width: 100%;
  margin-left: -2em;
}

.text-gray-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-right: 100px;
  display: flex;
}

.demo-cta-image {
  width: 100%;
  margin-top: 20px;
}

.demo-cta-image.rounded-left-top {
  border-top-left-radius: 10px;
}

.notifications-image {
  width: 115%;
  max-width: none;
  margin-left: -2em;
}

.template-growth-features {
  font-size: 29px;
  font-weight: 500;
}

.demo-business-email-image {
  width: 100%;
  margin-top: 40px;
}

.figma-component-library-holder {
  background-color: #181818;
  border: 1px solid #505050;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
}

.demo-page-image-holder {
  border-radius: 20px;
  width: 100%;
  padding-top: 73%;
  transition: padding .35s;
  position: relative;
}

.main-page-title-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.demo-page-link {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.demo-page-link:hover {
  text-decoration: none;
}

.main-page-badge {
  border: 1px solid #0f0f11;
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.demo-page-item-border {
  z-index: -1;
  background-color: #000;
  border-radius: 19px;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.demo-pages-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.template-included-image.template-styles-and-buttons {
  object-fit: contain;
}

.template-overlay {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, rgba(0, 0, 0, .01) 100%, rgba(232, 234, 235, 0));
  height: 50%;
  top: auto;
}

.inside-box-text {
  text-align: center;
  font-size: 26px;
}

.template-includes-box {
  background-color: #f5f5f7;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.template-included-image-holder {
  width: 100%;
  height: 70%;
  position: relative;
}

.grid-what-is-included {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-what-is-included-holder {
  width: 100%;
  margin-top: 50px;
}

.text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.template-cards-wrapper {
  flex: none;
  justify-content: center;
  width: auto;
  display: flex;
}

.white-paragraph {
  color: #fff;
}

.template-footer-button-holder {
  max-width: 350px;
}

.template-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 30px;
  display: flex;
}

.demo-container {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
}

.template-card-holder {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 420px;
  min-height: 30vw;
  padding: 1%;
  display: flex;
  position: relative;
}

.template-card-image {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.demo-blur-bg-effect {
  z-index: 0;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

.integration-heading {
  font-size: 42px;
  font-weight: 500;
}

.template-footer-heading {
  color: #fff;
  width: 100%;
  max-width: 510px;
}

.demo-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.template-hover-state {
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: -1%;
  right: -1%;
}

.template-footer-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.template-card-image-holder {
  z-index: 1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-description-holder {
  margin-top: 3em;
}

.hero-description-holder.small-top-margin {
  margin-top: 1em;
}

.text-hidden {
  perspective: 291px;
  overflow: hidden;
}

.button-view-page {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  transition-property: box-shadow;
  display: flex;
  position: relative;
}

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
}

.black-paragraph {
  color: #000;
}

.white-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 45%;
  display: flex;
}

.with-standarts-quick-stack {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  width: 100%;
  margin-top: 3em;
  padding: 0;
}

.white-medium-text {
  font-size: 25px;
  font-weight: 500;
}

.quic-stack-box {
  background-color: #ffc444;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.quic-stack-box.blue {
  pointer-events: none;
  color: #fff;
  background-color: #3452ff;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.figma-design-image {
  object-fit: contain;
  object-position: 50% 100%;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 330px;
  margin-top: 20px;
}

.black-text {
  color: #000;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
}

.open-cource-image {
  object-fit: contain;
  object-position: 100% 100%;
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.open-cource-image.top-image {
  width: 70%;
  top: 0;
}

.black-text-paragraph-holder {
  padding-left: 0;
  padding-right: 30px;
}

.link-inline {
  color: var(--misty-rose);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.link-inline:hover {
  color: #fff;
}

.link-inline.w--current {
  color: #000;
}

.notification-subscribe-box {
  background-color: #fad370;
  background-image: url('../images/White-Arrow.svg'), linear-gradient(to right, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 3px;
  width: 24px;
  height: 24px;
}

.hero-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--notification-bg);
  color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 8px 8px 8px 16px;
  line-height: 1;
  transition-property: all;
  display: flex;
}

.hero-link:hover {
  color: #fff;
  background-color: #0f0f11;
}

.notification-banner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--notification-bg);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

.notification-banner.notification-side-content {
  justify-content: space-between;
}

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.sg-notifications-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-link-arrow {
  background-image: url('../images/Arrow-Icon.svg'), linear-gradient(to bottom, var(--primary), var(--secondary));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 12px, auto;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.notification-button-transparent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.notification-button-transparent:hover {
  color: rgba(255, 255, 255, .9);
}

.code-text {
  letter-spacing: .3px;
  margin-top: 1em;
  font-size: 15px;
  font-style: normal;
}

.code-tag-color {
  color: #170;
}

.code-style-starter {
  padding-left: 25px;
}

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

.component-text {
  color: #00a457;
  background-image: url('../images/GreenCube.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 17px;
  padding-left: 20px;
  position: relative;
}

.heading-section-info {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.nav-section-info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  padding: 1em;
  display: flex;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .05);
}

.nav-rounded-center {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .1);
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-parent-rounded-center {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand-logo-rounded-nav {
  height: 22px;
}

.navbar-footer-main-link-holder {
  padding-right: 10px;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.navbar-footer-main-link-holder:hover {
  color: var(--primary);
}

.demo-page-text-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.blog-item-text-header {
  color: #606060;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.small-thumbnail-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.folders-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.folders-parent.left-align-folders {
  justify-content: flex-start;
  align-items: flex-start;
}

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.category-item-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  text-decoration: none;
}

.category-item-link.w--current {
  color: #fff;
  background-color: #000;
  border-color: #ff7d1e;
}

.hide-on-desktop {
  display: none;
}

.blog-item-title-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 600;
}

.blog-item-link {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.blog-item-link:hover {
  text-decoration: none;
}

.footer-top-links-6col-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logo-text-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 150px 1fr 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  margin-bottom: 4em;
  display: grid;
}

.footer-social-icons-with-links-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-privacy-links {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-heading-lighter {
  color: var(--notification-bg);
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 500;
}

.footer-description-secondary {
  color: rgba(0, 0, 0, .5);
  max-width: 260px;
  font-size: 14px;
}

.social-media-icons-2nd {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tooltip-wrapper {
  z-index: 100;
  opacity: 0;
  background-color: #000;
  border-radius: 8px;
  width: 300px;
  padding: 12px;
  display: none;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 180%;
  right: auto;
}

.pricing-table-name {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.pricing-table-name.center {
  z-index: 5;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.white-text {
  color: #fff;
}

.white-text._18px {
  font-size: 18px;
}

.pricing-table-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-table-holder.indexl {
  z-index: 10;
}

.pricing-cell-check-icon {
  width: 24px;
}

.empty-or-text {
  font-size: 18px;
}

.pricing-border {
  z-index: -1;
  border: 1px solid var(--link-bg-grey);
  position: absolute;
  top: -1px;
  bottom: 0%;
  left: -1px;
  right: 0%;
}

.tooltip-container {
  z-index: 120;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.table-cell-check-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--light-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3-style {
  margin-top: 0;
  font-size: 50px;
}

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
}

.card-item:hover {
  text-decoration: none;
}

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px rgba(0, 0, 0, .1);
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--link-bg-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

.accordion-plus-icon {
  width: 25px;
}

.grey-text-2 {
  color: #878d95;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

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

.accordion-description {
  max-width: 600px;
}

.content-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.notification-button {
  color: var(--notification-bg);
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .35s, color .35s;
}

.notification-button:hover {
  background-color: rgba(255, 255, 255, .9);
}

.product-price {
  margin-top: 10px;
  margin-bottom: 1em;
  font-size: 32px;
  font-weight: 500;
}

.hide-demo-page-text-on-tablet {
  padding-left: 5px;
}

.demo-hero-buttons-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle-holder {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-subtitle-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
}

.subtitle-overlays {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100%);
}

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.subtitle-overlay {
  background-color: rgba(255, 255, 255, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-info-text-no {
  color: var(--primary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  font-weight: 500;
  display: flex;
}

.animation-5-text {
  transform-origin: 50% 90%;
  text-transform: uppercase;
  width: auto;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

.animation-5-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.animation-5-text-line {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.animation-5-text-holder {
  perspective: 300px;
  perspective-origin: 50% 100%;
  overflow: hidden;
}

.animation-4-text-line {
  perspective: 1000px;
  perspective-origin: 50% 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-4-text-holder {
  perspective: 350px;
  perspective-origin: 50% 0;
}

.animation-4-text {
  transform-origin: 50% 10%;
  text-transform: uppercase;
  width: auto;
}

.animation-4-text-parent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 150px;
  font-weight: 800;
  line-height: .8;
  display: flex;
}

.animation-6-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-parent {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
}

.animation-6-text {
  width: auto;
}

.animation-6-text-line {
  perspective: 2000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-6-text-holder {
  width: auto;
}

.animation-6-text-holder._4 {
  object-position: 50% 100%;
}

.animation-3-text-holder {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.animation-3-text {
  width: auto;
}

.animation-3-text-word {
  perspective: 1000px;
  perspective-origin: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.animation-3-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.animation-2-text {
  width: auto;
}

.animation-2-text-word {
  perspective: 1000px;
  flex-direction: row;
  display: flex;
}

.animation-2-text-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 145px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.project-item_old {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.project-item_old:hover {
  text-decoration: none;
}

.project-item-title22 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.category-acronym {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-section-bg {
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-cart-subtotal-price {
  font-size: 20px;
  font-weight: 600;
}

.nav-link-circle {
  border: 1.5px solid var(--text-color);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: -5px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
}

.nav-dropdown-link-arrow-2 {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.error-message-2 {
  text-align: left;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  margin-top: 1em;
  padding: 10px;
  font-size: 14px;
}

.nav-left-items {
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cart-item-image-2 {
  object-fit: cover;
  border-radius: 12px;
  width: 70px;
  height: 70px;
}

.nav-footer-right-content {
  justify-content: flex-end;
  display: flex;
}

.nav-item-text {
  opacity: 1;
}

.main-cart-item-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.main-cart-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 2em 1em;
  display: flex;
}

.nav-dropdown-heading-2 {
  color: #d4d4d4;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.nav-right-items {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-background-black-transparent {
  z-index: -1;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-background-black-transparent.link-bg-on-dark {
  background-color: rgba(255, 255, 255, .15);
}

.nav-link-with-underline {
  opacity: .8;
  color: var(--text-color);
  padding: 5px 5px 13px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: opacity .35s, color .35s;
  position: relative;
  overflow: hidden;
}

.nav-link-with-underline:hover {
  opacity: 1;
  color: #000;
  text-decoration: none;
}

.nav-link-with-underline.w--current {
  opacity: 1;
  font-weight: 500;
}

.cart-button-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.scroll-down-line-transparent {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 6px;
  right: auto;
}

.nav-footer-link {
  color: #f6f8fa;
}

.nav-footer-link:hover {
  color: #fff;
}

.cart-wrapper-content {
  background-color: rgba(255, 255, 255, .6);
}

.main-nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.scroll-down-line {
  z-index: 10;
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 6px;
  right: auto;
}

.nav-dropdown-link-arrow-holder-2 {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -19px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.main-navbar {
  z-index: 99;
  color: var(--text-color);
  background-color: #fff;
  height: 70px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-underline {
  background-color: #040000;
  width: 100%;
  height: 1px;
  margin-top: 2px;
  padding-top: 0;
}

.link-underline.nav-underline-left {
  background-color: var(--text-color);
  width: 100px;
  height: 1.5px;
  margin-top: 1.5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5px;
}

.link-underline.nav-underline-right {
  background-color: var(--text-color);
  width: 50px;
  height: 1.5px;
  margin-top: 1.5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5px;
  right: auto;
}

.scroll-link-parent-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: relative;
  top: 2rem;
}

.secondary-font.white-text-no-anim {
  color: #fff;
}

.white-nav-footer-link {
  color: #f6f8fa;
}

.white-nav-footer-link:hover {
  color: #fff;
}

.nav-dropdown-list-content-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(121, 121, 121, .4);
}

.main-cart-container {
  border-radius: 0;
  max-width: 520px;
}

.nav-main-link {
  z-index: 1;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.nav-main-link:hover {
  color: #000;
}

.nav-main-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-main-link.white-nav-link {
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-main-link.white-nav-link.w--current {
  font-weight: 500;
}

.nav-main-link.nav-link-dropdown {
  text-align: center;
  text-transform: none;
  padding-right: 30px;
  font-size: 16px;
}

.scroll-down-line-container {
  width: 13px;
  height: 100%;
  min-height: 30px;
  position: relative;
  overflow: hidden;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 35px 50px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  transition: color .35s, background-color .35s, border-color .35s;
  display: flex;
}

.button-2:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.hero-heading-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-line-main-holder {
  background-color: #e7edf7;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 44px rgba(0, 0, 0, .25);
}

.me-link {
  color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.me-link:hover {
  color: rgba(0, 0, 0, .8);
}

.brand-me {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.hero-picture-container {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-line {
  z-index: 7;
  color: #131313;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 130vw;
  height: 58px;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 0;
  left: -10vw;
  transform: translate(0, 51vh)rotate(-9deg);
}

.hero-line._2 {
  z-index: -1;
  justify-content: flex-end;
  transform: translate(0, 47vh)rotate(-19deg);
}

.hero-line._1 {
  transform: translate(0, 47vh)rotate(-9deg);
}

.hero-text-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-image-overlay {
  opacity: 1;
  background-color: rgba(19, 19, 19, .2);
  width: 160%;
  height: 160%;
  display: block;
  position: absolute;
  top: -30%;
  left: -30%;
}

.brand-pic {
  border-radius: 100px;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.hero-grid-text-content {
  z-index: 3;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-nevada {
  outline-offset: 0px;
  outline: 0 #fff;
  flex: 0 auto;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-nevada:hover {
  text-decoration: none;
}

.nev-profile-pic {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.link-text-anim-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.picture-circle {
  z-index: 1;
  background-image: radial-gradient(circle, #fafafa, #fff);
  border: 2px solid #070707;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.list-links-holder {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-line-dot {
  pointer-events: none;
  color: var(--primary);
  margin-left: 5px;
  margin-right: 5px;
}

.cursor-image-holder {
  border-radius: 100px;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.main-hero-text {
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  width: auto;
  font-family: Author Variable, sans-serif;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1;
  overflow: hidden;
}

.hero-text-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  perspective: 1000px;
  color: #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-text-content.hero-text-full-color {
  opacity: 0;
}

.hero-text-content.hero-text-transparent {
  color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.links-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.link-text {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.main-hero-description {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.cursor {
  z-index: 6;
  pointer-events: none;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  margin-left: -29px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero-line-text {
  pointer-events: none;
  text-transform: uppercase;
  font-family: Author Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.hero-picture-holder {
  z-index: 7;
  perspective: 214px;
  perspective-origin: 50%;
  cursor: pointer;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.home-section-hero {
  z-index: 1;
  background-image: linear-gradient(#fff 9%, #fafafa);
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.picture-click-me {
  color: #fff;
  text-align: center;
  font-family: Author Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
}

.picture-click-me.mobile {
  display: none;
}

.hero-text-word {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.brand {
  z-index: 2;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 0;
  padding: 3px;
  text-decoration: none;
  overflow: hidden;
}

.hero-line-parent-text-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 10000vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-line-parent-text-holder.hero-line-reverse {
  text-align: right;
  justify-content: flex-end;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cursor-holder {
  z-index: 2;
  background-color: rgba(0, 0, 0, .3);
  border-radius: 100px;
  margin-left: 0;
  padding: 2px;
  overflow: hidden;
}

.hero-line-text-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.hero-line-text-box {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-holder {
  width: 60px;
  height: 60px;
  display: inline-block;
  position: relative;
}

.i-follow-u {
  font-size: 16px;
  font-weight: 300;
}

.section-text-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000 50%);
  height: 200%;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, 100%);
}

.section-text-bg.hero-section-bg {
  z-index: 8;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fafafa 50%);
  transform: translate(0, 110vh);
}

.section-text-bg.text-bg-colored {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 50%);
}

.main-cart-footer {
  background-color: #fafafa;
  border-top-style: none;
  border-top-color: #a7b1b5;
  padding: 1em;
}

.nav-dropdown-list-3 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
}

.cart-quantity-no {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.nav-cart-button {
  outline-offset: 0px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.main-menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.main-menu-button:hover, .main-menu-button.w--open {
  background-color: rgba(0, 0, 0, .05);
}

.cart-subtotal-label-3 {
  font-size: 20px;
}

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

.cart-quantity-3 {
  color: #000;
  background-color: #fff;
  border-color: #a7b1b5;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity-3:hover {
  background-color: #f6f8fa;
}

.cart-quantity-3:focus {
  border-color: #122773;
}

.cart-icon {
  width: 20px;
}

.nav-main-link-holder {
  padding-right: 10px;
}

.main-nav-cart-holder {
  justify-content: flex-end;
  align-items: center;
  height: 38px;
  padding-left: 0;
  display: none;
}

.cart-header-content {
  border-bottom-style: none;
  border-bottom-color: #a7b1b5;
  padding: 1em;
}

.button-border {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 1000px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 35px 50px;
  font-size: 55px;
  font-weight: 400;
  line-height: 1;
  transition: color .35s, background-color .35s, border-color .35s;
  display: flex;
}

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

.button-border.small-button {
  padding: 15px 25px;
  font-size: 24px;
}

.remove-button-3 {
  color: #3b5266;
  font-size: 13px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.remove-button-3:hover {
  color: #fa4d50;
}

.footer-link-block {
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-link-block:hover {
  text-decoration: none;
}

.link-block {
  color: #000;
  flex: 0 auto;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.link-block:hover {
  text-decoration: none;
}

.footer-links-holder {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form {
  width: 100%;
}

.footer-flex-first {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-section {
  z-index: 1;
  color: #000;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
}

.footer-name {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #fff, #b6b6b6 53%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Author Variable, sans-serif;
  font-size: 30vh;
  font-weight: 500;
  line-height: 100%;
  display: flex;
  overflow: hidden;
}

.contact-form-block {
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.footer-template-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-message-content {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 100px;
  outline: 0 #fff;
  padding: 2rem;
  font-size: 50px;
}

.form-input {
  color: #000;
  background-color: #fbfbfb;
  border: 0 #000;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .2s;
}

.form-input:focus {
  border-bottom-color: #000;
}

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

.form-input.large {
  color: #000;
  background-color: rgba(0, 0, 0, .02);
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  height: auto;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 60px;
  transition: color .35s, background-color .35s, border-color .35s;
}

.form-input.large:hover {
  background-color: rgba(0, 0, 0, .04);
}

.form-input.large:focus {
  border-color: rgba(255, 255, 255, .1);
}

.form-input.large::placeholder {
  color: rgba(0, 0, 0, .2);
}

.form-input.large.textarea {
  border-radius: 50px;
  padding-top: 30px;
}

.powered-by {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-flex {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lets-talk-background {
  z-index: 0;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 1000px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
}

.form-input-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.lets-talk-text {
  z-index: 1;
  font-family: Author Variable, sans-serif;
  position: relative;
}

.footer-flex-container {
  color: rgba(0, 0, 0, .4);
  text-align: left;
  border-top: 1px solid #cecece;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 2em;
  padding-top: 2em;
  font-size: 18px;
  display: flex;
}

.dollar-input-symbol {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .15));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 30px;
}

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

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem 1em;
}

.write-email-container {
  width: 100%;
  overflow: hidden;
}

.error-message-content {
  text-align: left;
  background-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  margin-top: 1em;
  padding: 1rem;
  font-size: 20px;
}

.button-submit {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  padding: 30px 70px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s;
}

.button-submit:hover {
  background-color: rgba(0, 0, 0, .8);
  text-decoration: none;
}

.made-from-block-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5px;
  display: flex;
}

.link-text-holder {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lets-talk-link {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 220px;
  padding: 35px 140px;
  font-size: 130px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lets-talk-link:hover {
  color: #fff;
  text-decoration: none;
}

.section-instagram.instagram {
  min-height: 160vh;
  position: relative;
  overflow: hidden;
}

.lets-talk-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.footer-name-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 10000vw;
  display: flex;
}

.write-email-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.nevada-link-text {
  text-shadow: 0 29px #000;
}

.nevada-link-text.footer-link-text {
  text-shadow: 0 21px #000;
}

.footer-fullname {
  background-color: #000;
  height: 30vh;
  position: relative;
  overflow: hidden;
}

.dollar-input-symbol-holder {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-footer-rounded {
  background-color: #fff;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.project-image-container {
  z-index: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 48px 100px rgba(17, 12, 46, .15);
}

.project-details-holder {
  z-index: 1;
  width: 100%;
  padding-top: 35px;
  position: relative;
}

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

.project-grid-system {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-grid-system.other-project-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.content-2 {
  flex: none;
}

.project-grid-wrapper.other-project-grid-wrapper {
  margin-top: 3em;
}

.project-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.project-item:nth-child(2n) {
  padding-top: 780px;
}

.project-item:first-child {
  top: 0;
  left: 0;
}

.project-item:last-child {
  position: relative;
  top: 47px;
  left: 2em;
}

.project-item.other-project-item:nth-child(2n) {
  padding-top: 0;
}

.project-item.other-project-item:last-child {
  left: 0;
}

.project-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #e46f55;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-circle-hover-state {
  pointer-events: none;
  background-color: #aed5d4;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  display: block;
  position: absolute;
  transform: scale(0);
}

.project-item-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
}

.project-item-summary {
  opacity: .7;
  color: #000;
}

.sticky-horizontal-scroll {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  overflow: hidden;
}

.semi-bold {
  font-weight: 600;
}

.about-me-paragraph-holder {
  width: 70%;
}

.progress-bar-container {
  margin-bottom: 60px;
  position: relative;
}

.horizontal-scroll {
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-horizontal-scroll-container {
  align-items: flex-end;
  height: 300vh;
  display: flex;
}

.horizontal-scroller-content {
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.progress-bar {
  z-index: 1;
  background-color: #000;
  width: 70%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.about-me-cards-container {
  width: 70%;
}

.horizontal-scroll-holder {
  width: auto;
}

.progress-bar-background {
  background-color: #b3b3b3;
  width: 100%;
  height: 1px;
}

.horizontal-scroll-container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.projects-section {
  overflow: visible;
}

.service-item-title {
  text-transform: uppercase;
  margin-top: 0;
}

.hero-right-paragraph {
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-left: 100px;
  font-size: 20px;
}

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

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

.about-me-hero-image-container {
  align-items: center;
  width: 100%;
  height: 530px;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.instagram-bottom-gradient {
  opacity: .8;
  background-image: linear-gradient(to top, #000, #000 0%, #000 1%, #000 1%, rgba(0, 0, 0, 0) 101%);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.instagram-top-gradient {
  z-index: 0;
  opacity: .8;
  pointer-events: none;
  background-image: linear-gradient(#000, #000 0%, #000 1%, #000 1%, rgba(0, 0, 0, 0) 101%);
  height: 50%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.instagram-container {
  width: 100%;
  height: 100vh;
  margin-top: 20vh;
  position: absolute;
}

.insta-text-container {
  text-align: center;
  width: 100%;
  padding: 1em;
  position: relative;
}

.instagram-text {
  color: rgba(255, 255, 255, .5);
  font-size: 28px;
  font-weight: 500;
}

.instagram-image {
  max-width: 25vw;
  max-height: 300px;
}

.instagram-description {
  z-index: 1;
  pointer-events: none;
  text-align: center;
  background-color: rgba(0, 0, 0, .3);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta-content {
  perspective: 1000px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.insta-content._10 {
  top: -20%;
}

.insta-content._1 {
  top: 15%;
  left: -10%;
}

.insta-content._7 {
  top: -20%;
  left: -10%;
}

.insta-content._4 {
  top: 20%;
  left: 10%;
}

.insta-content._2 {
  top: 0%;
  bottom: 0;
  right: 0;
}

.instagram-grid-content {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-background {
  z-index: -1;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.white {
  pointer-events: auto;
  color: #fff;
}

.link-2 {
  flex: 0 auto;
  padding-bottom: 5px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-2:hover {
  text-decoration: none;
}

.instagram-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.service-box-content {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  display: grid;
}

.service-box-number {
  opacity: .5;
  background-color: #131111;
}

.service-box-image {
  width: 100%;
}

.service-box-item-image-holder {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 3em;
  display: flex;
  position: relative;
}

.service-box-item-image-holder.with-bottom-padding {
  padding-bottom: 2em;
}

.service-item-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  overflow: hidden;
}

.medium-text {
  color: #3b5266;
  font-size: 24px;
  font-weight: 400;
}

.white-text-with-no-animation {
  color: #fff;
}

.section-dark-bg {
  z-index: -3;
  background-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-detail {
  opacity: .7;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.big-text {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3;
}

.services-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-services {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.3fr;
}

.invert-footer {
  filter: invert();
}

.big-text-2 {
  color: #3d3d3d;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

.light-text {
  font-weight: 200;
}

.main-service-section {
  position: relative;
  overflow: hidden;
}

.insights-hero-image-container {
  align-items: center;
  width: 100%;
  height: 310px;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.shop-hero-image-container {
  align-items: center;
  width: 100%;
  height: 370px;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.blog-description-text {
  color: rgba(5, 40, 37, .5);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: var(--text-color);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-full:hover {
  color: #000;
}

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

.blog-image.hovered-finished {
  object-fit: cover;
  height: 0%;
  position: absolute;
}

.blog-image.hovered {
  filter: invert();
  object-fit: cover;
  height: 0%;
  position: absolute;
}

.read-more-text {
  font-size: 21px;
  font-weight: 500;
}

.line-bellow {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
}

.blog-title {
  max-width: 90%;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.blog-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item-holder {
  padding-bottom: 20px;
  display: inline-block;
}

.blog-item-holder:nth-child(odd) {
  position: relative;
}

.blog-item-holder:nth-child(2n) {
  padding-top: 140px;
  position: relative;
}

.post-hero-image-container {
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

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

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

.project-detail-summary {
  font-size: 34px;
  line-height: 1.2;
}

.project-detail-title {
  margin-bottom: 0;
  line-height: 1.2;
}

.project-detail-list-heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.project-details-container {
  border: 1px #000;
  border-bottom: 1px solid #cecece;
  margin-top: 110px;
  margin-bottom: 30px;
  padding-bottom: 70px;
}

.project-main-image-container {
  width: 100%;
  margin-top: 60px;
}

._24px {
  font-size: 24px;
  line-height: 1.2;
}

.shop-product-item {
  padding-top: 40px;
  padding-bottom: 52px;
  display: inline-block;
}

.shop-product-item:nth-child(odd) {
  position: relative;
}

.shop-product-item:nth-child(2n) {
  padding-top: 180px;
  position: relative;
}

.product-thumbnail-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.product-thumbnail-hover {
  justify-content: center;
  width: 100%;
  height: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.product-item-price {
  font-size: 36px;
  font-weight: 600;
}

.product-info-holder {
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.product-item-add-to-cart {
  color: #1d423e;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  text-decoration: underline;
  transition: color .55s;
}

.product-item-add-to-cart:hover {
  color: #5eccbe;
  text-decoration: underline;
}

.shop-item-grid {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.product-thumbnail.hover {
  position: absolute;
}

.product-item-title-content {
  grid-column-gap: 6px;
  text-transform: uppercase;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  display: flex;
}

.hero-text-demo {
  margin-top: 0;
  font-size: 80px;
}

.list {
  color: var(--light-grey);
}

.list-text {
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.heading {
  color: #fff;
  border-bottom: 1px solid #000;
  margin-top: 80px;
}

.heading.h5 {
  opacity: .7;
  margin-top: 40px;
  font-weight: 400;
}

.paragraph {
  color: var(--light-grey);
}

@media screen and (min-width: 1280px) {
  .scroll-link-parent-holder {
    display: flex;
  }

  .container-5 {
    max-width: 1280px;
  }
}

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

  .button.no-margins {
    margin-bottom: 0;
  }

  .template-cards-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .template-footer-button-holder {
    max-width: 380px;
  }

  .demo-container {
    justify-content: center;
    align-items: flex-start;
    width: 170vw;
  }

  .template-card-holder {
    min-height: 27vw;
    padding: .5%;
  }

  .demo-blur-bg-effect {
    filter: blur(70px);
  }

  .white-text-paragraph-holder {
    width: 260px;
  }

  .open-cource-image {
    top: 30%;
    right: -6%;
  }

  .open-cource-image.top-image {
    width: 80%;
  }

  .container-5 {
    max-width: 1440px;
  }

  .instagram-bottom-gradient {
    z-index: 0;
  }

  .instagram-description {
    z-index: 1;
  }

  .blog-title {
    max-width: 80%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom: 1px solid var(--light-grey);
    background-color: #fff;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

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

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-23 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .link-background.link-bg-on-dark {
    display: none;
  }

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

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

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

  .cart {
    z-index: 1;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 440px;
  }

  .feature-box {
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 2em;
  }

  .template-more-things-grid, .demo-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .template-included-image-holder {
    height: auto;
  }

  .grid-what-is-included {
    grid-template-columns: 1fr;
  }

  .text-paragraph-holder {
    height: auto;
  }

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

  .white-text-paragraph-holder {
    width: 300px;
  }

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .animation-5-content {
    grid-column-gap: 10px;
  }

  .animation-4-text-parent {
    font-size: 11vw;
  }

  .animation-6-parent {
    font-size: 13vw;
  }

  .project-item_old {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    top: 10px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav-link-circle {
    display: none;
  }

  .nav-dropdown-link-arrow-2 {
    width: 18px;
    height: 18px;
  }

  .nav-left-items {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .link-background-black-transparent.link-bg-on-dark {
    display: none;
  }

  .nav-link-with-underline {
    text-align: left;
    margin-left: 0;
    padding-bottom: 5px;
    padding-left: 0;
    display: block;
  }

  .nav-link-with-underline.w--current {
    font-weight: 500;
  }

  .main-nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-image: linear-gradient(#fff, #fafafa);
    border-bottom: 1px solid #a7b1b5;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding: 90px 2em 2em;
    position: fixed;
    top: 0;
    overflow: scroll;
  }

  .nav-dropdown-link-arrow-holder-2 {
    height: 20px;
    bottom: -16px;
  }

  .link-underline {
    display: none;
  }

  .scroll-link-parent-holder {
    margin-top: 0;
    display: flex;
  }

  .nav-main-link.nav-link-dropdown {
    text-transform: none;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 5px;
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 16px;
  }

  .hero-heading-holder {
    margin-top: 60px;
  }

  .hero-grid-text-content {
    padding-bottom: 60px;
  }

  .cursor {
    display: none;
  }

  .picture-click-me.mobile {
    display: block;
  }

  .picture-click-me.desktop {
    display: none;
  }

  .nav-dropdown-list-3 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list-3.w--open {
    margin-bottom: 10px;
  }

  .main-menu-button {
    z-index: 1;
    opacity: .8;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .35s;
    display: flex;
  }

  .main-menu-button.w--open {
    opacity: 1;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 10px;
  }

  .nav-main-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .main-nav-cart-holder {
    z-index: 3;
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .footer-flex-first {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-name {
    font-size: 40vw;
  }

  .success-message-content {
    font-size: 40px;
  }

  .lets-talk-background {
    display: none;
  }

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

  .lets-talk-link {
    height: 170px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 90px;
  }

  .lets-talk-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .write-email-content {
    text-align: center;
  }

  .project-grid-system {
    flex-direction: column;
    display: flex;
  }

  .project-link {
    padding: 76px;
  }

  .project-item:nth-child(2n) {
    padding-top: 0;
  }

  .project-item:last-child {
    position: static;
    top: 0;
    left: 0;
  }

  .project-circle-hover-state {
    display: none;
  }

  .horizontal-scroll {
    align-items: flex-start;
  }

  .about-me-cards-container {
    width: 100%;
  }

  .projects-section {
    overflow: hidden;
  }

  .hero-right-paragraph {
    padding: 0;
  }

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

  .about-me-hero-image-container {
    height: 450px;
  }

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

  .instagram-container {
    height: auto;
    position: relative;
  }

  .insta-text-container {
    text-align: left;
  }

  .instagram-image {
    width: auto;
    max-width: 130%;
    max-height: none;
  }

  .insta-content._10 {
    top: 0%;
  }

  .insta-content._1, .insta-content._7, .insta-content._4 {
    top: 0%;
    left: 0%;
  }

  .instagram-grid-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
  }

  .instagram-grid-content.vertical-top {
    justify-content: flex-start;
  }

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

  .big-text, .big-text-2 {
    font-size: 50px;
  }

  .blog-title {
    max-width: 100%;
  }

  .blog-item-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-item-holder:nth-child(2n) {
    padding-top: 0;
  }

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

  .shop-product-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-product-item:nth-child(2n) {
    padding-top: 0;
  }

  .shop-item-grid {
    grid-row-gap: 30px;
    column-count: 1;
    flex-direction: column;
    display: flex;
  }

  .hero-text-demo {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

  .template-footer-heading {
    max-width: 350px;
  }

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .hero-description-holder {
    margin-top: 2em;
  }

  .small-thumbnail-image {
    padding-top: 60%;
  }

  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

  .accordion-title {
    font-size: 24px;
  }

  .animation-5-text {
    margin-top: 0;
  }

  .project-item_old {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .main-nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .button-2 {
    padding: 20px 40px;
    font-size: 30px;
  }

  .hero-heading-holder {
    align-items: center;
  }

  .hero-line {
    height: 34px;
    font-size: 20px;
    line-height: 1;
  }

  .hero-text-container {
    top: -50px;
  }

  .hero-grid-text-content {
    padding-bottom: 40px;
  }

  .main-hero-text {
    -webkit-text-stroke-width: 2px;
    margin-top: 0;
    font-size: 30vw;
  }

  .hero-text-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 0em;
    flex-direction: column;
    align-items: center;
  }

  .links-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .hero-picture-holder {
    width: 40vw;
    height: 40vw;
  }

  .brand, .cursor-holder {
    z-index: 2;
    position: relative;
  }

  .button-border {
    padding: 20px 40px;
    font-size: 30px;
  }

  .link-block {
    font-size: 20px;
  }

  .footer-links-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .footer-flex-first {
    margin-bottom: 1em;
  }

  .footer-section {
    font-size: 20px;
  }

  .footer-name {
    margin-top: 0;
  }

  .form-input.large {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
    font-weight: 500;
  }

  .form-input.large.textarea {
    border-radius: 40px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .lets-talk-link {
    height: 140px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 70px;
  }

  .project-link {
    padding: 37px 0;
  }

  .about-me-paragraph-holder, .about-me-paragraph-holder._01 {
    width: 100%;
  }

  .about-me-cards-container {
    width: 100%;
    padding-right: 20px;
  }

  .about-me-hero-image-container {
    height: 300px;
  }

  .instagram-container {
    margin-top: 0;
  }

  .services-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .service-detail {
    font-size: 20px;
  }

  .services-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid-services {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

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

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

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

  .hero-text-demo {
    font-size: 56px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .hero-section {
    min-height: 80vh;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

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

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    margin-bottom: 0;
    font-size: 50px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

  .aa-font {
    font-size: 80px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .hero-content {
    align-items: flex-start;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

  .heading-title-holding {
    padding-bottom: 1em;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-quantity {
    width: 60px;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .explore-more-grid {
    grid-template-columns: 1fr;
  }

  .small-content {
    padding-bottom: 2em;
  }

  .large-white-text {
    font-size: 30px;
  }

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

  .text-gray-paragraph-holder-2 {
    padding-right: 20px;
  }

  .template-more-things-grid {
    grid-template-columns: 1fr;
  }

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

  .demo-pages-grid {
    grid-template-columns: 1fr;
  }

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

  .hero-description-holder {
    margin-top: 1em;
  }

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.dark-gray {
    padding-top: 150px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .open-cource-image.top-image {
    width: 100%;
    max-height: 210px;
  }

  .hero-link {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

  .notification-banner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .style-guide-box-holder {
    padding: 1em;
  }

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

  .footer-top-links-6col-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

  .pricing-cell-check-icon {
    width: 20px;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 30px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .animation-5-content {
    grid-column-gap: 7px;
  }

  .main-cart-list {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .nav-dropdown-list-content-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .main-cart-container {
    border-radius: 0;
  }

  .nav-main-link.white-nav-link {
    padding-right: 0;
  }

  .hero-heading-holder {
    margin-top: 20px;
  }

  .hero-line._2 {
    transform: translate(0, 39vh)rotate(-19deg);
  }

  .hero-grid-text-content {
    padding-bottom: 25px;
  }

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

  .list-links-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .main-hero-text {
    -webkit-text-stroke-width: 2px;
  }

  .links-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-hero-description {
    margin-top: 60px;
    font-size: 18px;
  }

  .hero-picture-holder {
    width: 60vw;
    height: 60vw;
  }

  .home-section-hero {
    padding-top: 70px;
  }

  .picture-click-me {
    font-size: 28px;
  }

  .nav-dropdown-list-3 {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.w--open {
    margin-bottom: 10px;
  }

  .main-nav-cart-holder {
    padding-right: 10px;
  }

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

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

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

  .footer-template-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .success-message-content {
    padding: 1rem;
    font-size: 25px;
  }

  .form-input {
    width: 100%;
  }

  .form-input.large {
    border-bottom-width: 2px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 35px;
  }

  .form-input.large.textarea {
    border-radius: 30px;
    padding-top: 25px;
  }

  .footer-links-flex {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .dollar-input-symbol {
    font-size: 30px;
  }

  .button-submit {
    padding: 20px 60px;
    font-size: 50px;
  }

  .lets-talk-link {
    height: 110px;
    padding: 20px 50px;
    font-size: 40px;
  }

  .lets-talk-holder {
    padding: 0;
  }

  .footer-fullname {
    height: 50vw;
  }

  .section-footer-rounded {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .project-details-holder {
    padding-top: 1em;
  }

  .project-grid-system.other-project-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-grid-wrapper {
    padding-bottom: 0;
  }

  .horizontal-scroll {
    align-items: flex-start;
  }

  .horizontal-scroller-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .about-me-cards-container {
    padding-right: 28px;
  }

  .hero-right-paragraph {
    font-size: 18px;
  }

  .grid-6-col-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .about-me-hero-image-container {
    height: 300px;
  }

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

  .instagram-container {
    overflow: hidden;
  }

  .instagram-text {
    font-size: 24px;
    font-weight: 400;
  }

  .instagram-grid-content {
    overflow: hidden;
  }

  .instagram-heading {
    font-size: 30px;
  }

  .service-box-image {
    top: 0;
    left: auto;
    right: auto;
  }

  .service-box-item-image-holder {
    margin-top: 2em;
  }

  .medium-text {
    font-size: 18px;
  }

  .big-text {
    font-size: 30px;
  }

  .services-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .big-text-2 {
    font-size: 30px;
  }

  .blog-description-text {
    font-size: 17px;
  }

  .project-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .project-detail-list-heading {
    margin-bottom: 5px;
  }

  .project-details-container {
    margin-top: 41px;
  }

  .product-item-price {
    color: #000;
    font-size: 24px;
  }

  .shop-item-grid {
    grid-row-gap: 100px;
  }

  .shop-list-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-item-title-content {
    grid-row-gap: 6px;
    flex-wrap: wrap;
  }

  .hero-text-demo {
    font-size: 40px;
  }

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

#w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb49ffa-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb49ffb-0a144c54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb4a008-0a144c54 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_2b01f414-5083-f684-1ff0-166d4762c6b6-f3dff67f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b01f414-5083-f684-1ff0-166d4762c6b9-f3dff67f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-c85ae9f8-d9a1-2d41-ec95-06fec1722c77-f3dff67f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef16cf52-4bfb-078c-c185-3694893e477d-f3dff68a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ef16cf52-4bfb-078c-c185-3694893e4780-f3dff68a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_8783e480-e191-a566-2b33-58142c6c24a4-f3dff68b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8783e480-e191-a566-2b33-58142c6c24a7-f3dff68b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-f3dff68b, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-f3dff68c, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-f3dff68c, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-f3dff68c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a7d-f3dff68d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a7e-f3dff68d, #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a83-f3dff68d, #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a88-f3dff68d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a92-f3dff68d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e9f7c339-034a-7477-9c34-b41df3f03de6-f3dff692 {
  align-self: end;
  justify-self: end;
}

#w-node-e9f7c339-034a-7477-9c34-b41df3f03e97-f3dff692 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e9f7c339-034a-7477-9c34-b41df3f03ea8-f3dff692 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-f3dff695, #w-node-b1078083-528c-8a78-9451-10023c5ce546-f3dff695, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-f3dff695, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-f3dff695, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-f3dff695, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-f3dff695 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-f3dff6d7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-f3dff6d7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-f3dff6d7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-f3dff6d7, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-f3dff6d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b01f414-5083-f684-1ff0-166d4762c6b6-f3dff6da {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2b01f414-5083-f684-1ff0-166d4762c6b9-f3dff6da {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb49ffb-0a144c54 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb4a008-0a144c54 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a7d-f3dff68d {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a92-f3dff68d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-e9f7c339-034a-7477-9c34-b41df3f03e97-f3dff692 {
    grid-column: span 4 / span 4;
  }

  #w-node-e9f7c339-034a-7477-9c34-b41df3f03ea8-f3dff692 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0603c1d5-6ca0-19ac-defc-b1fdabb49ffb-0a144c54 {
    grid-column: span 2 / span 2;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a7d-f3dff68d {
    grid-column: span 4 / span 4;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a92-f3dff68d {
    grid-column-end: 5;
  }

  #w-node-e9f7c339-034a-7477-9c34-b41df3f03e97-f3dff692 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b01f414-5083-f684-1ff0-166d4762c6b6-f3dff67f, #w-node-_2b01f414-5083-f684-1ff0-166d4762c6b9-f3dff67f, #w-node-ef16cf52-4bfb-078c-c185-3694893e477d-f3dff68a, #w-node-ef16cf52-4bfb-078c-c185-3694893e4780-f3dff68a, #w-node-_8783e480-e191-a566-2b33-58142c6c24a4-f3dff68b, #w-node-_8783e480-e191-a566-2b33-58142c6c24a7-f3dff68b {
    grid-column: span 1 / span 1;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a7d-f3dff68d {
    grid-column: span 2 / span 2;
  }

  #w-node-d9068809-76d5-51e2-d0f5-9a6ab4710a92-f3dff68d {
    grid-column-end: 3;
  }

  #w-node-_2b01f414-5083-f684-1ff0-166d4762c6b6-f3dff6da, #w-node-_2b01f414-5083-f684-1ff0-166d4762c6b9-f3dff6da {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Author Variable';
  src: url('../fonts/Author-Variable.woff2') format('woff2'), url('../fonts/Author-Variable.eot') format('embedded-opentype'), url('../fonts/Author-Variable.woff') format('woff'), url('../fonts/Author-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Author';
  src: url('../fonts/Author-VariableItalic.woff2') format('woff2'), url('../fonts/Author-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Author-VariableItalic.woff') format('woff'), url('../fonts/Author-VariableItalic.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'), url('../fonts/ClashGrotesk-Variable.eot') format('embedded-opentype'), url('../fonts/ClashGrotesk-Variable.woff') format('woff'), url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}