:root {
  --text-gradient-01: #f5f5f8;
  --gradient-text-02: #bbbbbd;
  --black: #161b22;
  --dark-blue: #13171d;
}

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-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-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  color: #fff;
  background-color: #000;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.5;
}

h2 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.5;
}

h3 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.5;
}

h4 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  background-image: linear-gradient(to top, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: #81859f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: #b4bcd0;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: #969696;
}

ul {
  font-size: 18px;
  font-weight: 500;
}

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

li {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

blockquote {
  text-shadow: 1px 1px 10px #ffffff69;
  border-left: 5px #e2e2e2;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

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

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

.container.nav-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.container.wide-container {
  max-width: 1370px;
}

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

.nav-menu-container {
  -webkit-backdrop-filter: blur(34px);
  backdrop-filter: blur(34px);
  background-color: #212121cc;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 14px 20px #00000036;
}

.navbar {
  z-index: 20;
  background-color: #0000;
  height: 70px;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  align-items: center;
  height: 100%;
  font-weight: 600;
  display: flex;
}

.white-text {
  color: #fff;
}

.top-margin-l {
  margin-top: 3em;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, box-shadow .5s;
}

.button:hover {
  color: #000;
  background-color: #f5f5f5;
  box-shadow: 0 0 13px #ffffff61;
}

.button.big {
  padding: 20px 40px;
}

.button.navbar-button {
  padding: 7px 16px;
  font-size: 14px;
}

.button.from {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  right: 3px;
}

.button.add-to-cart {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.grid-6-col {
  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;
}

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

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

.utility-page-form {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.link-block:hover {
  color: #a8a8a8;
}

.link-block.animation-01, .link-block.animation-02, .link-block.animation-03, .link-block.animation-04 {
  overflow: hidden;
}

.link-block.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.link-block-underline._02, .link-block-underline._01 {
  height: 1px;
}

.link-block-underline._01._2px {
  height: 2px;
}

.footer {
  color: #000;
  background-color: #fff;
  align-items: flex-start;
  padding: 1em 0;
  line-height: 1.2;
}

.footer-image {
  object-position: 0% 50%;
  width: 100%;
}

.fade-in-move-on-scroll {
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  width: auto;
}

.nav-link {
  grid-column-gap: 6px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.grey-text {
  color: #b4b4b4;
}

.text-field-form {
  color: #fff;
  background-color: #0d0d1880;
  border: 1px solid #fcfcfc33;
  border-radius: 160px;
  width: 460px;
  height: 50px;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 26px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: transform .4s, border-color .4s;
}

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

.text-field-form::placeholder {
  color: #a3a4bf;
}

.instructions-image {
  border-radius: 12px;
  width: 100%;
}

.change-log-container {
  grid-column-gap: 60px;
  border: 2px solid #b8b8b8;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
}

.menu-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

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

.style-guide-title-holder {
  flex-direction: column;
}

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

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

.success-message {
  color: #000;
  letter-spacing: 0;
  background-color: #111;
  background-image: linear-gradient(to right, #efb7ae 13%, #d9d8e8 78%);
  border-radius: 6px;
  padding: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 0 30px #0000001a;
}

.headings-holder {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

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

.link-block-2:hover {
  color: #fff;
}

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

.link-block-2.animation-05 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.x-icon {
  width: 14px;
}

.x-icon.invert {
  filter: invert(63%);
}

.content {
  grid-column-gap: 16px;
  align-items: center;
}

.right-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.aa-font {
  font-size: 130px;
}

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

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

.style-guide-gray-background {
  background-color: var(--black);
}

.style-guide-gray-background.big-margins {
  margin-top: 90px;
  margin-bottom: 90px;
}

.style-guide-x-button {
  background-color: #141b22;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  transition: background-color .4s;
  display: flex;
  position: fixed;
  inset: .3em 2em auto auto;
}

.style-guide-x-button:hover {
  background-color: var(--black);
}

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

.submit-button-arrow {
  color: #030303;
  background-color: #d9d9d9;
  border-radius: 0 8px 8px 0;
  height: 100%;
  padding: 0 21px;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  inset: auto 0% 0% auto;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #161b22;
  justify-content: space-between;
  margin-top: 30px;
  padding: 45px 70px;
  display: flex;
}

.style-guide-main-panel {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px;
  display: flex;
}

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

.style-guide-home-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.style-guide-home-text.hide-mobile {
  display: block;
}

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

.h6-fixed {
  font-size: 24px;
}

.h6-fixed.bold-text {
  font-weight: 700;
}

.h6-fixed.light-text {
  font-weight: 100;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
}

.subscribe-form {
  position: relative;
}

.sg---color-black {
  background-color: #111;
  width: 235px;
  height: 150px;
}

.paragraph-m {
  font-size: 18px;
  line-height: 1.8;
}

.style-guide-panel-title {
  color: #b3b3b3;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.style-guide-container {
  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;
}

.style-guide-navbar-link {
  flex-direction: column;
  align-items: flex-start;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.borders-2 {
  opacity: .58;
  color: #fff;
  border: 1px solid #b9b9b9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.borders-2.center {
  height: 100px;
}

.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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.style-guide-small-title {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
}

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

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

.style-guide-navbar {
  z-index: 30;
  color: #fff;
  background-color: #151b22;
  border-bottom: 1px solid #151b22;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: sticky;
  top: 0;
}

.style-guide-tab-holder {
  color: #fff;
  border-radius: 5px;
  width: 120%;
  margin-left: -25px;
  padding: 11px 25px 11px 49px;
  font-size: 16px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

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

.subscribe-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 30px 109px 30px 17px;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .4s;
}

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

.subscribe-field-text::placeholder {
  color: #b9b9b9;
}

.contact-field-text {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #595959;
  border-radius: 0;
  flex: 1;
  height: 60px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 400;
  transition: border-color .375s;
  display: inline-block;
}

.contact-field-text:hover {
  border-bottom-color: #fff;
}

.contact-field-text:focus {
  border-bottom-color: #ffd660;
}

.contact-field-text::placeholder {
  color: #595959;
  font-weight: 300;
}

.link-underline-holder {
  height: 2px;
  position: relative;
}

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

.style-guide-left-panel-holder {
  background-color: #151b22;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.left-underline {
  background-color: #aaa;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #9433d3, #9433d3 35%, #5833f5 72%, #5833f5);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 22vw;
  font-weight: 800;
  line-height: 1.2;
}

.hero-text._02 {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 6%, #c6caf6 61%, #dad9e9 72%);
}

.gradient-button-holder {
  position: relative;
}

.gradient-button {
  filter: blur(20px);
  background-image: linear-gradient(to right, #ffbbae, #c6caf6 73%, #958feb);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.gradient-white-button {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.nav-link-holder {
  opacity: 1;
  color: #81859f;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: opacity .2s, color .35s;
  display: flex;
}

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

.nav-link-holder.w--current {
  color: #fff;
  text-shadow: 0 0 4px #ffffff40;
  background-color: #ffffff1a;
}

.nav-button-holder {
  display: flex;
}

.nav-button-holder.nav-button-on-mobile {
  display: none;
}

.brand {
  width: 64px;
  min-width: 64px;
}

.brand-image {
  width: 100%;
}

.nav-link-active-holder {
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-active-holder.none {
  opacity: 0;
}

.cricle-active-holder {
  filter: blur(40px);
  background-image: linear-gradient(#eec5bd, #c6caf6 64%, #dad9e9);
  border-radius: 200px;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
  top: 27.8984px;
}

.cricle-active-holder.w--current {
  opacity: .5;
  filter: blur(17px);
  width: 50px;
  height: 50px;
  display: flex;
  top: 11.8984px;
}

.hero-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-sticky-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-text-holder {
  grid-column-gap: 60px;
  perspective: 1000px;
  white-space: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
}

.hero-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.hero-section-text-holder {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 130vh;
  display: flex;
}

.iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  display: flex;
  position: relative;
  top: 6%;
}

.iphone-screen {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4.1% 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.iphone-image {
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-section-sticky {
  width: 100%;
  position: sticky;
  top: 50%;
}

.hero-section-paragraph-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 240px;
  display: flex;
}

.iphone-screen-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.iphone-screen-image.card {
  border-radius: 20px;
}

.iphone-screen-image.mobile {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.iphone-drop-shadow {
  filter: blur(64px);
  background-color: #000;
  width: 120%;
  height: 70%;
  position: absolute;
}

.iphone-drop-shadow.low {
  opacity: .37;
  filter: blur(18px);
  width: 100%;
}

.from-holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form-block {
  margin-bottom: 0;
}

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

.logo-grid-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.logo-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.logo-small-container {
  height: 27px;
}

.logo-small {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.title-holder {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 910px;
  display: flex;
}

.title {
  color: #d3f0ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
}

.title.smaller {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1.2;
}

.experience-section {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.experience-cards-holder {
  perspective: 1000px;
  margin-top: 90px;
}

.experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.experience-card {
  z-index: 5;
  background-color: #30363d;
  border-radius: 26px;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-card-content {
  z-index: 5;
  opacity: 1;
  background-color: #0f122b;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 1px;
  display: flex;
  position: relative;
}

.experience-card-content.mobile {
  z-index: 6;
  flex-direction: row;
}

.experience-card-image-holder {
  width: 100%;
  position: relative;
}

.experience-card-image-holder._02 {
  height: 280px;
}

.experience-card-image-holder.smaller {
  height: 250px;
}

.experience-card-image {
  width: 100%;
}

.experience-card-text-holder {
  grid-row-gap: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.experience-card-text-holder.padding {
  padding-left: 22px;
  padding-right: 22px;
}

.experience-card-text-holder._02 {
  padding-left: 24px;
  padding-right: 24px;
}

.card-title {
  background-image: linear-gradient(to bottom, var(--text-gradient-01), var(--gradient-text-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
}

.experience-paragraph-holder {
  max-width: 510px;
  display: block;
  position: static;
}

.experience-paragraph-holder._02 {
  max-width: 280px;
}

.experience-gradient {
  background-image: linear-gradient(#151b2200, #151b22);
  height: 70px;
  position: absolute;
  inset: auto 0% -3%;
}

.effortlessly-integration-section {
  background-color: #0f122b;
  overflow: hidden;
}

.effortlessly-integration-container {
  padding-top: 120px;
}

.effortlessly-integration-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-holder-effortlessly-integration {
  z-index: 2;
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
  position: absolute;
  top: 180px;
}

.iphone-holder-effortlessly-integration {
  z-index: 3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.effortlessly-integration---iphone-holder {
  z-index: 1;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 430px;
  display: flex;
  position: relative;
  top: 6%;
}

.logo-holder {
  perspective: 1000px;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  display: flex;
  position: relative;
}

.logo-holder.s-size {
  border-radius: 24px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
}

.logo-image {
  z-index: 2;
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.logo-image.blured {
  z-index: 1;
  filter: blur(20px);
}

.logo-image.s-size {
  border-radius: 24px;
}

.workflow-section {
  z-index: 4;
  grid-row-gap: 6px;
  text-align: center;
  background-color: #0f122b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -364px;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  position: relative;
}

.light-holder {
  opacity: .23;
  filter: blur(90px);
  background-image: linear-gradient(to right, #eec5bd, #c6caf6 46%, #dad9e9);
  width: 70%;
  height: 270px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

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

.trusted-white-overlay {
  opacity: .02;
  background-image: linear-gradient(#000, #0000);
  width: 48vw;
  height: 10em;
  position: sticky;
  inset: 0 0% auto;
}

.trusted-white-overlay.bottom {
  background-image: linear-gradient(to top, #000, #0000 58%);
  height: 20vh;
  top: 80vh;
}

.trusted-item {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20vh;
  display: flex;
}

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

.trusted-item-header {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.trusted-overlay-container {
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.trusted-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.trusted-content.trusted-list {
  padding-top: 70vh;
}

.trusted-no {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(128deg, #eec5bd, #f3b1a5 26%, #c6caf6 74%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: -14px;
  margin-right: 10px;
  font-size: 75px;
  font-weight: 800;
}

.download-badge-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.download-badge-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.download-badge-button {
  width: 242px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.download-badge-button:hover {
  transform: scale(1.1);
}

.download-badge-button.small {
  width: 190px;
}

.dark-and-light-mode-holder {
  background-color: #000;
  width: 100%;
  height: 250vh;
}

.dark-and-light-mode-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.dark-and-light-mode-sticky {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.dark-mode-holder {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-mode-hand-holder {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  margin: 80px 0 0;
  display: flex;
  position: relative;
  inset: 0;
}

.dark-mode-hand {
  z-index: 1;
  width: 400px;
  position: relative;
}

.dark-mode-app-holder {
  padding: 2.6% 26% 26.2% 16%;
  position: absolute;
  inset: 0%;
}

.dark-mode-app {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.white-mode-holder {
  z-index: 1;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.center-iphone {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.cards-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.black-text {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #1b1b1cd9);
  -webkit-background-clip: text;
  background-clip: text;
}

.cards-grid-holder {
  padding-top: 70px;
}

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

.card-background {
  background-color: #f5f5f8;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.card-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 530px;
  display: flex;
  position: relative;
}

.card-container._02 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.card-image-holder {
  width: 100%;
}

.card-image-holder._02 {
  width: auto;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-image {
  width: 100%;
  height: 100%;
}

.card-text-holder {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.card-text-holder._02 {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  padding: 46px 46px 46px 38px;
}

.card-text-holder.small {
  padding-left: 13px;
  padding-right: 13px;
}

.two-cards-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-logo-holder {
  perspective: 1000px;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 288px;
  min-height: 288px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-logo-container {
  z-index: 1;
  background-color: #fff;
  border-radius: 41px;
  justify-content: center;
  align-items: center;
  width: 155px;
  height: 155px;
  display: flex;
  position: relative;
}

.card-bg-image-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-logo {
  width: 66px;
}

.card-iphone-holder {
  width: 100%;
  margin-top: -190px;
  position: relative;
  top: 190px;
}

.iphone-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  display: flex;
  position: relative;
  left: 24px;
}

.cards-second-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.simple-card-image {
  width: 100%;
}

.social-media-link {
  opacity: 1;
  transition: opacity .2s, color .2s;
}

.social-media-link:hover {
  opacity: .7;
}

.footer-list-item {
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 0;
  padding-right: 1em;
}

.social-media-content {
  grid-column-gap: 1em;
  flex-direction: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.line {
  background-color: #35373d;
  width: 80%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.hero-text-blur {
  opacity: .64;
  filter: blur(120px);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #eec5bd, #f3b1a5 35%, #c6caf6 72%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16vw;
  font-weight: 800;
  line-height: 1.2;
  position: absolute;
}

.card-logo-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 45px;
  display: flex;
  position: relative;
}

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

.licensing-grid.feather-icon {
  justify-content: space-around;
  display: flex;
}

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

.feather-icon-holder {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.logo-to-use-image {
  height: 100%;
}

.licensing-icon {
  filter: invert();
}

.licensing-cards-wrapper {
  grid-row-gap: 45px;
  background-color: #151b22;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
}

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

.logo-to-use-holder {
  height: 24px;
}

.licensing-cards {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.licensing-title {
  font-size: 24px;
  font-weight: 500;
}

.feather-icon {
  width: 100%;
}

.licensing-cards-container {
  background-color: #000;
  margin-top: 50px;
  padding-top: 69px;
  padding-bottom: 69px;
}

.licensing-image-holder {
  width: 100%;
}

.licensing-link-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  transition-property: opacity;
  display: flex;
}

.licensing-link-holder:hover {
  opacity: .7;
}

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

.hide {
  display: none;
}

.experience-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  display: flex;
}

.experience-wrapper:hover {
  color: #fff;
}

.light-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.light {
  opacity: 1;
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.light-inside {
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.light-wrapper-in-front {
  z-index: 6;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.light-outside {
  opacity: .1;
  filter: blur(70px);
  background-color: #fff;
  width: 200px;
  height: 200px;
}

.error-message {
  text-align: center;
  background-color: #ff3939;
  border-radius: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
}

.buy-template-guide {
  z-index: 20;
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.buy-template-guide:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  box-shadow: 0 6px 20px #0000003b;
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

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

.buy-this-template-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

.features-hero-holder {
  margin-top: 60px;
  margin-bottom: 200px;
}

.features-hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.features-hero-content-holder {
  grid-row-gap: 50px;
  perspective: 1500px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-hero {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
}

.features-hero-text-holder {
  transform: perspective(1500px);
}

.features-phone-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.features-phone-container {
  z-index: 1;
  width: 250px;
  position: relative;
}

.features-phone {
  z-index: 1;
  width: 100%;
  position: relative;
}

.features-screenshot-holder {
  padding: .8em;
  position: absolute;
  inset: 0%;
}

.features-screenshot {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.features-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(48deg, #000 22%, #fff0 52%), linear-gradient(270deg, #eec5bd, #f3b1a5 39%, #c6caf6 78%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 28.9em;
  font-weight: 800;
  position: absolute;
  inset: -34% auto auto -4%;
}

.features-number._2 {
  background-image: linear-gradient(90deg, #000 36%, #fff0 65%), linear-gradient(90deg, #9433d3, #943ed3 39%, #4893ff 78%, #4893ff);
  inset: -12% -8% auto auto;
}

.features-number._3 {
  z-index: 1;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 100% 100%, #000 33%, #fff0 56%), linear-gradient(270deg, #9433d3, #9433d3 39%, #4893ff 78%, #4893ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  inset: auto auto -27% -5%;
}

.features-number._4 {
  z-index: -1;
  background-image: linear-gradient(#000 32%, #fff0 59%), linear-gradient(270deg, #9433d3, #9433d3 39%, #4893ff 78%, #4893ff);
  inset: auto -8% -47% auto;
}

.features-number._1 {
  background-image: linear-gradient(48deg, #000 22%, #fff0 52%), linear-gradient(270deg, #9433d3, #9433d3 39%, #4893ff 78%, #4893ff);
}

.company-number-facts-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 100px;
  overflow: hidden;
}

.company-number-facts-container {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-number-facts-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.your-needs-section-holder {
  grid-row-gap: 150px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.your-needs-section-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.your-needs-section-grid.rotated {
  grid-template-columns: 1fr 1.25fr;
}

.your-neeeds-content-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.gradient-small-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #9433d3, #9433d3 39%, #4893ff 78%, #4893ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.white-title {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 800;
  line-height: 1.25;
}

.your-needs-image-holder {
  border: 1px solid #30363d;
  border-radius: 26px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.your-needs-image-holder.small-image {
  height: 520px;
}

.your-needs-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-features-holder {
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  perspective: 1500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.experience-card-text-holder-left {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.card-featured-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-card-text-holder-small {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 21px;
  display: flex;
}

.download-badge-container-cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.experience-card-mobile-holder, .experience-card-mobile-container {
  width: 100%;
}

.mobile-accessiblity-holder {
  width: 285px;
}

.mobile-accessibilty-container {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 360px;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.iphone-screen-mobile {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4.1%;
  padding-left: 4.6%;
  padding-right: 4.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-hero-content-holder {
  perspective: 1500px;
  width: 100%;
}

.about-hero-content-wrapper {
  grid-row-gap: 9px;
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

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

.about-hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-hero-text-holder {
  grid-row-gap: 30px;
  perspective: 1500px;
  flex-direction: column;
  display: flex;
}

.about-hero-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-hero-image-holder {
  perspective: 1500px;
  width: 100%;
}

.about-hero-image {
  width: 100%;
}

.about-black-section {
  grid-row-gap: 80px;
  flex-direction: column;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.divider {
  background-color: #3b3f45;
  width: 100%;
  height: 1px;
}

.about-black-list-holder {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
}

.about-black-list-container {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 40px 60px 40px 40px;
  display: flex;
}

.about-black-list-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 15px;
  display: flex;
}

.about-black-list-icon-holder {
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 30%, #c6caf6 72%, #dad9e9);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.about-black-list-icon {
  width: 12px;
}

.about-company-image-holder {
  border-radius: 32px;
  width: 100%;
  height: 510px;
  overflow: hidden;
}

.about-company-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.open-roles-container {
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.open-roles-holder {
  margin-top: 75px;
  margin-bottom: 75px;
}

.role-container {
  grid-row-gap: 6px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.role-title {
  font-size: 24px;
  font-weight: 500;
}

.role-job-locaiton {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.more-info-text {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.normal-link {
  color: #b4bcd0;
  text-decoration: underline;
}

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

.open-roles-cta-holder {
  margin-bottom: 120px;
}

.open-roles-cta-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.open-roles-cta {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px undefined undefined;
  background-color: #161b22;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 1px;
  padding: 85px 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.h3-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 800;
}

.paragraph-open-roles {
  max-width: 520px;
}

.open-roles-illustation {
  width: 450px;
  position: absolute;
  inset: auto -1% -22% auto;
}

.blog-hero {
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-post-holder {
  background-color: var(--black);
  border: 1px solid #30363d;
  border-radius: 18px;
  flex-direction: row;
  align-items: stretch;
  transition: opacity .4s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  overflow: hidden;
}

.blog-post-holder:hover {
  opacity: .8;
  color: #fff;
  transform: scale(.95);
}

.blog-post-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.blog-post-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
  display: flex;
}

.blog-post-thumbnail-holder {
  width: 100%;
  height: 100%;
}

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

.blog-category {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #eec5bd, #f3b1a5 27%, #c6caf6 67%, #dad9e9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

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

.blog-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.blog-cta-container {
  justify-content: space-between;
  display: flex;
}

.blog-cta-email-holder {
  grid-row-gap: 35px;
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subscribe-text {
  font-size: 24px;
  font-weight: 600;
}

.follow-us-holder {
  grid-row-gap: 20px;
  border-bottom: 1px solid #3b3f45;
  border-left: 1px solid #3b3f45;
  flex-direction: column;
  max-width: 250px;
  padding: 20px;
  display: flex;
}

.blog-grid-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.blog-item-holder {
  flex-direction: column;
  height: 100%;
  transition: transform .325s cubic-bezier(.175, .885, .32, 1.275), opacity .35s;
  display: flex;
}

.blog-item-holder:hover {
  opacity: .9;
  color: #fff6f6;
  transform: scale(.96);
}

.blog-item-thumbnail-holder {
  height: 270px;
}

.blog-item-thumbnail {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-category-holder {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.blog-content {
  background-color: var(--black);
  border: 1px solid #30363d;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.blog-small-name {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-summery-holder {
  color: #b4bcd0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.blog-details-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.blog-details-title {
  max-width: 990px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.white-title-medium {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-xl {
  color: #959499;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.blog-main-image-holder {
  border-radius: 12px;
  width: 100%;
  height: 550px;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

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

.blog-rich-text-holder {
  grid-column-gap: 40px;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.social-media-content-blog {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: sticky;
  top: 20%;
}

.blog-cta-wrapper {
  border-top: 1px solid #3b3f45;
  margin-top: 120px;
  padding-top: 30px;
}

.blog-cta-content-holder {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.blog-cta-content-container {
  grid-row-gap: 6px;
  flex-direction: column;
  max-width: 420px;
  display: flex;
}

.blog-cta-title {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

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

.pricing-category-holder {
  z-index: 3;
  position: relative;
}

.pricing-category-wrapper {
  grid-column-gap: 6px;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 40px;
  padding: 6px;
  display: flex;
}

.pricing-category-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-button {
  background-color: #3d3d3d00;
  border-radius: 30px;
  padding: 8px 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  transition: color .35s, background-color .425s;
}

.pricing-button:hover {
  color: #fff;
  background-color: #2d32384a;
}

.pricing-hero {
  margin-top: 100px;
  margin-bottom: 50px;
}

.pricing-table-holder {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.pricing-item {
  z-index: 3;
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  position: relative;
}

.pricing-item.middle {
  z-index: 2;
  border-color: #d4c3df;
  box-shadow: 0 60px 70px #efc0b730, 0 -20px 50px #d2d2ee12, 0 0 60px 9px #f1b2aa24;
}

.pricing-item-container {
  padding: 35px;
}

.pricing-title {
  color: #f3b1a5;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.price-holder {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.price {
  font-size: 36px;
  font-weight: 700;
}

.pricing-indicator {
  color: #b4bcd0;
  margin-bottom: 11px;
  margin-left: 4px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.pricing-divider {
  background-color: #27272a;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-list-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pricing-button-holder {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.faq-holder {
  flex-direction: column;
  align-items: center;
  margin-top: 65px;
  margin-bottom: 65px;
  display: flex;
}

.faq-container {
  grid-row-gap: 32px;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #161b22;
  border: 1px solid #969696;
  border-radius: 26px;
  padding: 32px;
  transition: background-color .5s;
}

.faq-block:hover {
  background-color: #06080a;
}

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

.faq-question-text {
  color: #f7f7f8;
  font-size: 24px;
  font-weight: 400;
}

.faq-icon-holder {
  border: 2px solid #eec5bd;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  display: flex;
}

.faq-icon {
  width: 10px;
}

.faq-answer-holder {
  overflow: hidden;
}

.faq-answer {
  color: #b4bcd0;
  padding-top: 12px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cart-icon {
  width: 17px;
  min-width: 16px;
}

.cart-quantity {
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  min-width: 0;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cart-button {
  grid-column-gap: 6px;
  outline-offset: 0px;
  background-color: #353535;
  border-radius: 30px;
  outline: 0 #96969600;
  padding: 8px 14px;
  transition-property: background-color;
}

.cart-button:hover {
  background-color: #464646;
}

.cart {
  z-index: 3;
  margin-right: 12px;
}

.cart-container {
  background-color: #212121;
  border-radius: 26px;
  min-width: 390px;
  box-shadow: 0 5px 25px #00000040;
}

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

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

.pricing-info-container {
  background-color: #161b22;
  border: 1px solid #30363d;
  border-radius: 26px;
  max-width: 780px;
  padding: 35px;
}

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

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

.pricing-icon-holder {
  border-radius: 11px;
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  overflow: hidden;
}

.pricing-title-normal {
  color: #f3b1a5;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.pricing-tilte-info {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.pricing-info {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-list-wrapper {
  border-left: 1px solid #27272a;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  display: flex;
}

.pricing-long-decsription {
  padding-top: 60px;
}

.pricing-details-hero {
  margin-top: 44px;
  margin-bottom: 44px;
}

.black-list li {
  color: #fff;
  background-image: url('../images/Gradient-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 33px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.black-list ul {
  padding-left: 0;
}

.pricing-link {
  color: #a3a3a3;
}

.pricing-link.w--current {
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 20px;
}

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

.block-header {
  background-color: #fff0;
  border-style: none;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.customer-info {
  background-color: #101010;
  border: 1px solid #161616;
  border-radius: 16px;
}

.field-input {
  background-color: var(--black);
  color: #fff;
  border: 1px solid #ffffff26;
  border-radius: 11px;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 300;
  transition: all .35s;
}

.field-input:hover {
  background-color: var(--dark-blue);
}

.field-input:focus, .field-input.-wfp-focus {
  background-color: var(--dark-blue);
  border-color: #fff3;
}

.field-input::placeholder {
  color: #ffffff4d;
}

.field-input.textarea {
  height: auto;
  min-height: 100px;
}

.field-label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

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

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

.cart-x-icon {
  width: 25px;
  min-width: 24px;
}

.close-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.cart-header {
  border-bottom-style: none;
  border-bottom-color: #3b3f45;
  padding: 17px 22px;
}

.cart-icon-holder {
  border-radius: 10px;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  overflow: hidden;
}

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

.cart-quantity-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 9px;
  display: flex;
}

.cart-header-holder {
  width: 100%;
  display: flex;
}

.cart-title {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cart-item {
  border-bottom: 1px solid #3b3f45;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 0;
}

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

.cart-price-holder {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.cart-price {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.remove-button-icon {
  width: 24px;
  min-width: 24px;
}

.remove-button {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  transition-property: background-color;
  display: flex;
}

.remove-button:hover {
  background-color: #323232;
}

.quantity-wrapper {
  grid-column-gap: 11px;
  align-items: center;
  display: flex;
}

.cart-quantity-inside {
  background-color: #323232;
  border-style: none;
  border-radius: 50px;
  margin-bottom: 0;
}

.cart-list {
  max-height: 60vh;
  padding: 0 13px 13px;
}

.cart-footer {
  border-top-style: none;
  padding-top: 0;
}

.empty-state {
  grid-row-gap: 12px;
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 24px;
  flex-direction: column;
  margin: 36px;
  padding: 50px 27px;
  font-size: 16px;
  font-weight: 500;
}

.download-app-content {
  grid-row-gap: 6px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  min-width: 490px;
  max-width: 490px;
  padding: 30px;
  display: flex;
}

.iphone-image-home-page {
  z-index: 2;
  height: 100%;
  position: relative;
}

.prespective {
  perspective: 1500px;
  position: relative;
}

.cta-gradient {
  background-image: linear-gradient(to right, #eec5bd, #f3b1a5 38%, #c6caf6 78%, #dad9e9);
  border-radius: 26px;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  width: 140px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  text-transform: none;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.footer-link {
  color: #323232;
  margin-top: 6px;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

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

.footer-divider {
  border-top: 1px solid #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
  padding-top: 30px;
}

.footer-brand-holder {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.black-link {
  color: #000;
}

.order-summery {
  top: 83px;
}

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

.body {
  background-color: #06081a;
}

.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 18px;
}

.image {
  text-align: center;
}

.paragraph-2 {
  width: auto;
  max-width: 700px;
}

.paragraph-3 {
  width: 100%;
  margin-bottom: 30px;
}

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

  .hero-paragraph-holder {
    max-width: 850px;
  }

  .logo-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .experience-card-text-holder.padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .experience-paragraph-holder {
    max-width: 1000px;
    display: block;
  }

  .experience-gradient {
    height: 130px;
  }

  .experience-gradient._02 {
    bottom: -26%;
  }

  .effortlessly-integration-container {
    padding-bottom: 28px;
  }

  .card-image-holder._02 {
    height: 100%;
  }

  .card-text-holder {
    padding: 6px 20px;
  }

  .card-text-holder.small {
    padding-left: 24px;
    padding-right: 24px;
  }

  .features-phone-container {
    width: 320px;
  }

  .features-number {
    font-size: 30em;
    top: -22%;
  }

  .features-number._2 {
    top: -3%;
  }

  .features-number._3 {
    bottom: -25%;
  }

  .features-number._4 {
    bottom: -29%;
  }

  .gradient-small-text {
    top: -22%;
  }

  .your-needs-image-holder.small-image {
    height: 580px;
  }

  .paragraph-2 {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
    max-width: 1200px;
    display: block;
    position: static;
  }

  .bold-text-7 {
    font-size: 32px;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  .nav-menu-container {
    grid-column-gap: 0px;
    text-align: center;
    justify-content: center;
    padding-right: 10px;
    position: relative;
    overflow: visible;
  }

  .nav-menu {
    background-color: #1a1a1a;
    border-radius: 20px;
    max-width: 285px;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    left: 0;
    right: 0;
  }

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

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

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    grid-row-gap: 10px;
    flex-direction: column;
    height: auto;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #1f1f1f;
    border-radius: 40px;
  }

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

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

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

  .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: 17px;
    display: grid;
  }

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

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

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

  .style-guide-hero-holder {
    padding: 28px;
  }

  .style-guide-tab-holder {
    margin-left: 0;
    padding: 5px 0;
  }

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

  .nav-button-holder {
    margin-top: 10px;
    display: none;
  }

  .nav-button-holder.nav-button-on-mobile {
    display: flex;
  }

  .brand {
    width: 90px;
    min-width: 90px;
    margin-right: 60px;
  }

  .cricle-active-holder.w--current {
    opacity: .22;
    top: -8px;
  }

  .hero-text-holder {
    grid-column-gap: 30px;
  }

  .logo-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .title {
    font-size: 36px;
  }

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

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

  .effortlessly-integration-container {
    padding-bottom: 24px;
  }

  .effortlessly-integration---iphone-holder {
    width: 320px;
  }

  .logo-holder {
    border-radius: 8px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
  }

  .logo-image {
    border-radius: 20px;
  }

  .logo-image.blured {
    display: none;
  }

  .workflow-section {
    margin-top: -220px;
    padding: 42px;
  }

  .sticky-section {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .trusted-item {
    margin-bottom: 5vh;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cards-grid {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

  .card-container {
    max-height: none;
  }

  .card-iphone-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .features-hero-container {
    grid-row-gap: 120px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .features-hero-content-holder {
    align-items: center;
  }

  .features-hero {
    font-size: 60px;
  }

  .features-phone-holder {
    width: 60%;
  }

  .company-number-facts-holder {
    padding: 34px;
  }

  .your-needs-section-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .mobile-accessiblity-holder {
    width: 220px;
  }

  .mobile-accessibilty-container {
    height: 370px;
  }

  .about-hero-container {
    grid-row-gap: 80px;
    flex-direction: column;
    display: flex;
  }

  .open-roles-cta {
    padding: 24px;
  }

  .open-roles-illustation {
    width: 270px;
    bottom: -25%;
    right: 10%;
  }

  .blog-hero {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .blog-post-container {
    flex-direction: column;
    display: flex;
  }

  .blog-cta-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .blog-cta-email-holder {
    border-bottom-style: none;
  }

  .follow-us-holder {
    border: 1px #000;
    width: 100%;
    max-width: none;
  }

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

  .paragraph-xl {
    font-size: 18px;
  }

  .blog-rich-text-holder {
    flex-direction: column-reverse;
    width: 100%;
  }

  .social-media-content-blog {
    flex-direction: row;
    margin-top: 17px;
    margin-bottom: 17px;
  }

  .pricing-hero {
    margin-top: 30px;
  }

  .pricing-table-container {
    flex-direction: column;
    display: flex;
  }

  .faq-container {
    width: 100%;
  }

  .cart {
    margin-right: 0;
  }

  .cart-container {
    margin-top: 20px;
    margin-right: -110px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 26px;
  }

  .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    font-size: 14px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 26px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 340px;
  }

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

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .style-guide-left-panel {
    grid-template-columns: 1fr 1fr;
  }

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

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .iphone-holder {
    height: 400px;
    top: 16%;
  }

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

  .experience-card-content.mobile {
    flex-direction: column;
  }

  .experience-card-image-holder._02, .experience-card-image-holder.smaller {
    height: auto;
  }

  .experience-card-text-holder._02 {
    padding-top: 3px;
  }

  .trusted-item {
    margin-bottom: 3em;
  }

  .trusted-overlay-container {
    display: none;
  }

  .trusted-content {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .trusted-content.trusted-list {
    padding-top: 0;
  }

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

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

  .licensing-grid.feather-icon {
    flex-direction: row;
    justify-content: space-between;
  }

  .feather-icon-holder {
    width: 20px;
  }

  .features-phone-holder {
    width: 100%;
  }

  .company-number-facts-container {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .card-features-container {
    grid-template-columns: 1fr 1fr;
  }

  .download-badge-container-cta {
    flex-direction: row;
  }

  .about-black-list-holder {
    width: 100%;
  }

  .blog-post-holder:hover {
    transform: none;
  }

  .blog-post-content {
    padding: 24px;
  }

  .follow-us-holder {
    padding: 0;
  }

  .blog-grid-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }

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

  .blog-main-image-holder {
    height: 250px;
  }

  .pricing-info-container {
    border-radius: 12px;
    padding: 13px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .pricing-list-wrapper {
    border-top: 1px solid #27272a;
    padding-left: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block {
    align-items: center;
  }

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

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

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  p {
    font-size: 14px;
    font-weight: 400;
  }

  blockquote {
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
  }

  .container {
    padding: 1em;
  }

  .nav-menu-container {
    justify-content: center;
  }

  .nav-menu {
    width: 100%;
    left: 0;
    right: 0;
  }

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

  .grid-6-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;
    padding-left: 0;
    padding-right: 0;
  }

  .text-field-form {
    width: 100%;
  }

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

  .headings-holder {
    padding: 10px;
  }

  .style-guide-x-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    top: .3em;
    right: 0;
  }

  .paragraph-container {
    width: 100%;
  }

  .style-guide-left-panel {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 23px 12px;
    display: flex;
  }

  .style-guide-home-text.hide-mobile {
    display: none;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-panel-title {
    font-size: 18px;
  }

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

  .style-guide-navbar-link {
    justify-content: center;
    align-items: center;
  }

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

  .style-guide-navbar {
    padding-left: .3em;
    padding-right: .3em;
  }

  .style-guide-tab-holder {
    font-size: 19px;
  }

  .hero-text {
    font-size: 16vw;
  }

  .brand-image {
    margin-left: -48px;
  }

  .hero-text-holder {
    grid-column-gap: 11px;
  }

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

  .iphone-screen-image {
    border-radius: 10px;
  }

  .from-holder {
    grid-row-gap: 6px;
    align-items: center;
  }

  .form-block, .from-wrapper {
    width: 100%;
  }

  .title {
    font-size: 26px;
  }

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

  .experience-card {
    border-radius: 16px;
  }

  .experience-card-content {
    border-radius: 15px;
  }

  .experience-card-text-holder {
    padding: 15px;
  }

  .card-title {
    font-size: 24px;
  }

  .effortlessly-integration-wrapper {
    margin-top: 32px;
  }

  .logo-holder-effortlessly-integration {
    grid-column-gap: 24px;
    top: 142px;
  }

  .effortlessly-integration---iphone-holder {
    width: 200px;
  }

  .logo-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .logo-holder.s-size {
    border-radius: 0;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .logo-image {
    border-radius: 9px;
  }

  .logo-image.s-size {
    border-radius: 7px;
  }

  .workflow-section {
    margin-top: -60px;
    padding: 20px 16px;
  }

  .trusted-item {
    grid-row-gap: 8px;
  }

  .trusted-item-header {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .trusted-no {
    font-size: 50px;
  }

  .download-badge-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .dark-mode-hand-holder {
    width: 300px;
    min-width: 300px;
    max-width: 300px;
  }

  .dark-mode-hand {
    width: 300px;
  }

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

  .card-image-holder._02 {
    height: 54%;
    bottom: -5%;
  }

  .card-image {
    position: relative;
  }

  .card-text-holder._02 {
    padding: 20px 20px 78px;
  }

  .card-logo-holder {
    height: 420px;
    min-height: 420px;
  }

  .card-iphone-holder {
    align-items: center;
  }

  .iphone-card {
    left: 0;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

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

  .licensing-grid.feather-icon {
    flex-direction: column;
    align-items: center;
  }

  .licensing-grid.feather-icon.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .feather-icon-holder {
    width: auto;
  }

  .licensing-cards-wrapper {
    padding: 27px;
  }

  .licensing-cards-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .left {
    display: block;
  }

  .buy-template-guide {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .features-hero-holder {
    margin-top: 0;
    padding-top: 30px;
  }

  .features-hero {
    font-size: 10vw;
    font-weight: 500;
  }

  .features-number {
    font-size: 19em;
  }

  .features-number._2 {
    top: -25%;
    right: -23%;
  }

  .features-number._3 {
    bottom: -20%;
    left: -17%;
  }

  .features-number._4 {
    bottom: -28%;
  }

  .features-number._1 {
    top: -34%;
  }

  .your-needs-section-grid {
    grid-row-gap: 70px;
  }

  .white-title {
    font-size: 26px;
  }

  .experience-card-text-holder-left {
    padding: 15px;
  }

  .card-featured-grid {
    flex-direction: column;
  }

  .experience-card-text-holder-small {
    padding: 15px;
  }

  .download-badge-container-cta {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-hero-title {
    font-size: 20px;
    font-weight: 700;
  }

  .role-container {
    grid-row-gap: 24px;
    padding: 25px;
  }

  .open-roles-cta {
    border-radius: 26px;
    padding-bottom: 180px;
  }

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

  .open-roles-illustation {
    width: 250px;
    bottom: -20%;
  }

  .blog-post-container {
    grid-row-gap: 0px;
  }

  .blog-category {
    font-size: 16px;
    font-weight: 400;
  }

  .blog-title {
    font-size: 24px;
  }

  .blog-content-holder {
    margin-bottom: 20px;
  }

  .blog-cta-email-holder {
    flex-direction: column;
    justify-content: space-between;
  }

  .subscribe-text {
    font-size: 22px;
  }

  .blog-content {
    padding: 14px;
  }

  .blog-small-name {
    font-weight: 400;
  }

  .blog-summery-holder {
    font-weight: 300;
  }

  .paragraph-xl {
    font-size: 16px;
  }

  .blog-cta-wrapper {
    margin-top: 60px;
  }

  .blog-cta-content-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pricing-item, .pricing-item.middle {
    border-radius: 12px;
  }

  .pricing-item-container {
    padding: 24px 20px 20px;
  }

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

  .price {
    font-size: 28px;
  }

  .faq-block {
    border-radius: 12px;
    padding: 16px;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 21px;
  }

  .faq-answer {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .cart-container {
    border-radius: 0;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 25px;
  }

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

  .pricing-long-decsription {
    padding-top: 12px;
  }

  .cart-header {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .cart-icon-holder {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .cart-quantity-holder {
    padding-top: 0;
    padding-bottom: 3px;
  }

  .cart-price {
    font-size: 15px;
  }

  .cart-quantity-inside {
    border-radius: 7px;
    height: 30px;
  }

  .cart-list {
    max-height: none;
  }

  .cart-footer {
    padding-bottom: 0;
    padding-left: 13px;
    padding-right: 13px;
  }

  .download-app-content {
    min-width: 0;
    max-width: none;
    padding: 15px;
  }

  .default-state {
    justify-content: space-between;
  }

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

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

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

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

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

  .paragraph {
    font-size: 14px;
  }

  .paragraph-2 {
    max-width: 700px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
    font-size: 24px;
  }

  .bold-text-6 {
    font-size: 20px;
  }
}

#w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-0c660fb9, #w-node-c9a3eb7f-e26e-bb52-e19d-39f848eddb94-0c660fb9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-0c660fb9, #w-node-_7c769986-af35-2c7e-a088-51a92c6e6099-0c660fb9, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-0c660fb9, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4d-0c660fb9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-0c660fb9, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f98870-0c660fb9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd17-0c660fb9, #w-node-_0f99c55c-aef0-ebd9-f690-9830ff12bd1f-0c660fb9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0deefd36-474e-9b1c-4f05-307961aee71c-0a144c54, #w-node-_78fb8de3-cf62-b73d-bb28-eeb04ea57654-0a144c54, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202f7-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb20301-0bb202c0, #w-node-_076ad6bd-252d-be8f-852d-adcc0bb2030b-0bb202c0, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670687-0c661002, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc670689-0c661002, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068b-0c661002, #w-node-_98d84ba8-b1c9-27a9-e3ca-bf11bc67068d-0c661002 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c331566-379f-cbef-9da9-4f92e2bbed1a-0c661003, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed27-0c661003, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed88-0c661003, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed8e-0c661003, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed93-0c661003, #w-node-_8c331566-379f-cbef-9da9-4f92e2bbed98-0c661003 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_375774ea-ffbc-052e-f720-5714ce596736-0c661019, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-0c661019, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-0c661019 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-0c661019 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7042b5e-bb6f-35f7-1886-be0b2abde800-0c661019 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-0c66101a, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-0c66101a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ecca6df-2a0f-fb0c-c590-081f4c1c12e4-0c66101a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c59db0e2-42cb-45bb-b899-0a897bca219c-0c66101a, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-0c66101a, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-0c66101a, #w-node-bb91ceaa-06d0-2ec1-a620-bfcd18bff0df-0c66101d, #w-node-_0006f261-face-d8e0-43a5-88aa60d5be8f-0c66101d, #w-node-_986159ab-d85b-4506-4c82-583c6f9332ef-0c66101d, #w-node-_986159ab-d85b-4506-4c82-583c6f9332f2-0c66101d, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9cb-0c66101d, #w-node-_2cb91dee-387e-ee81-fab7-0ec4c2c9e9ce-0c66101d, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d863-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d866-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d887-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d88a-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ab-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8ae-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d1-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d3-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d5-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d7-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8d9-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8db-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8dd-0c66101e, #w-node-de2c1a22-6aa7-bc90-8931-b47734c9d8df-0c66101e, #w-node-_3e8df2a6-0970-1d56-9495-cbe5c4aa4a67-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe476-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe49f-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4c8-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f3-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f5-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f7-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4f9-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fb-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4fd-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe4ff-0c661020, #w-node-_07ecd636-7d03-f8c9-9271-f9df17cbe501-0c661020 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-0c660fb9 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-0c660fb9 {
    grid-area: 4 / 2 / 5 / 5;
  }

  #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-0c660fb9 {
    grid-area: 3 / 1 / 4 / 6;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202ce-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 4 / span 4;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-0c661019, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-0c661019 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1261dedf-b3c9-2162-53e7-29ae1d8c7955-0c660fb9 {
    grid-column: span 3 / span 3;
  }

  #w-node-_8c828c4b-063f-f20f-6482-b138be2c6dbe-0c660fb9, #w-node-_7c369291-b38e-0008-5e70-efcc18461d4c-0c660fb9, #w-node-_7a405be8-0a26-057e-3bd3-7289f3f9886f-0c660fb9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c7042b5e-bb6f-35f7-1886-be0b2abde7ff-0c661019, #w-node-_0f36e23a-3fab-0fa0-e253-60a677d40cdb-0c66101a, #w-node-a3766d40-26e9-9090-447e-7a79ee3a5c9f-0c66101a {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202d8-0bb202c0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_076ad6bd-252d-be8f-852d-adcc0bb202e9-0bb202c0 {
    grid-column: 1 / 3;
  }

  #w-node-cf5e4ca1-9480-830e-b60e-6d46dea3dc58-0c66101a, #w-node-_4251a876-0729-5d4a-eb72-e0d80c50ba6b-0c66101a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


