@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-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: gray;
  background-color: #0a0a0a;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #eee;
  letter-spacing: -1.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 74px;
}

h2 {
  color: #eee;
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

h3 {
  color: #eee;
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

h4 {
  color: #eee;
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

h5 {
  color: #eee;
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h6 {
  color: #eee;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

p {
  margin-bottom: 0;
}

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

.page-wrapper {
  overflow: clip;
}

.navbar {
  background-color: #8a99f117;
  border-bottom: 1px solid #fff3;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-left-content {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-link {
  color: gray;
  letter-spacing: -.64px;
  border-bottom: 1px solid #fff0;
  padding: 35px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s;
}

.nav-menu-link:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-menu-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar-right-content {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-login-text-link {
  color: #eee;
  letter-spacing: -.72px;
  font-size: 18px;
  text-decoration: none;
}

.primary-button {
  grid-column-gap: 10px;
  color: #151515;
  letter-spacing: -.72px;
  text-transform: capitalize;
  background-color: #fff;
  background-image: linear-gradient(-90deg, #8a99f100 71%, #8a99f180), linear-gradient(90deg, #8a99f100 66%, #8a99f180);
  border: 1px solid #fff0;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.secondary {
  color: #eee;
  background-color: #fff0;
  background-image: none;
  border-color: gray;
}

.primary-button.secondary.download {
  padding-top: 17px;
  padding-bottom: 17px;
}

.primary-button.pricing {
  color: #fff;
  background-color: #ffffff17;
  background-image: none;
  border-color: #fff;
  padding-top: 19px;
  padding-bottom: 19px;
}

.primary-button.pricing.popular {
  color: #151515;
  background-color: #fff;
  background-image: linear-gradient(-90deg, #8a99f100 71%, #8a99f180), linear-gradient(90deg, #8a99f100 66%, #8a99f180);
  border-color: #fff0;
}

.primary-button.authentication {
  width: 100%;
}

.primary-button.download {
  padding-top: 17px;
  padding-bottom: 17px;
}

.primary-button.compare-plan-table-pricing {
  width: 100%;
}

.primary-button.compare-plan-table-pricing.border {
  color: #fff;
  background-color: #ffffff17;
  background-image: none;
  border-color: #fff;
}

.primary-button.pricing-details {
  width: 100%;
}

.primary-button-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.primary-button-text-block {
  z-index: 1;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text-block.is-text-absolute {
  position: absolute;
}

.primary-button-wrapper.desktop {
  display: block;
}

.primary-button-wrapper.mobile {
  display: none;
}

.section {
  z-index: 2;
  position: relative;
}

.section.banner {
  background-image: url('../images/Banner-Bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 255px;
  position: relative;
}

.section.company-section {
  padding-bottom: 140px;
}

.section.footer {
  background-image: url('../images/Footer-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.simplify-financial-onboarding {
  padding-top: 155px;
  position: relative;
}

.section.cta {
  background-image: url('../images/CTA-Bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
  padding-bottom: 240px;
  position: relative;
}

.section.blog {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.section.blog.related {
  padding-top: 140px;
}

.section.faq {
  padding-top: 180px;
  position: relative;
}

.section.faq.padding-bottom-180px {
  padding-bottom: 180px;
}

.section.testimonial {
  padding-top: 180px;
  position: relative;
}

.section.testimonial.padding-bottom {
  padding-bottom: 180px;
}

.section.streamline-your-finances {
  padding-top: 180px;
  position: relative;
}

.section.financial-management {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
}

.section.financial-management.padding0 {
  padding-bottom: 0;
}

.section.pricing-section {
  padding-top: 265px;
  position: relative;
}

.section.about-main-section {
  padding-top: 260px;
  padding-bottom: 180px;
  overflow: clip;
}

.section.our-team {
  padding-top: 180px;
  position: relative;
}

.section.features-banner {
  padding-top: 275px;
  padding-bottom: 210px;
}

.section.streamline-features {
  position: relative;
}

.section.inner-banner {
  padding-top: 195px;
  padding-bottom: 80px;
  position: relative;
}

.section.main-blog {
  position: relative;
}

.section.blog-details {
  padding-top: 195px;
}

.section.download, .section.integartion, .section.integartion-details, .section.style-guide, .section.changelog {
  z-index: 2;
  padding-bottom: 180px;
  position: relative;
}

.section.license {
  padding-bottom: 180px;
}

.section.protected-password {
  padding-bottom: 170px;
  position: relative;
}

.section.not-found {
  padding-top: 195px;
  padding-bottom: 180px;
}

.section.contact-us {
  padding-bottom: 180px;
  position: relative;
}

.section.pricing-banner {
  padding-top: 275px;
  padding-bottom: 160px;
  position: relative;
}

.section.compare-plan {
  padding-bottom: 180px;
}

.section.preview-banner {
  padding-top: 275px;
  position: relative;
}

.section.including-section {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.demo-section {
  padding-bottom: 110px;
}

.section.demo-section.last {
  padding-bottom: 0;
}

.section.team-members-details {
  padding-top: 300px;
  padding-bottom: 180px;
}

.section.blog-categories-section {
  padding-bottom: 180px;
}

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

.preview-banner-typography {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-subtitle-wrapper {
  background-image: linear-gradient(75deg, #fff0, #ffffff17 50%, #fff0);
  border-radius: 100px;
  margin-bottom: 20px;
  display: inline-block;
}

.section-subtitle-wrapper.mb0 {
  margin-bottom: 0;
}

.section-subtitle {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(94deg, #ffffff4d, #fff 50%, #ffffff4d);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 10px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}

.banner-title-description {
  margin-bottom: 70px;
}

.banner-title {
  color: #fff;
  letter-spacing: -3.84px;
  margin-bottom: 40px;
  font-size: 96px;
  font-weight: 400;
  line-height: 96px;
}

.banner-description-text {
  letter-spacing: -.72px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(314deg, #fff6, #fff 50%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.banner-description-text.how-it-works-subtext {
  margin-bottom: 30px;
  margin-left: 0;
}

.banner-button-wrapper {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-link-block {
  grid-column-gap: 13px;
  color: #eee;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.banner-link-block-arrow {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
}

.banner-card-one {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: auto auto 190px 42px;
  transform: rotate(-12.27deg);
}

.banner-card-two {
  width: 100%;
  max-width: 300px;
  position: absolute;
  inset: auto -28px 250px auto;
  transform: rotate(15deg);
}

.company-section-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 465px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
}

.company-section-title {
  letter-spacing: -.48px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(80deg, #fff6, #fff 50%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.sponsors-ticker {
  overflow: hidden;
}

.ticker {
  align-items: center;
  display: flex;
}

.inner-ticker-wrapper {
  flex: none;
  align-items: center;
  display: flex;
}

.single-sponsor-img {
  margin-right: 105px;
}

.footer-top-content {
  grid-column-gap: 150px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
}

.footer-details-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-logo-link {
  margin-bottom: 30px;
}

.footer-details-form-wrapper {
  margin-bottom: 45px;
}

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

.footer-details-form-text {
  color: #ffffffb3;
  letter-spacing: -.4px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
}

.footer-details-text-field {
  color: #999;
  letter-spacing: -.64px;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 100px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 12px 12px 30px;
  font-size: 16px;
}

.footer-details-text-field::placeholder {
  color: #999;
}

.footer-details-submit-button {
  color: #151515;
  letter-spacing: -.72px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #8a99f100 66%, #8a99f180), linear-gradient(-90deg, #8a99f100 71%, #8a99f180);
  border-radius: 100px;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  inset: auto 12px auto auto;
}

.footer-details-form-single {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-social-media-wrapper {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-social-media-link {
  color: #ddd;
  border: 1px solid gray;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.footer-social-media-icon-image {
  filter: brightness(0) invert(1);
}

.footer-social-media-link:hover {
  color: #f3f4f6;
  background-color: #8a99f1;
  border-color: #8a99f1;
  transform: translate(0, -10px);
}

.footer-menu-wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.footer-menu-title-wrapper {
  margin-bottom: 25px;
}

.footer-menu-title {
  color: #eee;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-menu-list {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-menu-list-text-link {
  color: #999;
  letter-spacing: -.64px;
  font-size: 16px;
  text-decoration: none;
  transition: all .4s;
}

.footer-menu-list-text-link:hover {
  color: #fff;
}

.footer-bottom-content {
  text-align: center;
  border-top: 1px solid #9993;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-information-text {
  color: #999;
  letter-spacing: -.56px;
  font-size: 14px;
}

.footer-information-text-link {
  color: #999;
}

.simplify-financial-onboarding-top-content {
  margin-bottom: 85px;
}

.simplify-financial-onboarding-section-title-button-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 645px;
  position: relative;
}

.simplify-financial-onboarding-section-title-button-wrapper.mb85 {
  margin-bottom: 85px;
}

.simplify-financial-onboarding-section-title {
  letter-spacing: -3.2px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.simplify-financial-onboarding-button-wrap {
  display: inline-block;
}

.simplify-financial-onboarding-main {
  z-index: 2;
  position: relative;
}

.simplify-financial-onboarding-hand-img {
  z-index: 1;
  width: 100%;
  max-width: 350px;
  margin-right: 5%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.simplify-financial-onboarding-content {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
  position: relative;
}

.simplify-financial-onboarding-content.main {
  padding-left: 15px;
}

.simplify-financial-card {
  z-index: 1;
  align-items: flex-end;
  width: 100%;
  max-width: 241px;
  min-height: 204px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.simplify-financial-card._2nd {
  margin-top: 125px;
}

.simplify-financial-card._3rd {
  margin-top: 210px;
}

.simplify-financial-card._4th {
  margin-top: 256px;
}

.simplify-financial-card.main {
  min-height: 295px;
}

.simplify-financial-card-line {
  height: 100%;
  position: absolute;
  inset: auto auto -3px -10px;
}

.simplify-financial-card-title-description {
  width: 100%;
}

.simplify-financial-card-description-text {
  color: gray;
  letter-spacing: -.64px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.simplify-financial-card-name {
  color: #eee;
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 26px;
}

.simplify-financial-onboarding-line {
  width: 100%;
  position: absolute;
  inset: -98px auto auto 0%;
}

.cta-content {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-title {
  color: #fff;
  letter-spacing: -3.2px;
  margin-bottom: 25px;
  font-size: 64px;
  font-weight: 400;
  line-height: 74px;
}

.cta-description-text {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.cta-button-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-title-description {
  margin-bottom: 85px;
}

.cta-card-img-one {
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: auto auto 90px 40px;
  transform: rotate(-13.04deg);
}

.cta-card-img-two {
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: 48px 5px auto auto;
  transform: rotate(15.39deg);
}

.cta-circel {
  filter: blur(100px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 205px 0 auto;
}

.cta-elements {
  width: 100%;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 160px 0 auto;
}

.blog-section-title-wrapper {
  z-index: 1;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.section-title {
  letter-spacing: -2.56px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff6, #fff 50%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
  display: inline-block;
}

.section-title.streamline-your-finances {
  width: 100%;
  max-width: 986px;
}

.section-title.our-achievements {
  letter-spacing: -3.2px;
  margin-bottom: 55px;
}

.section-title.features {
  letter-spacing: -3.2px;
}

.blog-content {
  z-index: 2;
  position: relative;
}

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

.blog-single {
  background-color: #0e0e0e;
  border-radius: 8px;
}

.blog-image-link {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: block;
  overflow: hidden;
}

.blog-image {
  width: 100%;
}

.blog-image.categories {
  object-fit: cover;
  min-height: 371px;
}

.blog-typography {
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 216px;
  padding: 28px 32px 32px;
}

.blog-categories-date-wrap {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.blog-categories-date-wrap.mb15 {
  margin-bottom: 15px;
}

.blog-categories-name {
  color: #6e82ef;
  letter-spacing: -.64px;
  font-size: 16px;
  font-weight: 400;
}

.blog-categories-circel {
  background-color: #6e82ef;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.blog-post-date {
  color: gray;
  letter-spacing: -.64px;
  font-size: 16px;
}

.blog-post-name-link {
  color: #eee;
  letter-spacing: -.4px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: all .4s;
}

.blog-post-name-link:hover {
  color: #6e82ef;
}

.blog-post-description-text {
  color: #999;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.section-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 180px 0 auto;
}

.section-circle.features-banner {
  top: 0;
}

.section-circle.authentication {
  inset: auto auto 45px 50px;
}

.section-circle.protected-password {
  top: -192px;
}

.section-circle.pricing-banner {
  top: 280px;
}

.section-circle.pricing {
  top: 265px;
}

.section-circle.not-found {
  inset: 0% 0 auto;
}

.section-elements {
  width: 100%;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 145px 0 auto;
}

.section-elements.authentication {
  inset: auto auto 80px 60px;
}

.section-elements.protected-password {
  top: -228px;
}

.section-elements.pricing-banner {
  top: 243px;
}

.section-elements.pricing {
  top: 230px;
}

.section-elements.not-found {
  top: 240px;
}

.faq-section-title-wrapper {
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 760px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-section-title {
  letter-spacing: -3.2px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(70deg, #ffffff40, #fff 50%, #ffffff40);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
}

.faq-content {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-image-wrapper {
  width: 100%;
  max-width: 366px;
  padding-top: 15px;
  position: sticky;
  top: 140px;
}

.faq-image {
  width: 100%;
}

.faq-ans-wrapper {
  width: 100%;
  max-width: 857px;
}

.faq-icon-wrapper {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.faq-accordion-question-wrap {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-accordion-answer-wrap {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq-accordion-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.faq-answer {
  color: #bbb;
  letter-spacing: -.64px;
  max-width: 600px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.faq-question {
  color: #999;
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.single-faq-accordion-wrap {
  background-color: #0c0c0c;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: 30px 48px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.single-faq-accordion-wrap.w--current {
  background-color: #fff0;
}

.display-none {
  display: none;
}

.faq-icon {
  color: #999;
  font-size: 23px;
}

.faq-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-content {
  z-index: 2;
  position: relative;
}

.testimonial-section-title-wrapper {
  margin-bottom: 120px;
}

.section-title-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title-wrap.left {
  justify-content: center;
  align-items: flex-start;
}

.section-title-wrap.mg-bottom-40px {
  margin-bottom: 40px;
}

.testimonial-wrapper {
  width: 100%;
  max-width: 1383px;
  margin-left: auto;
  padding-left: 15px;
}

.testimonial-slider {
  background-color: #fff0;
  height: 100%;
}

.testimonial-slider-mask {
  width: 100%;
  max-width: 360px;
  overflow: visible;
}

.testimonial-slide {
  margin-right: 36px;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-single {
  background-color: #0c0c0c;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.testimonial-rating-star-wrapper {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.testimonial-rating-star {
  color: gray;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
}

.testimonial-description-text {
  color: #ddd;
  letter-spacing: -.64px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-author-wrapper {
  grid-column-gap: 20px;
  border-top: 1px solid #494949;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.testimonial-author-image {
  width: 100%;
  max-width: 48px;
}

.testimonial-author-name {
  color: #eee;
  letter-spacing: -.72px;
  margin-bottom: 8px;
  font-size: 18px;
}

.testimonial-author-bio-text {
  color: #bbb;
  letter-spacing: -.56px;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-typography {
  z-index: 1;
  position: relative;
}

.testimonial-hover-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-slider-arrow {
  opacity: .4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 24px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  transition: all .45s;
  display: inline-block;
  inset: -166px 108px auto auto;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.left {
  right: 176px;
}

.slide-arrow-line {
  background-image: linear-gradient(#7e7e7e00, #b4b4b4 50%, #7e7e7e00);
  width: 2px;
  height: 82px;
  position: absolute;
  inset: 49px 154px auto auto;
}

.testimonial-circel {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  inset: 43px auto auto -90px;
}

.testimonial-elements {
  position: absolute;
  inset: 147px auto auto 135px;
}

.simplify-financial-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  inset: 65px auto auto 72px;
}

.simplify-financial-elements {
  position: absolute;
  inset: 136px auto auto 72px;
}

.streamline-your-finances-section-title-wrapper {
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.streamline-your-finances-content {
  z-index: 1;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.streamline-finances-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
}

.streamline-finances-single {
  border: 1px solid #ffffff14;
  border-radius: 8px;
  min-height: 574px;
  padding-top: 60px;
}

.streamline-finances-single.one {
  background-image: url('../images/Streamline-Finances-Card-Bg1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.streamline-finances-single.one.border {
  border-color: #fff3;
}

.streamline-finances-single.two {
  background-image: url('../images/Streamline-Finances-Card-Bg2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.streamline-finances-single.two.border {
  border-color: #fff3;
}

.streamline-finances-title-description {
  width: 100%;
  max-width: 505px;
  margin-left: auto;
  margin-right: auto;
}

.streamline-finances-title {
  color: #eee;
  letter-spacing: -.48px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.streamline-finances-description-text {
  color: #bbb;
  letter-spacing: -.64px;
  width: 100%;
  max-width: 475px;
  font-size: 16px;
  line-height: 26px;
}

.streamline-finances-card-image {
  width: 100%;
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0 0%;
}

.streamline-income-img {
  z-index: 1;
  width: 100%;
  max-width: 176px;
  position: absolute;
  inset: 190px auto auto 53px;
}

.finances-cards-image {
  width: 100%;
  max-width: 527px;
  position: absolute;
  inset: auto -7px -14px auto;
}

.streamline-finances-bottom-content {
  grid-column-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.innovative-tools-card {
  background-image: url('../images/Innovative-Tools-Card-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 766px;
  min-height: 409px;
  position: relative;
}

.innovative-tools-shape {
  width: 100%;
  max-width: 464px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.innovative-tools-icon._1 {
  z-index: 1;
  width: 58px;
  position: absolute;
  inset: 29px auto auto 293px;
}

.innovative-tools-icon._2 {
  width: 58px;
  position: absolute;
  inset: 77px auto auto 107px;
}

.innovative-tools-icon._3 {
  width: 58px;
  position: absolute;
  inset: 112px auto auto 257px;
}

.innovative-tools-icon._4 {
  width: 58px;
  height: 58px;
  position: absolute;
  inset: auto auto 165px 36px;
}

.innovative-tools-icon._5 {
  width: 58px;
  position: absolute;
  inset: auto auto 145px 424px;
}

.innovative-tools-icon._6 {
  width: 58px;
  position: absolute;
  inset: auto auto 57px 279px;
}

.innovative-tools-title-description {
  text-align: right;
  width: 100%;
  max-width: 275px;
  position: absolute;
  inset: 55px 60px auto auto;
}

.innovative-tools-title {
  color: #eee;
  letter-spacing: -.96px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.innovative-tools-description {
  color: #bbb;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.innovative-tools-app-card {
  background-image: url('../images/Innovative-Tools-App-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 506px;
  min-height: 409px;
  position: relative;
}

.innovative-tools-app-icon {
  width: 100%;
  max-width: 191px;
  position: absolute;
  inset: 41px 54px auto auto;
}

.innovative-tools-app-title-button-wrap {
  position: absolute;
  inset: auto auto 70px 47px;
}

.innovative-tools-app-title {
  color: #fff;
  letter-spacing: -1.44px;
  margin-bottom: 18px;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.innovative-tools-app-button-wrap {
  display: inline-block;
}

.financial-management-content {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.financial-management-cards-wrap {
  opacity: .4;
  text-align: right;
  background-color: #0e0e0e;
  border-right: 1px solid #ffffff4d;
  width: 100%;
  padding: 25px 33px;
  position: relative;
}

.financial-management-cards-wrap.left {
  text-align: left;
  border-left: 1px solid #ffffff4d;
  border-right-style: none;
  padding-right: 25px;
}

.financial-management-card-icon-wrap {
  z-index: 1;
  background-color: #ffffff1a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 35px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.financial-management-card-icon-wrap.left {
  margin-left: 0;
}

.financial-management-card-title-description {
  z-index: 1;
  position: relative;
}

.financial-management-card-title {
  color: #eee;
  letter-spacing: -.48px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: inline-block;
}

.financial-management-card-description-text {
  color: #bbb;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.financial-management-card-description-text._2nd {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
}

.financial-management-cards {
  z-index: 2;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  max-width: 288px;
  display: flex;
  position: relative;
}

.financial-management-card-shape {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.financial-management-card-shape.mobile {
  display: none;
}

.financial-management-card-shape.desktop {
  display: block;
}

.financial-management-mobile-image {
  z-index: 9;
  width: 100%;
  max-width: 285px;
  position: relative;
}

.financial-white-circle {
  z-index: 1;
  filter: blur(50px);
  background-color: #fff6;
  border-radius: 100%;
  width: 100%;
  max-width: 240px;
  height: 457px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0;
}

.financial-bule-circle {
  filter: blur(90px);
  background-color: #778bff66;
  border-radius: 100%;
  width: 100%;
  max-width: 396px;
  height: 577px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0;
}

.our-achievements-content {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.our-achievements-section-title-wrapper {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 525px;
  position: relative;
}

.our-achievements-icon-wrap {
  width: 100%;
  max-width: 204px;
  margin-left: auto;
  margin-right: auto;
}

.our-achievements-icon {
  width: 100%;
}

.our-achievements-typography {
  z-index: 2;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  max-width: 525px;
  display: flex;
  position: relative;
}

.our-achievements-number {
  letter-spacing: -4.5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(40deg, #8a99f1 12%, #fff 91%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  display: inline-block;
}

.our-achievements-title {
  color: #ddd;
  letter-spacing: -1.28px;
  margin-bottom: 7px;
  font-size: 32px;
  line-height: 40px;
  display: inline-block;
}

.our-achievements-description {
  color: #bbb;
  letter-spacing: -.64px;
  width: 100%;
  max-width: none;
}

.our-achievements-description._2 {
  max-width: none;
}

.our-achievements-line {
  background-color: #ffffff4d;
  width: 100%;
  max-width: 3px;
  min-height: 1050px;
  position: relative;
}

.achievements-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  inset: -20px auto auto 0%;
}

.achievements-elements {
  position: absolute;
  inset: -35px auto auto -23px;
}

.pricing-section-title-wrapper {
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.pricing-content {
  z-index: 2;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.pricing-single {
  background-color: #0e0e0e;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: 45px 30px 45px 34px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-single.popular {
  background-image: url('../images/Popular-Pricing-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.pricing-image-tag-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-tag {
  color: #eee;
  text-align: center;
  letter-spacing: -.72px;
  background-color: #494949;
  border-radius: 100px;
  width: 145px;
  height: 40px;
  padding: 10px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}

.pricing-tag.popular {
  color: #4e65e3;
  background-color: #f5f6ff;
}

.pricing-name-description {
  margin-bottom: 20px;
}

.pricing-name {
  color: #ddd;
  letter-spacing: -.48px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.pricing-description-text {
  color: #999;
  font-size: 16px;
  line-height: 20px;
}

.pricing-name-price {
  grid-column-gap: 10px;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.pricing-price {
  color: #ddd;
  letter-spacing: -1.92px;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.pack-text {
  color: #bbb;
  letter-spacing: -.72px;
  margin-bottom: 5px;
  font-size: 18px;
}

.pricing-features {
  margin-bottom: 35px;
}

.pricing-features-list {
  grid-row-gap: 20px;
  flex-flow: column;
  min-height: 316px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-features-list.details {
  height: auto;
}

.pricing-features-list-item {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-features-list-item-text {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 16px;
  line-height: 26px;
}

.about-section-title-wrapper {
  z-index: 2;
  margin-bottom: 145px;
  position: relative;
}

.about-main-content {
  position: relative;
}

.about-main-hand-image {
  width: 100%;
  max-width: 692px;
  position: absolute;
  inset: 16px 0% auto auto;
}

.about-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% auto auto -48px;
}

.about-elements-one {
  width: 100%;
  max-width: 546px;
  position: absolute;
  inset: -30px auto auto -71px;
}

.about-elements-two {
  position: absolute;
  inset: 255px auto auto 70px;
}

.financial-year-text {
  color: #6e82ef;
  letter-spacing: -.64px;
  margin-top: 15px;
  font-size: 16px;
  display: inline-block;
}

.about-progress-line {
  width: 100%;
  position: absolute;
  inset: -24px auto auto 0;
}

.our-team-section-title-wrapper {
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.our-team-content {
  z-index: 2;
  position: relative;
}

.team-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-single {
  background-color: #0e0e0e;
}

.team-member-link-block {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.team-member-image {
  width: 100%;
}

.team-member-typography {
  text-align: center;
  border-bottom: 1px solid #fff3;
  border-left: 1px solid #fff3;
  border-right: 1px solid #fff3;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 40px 10px 28px;
}

.team-member-name-bio-wrap {
  margin-bottom: 20px;
}

.team-member-name {
  color: #eee;
  letter-spacing: -.24px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .45s;
  display: inline-block;
}

.team-member-name:hover {
  color: #6e82ef;
}

.team-member-bio {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  font-weight: 400;
}

.team-member-social-media-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-social-media-link {
  color: #6e82ef;
  border: 1px solid gray;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.team-member-social-media-link:hover {
  color: #fff;
  background-color: #6e82ef;
  border-color: #6e82ef;
  transform: translate(0, -5px);
}

.features-banner-typography {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 705px;
  margin-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.features-banner-title-description {
  margin-bottom: 40px;
}

.features-banner-button-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-banner-card-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  justify-content: space-between;
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-banner-card.one {
  z-index: 1;
  width: 100%;
  max-width: 252px;
  position: relative;
  transform: rotate(-22deg);
}

.features-banner-card.two {
  width: 100%;
  max-width: 252px;
  transform: rotate(12deg);
}

.features-banner-content {
  position: relative;
}

.features-elements {
  width: 100%;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -35px 0 auto;
}

.streamline-features-content {
  z-index: 2;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.streamline-features-content-flex.one, .streamline-features-content-flex.three {
  grid-column-gap: 75px;
  justify-content: flex-start;
}

.streamline-features-card {
  width: 100%;
  max-width: 636px;
}

.streamline-features-typography {
  width: 100%;
  max-width: 550px;
}

.streamline-features-typography.two {
  max-width: 580px;
}

.streamline-features-text-block {
  color: #97a5f7;
  letter-spacing: -.72px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.streamline-features-title {
  color: #eee;
  letter-spacing: -.8px;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.streamline-features-title-description {
  margin-bottom: 70px;
}

.streamline-features-description-text {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.streamline-features-list {
  grid-row-gap: 17px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.streamline-features-list-item {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.streamline-features-list-item-text {
  color: #ddd;
  letter-spacing: -.72px;
  font-size: 18px;
}

.features-innovative-tools-image {
  width: 100%;
  max-width: 539px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.financial-management-section-title-wrapper {
  z-index: 2;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.inner-banner-content {
  z-index: 2;
  text-align: center;
  position: relative;
}

.inner-banner-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 195px 0 auto;
}

.inner-banner-elements {
  width: 100%;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 160px 0 auto;
}

.main-blog-single {
  z-index: 1;
  position: relative;
}

.main-blog-post-wrap {
  background-color: #0c0c0c;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding-left: 48px;
  display: flex;
  overflow: hidden;
}

.main-blog-post-typography {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 375px;
  min-height: 370px;
  display: flex;
}

.main-blog-post-image-link {
  width: 100%;
  max-width: 820px;
  overflow: hidden;
}

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

.blog-name {
  color: #eee;
  letter-spacing: -1.28px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  transition: all .4s;
}

.blog-name:hover {
  color: #6e82ef;
}

.blog-description-text {
  color: #999;
  letter-spacing: -.72px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
}

.blog-categories-wrapper {
  margin-bottom: 60px;
}

.blog-categories-collection-list {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-categories-list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-categories-name-link {
  color: #bbb;
  letter-spacing: -.64px;
  padding-bottom: 24px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  text-decoration: none;
}

.blog-categories-name-link.w--current {
  border-bottom: 1px solid #fff;
}

.blog-details-name-wrapper {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 140px;
}

.blog-details-name {
  color: #eee;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.blog-details-img {
  border-radius: 8px;
  width: 100%;
}

.blog-details-author-wrapper {
  margin-bottom: 70px;
  padding-top: 45px;
}

.blog-details-author-single {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-details-author-image {
  width: 100%;
  max-width: 40px;
}

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

.blog-details-author-name-bio-text {
  color: #eee;
  letter-spacing: -.64px;
  font-size: 16px;
}

.blog-details-author-name-bio-text.bio {
  color: #999;
  letter-spacing: -.56px;
  font-size: 14px;
}

.blog-bottom-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.blog-details-rich-content h2 {
  color: #eee;
  letter-spacing: -.8px;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.blog-details-rich-content p {
  color: #bbb;
  letter-spacing: -.72px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-rich-content ul {
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 20px;
  display: flex;
}

.blog-details-rich-content li {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.blog-details-rich-content h3 {
  color: #eee;
  letter-spacing: -1.28px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.blog-details-rich-content h4 {
  color: #eee;
  letter-spacing: -.48px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.related-blog-wrapper {
  grid-row-gap: 75px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  display: flex;
}

.related-blog-text {
  color: #999;
  letter-spacing: -.48px;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
}

.authentication-wrapper {
  background-color: #0a0a0a;
  min-height: 100vh;
}

.authentication-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.authentication-typography {
  padding-top: 100px;
  padding-bottom: 145px;
  position: relative;
}

.authentication-subtitle-wrapper {
  z-index: 2;
  text-align: center;
  position: relative;
}

.authentication-image-wrapper {
  z-index: -5;
}

.authentication-image {
  width: 100%;
  max-width: 682px;
}

.authentication-logo-title-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.authentication-logo-link {
  margin-bottom: 30px;
}

.authentication-heading {
  letter-spacing: -3.2px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.authentication-typography-content {
  position: relative;
}

.authentication-form-content {
  background-image: url('../images/Authentication-Form-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 2px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.authentication-form-single {
  text-align: center;
  width: 100%;
  max-width: 465px;
}

.authentication-details {
  margin-bottom: 40px;
}

.authentication-logo {
  width: 100%;
  max-width: 48px;
  margin-bottom: 20px;
}

.authentication-title {
  color: #eee;
  letter-spacing: -.48px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.authentication-description-text {
  color: #bbb;
  letter-spacing: -.56px;
  font-size: 14px;
  line-height: 20px;
}

.authentication-description-text.reset-password {
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.authentication-form-wrap {
  text-align: left;
}

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

.authentication-single-form {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.authentication-text-field {
  color: #eee;
  letter-spacing: -.64px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 24px;
  display: inline-block;
}

.authentication-input-field {
  color: #999;
  letter-spacing: -.56px;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.authentication-input-field::placeholder {
  color: #999;
}

.sign-in-single-field-wrap {
  position: relative;
}

.sign-in-single-field-wrap.flex {
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.sign-in-checkbox-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.sign-in-checkbox {
  background-color: #fff0;
  border: 1px solid #bbb;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.sign-in-checkbox.w--redirected-checked {
  background-color: #8a99f1;
  border: 1px solid #8a99f1;
  border-radius: 100%;
}

.sign-in-checkbox.w--redirected-focus {
  box-shadow: none;
}

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

.sign-in-checkbox-label.size-mobile {
  color: #999;
  letter-spacing: -.56px;
  font-size: 14px;
  font-weight: 400;
}

.sign-in-checkbox-label-link {
  color: #eee;
}

.authentication-submit-button-text {
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.authentication-text-block {
  color: #999;
  font-size: 14px;
}

.authentication-text-link {
  color: #eee;
}

.authentication-single-text-link {
  color: #999;
  letter-spacing: .56px;
  font-size: 14px;
}

.download-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.download-single {
  text-align: center;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 32px;
}

.download-icon {
  margin-bottom: 20px;
}

.download-title-description {
  margin-bottom: 40px;
}

.download-title {
  color: #eee;
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 50px;
}

.download-description {
  color: #bbb;
  letter-spacing: -.64px;
  line-height: 20px;
}

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

.integartion-grid {
  grid-column-gap: 68px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integartion-single {
  grid-row-gap: 42px;
  background-color: #ffffff14;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.integartion-link-block {
  grid-column-gap: 10px;
  color: #eee;
  letter-spacing: -.64px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.integartion-link-block-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.integartion-details-content {
  grid-row-gap: 180px;
  flex-flow: column;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integartion-details-top-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 496px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.integartion-details-logo-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
}

.integartion-details-logo-single {
  background-color: #eff4ff14;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 240px;
  display: flex;
}

.integartion-logo-details {
  width: 100%;
  max-width: 110px;
}

.integartion-details-pluse-icon-wrap {
  background-color: #6e82ef;
  border: 1px solid #999;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
}

.integartion-details-rich-content h2 {
  color: #eee;
  letter-spacing: -1.8px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 400;
  line-height: 46px;
}

.integartion-details-rich-content p {
  color: #eee;
  letter-spacing: -.64px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}

.integartion-details-rich-content ul {
  grid-row-gap: 5px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.integartion-details-rich-content li {
  color: #eee;
  letter-spacing: -.64px;
  line-height: 26px;
}

.style-guide-color-palette-wrapper {
  grid-row-gap: 35px;
  flex-flow: column;
  display: flex;
}

.style-guide-wrapper {
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.style-guide-single-wrapper {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 48px;
}

.style-guide-title-wrapper {
  margin-bottom: 60px;
}

.style-guide-number {
  color: #eee;
  letter-spacing: -.24px;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
}

.style-guide-name {
  color: #eee;
  letter-spacing: -.24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.style-guide-single-name {
  color: #eee;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.style-guide-top-color-palette-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.color-palette-top {
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 12px;
  display: flex;
}

.color-palette-top.one {
  background-color: #6e82ef;
}

.color-palette-top.two {
  background-color: #f5f6ff;
}

.color-palette-top-name {
  color: #f6f5fd;
  margin-bottom: 3px;
  font-size: 14px;
}

.color-palette-top-name.black-color {
  color: #000;
}

.color-palette-code {
  color: #f6f5fd;
  font-size: 14px;
}

.color-palette-code.black-color {
  color: #000;
}

.neutral-color-palette {
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.neutral-color-palette-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.neutral-color-palette-grid.five-colums {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.neutral-color-palette-box {
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 12px;
  display: flex;
}

.neutral-color-palette-box.one {
  background-color: #000;
}

.neutral-color-palette-box.two {
  background-color: #151515;
}

.neutral-color-palette-box.three {
  background-color: #333;
}

.neutral-color-palette-box.four {
  background-color: #494949;
}

.neutral-color-palette-box.five {
  background-color: #666;
}

.neutral-color-palette-box.six {
  background-color: gray;
}

.neutral-color-palette-box.seven {
  color: #999;
  background-color: #999;
}

.neutral-color-palette-box.eight {
  color: #bbb;
  background-color: #bbb;
}

.neutral-color-palette-box.nine {
  color: #ddd;
  background-color: #ddd;
}

.neutral-color-palette-box.ten {
  background-color: #eee;
}

.neutral-color-palette-box.eleven {
  background-color: #fff;
}

.typography-wrap.sg {
  margin-bottom: 40px;
}

.sg-inner-title {
  color: #bbb;
  letter-spacing: -.64px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.typography-details-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sg-inner-title-divider {
  background-color: #666;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.sg-headings-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.sg-colors-wrap.mb-40 {
  margin-bottom: 70px;
}

.paragraph-style-1 {
  color: #eee;
  letter-spacing: -.64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.typography-details {
  color: #bbb;
  letter-spacing: -.48px;
  word-break: break-all;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-style-2 {
  color: #eee;
  letter-spacing: -.56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.typography-title {
  color: #fff;
  letter-spacing: -1.92px;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
}

.typography-title.license {
  color: #8a99f1;
}

.style-guide-button-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-changelog-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.89fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-date-wrap {
  color: #eee;
  letter-spacing: -.4px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.single-changelog-content-wrap {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 36px 48px;
}

.changelog-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-grid-right-wrap {
  padding-bottom: 80px;
  padding-left: 65px;
}

.changelog-grid-right-wrap.last {
  padding-bottom: 0;
}

.changelog-circle {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -46px -54px auto auto;
}

.changelog-grid-left-wrap {
  border-right: 3px solid #ffffff4d;
  position: relative;
}

.changelog-title {
  color: #eee;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.changelog-list {
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  max-width: 496px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.changelog-list-item {
  grid-column-gap: 12px;
  display: flex;
}

.changelog-list-item-circle {
  background-color: #bbb;
  border-radius: 100%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-top: 10px;
}

.changelog-list-item-text {
  color: #bbb;
  letter-spacing: -.72px;
  width: 100%;
  max-width: 469px;
  font-size: 18px;
  line-height: 28px;
}

.license-title-wrap {
  max-width: 528px;
  margin-bottom: 55px;
}

.license-title {
  color: #eee;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.license-details {
  color: #bbb;
  letter-spacing: -.64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.licence-image-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
}

.license-details-link {
  color: #bbb;
}

.licence-wrapper {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.single-typography-box {
  background-color: #ffffff14;
  border: 1px solid #666;
  border-radius: 12px;
  padding: 40px;
}

.protected-password-content {
  z-index: 2;
  text-align: center;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  position: relative;
}

.protected-password-image-wrapper {
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 112px;
  height: 112px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.protected-password-title-description {
  margin-bottom: 70px;
}

.protected-password-title {
  color: #eee;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.protected-password-description-text {
  color: #bbb;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.protected-password-input-text {
  display: none;
}

.protected-password-input {
  color: #bbb;
  letter-spacing: -.56px;
  -webkit-text-stroke-color: #666;
  background-color: #ffffff14;
  border: 1px solid #666;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 14px;
}

.protected-password-input::placeholder {
  color: #bbb;
}

.protected-password-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.not-found-content {
  position: relative;
}

.not-found-image-wrapper {
  z-index: 2;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.not-found-image {
  width: 100%;
  max-width: 723px;
}

.not-found-typography {
  z-index: 2;
  text-align: center;
  position: relative;
}

.not-found-description {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff6, #fff 50%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}

.not-found-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-content {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
}

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

.contact-us-form-wrap {
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.contact-us-form-flex {
  grid-column-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-us-form-single {
  width: 100%;
}

.contact-us-form-text-field {
  color: #eee;
  letter-spacing: -.64px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.contact-us-form-input-field {
  color: #bbb;
  letter-spacing: -.56px;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.contact-us-form-input-field::placeholder {
  color: #bbb;
}

.message-input {
  color: #bbb;
  letter-spacing: -.56px;
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 205px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
}

.message-input::placeholder {
  color: #bbb;
}

.contact-us-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.pricing-banner-content {
  z-index: 2;
  position: relative;
}

.pricing-banner-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.pricing-banner-title-wrapper.pricing-details {
  margin-bottom: 80px;
}

.pricing-tab-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.pricing-tab-link {
  grid-column-gap: 8px;
  color: #bbb;
  letter-spacing: -.64px;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 0 30px 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-tab-link.w--current {
  color: #eee;
  background-color: #fff0;
}

.pricing-tab-link-shape {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.offer-price {
  color: #ff1414;
  background-color: #fff;
  border-radius: 100px;
  padding: 6px 8px;
  font-size: 12px;
  line-height: 100%;
}

.compare-plan-section-title-wrapper {
  text-align: center;
  margin-bottom: 75px;
}

.compare-plan-table {
  background-color: #0e0e0e;
  padding: 48px;
}

.compare-plan-table-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
  display: flex;
}

.compare-plan-table-title-wrapper {
  width: 100%;
  max-width: 288px;
}

.compare-plan-table-pricing-content {
  width: 100%;
  max-width: 888px;
}

.compare-plan-table-header-title {
  color: #eee;
  letter-spacing: -.48px;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.compare-plan-table-pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.compare-plan-table-pricing-single {
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.compare-plan-table-pricing-name {
  color: #f5f6ff;
  letter-spacing: -.48px;
  font-size: 24px;
}

.compare-plan-table-pricing-name.popular {
  color: #97a5f7;
}

.compare-plan-table-content {
  border-bottom: 1px solid #494949;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
  display: flex;
}

.compare-plan-table-header-single-title {
  color: #ddd;
  letter-spacing: -.72px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.compare-plan-table-pricing-single-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.compare-plan-table-pricing-text {
  color: #ddd;
  letter-spacing: -.72px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
}

.pricing-details-content {
  grid-row-gap: 75px;
  flex-flow: column;
  width: 100%;
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-details-top-content {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.pricing-details-left-content {
  width: 100%;
  max-width: 405px;
}

.pricing-details-name-description {
  margin-bottom: 55px;
}

.pricing-details-name {
  color: #eee;
  letter-spacing: -3.2px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.pricing-details-description-text {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.pricing-details-right-content {
  width: 100%;
  max-width: 454px;
}

.pricing-details-text-description {
  border-bottom: 1px solid #999;
  margin-bottom: 35px;
  padding-bottom: 40px;
}

.pricing-details-text {
  color: #eee;
  letter-spacing: -.24px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
}

.pricing-details-description {
  color: #999;
  letter-spacing: -.64px;
  font-size: 16px;
}

.pricing-details-price-text-wrap {
  margin-bottom: 25px;
  display: flex;
}

.pricing-details-price {
  color: #eee;
  letter-spacing: -1.92px;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.pricing-details-add-to-cart-text {
  color: #eee;
  letter-spacing: -.64px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}

.pricing-details-add-to-cart-select {
  color: #bbb;
  letter-spacing: -.64px;
  background-color: #fff0;
  border: 1px #000;
  height: 60px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
}

.pricing-details-add-to-cart-select-wrap {
  background-color: #2f2f2f;
  border: 1px solid #fff3;
  border-radius: 8px;
  margin-bottom: 22px;
  padding-right: 16px;
  overflow: hidden;
}

.pricing-details-add-to-cart-quantity {
  color: #bbb;
  background-color: #ffffff14;
  border-color: #fff3;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.pricing-details-button-wrapper {
  margin-top: 40px;
}

.pricing-details-bottom-content {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-details-rich-content h2 {
  color: #eee;
  letter-spacing: -.72px;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.pricing-details-rich-content p {
  color: #bbb;
  letter-spacing: -.64px;
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 26px;
}

.pricing-details-rich-content ul {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.pricing-details-rich-content li {
  color: #bbb;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.preview-navbar {
  background-color: #8a99f117;
  border-bottom: 1px solid #fff3;
  position: fixed;
  inset: 0% 0% auto;
}

.preview-banner-title {
  letter-spacing: -2.56px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff6, #fff 50%, #fff6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 28px;
  font-weight: 400;
  line-height: 64px;
}

.preview-banner-description-text {
  color: #bbb;
  letter-spacing: -.72px;
  font-size: 18px;
  line-height: 28px;
}

.preview-banner-title-description {
  margin-bottom: 40px;
}

.preview-banner-button-wrapper {
  grid-column-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-banner-typography-content {
  text-align: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.preview-banner-image-wrapper {
  background-image: url('../images/Preview-Banner-Image-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  padding-top: 87px;
  padding-left: 38px;
  padding-right: 37px;
  display: flex;
}

.preview-banner-left-image-wrapper {
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.preview-banner-image {
  width: 100%;
}

.preview-banner-right-image-wrapper {
  width: 100%;
  max-width: 637px;
}

.including-section-title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}

.including-section-title-single {
  width: 100%;
  max-width: 465px;
  margin-left: auto;
  margin-right: auto;
}

.including-section-title-single.main-page {
  max-width: 370px;
}

.including-content {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.including-flex-wrapper {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.including-card-one {
  background-image: url('../images/Including-Card-Bg-One.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 766px;
  min-height: 549px;
  padding-top: 110px;
  padding-left: 45px;
  position: relative;
}

.including-card-title-description {
  width: 100%;
  max-width: 260px;
}

.including-card-title {
  color: #fff;
  letter-spacing: -.72px;
  margin-bottom: 13px;
  font-size: 36px;
  line-height: 46px;
}

.including-card-title.multiple-inner {
  max-width: 200px;
}

.including-card-description-text {
  color: #ddd;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.including-card-description-text.multiple-inner {
  width: 100%;
  max-width: 180px;
}

.including-card-image {
  width: 100%;
  max-width: 352px;
  position: absolute;
  inset: auto 61px 0% auto;
}

.including-card-two {
  background-image: url('../images/Including-Card-Two-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 506px;
  padding-top: 66px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.including-cards-image-wrap {
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 270px;
  display: flex;
  position: absolute;
  inset: -57px 46px auto auto;
  transform: rotate(25.48deg);
}

.including-cards-image {
  width: 100%;
}

.multiple-inner-pages {
  background-image: url('../images/Multiple-Inner-Pages-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 766px;
  min-height: 410px;
  padding-bottom: 65px;
  padding-left: 45px;
  display: flex;
  position: relative;
}

.multiple-inner-page-image {
  z-index: 2;
  width: 100%;
  max-width: 274px;
  position: absolute;
  inset: auto 162px 0% auto;
}

.multiple-inner-page-image-two {
  width: 100%;
  max-width: 274px;
  position: absolute;
  inset: auto 25px 0% auto;
}

.preview-figma-file-wrapper {
  background-image: url('../images/Preview-Figma-File-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  max-width: 506px;
  padding: 40px 45px;
}

.preview-figma-icon-wrapper {
  width: 100%;
  max-width: 61px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.preview-figma-icon {
  width: 100%;
}

.preview-figma-file-title-description {
  text-align: center;
  margin-bottom: 20px;
}

.preview-figma-file-title {
  color: #fff;
  margin-bottom: 14px;
  font-size: 36px;
}

.preview-figma-file-description {
  color: #ffffffb3;
  letter-spacing: -.64px;
  font-size: 16px;
  line-height: 20px;
}

.preview-figma-file-button-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-demo-tag-wrapper {
  background-image: linear-gradient(90deg, #fff0, #fff3 50%, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  padding-top: 37px;
  padding-bottom: 37px;
  display: flex;
}

.preview-demo-tag {
  color: #ddd;
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.preview-main-link {
  background-image: url('../images/Preview-Main-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px;
  transition: all .45s;
  display: flex;
}

.preview-main-link:hover {
  transform: scale(.9);
}

.preview-main-image {
  width: 100%;
  max-width: 864px;
}

.preview-demo-tag-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.single-preview-demo-link {
  z-index: 1;
  text-align: center;
  background-image: url('../images/Single-Preview-Demo-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 16px 17px 24px 16px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
  overflow: hidden;
}

.single-preview-demo-link:hover {
  transform: scale(.9);
}

.preview-demo-image-wrap {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.preview-demo-image {
  width: 100%;
}

.preview-demo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-demo-tag-wrap {
  display: inline-block;
}

.preview-demo-overlay {
  z-index: -1;
  background-image: linear-gradient(130deg, #0040c1, #6475f6);
  position: absolute;
  inset: 0%;
  transform: translate(0, -100%);
}

.single-preview-demo-wrap {
  width: 100%;
  max-width: 856px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.single-preview-demo-grid, .preview-authentication-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.preview-authentication-single {
  z-index: 1;
  text-align: center;
  background-image: url('../images/Preview-Authentication-Bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 16px 16px 24px;
  text-decoration: none;
  transition: all .45s;
  position: relative;
  overflow: hidden;
}

.preview-authentication-single:hover {
  transform: scale(.9);
}

.preview-footer-top-content {
  background-image: url('../images/Preview-Footer-Top-Content-Bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 240px;
  position: relative;
}

.preview-footer-typography {
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.preview-footer-logo-link {
  margin-bottom: 65px;
}

.preview-footer-title-description-text {
  margin-bottom: 80px;
}

.preview-footer-title {
  color: #fff;
  letter-spacing: -3.2px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}

.preview-footer-description-text {
  color: #bbb;
  letter-spacing: -.72px;
  width: 100%;
  max-width: 633px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.preview-footer-button-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-footer-details-wrap {
  text-align: center;
  background-image: url('../images/Preview-Footer-Details-Bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.preview-footer-details-text {
  color: #999;
  letter-spacing: -.56px;
  font-size: 14px;
  display: inline-block;
}

.preview-footer-details-text-link {
  color: #999;
}

.checkout-section {
  z-index: 2;
  background-color: #f5f5f500;
  padding: 0 0 160px;
  position: relative;
}

.checkout-sticky {
  top: 140px;
}

.checkout-header {
  background-color: #ffffff14;
  border-color: #fff3;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.checkout-content {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
}

.checkout-input-field {
  background-color: #ffffff14;
  border-color: #fff3;
  border-radius: 8px;
  height: 48px;
}

.checkout-title {
  letter-spacing: -.96px;
  font-size: 32px;
  line-height: 42px;
}

.team-members-details-content {
  background-color: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 8px;
  padding: 64px;
  position: relative;
}

.team-members-details-flex {
  z-index: 2;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.team-members-details-typography {
  width: 100%;
  max-width: 640px;
}

.team-members-details-name-bio-wrap {
  border-bottom: 1px solid #999;
  margin-bottom: 40px;
  padding-bottom: 45px;
}

.team-members-details-name {
  color: #eee;
  letter-spacing: -3.2px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  display: inline-block;
}

.team-members-details-bio-text {
  color: #bbb;
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.team-members-rich-content-wrap {
  width: 100%;
  max-width: 636px;
}

.team-members-rich-content p {
  color: #bbb;
  letter-spacing: -.64px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
}

.team-members-image-social-media {
  width: 100%;
  max-width: 306px;
}

.team-members-image {
  border-radius: 100%;
  width: 100%;
  margin-bottom: 35px;
}

.team-members-details-circle {
  filter: blur(120px);
  background-color: #778bff4d;
  border-radius: 100%;
  width: 100%;
  max-width: 500px;
  height: 500px;
  position: absolute;
  inset: -33px -25px auto auto;
}

.preview-footer-elements {
  width: 100%;
  max-width: 546px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 342px 0 auto;
}

.our-achievements-sticky {
  position: sticky;
  top: 140px;
}

.section-line-wrapper {
  perspective: 1101px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  transform: perspective(1064px);
}

.section-line.normal {
  flex: none;
  width: 100%;
}

.section-line.active {
  flex: none;
  max-width: none;
}

.section-line-active {
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.preview-banner-line {
  display: inline-block;
  position: absolute;
  inset: -109px auto auto -20px;
}

.preview-footer-line {
  position: absolute;
  inset: -150px auto auto -20px;
}

.home-banner-line {
  position: absolute;
  inset: auto auto -140px 65px;
}

.streamline-your-finances-line {
  position: absolute;
  inset: auto auto -105px 290px;
}

.pricing-section-line {
  position: absolute;
  inset: -120px auto auto 300px;
}

.blog-button-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.cta-section-line {
  position: absolute;
  inset: -145px auto auto 0%;
}

.features-banner-line {
  position: absolute;
  inset: -115px auto auto 0%;
}

.pricing-banner-line {
  position: absolute;
  inset: -115px auto auto 300px;
}

.our-achievements-active-line-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 28px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -11.5px;
}

.our-achievements-active-line {
  height: 100%;
}

.our-achievements-active-circle {
  filter: blur(15px);
  background-color: #fff6;
  border-radius: 100%;
  width: 41px;
  height: 41px;
  margin-top: -31px;
}

.cart-wrapper {
  background-color: #0a0a0a4d;
}

.cart-div {
  margin-left: 0;
  margin-right: 0;
}

.cart-list {
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cart-footer {
  background-color: #778bff17;
  border-top-style: none;
  border-radius: 10px;
  margin: 10px 30px;
  padding: 30px 20px 20px;
}

.cart-footer-title {
  color: #eee;
  font-size: 24px;
  line-height: 34px;
}

.cart-container {
  background-color: #1d1d1d;
  min-width: 550px;
  max-width: 550px;
}

.cart-remove-button {
  background-color: #fff;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.cart-quantity-2 {
  display: none;
}

.cart-name {
  color: #eee;
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.navbar-cart-button {
  background-color: #fff0;
  padding: 0;
}

.cart-header-title {
  color: #eee;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
}

.cart-header {
  border-bottom-style: none;
  padding: 30px;
}

.cart-packe {
  color: #bbb;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.cart-close-button {
  cursor: pointer;
  background-color: #f3f3f4;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-item {
  background-color: #778bff17;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.cart-quantity {
  color: #fff;
  background-color: #4e65e3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: -5px -8px auto auto;
}

.cart-price {
  color: #bbb;
  letter-spacing: -.6px;
  font-size: 18px;
  font-weight: 400;
}

.cart-footer-price {
  color: #bbb;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.cart-image {
  display: none;
}

.navbar-shape {
  background-color: #16171f;
  position: absolute;
  inset: 0%;
}

.license-details-wrap {
  max-width: 609px;
  margin-left: auto;
  margin-right: auto;
}

.license-detail-wrap {
  max-width: 660px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.license-detail {
  color: #bbb;
}

.quick-stack {
  padding-left: 0;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.image, .image-2, .image-3 {
  width: 75px;
  height: 75px;
}

.image-4 {
  width: 75px;
}

@media screen and (min-width: 1440px) {
  .navbar-left-content {
    grid-column-gap: 64px;
  }

  .banner-card-one {
    max-width: 401px;
  }

  .banner-card-two {
    max-width: 402px;
  }

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

  .simplify-financial-onboarding-hand-img {
    max-width: 704px;
  }

  .cta-card-img-one {
    max-width: 401px;
  }

  .cta-card-img-two {
    max-width: 403px;
  }

  .innovative-tools-shape {
    max-width: 464px;
  }

  .pricing-single {
    padding: 45px 30px 45px 34px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-link {
    color: #b6b6b6;
    padding-left: 30px;
    padding-right: 29px;
  }

  .testimonial-wrapper {
    max-width: 1615px;
    padding-left: 15px;
  }

  .pricing-features-list-item {
    grid-column-gap: 22px;
  }

  .pricing-features-list-item-text {
    font-size: 18px;
    line-height: 28px;
  }

  .home-banner-line {
    bottom: -110px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
    line-height: 68px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu {
    background-color: #151515;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
  }

  .nav-menu-link {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
  }

  .nav-menu-link:hover {
    border-bottom-style: none;
  }

  .primary-button.secondary.download {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button.pricing {
    padding: 16px 25px;
  }

  .primary-button.download {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .primary-button-wrapper.desktop {
    display: none;
  }

  .primary-button-wrapper.mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section.banner {
    padding-bottom: 225px;
  }

  .section.company-section {
    padding-bottom: 100px;
  }

  .section.simplify-financial-onboarding {
    padding-top: 0;
  }

  .section.cta {
    background-position: 50% 100%;
    padding-top: 50px;
    padding-bottom: 100px;
  }

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

  .section.blog.related {
    padding-top: 80px;
  }

  .section.faq {
    z-index: 0;
    padding-top: 170px;
  }

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

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

  .section.testimonial.padding-bottom {
    padding-bottom: 150px;
  }

  .section.streamline-your-finances {
    padding-top: 100px;
  }

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

  .section.pricing-section {
    padding-top: 180px;
  }

  .section.about-main-section {
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .section.our-team {
    padding-top: 100px;
  }

  .section.features-banner {
    padding-top: 220px;
    padding-bottom: 120px;
  }

  .section.inner-banner {
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .section.blog-details {
    padding-top: 180px;
  }

  .section.download, .section.integartion {
    padding-bottom: 100px;
  }

  .section.integartion-details {
    padding-bottom: 80px;
  }

  .section.style-guide, .section.changelog, .section.license {
    padding-bottom: 100px;
  }

  .section.protected-password {
    padding-bottom: 90px;
  }

  .section.not-found, .section.contact-us {
    padding-bottom: 100px;
  }

  .section.pricing-banner {
    padding-top: 240px;
    padding-bottom: 100px;
  }

  .section.compare-plan {
    padding-bottom: 110px;
  }

  .section.preview-banner {
    padding-top: 240px;
  }

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

  .section.demo-section {
    padding-bottom: 100px;
  }

  .section.team-members-details {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section.blog-categories-section {
    padding-bottom: 100px;
  }

  .container.checkout {
    flex-flow: column;
  }

  .preview-banner-typography {
    max-width: 700px;
  }

  .section-subtitle-wrapper {
    margin-bottom: 15px;
  }

  .banner-title-description {
    margin-bottom: 20px;
  }

  .banner-title {
    margin-bottom: 15px;
    font-size: 72px;
    line-height: 82px;
  }

  .banner-card-one, .banner-card-two {
    display: none;
  }

  .company-section-title-wrapper {
    margin-bottom: 50px;
  }

  .single-sponsor-img {
    margin-right: 40px;
  }

  .footer-top-content {
    grid-column-gap: 25px;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

  .footer-details-form-wrapper {
    margin-bottom: 25px;
  }

  .footer-details-form-text {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .footer-details-text-field {
    padding-left: 20px;
  }

  .footer-social-media-link {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 15px;
    max-width: 335px;
  }

  .footer-bottom-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .simplify-financial-onboarding-top-content {
    margin-bottom: 50px;
  }

  .simplify-financial-onboarding-section-title-button-wrapper {
    text-align: center;
    max-width: 100%;
  }

  .simplify-financial-onboarding-section-title-button-wrapper.mb85 {
    margin-bottom: 50px;
  }

  .simplify-financial-onboarding-section-title {
    letter-spacing: -2px;
    margin-bottom: 25px;
    font-size: 48px;
    line-height: 58px;
  }

  .simplify-financial-onboarding-hand-img {
    display: none;
  }

  .simplify-financial-onboarding-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    display: grid;
  }

  .simplify-financial-onboarding-content.main {
    padding-left: 0;
  }

  .simplify-financial-card {
    pointer-events: auto;
    background-color: #ffffff14;
    border: 1px solid #fff3;
    border-radius: 8px;
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .simplify-financial-card._2nd, .simplify-financial-card._3rd {
    margin-top: 0;
  }

  .simplify-financial-card._4th {
    min-height: 100%;
    margin-top: 0;
  }

  .simplify-financial-card.main._1st, .simplify-financial-card.main._2nd, .simplify-financial-card.main._3rd {
    min-height: 100%;
  }

  .simplify-financial-card.main._4th {
    min-height: auto;
  }

  .simplify-financial-card-line {
    display: none;
  }

  .simplify-financial-card-description-text {
    line-height: 26px;
  }

  .simplify-financial-onboarding-line {
    display: none;
  }

  .cta-title {
    letter-spacing: -2px;
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 62px;
  }

  .cta-title-description {
    margin-bottom: 30px;
  }

  .cta-card-img-one, .cta-card-img-two {
    display: none;
  }

  .cta-circel {
    max-width: 300px;
    height: 300px;
    top: 52px;
  }

  .cta-elements {
    display: none;
  }

  .blog-section-title-wrapper {
    margin-bottom: 50px;
  }

  .section-title, .section-title.streamline-your-finances {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.our-achievements {
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-size: 48px;
    line-height: 58px;
  }

  .blog-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image-link {
    width: 100%;
  }

  .blog-typography {
    min-height: auto;
    padding: 20px;
  }

  .blog-categories-date-wrap {
    margin-bottom: 15px;
  }

  .blog-post-description-text {
    line-height: 26px;
  }

  .section-circle {
    filter: blur(90px);
    max-width: 350px;
    height: 350px;
    top: 167px;
  }

  .section-circle.pricing {
    top: 184px;
  }

  .section-elements {
    display: none;
  }

  .faq-section-title-wrapper {
    margin-bottom: 50px;
  }

  .faq-section-title {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 58px;
  }

  .faq-content {
    flex-flow: column;
  }

  .faq-image-wrapper {
    order: 1;
    display: none;
    position: static;
  }

  .faq-answer {
    max-width: 100%;
  }

  .faq-question {
    font-size: 22px;
    line-height: 32px;
  }

  .single-faq-accordion-wrap {
    padding: 25px;
  }

  .faq-icon {
    font-size: 16px;
  }

  .testimonial-section-title-wrapper {
    text-align: center;
    margin-bottom: 50px;
  }

  .section-title-wrap.left.responsive-center {
    justify-content: center;
    align-items: center;
  }

  .section-title-wrap.mg-bottom-40px {
    margin-bottom: 25px;
  }

  .testimonial-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-slider {
    z-index: 9;
  }

  .testimonial-slide {
    margin-right: 20px;
  }

  .testimonial-single {
    padding: 20px;
  }

  .testimonial-rating-star-wrapper {
    margin-bottom: 15px;
  }

  .testimonial-author-wrapper {
    padding-top: 20px;
  }

  .testimonial-slider-arrow {
    inset: auto 0 -70px 0%;
  }

  .testimonial-slider-arrow.left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 40px;
  }

  .testimonial-slider-arrow.right {
    margin-left: auto;
    margin-right: auto;
    left: 40px;
    right: 0;
  }

  .slide-arrow-line {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 -78px;
  }

  .testimonial-circel {
    filter: blur(90px);
    max-width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 111px;
    left: 0;
    right: 0;
  }

  .testimonial-elements {
    display: none;
  }

  .simplify-financial-circle {
    filter: blur(90px);
    max-width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
  }

  .simplify-financial-elements {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 0;
    left: 0;
    right: 0;
  }

  .streamline-your-finances-section-title-wrapper {
    margin-bottom: 50px;
  }

  .streamline-your-finances-content {
    z-index: 3;
  }

  .streamline-finances-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .streamline-finances-single.one {
    min-height: 515px;
    padding-top: 40px;
  }

  .streamline-finances-single.two {
    min-height: 500px;
    padding-top: 40px;
  }

  .streamline-finances-title-description {
    max-width: 100%;
    padding-left: 30px;
  }

  .streamline-finances-title {
    margin-bottom: 10px;
  }

  .streamline-finances-card-image {
    max-width: 400px;
  }

  .streamline-income-img {
    top: 160px;
    left: 80px;
  }

  .finances-cards-image {
    max-width: 460px;
  }

  .streamline-finances-bottom-content {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .innovative-tools-card {
    max-width: 100%;
  }

  .innovative-tools-shape {
    max-width: 380px;
  }

  .innovative-tools-icon._1 {
    top: 95px;
    left: 220px;
  }

  .innovative-tools-icon._2 {
    top: 60px;
    left: 48px;
  }

  .innovative-tools-icon._3 {
    top: 133px;
    left: 126px;
  }

  .innovative-tools-icon._4 {
    bottom: 135px;
    left: 25px;
  }

  .innovative-tools-icon._5 {
    bottom: 138px;
    left: 318px;
  }

  .innovative-tools-title-description {
    max-width: 315px;
    top: 35px;
    right: 30px;
  }

  .innovative-tools-description {
    line-height: 26px;
  }

  .innovative-tools-app-card {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    min-height: 200px;
    display: flex;
  }

  .innovative-tools-app-icon {
    max-width: 100px;
    top: auto;
    bottom: auto;
  }

  .innovative-tools-app-title-button-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: 0;
    bottom: 0;
  }

  .innovative-tools-app-title {
    font-size: 38px;
    line-height: 48px;
  }

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

  .financial-management-cards-wrap {
    opacity: 1;
    border-right-style: none;
  }

  .financial-management-cards-wrap.left {
    border-left-style: none;
  }

  .financial-management-card-icon-wrap {
    margin-bottom: 20px;
  }

  .financial-management-card-description-text {
    line-height: 26px;
  }

  .financial-management-card-description-text._2nd {
    max-width: 100%;
  }

  .financial-management-cards.left, .financial-management-cards.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .financial-management-card-shape.mobile {
    display: inline-block;
  }

  .financial-management-card-shape.desktop {
    display: none;
  }

  .financial-management-mobile-image {
    order: 1;
  }

  .financial-white-circle, .financial-bule-circle {
    height: 240px;
    display: none;
  }

  .our-achievements-content {
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .our-achievements-section-title-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .our-achievements-icon-wrap {
    max-width: 150px;
  }

  .our-achievements-typography {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .our-achievements-typography-single {
    text-align: left;
  }

  .our-achievements-number {
    letter-spacing: -2px;
    margin-bottom: 15px;
    font-size: 70px;
    line-height: 100%;
  }

  .our-achievements-title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
  }

  .our-achievements-description {
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
  }

  .our-achievements-line {
    display: none;
  }

  .achievements-circle {
    filter: blur(90px);
    max-width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    top: 44px;
    left: 0;
    right: 0;
  }

  .achievements-elements {
    display: none;
  }

  .pricing-section-title-wrapper {
    margin-bottom: 50px;
  }

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

  .pricing-single {
    padding: 30px 20px;
  }

  .pricing-description-text {
    line-height: 26px;
  }

  .pricing-name-price {
    grid-column-gap: 5px;
    margin-bottom: 30px;
  }

  .pricing-price {
    font-size: 52px;
    line-height: 62px;
  }

  .pack-text {
    font-size: 16px;
  }

  .pricing-features.details {
    margin-bottom: 0;
  }

  .pricing-features-list {
    grid-row-gap: 15px;
    height: auto;
    min-height: 255px;
  }

  .pricing-features-list.details {
    min-height: auto;
  }

  .pricing-features-list-item {
    grid-column-gap: 10px;
  }

  .pricing-features-list-item-text {
    font-size: 16px;
    line-height: 26px;
  }

  .about-section-title-wrapper {
    text-align: center;
    margin-bottom: 60px;
  }

  .about-main-hand-image {
    display: none;
  }

  .about-circle {
    filter: blur(90px);
    max-width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0;
  }

  .about-elements-one, .about-elements-two, .about-progress-line {
    display: none;
  }

  .our-team-section-title-wrapper {
    margin-bottom: 50px;
  }

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

  .team-member-typography {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .team-member-name-bio-wrap {
    margin-bottom: 15px;
  }

  .team-member-social-media-link {
    max-width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .features-banner-typography {
    margin-bottom: 100px;
  }

  .features-elements {
    display: none;
  }

  .streamline-features-content {
    grid-row-gap: 40px;
  }

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

  .streamline-features-content-flex.one {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .streamline-features-content-flex.three {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .streamline-features-card {
    max-width: 100%;
  }

  .streamline-features-typography {
    text-align: center;
    order: -1;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .streamline-features-typography.two {
    max-width: 500px;
  }

  .streamline-features-title, .streamline-features-title-description {
    margin-bottom: 20px;
  }

  .streamline-features-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .streamline-features-list {
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
  }

  .streamline-features-list-item-text {
    font-size: 16px;
  }

  .features-innovative-tools-image {
    max-width: 400px;
  }

  .inner-banner-circle {
    filter: blur(90px);
    max-width: 300px;
    height: 300px;
  }

  .inner-banner-elements {
    display: none;
  }

  .main-blog-post-wrap {
    flex-flow: column;
    padding-left: 0;
  }

  .main-blog-post-typography {
    max-width: 100%;
    min-height: auto;
    padding: 20px;
  }

  .main-blog-post-image-link {
    order: -1;
    max-width: 100%;
  }

  .blog-description-text {
    margin-bottom: 15px;
  }

  .blog-categories-wrapper {
    margin-bottom: 50px;
  }

  .blog-categories-name-link {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-name-wrapper {
    margin-bottom: 30px;
    padding-left: 0;
  }

  .blog-details-name {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-details-author-wrapper {
    margin-bottom: 25px;
    padding-top: 25px;
  }

  .blog-details-rich-content h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content h3 {
    margin-bottom: 20px;
  }

  .related-blog-wrapper {
    grid-row-gap: 35px;
  }

  .authentication-grid {
    grid-template-columns: 1.1fr;
  }

  .authentication-typography {
    display: none;
  }

  .authentication-form-content {
    min-height: 100vh;
    overflow: auto;
  }

  .authentication-details {
    margin-bottom: 30px;
  }

  .authentication-description-text {
    line-height: 24px;
  }

  .authentication-single-form {
    grid-row-gap: 20px;
  }

  .authentication-submit-button-text {
    margin-top: 20px;
  }

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

  .download-single {
    padding: 25px 15px;
  }

  .download-title-description {
    margin-bottom: 20px;
  }

  .download-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .download-description {
    line-height: 26px;
  }

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

  .integartion-details-content {
    grid-row-gap: 60px;
  }

  .integartion-details-top-content {
    max-width: 420px;
  }

  .integartion-details-logo-single {
    min-height: 200px;
  }

  .integartion-details-logo {
    width: 100%;
    max-width: 80px;
  }

  .integartion-logo-details {
    max-width: 80px;
  }

  .integartion-details-rich-content h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .integartion-details-rich-content p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-wrapper {
    grid-row-gap: 24px;
  }

  .style-guide-single-wrapper {
    padding: 20px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 40px;
  }

  .style-guide-number {
    margin-bottom: 5px;
    font-weight: 500;
  }

  .style-guide-name {
    font-weight: 500;
  }

  .neutral-color-palette-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .neutral-color-palette-grid.five-colums {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .typography-wrap.sg {
    margin-bottom: 30px;
  }

  .sg-colors-wrap.mb-40 {
    margin-bottom: 20px;
  }

  .typography-details {
    font-size: 18px;
    line-height: 28px;
  }

  .typography-title {
    letter-spacing: -1px;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .typography-title.license {
    font-size: 36px;
    line-height: 46px;
  }

  .single-changelog-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .single-changelog-content-wrap {
    padding: 20px 15px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .changelog-circle {
    width: 16px;
    height: 16px;
    display: none;
    right: -8px;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

  .changelog-title {
    margin-bottom: 10px;
  }

  .changelog-list {
    grid-row-gap: 10px;
    max-width: 100%;
  }

  .changelog-list-item-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

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

  .license-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 42px;
  }

  .license-details {
    line-height: 26px;
  }

  .licence-image-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .single-typography-box {
    padding: 30px;
  }

  .protected-password-content {
    max-width: 600px;
    padding: 30px;
  }

  .protected-password-title-description {
    margin-bottom: 30px;
  }

  .protected-password-title {
    margin-bottom: 10px;
  }

  .protected-password-description-text {
    line-height: 26px;
  }

  .not-found-image-wrapper {
    margin-bottom: 30px;
  }

  .not-found-image {
    max-width: 400px;
  }

  .not-found-description {
    font-size: 20px;
    line-height: 30px;
  }

  .contact-us-content {
    max-width: 700px;
    padding: 30px;
  }

  .contact-us-form-wrap {
    grid-row-gap: 25px;
  }

  .pricing-banner-title-wrapper {
    margin-bottom: 40px;
  }

  .pricing-banner-title-wrapper.pricing-details, .pricing-tab-menu, .compare-plan-section-title-wrapper {
    margin-bottom: 50px;
  }

  .compare-plan-table {
    width: 920px;
    padding: 30px;
  }

  .compare-plan-table-header {
    margin-bottom: 30px;
  }

  .compare-plan-table-title-wrapper {
    max-width: 250px;
  }

  .compare-plan-table-content {
    min-height: 58px;
  }

  .compare-plan-table-pricing-icon {
    width: 100%;
    max-width: 20px;
  }

  .pricing-details-content {
    grid-row-gap: 50px;
    max-width: 100%;
  }

  .pricing-details-top-content {
    grid-row-gap: 30px;
    flex-flow: column;
    padding: 30px;
  }

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

  .pricing-details-name-description {
    margin-bottom: 30px;
  }

  .pricing-details-name {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 58px;
  }

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

  .pricing-details-text-description {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .pricing-details-price {
    font-size: 48px;
    line-height: 58px;
  }

  .pricing-details-add-to-cart-select, .pricing-details-add-to-cart-quantity {
    height: 48px;
  }

  .pricing-details-button-wrapper {
    margin-top: 20px;
  }

  .pricing-details-bottom-content {
    max-width: 100%;
  }

  .pricing-details-rich-content h2 {
    letter-spacing: -.5px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }

  .pricing-details-rich-content ul {
    margin-bottom: 30px;
  }

  .pricing-details-rich-content li {
    line-height: 26px;
  }

  .preview-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-banner-title {
    margin-bottom: 15px;
    font-size: 52px;
    line-height: 62px;
  }

  .preview-banner-description-text {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-title-description {
    margin-bottom: 25px;
  }

  .preview-banner-typography-content {
    margin-bottom: 50px;
  }

  .preview-banner-image-wrapper {
    grid-column-gap: 15px;
    align-items: flex-end;
    width: 100%;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .preview-banner-left-image-wrapper {
    grid-row-gap: 20px;
    max-width: 310px;
  }

  .preview-banner-right-image-wrapper {
    max-width: 350px;
  }

  .including-section-title-wrapper {
    margin-bottom: 50px;
  }

  .including-section-title-single, .including-section-title-single.main-page {
    max-width: 100%;
  }

  .including-flex-wrapper {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .including-card-one {
    max-width: 100%;
    padding-top: 60px;
    padding-left: 30px;
  }

  .including-card-description-text, .including-card-description-text.multiple-inner {
    line-height: 26px;
  }

  .including-card-image {
    right: 30px;
  }

  .including-card-two {
    max-width: 100%;
    min-height: 400px;
  }

  .including-cards-image-wrap {
    top: -100px;
    right: 160px;
    transform: rotate(20deg);
  }

  .multiple-inner-pages, .preview-figma-file-wrapper {
    max-width: 100%;
  }

  .preview-figma-icon-wrapper {
    margin-bottom: 25px;
  }

  .preview-figma-file-title-description {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-figma-file-description {
    line-height: 26px;
  }

  .preview-demo-tag-wrapper {
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-demo-tag {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }

  .preview-main-link {
    padding: 25px 25px 0;
  }

  .single-preview-demo-link {
    padding-bottom: 20px;
  }

  .preview-demo-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .single-preview-demo-wrap {
    max-width: 100%;
    margin-top: 24px;
  }

  .preview-footer-top-content {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .preview-footer-logo-link, .preview-footer-title-description-text {
    margin-bottom: 30px;
  }

  .preview-footer-title {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 58px;
  }

  .preview-footer-description-text {
    letter-spacing: -.5px;
    max-width: 600px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-footer-details-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .checkout-section {
    padding-bottom: 90px;
  }

  .checkout-sticky {
    flex-basis: 0;
    order: -1;
    width: 100%;
    position: static;
  }

  .team-members-details-content {
    padding: 30px;
  }

  .team-members-details-flex {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .team-members-details-typography {
    max-width: 100%;
  }

  .team-members-details-name-bio-wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .team-members-details-name {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .team-members-details-bio-text {
    font-size: 18px;
  }

  .team-members-rich-content p {
    line-height: 26px;
  }

  .team-members-image-social-media {
    order: -1;
    max-width: 250px;
  }

  .team-members-image {
    margin-bottom: 20px;
  }

  .team-members-details-circle {
    filter: blur(90px);
    max-width: 300px;
    height: 300px;
    inset: auto 0% 0% auto;
  }

  .preview-footer-elements {
    display: none;
  }

  .our-achievements-sticky {
    width: 100%;
    position: static;
  }

  .preview-banner-line {
    top: -100px;
    left: 0;
  }

  .preview-footer-line {
    top: -90px;
    left: 60px;
  }

  .home-banner-line {
    bottom: -130px;
  }

  .streamline-your-finances-line {
    bottom: -98px;
    left: 100px;
  }

  .pricing-section-line {
    left: 100px;
  }

  .cta-section-line {
    top: -100px;
    left: 20px;
  }

  .features-banner-line {
    top: -100px;
    left: 50px;
  }

  .pricing-banner-line {
    top: -100px;
    left: 100px;
  }

  .menu-button {
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .checkout-div {
    width: 100%;
    margin-right: 0;
  }

  .compare-plan-main {
    overflow: auto;
  }

  .license-detail-wrap {
    margin-top: 20px;
  }
}

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

  h2 {
    font-size: 38px;
    line-height: 48px;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .navbar-logo-link {
    padding-left: 0;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .primary-button {
    grid-column-gap: 10px;
    padding: 13px 25px;
    font-size: 16px;
  }

  .section.banner {
    padding-bottom: 190px;
  }

  .section.company-section, .section.cta {
    padding-bottom: 80px;
  }

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

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

  .section.faq {
    padding-top: 150px;
  }

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

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

  .section.testimonial.padding-bottom {
    padding-bottom: 140px;
  }

  .section.streamline-your-finances {
    padding-top: 80px;
  }

  .section.financial-management {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pricing-section {
    padding-top: 130px;
  }

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

  .section.our-team {
    padding-top: 80px;
  }

  .section.features-banner {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .section.inner-banner {
    padding-top: 160px;
  }

  .section.blog-details {
    padding-top: 155px;
  }

  .section.download, .section.integartion {
    padding-bottom: 80px;
  }

  .section.integartion-details {
    padding-bottom: 70px;
  }

  .section.style-guide, .section.changelog, .section.license {
    padding-bottom: 80px;
  }

  .section.protected-password {
    padding-bottom: 70px;
  }

  .section.not-found {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.contact-us {
    padding-bottom: 80px;
  }

  .section.pricing-banner {
    padding-top: 190px;
    padding-bottom: 80px;
  }

  .section.compare-plan {
    padding-bottom: 90px;
  }

  .section.preview-banner {
    padding-top: 190px;
  }

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

  .section.demo-section {
    padding-bottom: 80px;
  }

  .section.team-members-details {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .section.blog-categories-section {
    padding-bottom: 80px;
  }

  .preview-banner-typography {
    max-width: 455px;
  }

  .section-subtitle {
    padding: 9px 10px;
    font-size: 16px;
  }

  .banner-title {
    letter-spacing: -2px;
    font-size: 52px;
    line-height: 62px;
  }

  .banner-description-text {
    letter-spacing: -.4px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper {
    grid-column-gap: 20px;
    flex-flow: wrap;
  }

  .banner-link-block {
    grid-column-gap: 10px;
    font-size: 16px;
  }

  .company-section-title-wrapper {
    max-width: 410px;
  }

  .company-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .single-sponsor-img {
    width: 100px;
    margin-right: 30px;
  }

  .footer-top-content {
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-details-wrapper {
    max-width: 100%;
  }

  .footer-details-form-wrapper {
    margin-bottom: 20px;
  }

  .footer-details-text-field {
    min-height: 52px;
  }

  .footer-social-media-link {
    width: 40px;
    height: 40px;
  }

  .footer-menu-wrapper {
    max-width: 100%;
  }

  .footer-information-text {
    line-height: 24px;
  }

  .simplify-financial-onboarding-section-title {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 48px;
  }

  .simplify-financial-onboarding-content.main {
    grid-template-columns: 1fr;
  }

  .simplify-financial-card {
    padding: 15px;
  }

  .simplify-financial-card-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .simplify-financial-card-name {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-content {
    max-width: 450px;
  }

  .cta-title {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 48px;
  }

  .cta-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .cta-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .cta-title-description {
    margin-bottom: 20px;
  }

  .cta-circel {
    filter: blur(80px);
    max-width: 250px;
    height: 250px;
  }

  .section-title {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.streamline-your-finances {
    letter-spacing: -1px;
    max-width: 400px;
    font-size: 38px;
    line-height: 48px;
  }

  .section-title.our-achievements {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 48px;
  }

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

  .blog-image.categories {
    min-height: auto;
  }

  .blog-categories-date-wrap.mb15 {
    margin-bottom: 10px;
  }

  .section-circle {
    filter: blur(80px);
    max-width: 250px;
    height: 250px;
    top: 80px;
  }

  .faq-section-title {
    letter-spacing: -1px;
    font-size: 38px;
    line-height: 48px;
  }

  .faq-accordion-question-wrap {
    align-items: flex-start;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 24px;
  }

  .faq-question {
    font-size: 20px;
    line-height: 30px;
  }

  .single-faq-accordion-wrap {
    padding: 20px 15px;
  }

  .section-title-wrap.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .testimonial-author-wrapper {
    grid-column-gap: 15px;
    padding-top: 15px;
  }

  .simplify-financial-circle {
    filter: blur(80px);
    max-width: 250px;
    height: 250px;
  }

  .streamline-finances-single.one {
    min-height: 450px;
    padding-top: 30px;
  }

  .streamline-finances-single.two {
    min-height: 450px;
  }

  .streamline-finances-title-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .streamline-finances-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .streamline-finances-card-image {
    max-width: 340px;
  }

  .streamline-income-img {
    top: 166px;
    left: 35px;
  }

  .finances-cards-image {
    max-width: 370px;
  }

  .innovative-tools-shape {
    max-width: 250px;
  }

  .innovative-tools-icon {
    width: 100%;
    max-width: 40px;
  }

  .innovative-tools-icon._1 {
    inset: auto auto 90px 165px;
  }

  .innovative-tools-icon._2 {
    inset: auto auto 180px 100px;
  }

  .innovative-tools-icon._3 {
    inset: auto auto 99px 80px;
  }

  .innovative-tools-icon._5 {
    inset: auto auto 20px 220px;
  }

  .innovative-tools-icon._6 {
    inset: auto auto 25px 140px;
  }

  .innovative-tools-description {
    font-size: 15px;
    line-height: 25px;
  }

  .innovative-tools-app-card {
    min-height: 160px;
  }

  .innovative-tools-app-icon {
    max-width: 65px;
    right: 20px;
  }

  .innovative-tools-app-title-button-wrap {
    left: 20px;
  }

  .innovative-tools-app-title {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 44px;
  }

  .financial-management-cards-wrap {
    text-align: left;
    padding: 20px;
  }

  .financial-management-card-icon-wrap {
    max-width: 55px;
    height: 55px;
    margin-left: 0;
  }

  .financial-management-cards.left, .financial-management-cards.right {
    grid-template-columns: 1fr;
  }

  .our-achievements-icon-wrap {
    max-width: 100px;
  }

  .our-achievements-typography {
    grid-column-gap: 15px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .our-achievements-typography-single {
    text-align: left;
  }

  .our-achievements-number {
    font-size: 36px;
  }

  .our-achievements-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
  }

  .our-achievements-description {
    font-size: 15px;
    line-height: 25px;
  }

  .achievements-circle {
    max-width: 250px;
    height: 250px;
    top: 20px;
  }

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

  .pricing-image-tag-wrap {
    margin-bottom: 30px;
  }

  .pricing-tag {
    padding: 10px 30px;
    font-size: 16px;
  }

  .pricing-price {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 58px;
  }

  .pricing-features-list {
    min-height: auto;
  }

  .pricing-features-list.details {
    grid-row-gap: 10px;
  }

  .pricing-features-list-item-icon {
    width: 100%;
    max-width: 20px;
  }

  .pricing-features-list-item-text {
    font-size: 15px;
    line-height: 25px;
  }

  .about-section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-member-name-bio-wrap {
    margin-bottom: 10px;
  }

  .team-member-name {
    font-size: 20px;
    line-height: 30px;
  }

  .team-member-bio {
    font-size: 15px;
  }

  .team-member-social-media-wrap {
    grid-column-gap: 8px;
  }

  .team-member-social-media-link {
    max-width: 35px;
    height: 35px;
  }

  .features-banner-typography {
    margin-bottom: 70px;
  }

  .features-banner-title-description {
    margin-bottom: 20px;
  }

  .features-banner-card-wrapper {
    grid-column-gap: 0px;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 320px;
  }

  .features-banner-card.one {
    max-width: 150px;
  }

  .features-banner-card.two {
    max-width: 150px;
    transform: rotate(22deg);
  }

  .streamline-features-content, .streamline-features-content-flex {
    grid-row-gap: 35px;
  }

  .streamline-features-typography, .streamline-features-typography.two {
    max-width: 400px;
  }

  .streamline-features-text-block {
    font-size: 16px;
    line-height: 26px;
  }

  .streamline-features-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  .streamline-features-title-description {
    margin-bottom: 15px;
  }

  .streamline-features-list {
    grid-row-gap: 10px;
  }

  .features-innovative-tools-image {
    max-width: 350px;
  }

  .inner-banner-circle {
    max-width: 250px;
    height: 250px;
    top: 158px;
  }

  .blog-name {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-description-text {
    letter-spacing: -.64px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-categories-name-link {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-details-name-wrapper {
    margin-bottom: 25px;
  }

  .blog-details-name {
    font-size: 30px;
    line-height: 40px;
  }

  .blog-details-author-wrapper {
    padding-top: 15px;
  }

  .blog-details-rich-content h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }

  .blog-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .blog-details-rich-content h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .related-blog-wrapper {
    grid-row-gap: 25px;
  }

  .authentication-form-single {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .authentication-details {
    margin-bottom: 25px;
  }

  .authentication-logo {
    margin-bottom: 15px;
  }

  .authentication-description-text {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .authentication-single-form {
    grid-row-gap: 15px;
  }

  .authentication-input-field {
    height: 46px;
  }

  .sign-in-single-field-wrap.flex {
    justify-content: space-between;
    align-items: center;
  }

  .sign-in-checkbox-label {
    font-size: 16px;
    line-height: 28px;
  }

  .sign-in-checkbox-label.size-mobile {
    font-size: 15px;
  }

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

  .download-single {
    padding-left: 30px;
    padding-right: 30px;
  }

  .download-description {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .integartion-single {
    grid-row-gap: 25px;
    border-radius: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .integartion-logo {
    width: 100%;
    max-width: 60px;
  }

  .integartion-details-content {
    grid-row-gap: 40px;
  }

  .integartion-details-top-content {
    max-width: 370px;
  }

  .integartion-details-logo-single {
    border-radius: 15px;
    min-height: 160px;
  }

  .integartion-details-logo, .integartion-logo-details {
    max-width: 70px;
  }

  .integartion-details-pluse-icon-wrap {
    max-width: 40px;
    height: 40px;
  }

  .integartion-details-pluse-icon {
    width: 100%;
    max-width: 20px;
  }

  .integartion-details-rich-content h2 {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .integartion-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-number, .style-guide-name {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-single-name {
    margin-bottom: 15px;
  }

  .color-palette-top {
    min-height: 100px;
  }

  .neutral-color-palette-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .neutral-color-palette-box {
    min-height: 100px;
  }

  .typography-wrap.sg {
    margin-bottom: 20px;
  }

  .sg-headings-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .typography-details {
    font-size: 16px;
    line-height: 26px;
  }

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

  .typography-title.license {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .single-changelog-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .changelog-date-wrap {
    font-size: 18px;
  }

  .changelog-grid-right-wrap {
    padding-left: 0;
  }

  .changelog-circle {
    display: none;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

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

  .license-details {
    font-size: 15px;
    line-height: 25px;
  }

  .licence-image-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .license-image {
    border-radius: 5px;
  }

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

  .single-typography-box {
    border-radius: 8px;
    padding: 24px 20px;
  }

  .protected-password-content {
    max-width: 420px;
    padding: 25px;
  }

  .protected-password-image-wrapper {
    max-width: 100px;
    height: 100px;
  }

  .protected-password-image {
    width: 100%;
    max-width: 40px;
  }

  .protected-password-title-description {
    margin-bottom: 25px;
  }

  .protected-password-title {
    font-size: 32px;
    line-height: 42px;
  }

  .protected-password-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .not-found-image-wrapper {
    margin-bottom: 20px;
  }

  .not-found-image {
    max-width: 300px;
  }

  .not-found-description {
    width: 100%;
    max-width: 320px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-us-content {
    padding: 20px;
  }

  .contact-us-form-wrap {
    grid-row-gap: 20px;
  }

  .contact-us-form-flex {
    grid-column-gap: 15px;
  }

  .contact-us-form-text-field {
    margin-bottom: 10px;
  }

  .contact-us-form-input-field {
    padding: 15px;
  }

  .message-input {
    min-height: 140px;
    padding: 15px;
  }

  .pricing-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .compare-plan-table {
    width: 860px;
  }

  .compare-plan-table-title-wrapper {
    max-width: 200px;
  }

  .pricing-details-top-content {
    padding: 15px;
  }

  .pricing-details-name {
    font-size: 38px;
    line-height: 48px;
  }

  .pricing-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-description {
    line-height: 26px;
  }

  .pricing-details-price {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 46px;
  }

  .pricing-details-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-details-rich-content p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-rich-content ul {
    grid-row-gap: 10px;
  }

  .pricing-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .preview-banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .preview-banner-description-text {
    max-width: 410px;
  }

  .preview-banner-typography-content {
    max-width: 450px;
  }

  .preview-banner-image-wrapper {
    max-width: 450px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-banner-left-image-wrapper {
    grid-row-gap: 13px;
    max-width: 190px;
  }

  .preview-banner-right-image-wrapper {
    max-width: 300px;
  }

  .including-section-title-wrapper {
    margin-bottom: 40px;
  }

  .including-card-one {
    min-height: auto;
    padding: 25px;
  }

  .including-card-title-description {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .including-card-title {
    font-size: 32px;
    line-height: 42px;
  }

  .including-card-title.multiple-inner {
    max-width: 100%;
    font-size: 32px;
    line-height: 42px;
  }

  .including-card-description-text.multiple-inner {
    max-width: 100%;
  }

  .including-card-description-text.including-section {
    max-width: 280px;
  }

  .including-card-image {
    max-width: 100%;
    position: static;
  }

  .including-card-two {
    min-height: 300px;
    padding: 25px;
  }

  .including-cards-image-wrap {
    max-width: 160px;
    top: -80px;
    right: 38px;
  }

  .multiple-inner-pages {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding: 25px 25px 0;
  }

  .multiple-inner-page-image {
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: auto;
    right: auto;
  }

  .multiple-inner-page-image-two {
    position: absolute;
    inset: auto 25px 0% auto;
  }

  .preview-figma-file-wrapper {
    padding: 25px;
  }

  .preview-figma-icon-wrapper {
    max-width: 45px;
    margin-bottom: 20px;
  }

  .preview-figma-file-title {
    font-size: 30px;
    line-height: 40px;
  }

  .preview-demo-tag-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .preview-demo-tag {
    font-size: 22px;
    line-height: 32px;
  }

  .preview-main-link {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .preview-demo-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .single-preview-demo-wrap {
    margin-top: 24px;
  }

  .single-preview-demo-grid, .preview-authentication-grid {
    grid-template-columns: 1fr;
  }

  .preview-footer-top-content {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .preview-footer-logo-link {
    margin-bottom: 20px;
  }

  .preview-footer-title-description-text {
    margin-bottom: 25px;
  }

  .preview-footer-title {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

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

  .preview-footer-details-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-footer-details-text {
    max-width: 350px;
    line-height: 24px;
  }

  .checkout-section {
    padding-bottom: 70px;
  }

  .checkout-header, .checkout-content {
    padding: 15px;
  }

  .checkout-title {
    letter-spacing: -.4px;
    font-size: 28px;
    line-height: 38px;
  }

  .team-members-details-content {
    padding: 20px;
  }

  .team-members-details-name-bio-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .team-members-details-name {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .team-members-details-bio-text {
    font-size: 16px;
    line-height: 26px;
  }

  .team-members-rich-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .team-members-image-social-media {
    max-width: 175px;
  }

  .section-line-wrapper {
    max-width: 400px;
  }

  .preview-banner-line {
    top: -70px;
  }

  .preview-footer-line {
    top: -60px;
    left: 20px;
  }

  .home-banner-line {
    bottom: -100px;
    left: 0;
  }

  .streamline-your-finances-line {
    bottom: -75px;
    left: 35px;
  }

  .pricing-section-line {
    top: -80px;
    left: 35px;
  }

  .blog-button-wrap {
    margin-top: 40px;
  }

  .cta-section-line {
    top: -85px;
  }

  .features-banner-line {
    top: -75px;
    left: 20px;
  }

  .pricing-banner-line {
    top: -80px;
    left: 20px;
  }

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header-title {
    font-size: 32px;
    line-height: 42px;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-close-button {
    width: 50px;
    height: 50px;
  }

  .cart-item {
    padding: 15px;
  }

  .menu-button {
    width: 100%;
    max-width: 45px;
  }

  .multiple-inner-page-image-flex {
    display: flex;
  }

  .license-detail-wrap {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1.5px;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 34px;
  }

  h4 {
    font-size: 26px;
    line-height: 36px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  h6 {
    font-size: 20px;
    line-height: 30px;
  }

  .navbar {
    padding-top: 12px;
  }

  .navbar-logo-image {
    width: 100%;
    max-width: 140px;
  }

  .nav-menu {
    padding: 15px;
  }

  .nav-menu-link {
    margin-bottom: 15px;
  }

  .navbar-right-content {
    grid-column-gap: 15px;
  }

  .navbar-login-text-link {
    letter-spacing: -.55px;
    font-size: 16px;
  }

  .primary-button {
    letter-spacing: -.5px;
  }

  .primary-button.secondary.download, .primary-button.pricing, .primary-button.download {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .section.banner {
    background-position: 50% 100%;
    padding-top: 130px;
    padding-bottom: 170px;
  }

  .section.company-section {
    padding-bottom: 60px;
  }

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

  .section.blog.related {
    padding-top: 50px;
  }

  .section.faq {
    padding-top: 140px;
  }

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

  .section.testimonial {
    padding-top: 60px;
  }

  .section.testimonial.padding-bottom {
    padding-bottom: 120px;
  }

  .section.streamline-your-finances {
    padding-top: 60px;
  }

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

  .section.pricing-section {
    padding-top: 100px;
  }

  .section.about-main-section {
    padding-top: 135px;
    padding-bottom: 60px;
  }

  .section.our-team {
    padding-top: 60px;
  }

  .section.features-banner {
    padding-top: 170px;
    padding-bottom: 80px;
  }

  .section.inner-banner {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .section.blog-details {
    padding-top: 130px;
  }

  .section.download, .section.integartion {
    padding-bottom: 60px;
  }

  .section.integartion-details {
    padding-bottom: 50px;
  }

  .section.style-guide, .section.changelog, .section.license {
    padding-bottom: 60px;
  }

  .section.protected-password {
    padding-bottom: 50px;
  }

  .section.not-found {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.contact-us {
    padding-bottom: 60px;
  }

  .section.pricing-banner {
    padding-top: 170px;
    padding-bottom: 60px;
  }

  .section.compare-plan {
    padding-bottom: 60px;
  }

  .section.preview-banner {
    padding-top: 170px;
  }

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

  .section.demo-section {
    padding-bottom: 60px;
  }

  .section.team-members-details {
    padding-top: 135px;
    padding-bottom: 60px;
  }

  .section.blog-categories-section {
    padding-bottom: 60px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-banner-typography {
    max-width: 300px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .banner-title {
    letter-spacing: -1.2px;
    font-size: 34px;
    line-height: 44px;
  }

  .banner-description-text {
    letter-spacing: -.2px;
    max-width: 320px;
    font-size: 15px;
    line-height: 25px;
  }

  .banner-button-wrapper {
    grid-column-gap: 15px;
  }

  .banner-link-block {
    grid-column-gap: 8px;
  }

  .company-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .company-section-title {
    font-size: 20px;
    line-height: 30px;
  }

  .single-sponsor-img {
    width: 80px;
    margin-right: 20px;
  }

  .footer-details-form-text {
    font-size: 16px;
  }

  .footer-details-text-field {
    min-height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .footer-details-submit-button {
    padding: 9px 10px;
    font-size: 16px;
    right: 9px;
  }

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

  .footer-menu-title {
    font-size: 19px;
    line-height: 29px;
  }

  .simplify-financial-onboarding-top-content {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .simplify-financial-onboarding-section-title-button-wrapper.mb85 {
    margin-bottom: 40px;
  }

  .simplify-financial-onboarding-section-title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .simplify-financial-onboarding-content {
    grid-template-columns: 1fr;
  }

  .cta-content {
    max-width: 300px;
  }

  .cta-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .cta-circel {
    max-width: 200px;
    height: 200px;
  }

  .blog-section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.streamline-your-finances {
    max-width: 280px;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.our-achievements {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.features {
    letter-spacing: -2px;
  }

  .blog-typography {
    padding: 15px;
  }

  .blog-categories-date-wrap {
    grid-column-gap: 8px;
  }

  .blog-categories-name, .blog-post-date {
    font-size: 15px;
  }

  .blog-post-name-link {
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .faq-section-title-wrapper {
    margin-bottom: 40px;
  }

  .faq-section-title {
    font-size: 26px;
    line-height: 36px;
  }

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

  .faq-accordion-wrapper {
    grid-row-gap: 15px;
  }

  .faq-answer {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .faq-question {
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 26px;
  }

  .single-faq-accordion-wrap {
    padding: 15px;
  }

  .faq-icon {
    font-size: 15px;
  }

  .testimonial-section-title-wrapper {
    margin-bottom: 50px;
  }

  .section-title-wrap.mg-bottom-40px {
    margin-bottom: 16px;
  }

  .testimonial-single {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-description-text {
    letter-spacing: -.5px;
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-wrapper {
    grid-column-gap: 10px;
  }

  .testimonial-author-name {
    margin-bottom: 5px;
  }

  .testimonial-circel {
    filter: blur(70px);
    max-width: 250px;
    height: 250px;
  }

  .streamline-your-finances-section-title-wrapper {
    margin-bottom: 40px;
  }

  .streamline-finances-single.one {
    min-height: 400px;
  }

  .streamline-finances-single.two {
    min-height: 390px;
    padding-top: 30px;
  }

  .streamline-finances-title-description {
    padding-left: 15px;
    padding-right: 15px;
  }

  .streamline-finances-title {
    font-size: 22px;
    line-height: 32px;
  }

  .streamline-finances-card-image {
    max-width: 240px;
  }

  .streamline-income-img {
    max-width: 100px;
    inset: auto auto 175px 20px;
  }

  .finances-cards-image {
    max-width: 270px;
    bottom: -70px;
  }

  .innovative-tools-card {
    min-height: 440px;
  }

  .innovative-tools-title-description {
    max-width: 280px;
    top: 30px;
    right: 15px;
  }

  .innovative-tools-app-card {
    min-height: 140px;
  }

  .innovative-tools-app-icon {
    max-width: 50px;
  }

  .innovative-tools-app-title-button-wrap {
    left: 15px;
  }

  .innovative-tools-app-title {
    font-size: 26px;
    line-height: 36px;
  }

  .financial-management-card-title {
    font-size: 20px;
    line-height: 30px;
  }

  .financial-management-mobile-image {
    margin-left: auto;
    margin-right: auto;
  }

  .our-achievements-content {
    grid-row-gap: 40px;
  }

  .our-achievements-section-title-wrapper {
    max-width: 300px;
  }

  .our-achievements-typography {
    grid-template-columns: 1fr;
    grid-row-gap: 36px;
  }

  .our-achievements-number {
    margin-bottom: 0;
    font-size: 24px;
  }

  .pricing-section-title-wrapper {
    margin-bottom: 40px;
  }

  .pricing-single {
    padding: 25px 15px;
  }

  .pricing-image-tag-wrap {
    margin-bottom: 15px;
  }

  .pricing-tag {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .pricing-name-description {
    margin-bottom: 15px;
  }

  .pricing-name {
    margin-bottom: 7px;
    font-size: 22px;
  }

  .pricing-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-name-price {
    margin-bottom: 20px;
  }

  .pricing-price {
    font-size: 38px;
    line-height: 48px;
  }

  .pricing-features-list {
    grid-row-gap: 8px;
    height: auto;
  }

  .pricing-features-list.details {
    grid-row-gap: 8px;
  }

  .pricing-features-list-item {
    grid-column-gap: 8px;
  }

  .pricing-features-list-item-icon {
    width: 100%;
    max-width: 15px;
  }

  .pricing-features-list-item-text {
    letter-spacing: -.6px;
    font-size: 15px;
    line-height: 25px;
  }

  .about-section-title-wrapper {
    margin-bottom: 35px;
  }

  .about-circle {
    max-width: 250px;
    height: 250px;
  }

  .our-team-section-title-wrapper {
    margin-bottom: 40px;
  }

  .team-collection-list {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .team-member-social-media-link {
    font-size: 15px;
  }

  .features-banner-button-wrapper {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .features-banner-card-wrapper {
    max-width: 250px;
  }

  .features-banner-card.one, .features-banner-card.two {
    max-width: 110px;
  }

  .streamline-features-content, .streamline-features-content-flex, .streamline-features-content-flex.one {
    grid-row-gap: 30px;
  }

  .streamline-features-title {
    font-size: 24px;
    line-height: 34px;
  }

  .streamline-features-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .streamline-features-list {
    grid-row-gap: 8px;
  }

  .streamline-features-list-item {
    grid-column-gap: 8px;
  }

  .streamline-features-list-item-text {
    font-size: 15px;
  }

  .features-innovative-tools-image {
    max-width: 250px;
  }

  .inner-banner-circle {
    top: 138px;
  }

  .main-blog-post-typography {
    padding: 15px;
  }

  .blog-name {
    letter-spacing: -.4px;
    font-size: 19px;
    line-height: 30px;
  }

  .blog-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-categories-wrapper {
    margin-bottom: 40px;
  }

  .blog-categories-collection-list, .blog-categories-list-item {
    flex-flow: wrap;
  }

  .blog-categories-name-link {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .blog-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-author-name-bio {
    grid-column-gap: 8px;
    flex-flow: wrap;
  }

  .blog-details-rich-content h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content li {
    font-size: 15px;
    line-height: 25px;
  }

  .blog-details-rich-content h3 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 34px;
  }

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

  .authentication-input-field {
    height: 42px;
  }

  .sign-in-single-field-wrap.flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .sign-in-checkbox-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 10px;
  }

  .sign-in-checkbox {
    flex: none;
    width: 16px;
    height: 16px;
  }

  .sign-in-checkbox-label {
    font-size: 16px;
    line-height: 22px;
  }

  .sign-in-checkbox-label.size-mobile {
    font-size: 15px;
    font-weight: 400;
  }

  .download-single {
    padding: 25px 15px;
  }

  .download-description {
    font-size: 15px;
    line-height: 25px;
  }

  .integartion-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .integartion-single {
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .integartion-logo {
    max-width: 50px;
  }

  .integartion-link-block {
    grid-column-gap: 8px;
    font-size: 15px;
    font-weight: 400;
  }

  .integartion-details-top-content {
    max-width: 280px;
  }

  .integartion-details-logo-single {
    border-radius: 10px;
    min-height: 130px;
  }

  .integartion-details-logo, .integartion-logo-details {
    max-width: 50px;
  }

  .integartion-details-pluse-icon-wrap {
    max-width: 35px;
    height: 35px;
  }

  .integartion-details-pluse-icon {
    max-width: 16px;
  }

  .integartion-details-rich-content h2 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .style-guide-single-wrapper {
    padding: 15px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 25px;
  }

  .neutral-color-palette-grid, .neutral-color-palette-grid.five-colums {
    grid-template-columns: 1fr 1fr;
  }

  .typography-wrap.sg {
    margin-bottom: 15px;
  }

  .sg-inner-title, .sg-inner-title-divider {
    margin-bottom: 10px;
  }

  .sg-headings-wrap {
    grid-row-gap: 10px;
  }

  .typography-details {
    font-size: 16px;
    line-height: 26px;
  }

  .typography-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .typography-title.license {
    font-size: 26px;
    line-height: 36px;
  }

  .single-changelog-content-wrap {
    padding: 15px 10px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 20px;
  }

  .changelog-title {
    margin-bottom: 6px;
  }

  .changelog-list-item-text {
    font-size: 15px;
    line-height: 25px;
  }

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

  .license-title {
    font-size: 24px;
    line-height: 34px;
  }

  .license-details {
    font-size: 14px;
    line-height: 20px;
  }

  .licence-image-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .license-image {
    border-radius: 4px;
  }

  .single-typography-box {
    padding: 15px;
  }

  .protected-password-content {
    max-width: 350px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .protected-password-image-wrapper {
    max-width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }

  .protected-password-image {
    max-width: 35px;
  }

  .protected-password-title-description {
    margin-bottom: 20px;
  }

  .protected-password-title {
    font-size: 28px;
    line-height: 38px;
  }

  .protected-password-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .not-found-image {
    max-width: 220px;
  }

  .not-found-description {
    max-width: 280px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-us-content {
    padding: 15px;
  }

  .contact-us-form-flex {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .contact-us-form-text-field {
    letter-spacing: -.4px;
    font-size: 15px;
    font-weight: 400;
  }

  .contact-us-form-input-field {
    height: 46px;
  }

  .message-input {
    min-height: 110px;
  }

  .pricing-tab-menu {
    margin-bottom: 40px;
  }

  .pricing-tab-link {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .compare-plan-section-title-wrapper {
    margin-bottom: 40px;
  }

  .compare-plan-table {
    padding: 20px;
  }

  .pricing-details-content {
    grid-row-gap: 40px;
  }

  .pricing-details-name-description {
    margin-bottom: 20px;
  }

  .pricing-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .pricing-details-description-text {
    letter-spacing: -.5px;
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-description {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-price-text-wrap {
    margin-bottom: 15px;
  }

  .pricing-details-price {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-details-add-to-cart-select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .pricing-details-rich-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .preview-banner-title {
    letter-spacing: -1.9px;
    font-size: 30px;
    line-height: 40px;
  }

  .preview-banner-description-text {
    max-width: 380px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-banner-button-wrapper {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .preview-banner-typography-content {
    margin-bottom: 40px;
  }

  .preview-banner-image-wrapper {
    grid-column-gap: 10px;
  }

  .preview-banner-left-image-wrapper {
    max-width: 45%;
  }

  .preview-banner-right-image-wrapper {
    max-width: 79%;
  }

  .including-section-title-wrapper {
    margin-bottom: 40px;
  }

  .including-card-one {
    padding: 15px;
  }

  .including-card-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .including-card-title.multiple-inner {
    font-size: 24px;
    line-height: 34px;
  }

  .including-card-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .including-card-two {
    min-height: 220px;
    padding: 15px;
  }

  .including-cards-image-wrap {
    max-width: 140px;
    top: -48px;
    right: -16px;
    transform: rotate(30deg);
  }

  .multiple-inner-pages {
    padding: 15px 20px 0;
  }

  .multiple-inner-page-image {
    max-width: 180px;
  }

  .multiple-inner-page-image-two {
    max-width: 180px;
    right: 15px;
  }

  .preview-figma-file-wrapper {
    padding: 15px;
  }

  .preview-figma-icon-wrapper {
    max-width: 35px;
    margin-bottom: 15px;
  }

  .preview-figma-file-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
  }

  .preview-figma-file-description {
    letter-spacing: -.4px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-demo-tag-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .preview-demo-tag {
    font-size: 18px;
    line-height: 28px;
  }

  .preview-main-link {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-demo-image-wrap {
    margin-bottom: 16px;
  }

  .preview-authentication-single {
    padding-bottom: 20px;
  }

  .preview-footer-top-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .preview-footer-logo-link {
    margin-bottom: 15px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
  }

  .preview-footer-description-text {
    max-width: 400px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-details-text {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-section {
    padding-bottom: 50px;
  }

  .checkout-title {
    font-size: 22px;
    line-height: 32px;
  }

  .team-members-details-content {
    padding: 15px;
  }

  .team-members-details-name-bio-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .team-members-details-name {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 34px;
  }

  .team-members-image-social-media {
    max-width: 120px;
  }

  .team-members-image {
    margin-bottom: 15px;
  }

  .team-members-details-circle {
    max-width: 200px;
    height: 200px;
  }

  .section-line-wrapper {
    max-width: 290px;
  }

  .preview-banner-line {
    top: -60px;
  }

  .preview-footer-line {
    top: -45px;
    left: 10px;
  }

  .home-banner-line {
    bottom: -75px;
  }

  .streamline-your-finances-line {
    bottom: -55px;
    left: 0;
  }

  .pricing-section-line {
    top: -65px;
    left: 20px;
  }

  .cta-section-line {
    top: -60px;
  }

  .features-banner-line {
    top: -60px;
    left: 15px;
  }

  .pricing-banner-line {
    top: -65px;
  }

  .cart-remove-button {
    width: 50px;
    height: 50px;
  }

  .cart-name {
    font-size: 18px;
    line-height: 28px;
  }

  .cart-header-title {
    font-size: 26px;
    line-height: 36px;
  }

  .cart-packe {
    font-size: 16px;
  }

  .cart-close-button {
    width: 45px;
    height: 45px;
  }

  .navbar-cart-icon {
    width: 19px;
  }

  .cart-quantity {
    min-width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .menu-button {
    max-width: 35px;
  }

  .license-detail-wrap {
    margin-top: 10px;
  }

  .quick-stack {
    padding-left: 20px;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .image, .image-2, .image-3 {
    height: auto;
  }
}



@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.pricing-collection-wrap,
.pricing-collection-list-wrapper,
.pricing-collection-list,
.pricing-collection-item {
  height: 100%;
}

.pricing-features {
  flex: 1;
}

.hero-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  overflow: hidden;
}

.hero-bg__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  z-index: 1;
}

.hero-bg__line--left { left: 0; }
.hero-bg__line--right { right: 0; }

.hero-bg__line-track {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(138, 153, 241, 0.15) 30%,
    rgba(138, 153, 241, 0.06) 60%,
    transparent 100%
  );
}

.hero-bg__line-pulse {
  position: absolute;
  left: -1px;
  width: 3px;
  height: 120px;
  border-radius: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(138, 153, 241, 0.5) 30%,
    rgba(200, 210, 255, 0.7) 50%,
    rgba(138, 153, 241, 0.5) 70%,
    transparent 100%
  );
  filter: blur(1px);
  animation: linePulse 6s ease-in-out infinite;
}

.hero-bg__line--right .hero-bg__line-pulse {
  animation-delay: -3s;
}

@keyframes linePulse {
  0%   { top: -120px; opacity: 0; }
  10%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { top: calc(100% + 120px); opacity: 0; }
}

.achievement-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 16px;
  align-items: start;
}

.achievement-icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  grid-row: 1 / 3;
  align-self: start;
  margin-top: 4px;
}

.achievement-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.achievement-text .our-achievements-number {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 1;
}

.achievement-text .our-achievements-description {
  text-align: left;
}

.hero-stars {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.star {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  animation: sparkle 4s ease-in-out infinite;
}

.star--lg {
  width: 4px;
  height: 4px;
  box-shadow: 0 0 6px 2px rgba(138, 153, 241, 0.6), 0 0 12px 4px rgba(138, 153, 241, 0.2);
  animation-duration: 5s;
}

.star--sm {
  width: 2px;
  height: 2px;
  animation-duration: 3s;
}

@keyframes sparkle {
  0%, 100% { opacity: 0; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1); }
}

.token-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.token-modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.token-modal {
  position: relative;
  overflow: hidden;
  max-width: 440px;
  width: 100%;
  border-radius: 16px;
  background: #181818;
  border: 1px solid #2E2E2E;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transform: translateY(16px);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}

.token-modal-overlay.is-open .token-modal {
  transform: translateY(0);
  opacity: 1;
}

.token-modal-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
  opacity: 0.6;
}

.token-modal-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 40px 36px;
  text-align: center;
}

.token-modal-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(138, 153, 241, 0.15) 0%, rgba(138, 153, 241, 0.06) 60%);
  border: 0.75px solid rgba(138, 153, 241, 0.25);
  color: #8A99F1;
  flex-shrink: 0;
}

.token-modal-brand-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.token-modal-status {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(189, 198, 255, 0.85);
}

.token-modal-title {
  font-size: clamp(22px, 4vw, 26px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: #EDEDED;
  margin: 0;
}

.token-modal-message {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #848484;
  margin: 0;
  max-width: 360px;
  letter-spacing: -0.01em;
}

.token-modal-submessage {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #848484;
  opacity: 0.95;
  margin: 0;
}

.token-contract-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.token-contract-address {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: #f3f5ff;
  background: rgba(18, 23, 46, 0.9);
  border: 1px solid rgba(138, 153, 241, 0.45);
  border-radius: 10px;
  padding: 8px 10px;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
  user-select: all;
  flex: 1;
}

.token-contract-copy-btn {
  height: 36px;
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(138, 153, 241, 0.38);
  background: rgba(138, 153, 241, 0.18);
  color: #eef1ff;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  transition: all .2s ease;
}

.token-contract-copy-btn:hover {
  background: rgba(138, 153, 241, 0.28);
  border-color: rgba(138, 153, 241, 0.55);
}

.token-contract-copy-btn.is-copied {
  background: rgba(113, 214, 171, 0.2);
  border-color: rgba(113, 214, 171, 0.5);
  color: #d8ffe9;
}

.token-modal-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.55;
  color: rgba(237, 237, 237, 0.85);
  text-align: left;
  width: 100%;
  margin: 4px 0 0;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(138, 153, 241, 0.12) 0%, rgba(138, 153, 241, 0.04) 100%);
  border: 1px solid rgba(138, 153, 241, 0.25);
  border-radius: 12px;
  letter-spacing: -0.01em;
}

.token-modal-note span {
  font-size: 12px;
  line-height: 1.55;
}

.token-modal-actions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}

.token-modal-btn {
  margin-top: 0;
  min-width: 200px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 400px;
  background:
    linear-gradient(to right, transparent 65.9%, rgba(138, 153, 241, 0.5) 100%),
    linear-gradient(to left, transparent 70.8%, rgba(138, 153, 241, 0.5) 100%),
    #ffffff;
  border: 1px solid rgba(138, 153, 241, 0.3);
  color: #151515;
  letter-spacing: -0.3px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  width: 100%;
}

.token-modal-btn:hover {
  background:
    linear-gradient(to right, transparent 55%, rgba(138, 153, 241, 0.6) 100%),
    linear-gradient(to left, transparent 60%, rgba(138, 153, 241, 0.6) 100%),
    #ffffff;
  border-color: rgba(138, 153, 241, 0.45);
  transform: translateY(-1px);
}

.token-modal-btn:active {
  transform: translateY(0);
}

.token-modal-btn-secondary {
  background: rgba(255, 255, 255, 0.07);
  color: #f0f0f0;
  border-color: rgba(255, 255, 255, 0.22);
}

.token-modal-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.32);
}

.token-modal-btn-icon {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .token-modal-overlay {
    padding: 20px;
  }

  .token-modal-content {
    padding: 32px 24px;
    gap: 14px;
  }

  .token-modal-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
  }

  .token-modal-brand-icon {
    width: 28px;
    height: 28px;
  }

  .token-modal-status {
    font-size: 10px;
  }

  .token-modal-btn {
    min-width: 180px;
    height: 48px;
  }

  .token-contract-copy-btn {
    height: 36px;
  }
}

@media (max-width: 768px) {
  .hero-bg__line-pulse { height: 80px; }

  .achievement-item {
    grid-template-columns: 40px 1fr;
    gap: 0 12px;
  }

  .achievement-icon {
    width: 40px;
    height: 40px;
  }

  .achievement-text .our-achievements-number {
    font-size: 32px;
    letter-spacing: -1px;
  }

  .achievement-text .our-achievements-description {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 479px) {
  .achievement-item {
    grid-template-columns: 32px 1fr;
    gap: 0 10px;
  }

  .achievement-icon {
    width: 32px;
    height: 32px;
    margin-top: 2px;
  }

  .achievement-text .our-achievements-number {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}