@font-face {
  font-family: Dnpixel;
  src: url('../fonts/DNPixel-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph-color: #9e9e9e;
  --main-colors--text-color: #2b2b2b;
  --main-colors--primary: #90f197;
  --other--light-grey: #fafafa;
  --main-colors--link-active: #89d116;
  --other--misty-rose\<deleted\|variable-3a917e30\>: #ffdede;
  --other--light-blue-bg\<deleted\|variable-8f7b0b59\>: #f8f8fa;
  --other--link-bg-grey: #f1f1f1;
  --main-colors--secondary: #cdfe7e;
  --other--dim-grey: #c5c5c5;
  --other--bg-grey\<deleted\|variable-9086bb69\>: #d4d4d4;
  --other--notification-bg: #2b2b2b;
  --border-color: #d9d9d9;
  --main-colors--black: #000;
  --main-colors--white: #fff;
  --font-size--h1-desktop-size: 85px;
  --font-size--h1-tablet-size: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  color: var(--paragraph-color);
  letter-spacing: .7px;
  text-wrap: balance;
  margin-bottom: 10px;
  font-size: 18px;
}

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

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

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

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

strong {
  font-weight: 600;
}

sup {
  font-size: 60%;
}

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

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

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

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

.section.gray-section {
  background-color: #f9f9f9;
}

.section.features {
  background-color: #fbfaf9;
  margin-top: -70px;
  padding-top: 70px;
  overflow: hidden;
}

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

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

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

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

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

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

.container.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.large {
  padding-top: 10em;
}

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

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

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

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu.no-margin {
  background-color: #000;
  inset: 0% 0% auto;
}

.nav-menu.right-padding {
  padding-right: 6em;
}

.hero-content-center {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

.footer-link {
  z-index: 1;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

.footer-link.w--current {
  color: var(--main-colors--link-active);
}

.footer-link.lighter-footer-link {
  color: #2b2b2b80;
}

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

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

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

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

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

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

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

.made-by-section {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  border-top: 1px solid #0003;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.fade-in-move-on-scroll.relative {
  position: relative;
}

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

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

.content.relative {
  position: relative;
}

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

.grey-text.center {
  text-align: center;
}

.contact-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.field-label {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
}

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

.error-message {
  background-color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

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

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

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

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

.copyright-text {
  color: #2b2b2bcc;
  line-height: 1.4;
}

.copyright-link {
  color: #000;
  padding-left: 0;
  padding-right: 3px;
  font-weight: 500;
}

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

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

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

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

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

.rich-text a:hover {
  color: var(--main-colors--primary);
  border-bottom-color: #32323200;
  text-decoration: none;
}

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

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

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

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

.rich-text figcaption {
  color: #323232cc;
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

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

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

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

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

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

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

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

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

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

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

.style-guide-left-panel-holder {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  align-items: flex-start;
  width: 405px;
  display: flex;
}

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

.hero-text {
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

.hero-text.grey {
  color: #989898;
  margin-left: 0;
}

.hero-text._404 {
  font-family: Dnpixel, sans-serif;
  font-size: 400px;
  font-weight: 400;
}

.paragraph-m {
  color: #3c4043;
  font-size: 20px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 12px;
}

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

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

.subscribe-button:hover {
  background-color: var(--main-colors--primary);
  color: #000;
}

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

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

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

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

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button.transparent-on-dark {
  background-color: #ffffff0d;
  border-radius: 6px;
}

.button.transparent-on-dark:hover {
  color: #fff;
  background-color: #ffffff1a;
}

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

.button.radial-gradient {
  color: #000;
  background-color: #ceff7f;
  background-image: radial-gradient(circle at -40%, #fff, #fff0 31%), radial-gradient(circle at 0 0, #c7f8cb, #c7f8cb00), radial-gradient(circle at 50% 100%, #ceff7f, #ceff7f00), radial-gradient(circle at 100% 100%, #91f298, #ceff7f00);
  border-radius: 8px;
  width: 100%;
  transition: opacity .35s;
}

.button.radial-gradient:hover {
  opacity: .8;
}

.button.demo {
  border-radius: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button.with-borders {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  transition: border-color .35s;
}

.button.with-borders:hover {
  border-color: var(--main-colors--secondary);
}

.button.buy {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  transition: background-color .35s;
}

.button.buy:hover {
  background-color: var(--main-colors--secondary);
}

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

.borders.center {
  height: 100px;
}

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

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

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

.headings-holder {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

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

.subscribe-email:hover {
  background-color: #00000005;
}

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

.subscribe-email::placeholder {
  color: #0000004d;
}

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

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

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

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

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

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

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

.sg---color-description {
  grid-row-gap: 2px;
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

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

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

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

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

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

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

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

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

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

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

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
}

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

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

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

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

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

.footer-description {
  color: #9e9e9e;
  max-width: 260px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

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

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

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

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

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

.contact-form-content {
  flex-direction: column;
  display: block;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0a;
  background-clip: border-box;
  border: 1px solid #f9f9f9;
  border-radius: 8px;
  height: 54px;
  margin-bottom: 0;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #00000005;
}

.input-field:focus {
  border-color: var(--main-colors--primary);
  background-color: #ffffff0a;
}

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

.input-field.textarea-field {
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

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

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

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

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

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

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

.external-icon {
  width: 16px;
}

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

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

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

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

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

.instruction-item {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 12px;
  padding: 2em;
}

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

.trusted-by-text {
  color: #9f9f9f;
  text-align: center;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.section-background {
  z-index: -1;
  background-color: var(--other--light-grey);
  position: absolute;
  inset: 0%;
}

.footer-grid-content.second {
  margin-top: 2em;
}

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

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

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

.blog-item-image-holder {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.blog-item-summary {
  margin-bottom: 0;
}

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

.post-image {
  width: 100%;
}

.blog-item-category {
  color: #2b2b2bb3;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.shop-wrapper {
  margin-top: 40px;
}

.shop-list {
  grid-column-gap: 3em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-item {
  position: relative;
}

.product-add-to-cart-holder {
  z-index: 2;
  position: absolute;
  inset: 1em 1em auto auto;
}

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

.add-to-cart-button {
  border: 1px solid var(--main-colors--text-color);
  color: #fff0;
  background-color: #fff;
  background-image: url('../images/Cart-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 8px;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  transition: transform .45s, border-color .475s, background-color .475s;
}

.add-to-cart-button:hover {
  border-color: var(--main-colors--primary);
}

.add-to-cart-button:active {
  transform: scale(.9);
}

.out-of-stock-state {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  color: var(--main-colors--text-color);
  padding: 5px;
}

.error-state {
  background-color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
}

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

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

.nav-cart-holder.right-paddding {
  right: 6%;
}

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

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

.cart-image {
  width: 20px;
}

.cart-quantity {
  color: var(--main-colors--text-color);
  background-color: #fff0;
  border-style: none;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
}

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

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

.cart-header {
  z-index: 5;
  border-bottom-color: var(--other--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  top: 0;
}

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

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

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

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

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

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

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

.cart-footer {
  z-index: 5;
  border-top-color: var(--other--light-grey);
  background-color: #fff;
  padding: 1em;
  position: sticky;
  bottom: 0;
}

.remove-button {
  color: var(--other--dim-grey);
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.product-other-image-lightbox {
  background-color: var(--other--light-blue-bg\<deleted\|variable-8f7b0b59\>);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

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

.product-image-lightbox {
  transition-property: opacity;
  position: relative;
  overflow: hidden;
}

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

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

.product-quantity {
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

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

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

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

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

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

.checkout-summary {
  top: 100px;
}

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

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

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

.required-label {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.block-header {
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #e6e6e6;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-top-style: none;
  border-radius: 0 0 12px 12px;
  padding: 1em;
}

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

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

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

.order-item-image {
  object-fit: cover;
  border-radius: 16px;
  width: 120px;
  height: 120px;
}

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

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

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

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

.checkout-input-field:hover {
  background-color: #00000005;
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--main-colors--primary);
  background-color: #ffffff0a;
}

.checkout-input-field::placeholder {
  color: #0006;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

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

.product-title {
  margin-top: 0;
  font-size: 42px;
}

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

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

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

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

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

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

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

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

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

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

.nav-dropdown-heading {
  color: var(--other--bg-grey\<deleted\|variable-9086bb69\>);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

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

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

.whilte-link {
  color: #fff;
}

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

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.nav-menu-overlay-mobile {
  display: none;
}

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

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

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

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

.explore-more-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  color: #fff;
  text-wrap: balance;
  grid-template-rows: auto;
  max-width: 1050px;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

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

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

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

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

.box-paragraph.white {
  color: #fff;
}

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

.main-logo {
  border-radius: 100px;
  height: 30px;
  position: absolute;
  inset: 10px auto auto 10px;
}

.orange-box {
  background-color: #ff5e20;
  background-image: linear-gradient(0deg, #0000004d, #0000001a);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.buy-now-link:hover {
  background-color: #ffffffe6;
}

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

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

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

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

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

.figma-file-image {
  width: 100%;
  height: 100%;
}

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

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

.white-link {
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  transition-property: border-color;
}

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

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

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

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

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

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

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

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

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

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

.grid-pages-holder {
  margin-top: 4em;
}

.demo-page-link {
  z-index: 1;
  border-radius: 6px;
  padding: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .35s, color .35s;
  position: relative;
  overflow: hidden;
}

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

.main-page-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 7px 12px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.demo-page-item-bg {
  z-index: -1;
  opacity: .05;
  background-color: #000;
  display: block;
  position: absolute;
  inset: 0%;
}

.hero-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

.template-overlay {
  background-image: linear-gradient(to top, #00000080, #0000);
  position: absolute;
  inset: 0%;
}

.template-overlay.grey-overlay-box {
  z-index: 2;
  background-image: linear-gradient(to top, #f5f5f7, #00000003 100%, #e8eaeb00);
  height: 50%;
  top: auto;
}

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

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

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

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

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

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

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

.white-paragraph {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
}

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

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

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

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #ffffff1a;
}

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

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

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

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

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

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

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

.template-footer-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

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

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

.button-view-page:hover {
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 10px #0003;
}

.black-paragraph {
  color: #000;
}

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

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

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

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

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

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

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

.black-text.large {
  font-size: 45px;
  font-weight: 700;
}

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

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

.link-inline {
  color: var(--other--misty-rose\<deleted\|variable-3a917e30\>);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

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

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

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

.hero-link-wrap {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.style-guide-box-holder {
  grid-row-gap: 30px;
  background-color: #0000000d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

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

.hero-link-arrow {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 20px;
  display: flex;
}

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

.notification-button-transparent:hover {
  color: #ffffffe6;
}

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

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

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

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

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

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

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 950px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 14px 20px #0003, 0 0 0 1px #0000001a;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #fffc;
  border-radius: 100px;
  width: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.demo-page-text-center {
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

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

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

.category-holder {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shop-item-title-price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.product-item-link {
  background-color: #f9f9f9;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .35s, box-shadow .35s;
  display: flex;
  overflow: hidden;
}

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -4px);
  box-shadow: 0 6px 30px 1px #0000001a;
}

.shop-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shop-item-title {
  font-size: 22px;
  font-weight: 600;
}

.shop-item-content {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  padding: 2em;
  display: flex;
}

.shop-item-price {
  color: gray;
  font-size: 17px;
  font-weight: 500;
}

.small-thumbnail-image {
  border-radius: 14px 14px 0 0;
  width: 100%;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: #606060;
  font-size: 16px;
}

.shop-item-summary {
  color: #606060;
  font-size: 15px;
}

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

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

.filter-holder.no-margin-top {
  border-radius: 100px;
  margin-top: 0;
}

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

.category-item-link:hover {
  color: #000;
  background-color: #0000000d;
  text-decoration: none;
}

.category-item-link.w--current {
  background-color: var(--main-colors--secondary);
  color: #000;
  border: 1px solid #f0fae0;
  border-radius: 100px;
}

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

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

.blog-item-date {
  color: #9e9e9e;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.footer-description-secondary {
  color: #00000080;
  max-width: 260px;
  font-size: 14px;
}

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

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

.tabs-content, .tab-pane {
  width: 100%;
  overflow: visible;
}

.yearly-link-discount {
  border: 1px solid #83838380;
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 3px 5px;
  font-size: 70%;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -1px;
}

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

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

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

.white-text {
  color: #fff;
}

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

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

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

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

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

.pricing-border {
  z-index: -1;
  border: 1px solid var(--other--link-bg-grey);
  position: absolute;
  inset: -1px 0% 0% -1px;
}

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

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

.pricing-v2-cell-grey {
  z-index: -1;
  background-color: var(--other--light-grey);
  position: absolute;
  inset: 0%;
}

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

.card-item-content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.card-item-content.pricing-item-content-right {
  text-align: center;
  flex: 1;
  align-items: center;
  padding: 0;
}

.card-item-content.pricing-item-content-left {
  z-index: 2;
  text-align: center;
  align-items: center;
  padding: 0;
}

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

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

.card-item.pricing-card {
  background-color: #fff;
  border-radius: 32px;
  height: 100%;
  box-shadow: 5px 14px 50px 7.6px #0000001a;
}

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

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

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

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

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

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

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

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

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

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

.notification-button:hover {
  background-color: #ffffffe6;
}

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

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

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

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

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

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

.subtitle-overlay-holder {
  width: 100%;
  height: 66px;
  position: relative;
  inset: 0% 0% auto;
}

.subtitle-overlay {
  background-color: #ffffff80;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-media-menu-wrapper {
  flex-direction: row;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.cart-item-content-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-left: 1em;
  margin-right: 1em;
}

.big-image-menu {
  width: 300px;
  height: auto;
}

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

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

.nav-footer-holder {
  z-index: 19;
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu---container {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.nav-menu-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
}

.cart-item-price-2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-quantity-button-holder {
  align-items: baseline;
  height: 35px;
  display: flex;
}

.cart-item-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}

.nav-menu-link {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #c9c9c9;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 74px;
  line-height: 1.45;
  display: flex;
  overflow: hidden;
}

.nav-links {
  grid-column-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
  display: flex;
}

.social-media-link---menu {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 24px;
  transition: filter .3s, color .35s;
}

.social-media-link---menu:hover {
  filter: blur(1px);
}

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

.button-2:hover {
  color: #fff;
  background-color: #173aca;
}

.button-2.continue-to-checkout {
  border-radius: 0;
  font-size: 22px;
}

.white-arrow-menu-link {
  opacity: 0;
  width: 80px;
  height: 80px;
}

.nav-menu-overlay-mobile-2 {
  display: none;
}

.cart-container-2 {
  color: #fff;
  background-color: #2a2a2a;
  border-radius: 8px;
  min-width: 800px;
  max-width: 800px;
}

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

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

.cart-quantity-number-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15px;
  height: 15px;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.cart-quantity-2:hover {
  background-color: #f8f8fa;
}

.cart-quantity-2:focus {
  border-color: #173aca;
}

.cart-quantity-2.cart {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  height: 35px;
  font-size: 18px;
}

.x-icon-2 {
  width: 42px;
  height: 42px;
}

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

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

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

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

.cart-subtotal-price-2 {
  font-size: 26px;
  font-weight: 400;
}

.title-and-quantity-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-message-2 {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.cart-footer-2 {
  border-top-color: #fafafa;
  margin-top: 15px;
  padding: 25px 1em;
}

.remove-button-2 {
  color: #c5c5c5;
  margin-top: 20px;
  font-size: 18px;
}

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

.nav-link-2 {
  z-index: 1;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s, filter .3s, color .35s;
  display: flex;
  position: relative;
}

.nav-link-2:hover {
  opacity: .5;
}

.nav-link-2.w--current {
  filter: blur(.5px);
}

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

.nav-with-big-menu {
  background-color: #000;
  width: 100%;
  height: 70px;
}

.nav-meu-and-cart-holder {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog-item-full {
  grid-row-gap: 10px;
  color: #2b2b2b;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.quantity-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.work-item {
  position: relative;
}

.work-item:nth-child(2n) {
  position: relative;
  top: 8em;
}

.scroll-down-line-container {
  border-bottom-style: none;
  width: 13px;
  height: 100%;
  min-height: 120px;
  position: relative;
  overflow: hidden;
}

.animation-on-page-load-3 {
  padding-top: 0;
}

.animation-2-letter {
  font-size: 145px;
  font-weight: 500;
}

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

.quic-stack-ikonik-box {
  background-color: #ffc444;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.quic-stack-ikonik-box.dark-gray {
  color: #fff;
  background-color: #1b1b1b;
  background-image: url('../images/BG-Image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  position: relative;
}

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

.open-cource-ikonik-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 320px;
  height: 250px;
  position: absolute;
  inset: 31% 0% 0% auto;
}

.open-cource-ikonik-image.top-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 60%;
  height: 100%;
  top: 8%;
}

.hero-link-holder {
  padding-bottom: 1em;
}

.hero-link {
  background-color: #0000001a;
  border-radius: 100px;
  padding: 3px;
  font-size: 15px;
  font-weight: 500;
  transition: background-color .3s, color .35s;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.hero-link:hover {
  background-color: #0003;
}

.hero-link-bg-blur-wrap {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%);
}

.hero-link-bg-wrap {
  position: absolute;
  inset: 0%;
  transform: translate(0%);
}

.hero-link-bg-blur {
  background-color: var(--main-colors--primary);
  filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-link-bg-blur-main {
  aspect-ratio: 1;
  height: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0%);
}

.animation-on-page-load-2.home {
  margin-top: 3em;
}

.hero-link-content-bg {
  z-index: -1;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.demo-hero-content {
  text-align: center;
  text-wrap: balance;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.demo-hero-text {
  margin-top: 0;
  font-size: 60px;
  font-weight: 600;
}

.demo-section-summary {
  opacity: .7;
}

.demo-buy-box-heading {
  text-align: center;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

.figma-email-link {
  color: #000;
  text-decoration: underline;
}

.figma-email-link:hover {
  color: #000;
}

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

.nav-main {
  z-index: 99;
  width: 100%;
  position: sticky;
  top: 20px;
}

.hero-link-badge {
  border: 1px solid var(--main-colors--primary);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 8px;
  font-size: 8px;
  font-weight: 500;
}

.hero-link-arrow-icon {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.ikonik-link {
  color: #fff;
  text-decoration: underline;
}

.main-link-button {
  background-color: #0f1011;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 12px 40px 12px 16px;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.arrow-image {
  position: absolute;
  inset: auto 13% 31% auto;
}

.white-button {
  border: 1px solid var(--border-color);
  color: #222529;
  background-color: #fff;
  border-radius: 60px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition-property: transform;
}

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

.brand-link-holder {
  margin-left: 15px;
  display: flex;
}

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

.bracket {
  color: #4a4340;
  position: relative;
  left: 5px;
}

.bracket.right {
  left: -5px;
}

.nav-dropdown-list-2 {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list-2.w--open {
  top: 50px;
}

.main-nav-menu {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.dropdown-link {
  color: #fff;
}

.dropdown-link:hover {
  color: #70299d;
}

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

.main-nav-link-holder {
  padding-left: 5px;
}

.main-nav-link-holder.nav-button-holder {
  z-index: 2;
  padding-left: 10px;
  position: relative;
}

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

.main-container.nav-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.main-nav-cart-button {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 10px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 7px 14px;
  transition: box-shadow .35s;
  overflow: hidden;
  box-shadow: 0 3px 3px #d1cdc73d, inset 0 -2px #f0f0efb3, 0 1px 2px #b2aa9e52, 0 0 0 1px #efede8;
}

.main-nav-cart-button:hover {
  box-shadow: 0 3px 3px #d1cdc73d, inset 0 0 #f0f0efb3, 0 1px 2px #b2aa9efc, 0 0 0 1px #efede8;
}

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

.main-menu-button:hover, .main-menu-button.w--open {
  background-color: #f1f1f1;
}

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

.main-nav-link {
  z-index: 1;
  color: #4a4340;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 7px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

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

.main-nav-link.w--current {
  color: var(--main-colors--link-active);
}

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

.main-nav-link.nav-link-dropdown {
  text-align: center;
  padding-right: 25px;
  transition: color .35s;
}

.main-nav-link.nav-link-dropdown:hover {
  color: var(--main-colors--primary);
}

.main-nav-container {
  background-color: #fff0;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.main-brand-link {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.main-brand-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.nav-link-background {
  z-index: -1;
  background-color: #f7f7f7;
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.nav-link-background.link-bg-on-dark {
  border: 1px solid var(--main-colors--primary);
  background-color: #ffffff26;
}

.nav-menu-overlay-mobile-3 {
  display: none;
}

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

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

.nav-links-right-space {
  width: 100%;
  display: block;
}

.main-brand-logo {
  z-index: 2;
  max-width: 150px;
  height: 100%;
  max-height: 30px;
  position: relative;
}

.nav-links-left-space {
  width: 100%;
}

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

.blury-bg-main-holder {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border-radius: 16px;
  width: auto;
  height: 70px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 20px 32px -12px #5f4a2e1f, 0 4px 6px #5f4a2e0a, 0 2px 3px #5f4a2e0a, 0 0 2px #5f4a2e14;
}

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

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

.main-nav-up-holder {
  z-index: -1;
  pointer-events: none;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-size-animation-trigger {
  height: auto;
  position: absolute;
  inset: 100vh 0% auto;
}

.first-line-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.first-line-holder.second {
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
}

.hero-person-image-main-holder {
  width: 300px;
  display: flex;
}

.hero-person-image-holder {
  width: 75px;
  height: 75px;
}

.hero-person-image-holder._2 {
  position: relative;
  top: -12px;
  left: -9px;
}

.hero-person-image-holder._3 {
  position: relative;
  bottom: -10px;
  left: -15px;
}

.hero-person-image-holder._4 {
  position: relative;
  left: -24px;
}

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

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

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

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

.hero-small-image {
  z-index: 9;
  transform-style: preserve-3d;
  width: 320px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 4%;
  transform: rotateX(0)rotateY(1deg)rotateZ(-12deg);
}

.hero-small-image._1 {
  z-index: 10;
  width: 300px;
  top: 23.5%;
  transform: translate(-130%, -230%)rotate(-10deg);
}

.hero-small-image._2 {
  width: 150px;
  inset: 53% 7% auto auto;
  transform: translate(280%, -330%)rotate(12deg);
}

.hero-small-image._3 {
  box-sizing: border-box;
  width: 150px;
  inset: auto auto 18% 8%;
  transform: translate(-200%, -160%)rotate(-12deg);
}

.iphone-mockup-holder {
  margin-top: 7em;
}

.image {
  border-radius: 20px;
}

.download-button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.hero-button {
  background-color: #0f1011;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 24px 80px 24px 41px;
  font-size: 20px;
}

.hero-button:hover {
  color: #fff;
}

.arrow-link {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 9% 2% 0% auto;
}

.hero-go-download-button-holder {
  position: relative;
}

.main-rated-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.rated-text {
  color: #000;
  font-size: 17px;
}

.stars-holder {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  display: flex;
}

.rated-holder {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.title-big {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Quicksand, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.grid-item-text-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.grid-item-text-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabel-pay-holder {
  background-color: #0e0e0e;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tiny-title {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.financial-text-holder {
  width: 86%;
}

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

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

.grid-items-wrapper.last {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 565px;
  position: relative;
  overflow: hidden;
}

.feature-grid {
  grid-column-gap: 3.5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 5fr;
  margin-top: 5em;
  display: grid;
}

.total-net-worth-image {
  border-radius: 20px;
  width: 450px;
  position: absolute;
}

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

.advantage-grid-item {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-icon {
  width: 100px;
}

.grid-content {
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.smaller-title {
  color: #101111;
  font-size: 24px;
  font-weight: 500;
}

.grid-text-holder {
  flex-direction: column;
  display: flex;
}

.advantage-text {
  line-height: 24px;
}

.tiny-tittle-holder {
  border: 1px solid var(--main-colors--primary);
  background-color: #fbfaf9;
  border-radius: 100px;
  padding: 6px 10px;
}

.main-item-holder {
  background-color: #60ec6b33;
  border-radius: 100px;
  padding: 3px;
  box-shadow: 0 1px 2px #2d20110a;
}

.main-item-holder.bento {
  width: 50px;
  margin-bottom: 10px;
}

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

.medium-text {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.medium-text.inter {
  font-family: Inter, sans-serif;
}

.center-paragraph {
  color: #1f1f1f;
  text-align: center;
  max-width: 800px;
}

.bento-grid-holder {
  margin-top: 4em;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-collaboration-holder {
  z-index: 1;
  background-image: url('../images/BG-Features.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #cdfe7e;
  border-radius: 28px;
  height: 100%;
  padding: 35px;
  position: relative;
  overflow: hidden;
}

.team-collaboration-holder.last {
  padding-bottom: 0;
}

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

.small-text {
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.bento-paragraph {
  color: #2b2b2e;
}

.inside-image-text-holder {
  margin-top: 3em;
}

.bento-image {
  z-index: 0;
  position: relative;
  transform: perspective(2000px);
}

.text-holder {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
}

.text-block-2 {
  color: #959699;
}

.text-block-2.black {
  color: #26282a;
}

.icon-text-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.dashboard-image {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.bento-fade-in {
  height: 100%;
}

.slider-header {
  color: #000;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.slider {
  background-color: #0000;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 80%;
  height: 350px;
  display: flex;
}

.slider-image-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
}

.slide {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
  margin-left: 3px;
  margin-right: 21px;
  padding: 39px 29px 35px;
  overflow: hidden;
}

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

.slider-holder {
  padding-bottom: 82px;
  position: relative;
  overflow: hidden;
}

.slider-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.left-arrow {
  z-index: 20;
  border: 1px solid #60ec6b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  inset: 77% auto 0% 0%;
}

.mask {
  z-index: 3;
  width: 275px;
  height: 100%;
  overflow: visible;
}

.light-grey {
  color: #bababa;
}

.light-grey.center {
  text-align: center;
}

.slider-image {
  object-fit: contain;
  border-radius: 30px;
  width: 150px;
  height: 150px;
  box-shadow: -2px 2px 6px #0000001a, -7px 9px 11px #00000017, -16px 19px 15px #0000000d, -20px 34px 18px #00000003, -20px 53px 19px #0000;
}

.right-arrow {
  z-index: 20;
  border: 1px solid #60ec6b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 40px;
  display: flex;
  inset: 77% auto 0% 8%;
}

.slider-text {
  z-index: 8;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slider-text-container {
  max-width: 570px;
}

.slider-overlay-2 {
  z-index: 3;
  background-image: linear-gradient(to right, #fbfbfb 70%, #0d0d0d00);
  width: 90%;
  height: 130%;
  position: absolute;
  inset: -11% 230px 0% -10%;
}

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

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

.card-item-2.pricing-card {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  overflow: visible;
  box-shadow: 5px 14px 50px 7.6px #30465926;
}

.pricing-table-basic {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 80%;
  margin-top: 3em;
  margin-bottom: 5em;
  display: grid;
  position: relative;
}

.pricing-title {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 500;
}

.text-and-icon {
  z-index: 9;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: gray;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.checkbox-circle-with-icon {
  background-image: url('../images/Vector-1.svg'), linear-gradient(#000, #000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 13px, auto;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-holder-price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-item-content-home {
  background-color: #fff;
  background-image: url('../images/Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  padding: 1.5em 3em;
}

.price-text-holder {
  color: gray;
  margin-bottom: 2em;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.pricing-table-panel {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: flex;
}

.price-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 3em;
  display: flex;
}

.checkbox-circle-with-icon-3 {
  background-color: #cdfe7e;
  background-image: url('../images/Vector-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-item-button-holder-2 {
  z-index: 11;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pricing-main-content-home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 9px;
  display: flex;
}

.pricing-v3-price-type-2 {
  color: #01051b8f;
  font-size: 16px;
  position: relative;
  bottom: 5px;
}

.black-button {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #222529;
  border: 2px solid #2b333d;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.basic-plan {
  z-index: 2;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 800;
  position: relative;
}

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

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

.card-item-pricing.pricing-card-right {
  z-index: auto;
  border: 1px solid var(--main-colors--secondary);
  background-color: #fff;
  border-radius: 15px;
}

.pricing-item-content-holder {
  background-color: #fff;
  width: 100%;
  padding: 1.5em 3em;
}

.pricing-item-content-holder.bottom-line {
  background-image: linear-gradient(0deg, #f5ffe5, #e9fcea);
}

.big-price {
  color: #222529;
  font-size: 52px;
  font-weight: 800;
  line-height: 1;
}

.price-list-horizontal-holder {
  z-index: 99;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: grid;
}

.pricing-white-button-holder {
  margin-top: 3em;
}

.white-pricing-button {
  z-index: 1;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-pricing-button:hover {
  border-color: var(--main-colors--primary);
}

.pricing-top-logo-holder {
  z-index: 2;
  position: absolute;
  inset: -18% auto auto 26%;
}

.main-trusted-by-holder {
  background-color: #fbfaf9;
  margin-top: -33px;
}

.hero-app-holder {
  width: 100%;
  position: relative;
}

.home-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 540px;
  margin-top: 4em;
  display: flex;
}

.home-content.features {
  margin-top: 2em;
}

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

.hero-app-wrapper {
  min-width: 90%;
  padding-top: 30px;
}

.hero-app-wrapper.features {
  height: 850px;
  padding-top: 0;
}

.main-hero-section {
  background-color: #fbfaf9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.app-mobile-image {
  z-index: -1;
  border-radius: 30px;
  width: 270px;
  position: absolute;
  inset: 5% 0% 0% 3.3%;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #faf9f8, #faf9f800);
  width: 80%;
  height: 260px;
  position: absolute;
  inset: auto 0% 2% -12%;
}

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

.hero-app.features {
  width: 37%;
}

.hero-tittle {
  font-family: Quicksand, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.hero-section-center-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.hero-section-center-holder.features {
  justify-content: flex-start;
  align-items: flex-start;
}

.green-line-holder {
  z-index: 9;
  position: absolute;
  inset: auto 0% 14%;
}

.green-line-holder.about {
  bottom: -12%;
}

.green-line-holder.contact {
  position: static;
  bottom: -18%;
}

.text-span {
  color: #989898;
}

.trusted-by-container-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.trusted-by-grid-content-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.main-trusted-by-container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.trusted-by-grid-content-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 1em;
  display: flex;
}

.growth-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.icon-gradient-image-holder {
  background-color: #f2f2f2;
  border-radius: 12px;
  position: relative;
}

.gradient-main-holder {
  background-color: #f9f9f9;
  border: 1px solid #eaedee;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
}

.opportunities-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.features-small-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.features-small-text.center-in-mobile {
  color: #000;
  font-size: 32px;
  font-weight: 700;
}

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

.tittle-grid-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.small-text-paragraph-holder, .small-text-paragraph-holder.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.track-holder._1 {
  padding-left: 0;
}

.tracking-features-holder {
  background-color: #cdfe7e33;
  background-image: radial-gradient(circle at 0 0, #c7f8cb, #c7f8cb00), radial-gradient(circle at 50% 100%, #ceff7f, #ceff7f00), radial-gradient(circle at 100% 100%, #91f298, #ceff7f00);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
}

.tracking-features-holder._2 {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.tracking-features-holder._4 {
  padding-top: 45px;
}

.tracking-image {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 100%;
}

.small-gradinet-text {
  color: #272727;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.grid-3-col {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tracking-image-and-content-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-product-holder {
  margin-top: 5.5em;
}

.paragraph {
  color: #27272766;
  font-weight: 500;
}

.arrow-holder {
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 6% 5% auto;
}

.grid-2 {
  height: 100%;
}

.multi-platform-holder {
  background-color: #222529;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.green-text {
  color: #cdfe7e;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.data-text-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.data-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 45%;
  display: grid;
}

.data-wrapper {
  grid-column-gap: 5.5em;
  grid-row-gap: 5.5em;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.data-text {
  color: #9e9e9e;
  font-size: 18px;
  font-weight: 400;
}

.data-number {
  font-size: 60px;
  font-weight: 600;
}

.data-grid-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.data-grid-item.first {
  perspective: 1500px;
  justify-content: flex-start;
  align-items: flex-start;
  transform: perspective(1500px);
}

.title-big-holder {
  width: 80%;
}

.product-type-text {
  font-size: 24px;
  font-weight: 700;
}

.product-type-holder {
  margin-bottom: 2em;
}

.star-holder {
  width: 20px;
  height: 20px;
}

.work-procces-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-features-text {
  color: #9e9e9e;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.about-title-wrapper {
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
  display: flex;
  position: sticky;
  inset: 10% 0% 0%;
  overflow: hidden;
}

.about-infinit-text-holder {
  width: 100vw;
  min-width: 100vw;
  font-weight: 700;
  position: relative;
  overflow: visible;
}

.about-infinit-text-section {
  font-weight: 700;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.about-infinit-left-text-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.blog-infinit-text-wrapper {
  color: #faebd7;
  font-size: 300px;
  font-weight: 700;
}

.iphone-mockup-image {
  z-index: 7;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.mockup-holder {
  z-index: 3;
  width: 350px;
  position: relative;
  top: -32%;
}

.mockup-holder.hero {
  width: 400px;
  height: 100%;
  top: -24%;
  overflow: hidden;
}

.main-image-parent {
  border-radius: 30px;
  position: absolute;
  inset: 1.9% 4.7% 4.5% 4.9%;
  overflow: hidden;
}

.hero-mockup-image-holder {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  height: 150vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.main-app-images {
  z-index: -1;
  object-fit: cover;
  width: 100%;
}

.mockup-main-holder {
  z-index: 1;
  position: sticky;
  top: 300px;
}

.main-app-image-holder {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.gradient-section {
  z-index: -99;
  background-image: linear-gradient(0deg, #fff0, #fff), radial-gradient(circle at 0 0, #c7f8cb, #c7f8cb00), radial-gradient(circle at 50% 100%, #ceff7f, #ceff7f00), radial-gradient(circle at 100% 100%, #91f298, #ceff7f00);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.infinity-text {
  color: #000;
}

.blue-card-background {
  background-color: #cdfe7e80;
  border-radius: 20px;
  height: 600px;
  padding: 80px 2em;
  position: relative;
  overflow: hidden;
}

.card-phone-image-container {
  z-index: 0;
  border-radius: 14px;
  position: absolute;
  inset: 4.3% 9.9% 2.3% 7.9%;
  overflow: hidden;
}

.card-phone-image-container.cta {
  border-radius: 20px;
  inset: 6.3% 10% -1.7% 10.9%;
}

.call-to-action-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.iphonem-mockup-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iphonem-mockup-holder.cta {
  z-index: 2;
  width: 70%;
  height: 118%;
  position: relative;
}

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

.chat-image {
  width: 100%;
}

.grey-card-iphone {
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.cta-text {
  font-family: DM Sans, sans-serif;
  font-size: 71px;
  font-weight: 500;
}

.cta-paragraph {
  color: #000;
  font-size: 14px;
  font-weight: 200;
}

.cta-button-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.download-app-button {
  background-color: #fff;
  border-radius: 60px;
  justify-content: flex-start;
  align-items: center;
  min-width: 240px;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.download-app-button:hover {
  opacity: .8;
  text-decoration: none;
}

.app-logo {
  object-fit: contain;
}

.cta-holder-2 {
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
  display: flex;
}

.cta-large-black-text {
  color: #000;
}

.cta-large-black-text._16px {
  font-size: 16px;
}

.cta-large-black-text._24px {
  font-size: 24px;
}

.cta-icon {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-icon._1 {
  opacity: .55;
}

.cta-icon._2 {
  opacity: .55;
  inset: auto auto 24% 0%;
}

.cta-icon._3 {
  opacity: .55;
  inset: 0% auto 0% 29%;
}

.hero-section-container {
  z-index: 1;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
  overflow: visible;
}

.infinit-hero-images-holder {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  inset: 5% 0% auto;
  overflow: hidden;
}

.grid-hero-images-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.grid-hero-images-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.grid-hero-images {
  width: 15vw;
  height: 100%;
}

.grid-hero-images._1 {
  width: 630px;
}

.grid-hero-images._2 {
  width: 300px;
  height: 100%;
}

.grid-hero-images._3 {
  width: 300px;
}

.grid-hero-images._4 {
  width: 630px;
}

.grid-hero-images._5 {
  width: 300px;
}

.grid-hero-images._6, .grid-hero-images._7 {
  width: 630px;
}

.grid-hero-images._8 {
  width: 300px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 11px;
  width: 100%;
  height: 100%;
}

.hero-center-tittle {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 64px;
  font-weight: 700;
}

.hero-about-tittle-holder {
  width: 70%;
}

.small-paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.lightbox-link {
  z-index: 99;
  width: 100%;
  height: 100%;
}

.lightbox-button-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-button {
  color: #fff;
  background-color: #62cf63;
  border-radius: 12px;
  padding: 13px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .5s;
}

.about-button:hover {
  color: #fff;
  background-color: #4fb44f;
}

.about-button.icon {
  color: #000;
  background-color: #fbfaf9;
  background-image: url('../images/About-Arrow.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #60ec6b;
  border-radius: 30px;
  padding: 8px 55px 8px 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition-property: background-position;
  transition-duration: .35s;
}

.about-button.icon:hover {
  background-position: 94%;
}

.about-lightbox-holder {
  z-index: 99;
  position: absolute;
  inset: auto 0% 49%;
}

.gradient-green-text-numbers {
  color: #cdfe7e;
  font-size: 63px;
  font-weight: 600;
}

.black-box-project {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #222529;
  border-radius: 20px;
  flex-direction: column;
  padding: 30px 35px;
  display: flex;
  position: relative;
}

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

.div-block-13 {
  width: 130px;
  height: 130px;
  position: absolute;
  inset: -23% 0% auto auto;
}

.div-block-13._2 {
  width: 100px;
  height: 100px;
  top: -18%;
  right: 9%;
}

.div-block-13._3 {
  top: -29%;
  right: 5%;
}

.medium-text-holder {
  width: 70%;
}

.team-link {
  width: 100%;
  height: 100%;
}

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

.join-team-text {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

.story-tell-paragraph {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.team-person-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.join-team-box {
  background-color: #131313;
  background-image: url('../images/G.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 200px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.company-image-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  border-radius: 60px;
  flex-direction: column;
  margin-top: 4em;
  padding: 80px;
  display: flex;
}

.team-member-main-holder {
  background-color: #f0fae0;
  border: 1px solid #cdfe7e;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 420px;
  padding: 30px;
  display: flex;
  position: relative;
}

.story-tell-paragraph-2 {
  color: #9e9e9e;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.person-name {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.company-position-text {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.person-profile-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.team-member-image-holder {
  z-index: 2;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-member-image {
  object-fit: cover;
  border-radius: 18px;
  height: 100%;
}

.team-member-name-job-position-holder {
  z-index: 2;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.team-member-name {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.job-position-paragraph {
  color: #ffffff80;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.gray-paragraph {
  color: gray;
}

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

.question-container {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.answer-container {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.answer-holder {
  z-index: 33;
  width: 60%;
  margin-left: 16px;
  padding: 20px;
  transition: border-color .3s;
  position: relative;
}

.question-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  margin-top: 2em;
  display: flex;
}

.plus-lottie {
  filter: invert(46%);
  width: 80%;
}

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

.question-icon-holder {
  border: 1px solid var(--main-colors--primary);
  background-color: #f4fcfd00;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  margin-top: 25px;
  padding: 10px 6px 6px;
  display: flex;
}

.question {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.title-holder {
  z-index: 7;
  justify-content: center;
  align-items: center;
  position: relative;
}

.grid-2-col-holder {
  margin-top: 3em;
}

.creative-team-member-holder {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.location-with-icon-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.job-details-text {
  color: #9e9e9e;
  font-size: 18px;
}

.location-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.about-black-arrow-holder {
  width: 42px;
  height: 42px;
  position: absolute;
  inset: 35% 4% 0% auto;
}

.careers-link {
  width: 100%;
  height: 100%;
}

.contact-grid {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.contact-form-holder {
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 20px 32px -12px #5f4a2e1f, 0 4px 6px #5f4a2e0a, 0 2px 3px #5f4a2e0a, 0 0 2px #5f4a2e14;
}

.contact-button-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

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

.location-text {
  color: var(--paragraph-color);
  font-weight: 400;
}

.contact-features {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: flex;
}

.app-title {
  grid-column-gap: 10px;
  color: #d0d5db;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.blog-medium-text-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-sub-form-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 3em;
  display: flex;
}

.subscribe-form-content-holder {
  background-color: #fffffff2;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 32px -12px #5f4a2e1f, 0 4px 6px #5f4a2e0a, 0 2px 3px #5f4a2e0a, 0 0 2px #5f4a2e14;
}

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

.blog-text {
  color: #131313cc;
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.navbar-search-icon-lottie-2 {
  z-index: 1;
  cursor: pointer;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  position: relative;
}

.grid-search {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 780px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: grid;
}

.search-input {
  background-color: #fff0;
  height: 62px;
  margin-bottom: 0;
  padding: 20px;
}

.search-button {
  background-color: #000;
  transition: opacity .35s;
}

.search-button:hover {
  opacity: .8;
}

.featured-holder {
  border: 1px solid var(--main-colors--secondary);
  background-color: #000;
  background-image: url('../images/zap-2.svg');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 152px;
  height: 40px;
  margin-bottom: 30px;
  margin-left: 30px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.featured-text {
  color: #cdfe7e;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-holder {
  grid-column-gap: 10px;
  color: #666;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
}

.link-2 {
  color: #6d6d6d;
  transition: color .35s;
}

.link-2:hover, .breadcrumb-text.dark {
  color: #000;
}

.breadcrumb-icon-holder {
  width: 15px;
}

.arrow-image-2 {
  width: 100%;
}

.blog-heading {
  font-size: 64px;
}

.blog-heading-holder {
  width: 80%;
}

.shop-button-holder {
  width: 200px;
}

.cart-holder {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.close-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .3s, color .2s;
  display: flex;
}

.close-button:hover {
  opacity: .8;
}

.cart-header-3 {
  border-bottom-width: 0;
  padding: 1.8em;
}

.x-logo {
  width: 16px;
  height: 16px;
}

.x-logo.close-dialog {
  width: 20px;
  max-width: 20px;
  height: 20px;
}

.cart-item-text-holder {
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
}

.cart-item-price-3 {
  color: #212121;
  flex-direction: column;
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.main-cart-button {
  color: #212121;
  background-color: #f2f2f2;
  border-radius: 30px;
  margin-left: 10px;
  padding: 12px 13px;
  text-decoration: none;
  transition-property: opacity;
  position: relative;
}

.main-cart-button:hover {
  opacity: .8;
}

.cart-item-title-3 {
  color: #212121;
  font-weight: 700;
}

.cart-quantity-3 {
  color: #000;
  background-color: #0000;
  border-radius: 30px;
  min-width: 22px;
  height: 22px;
  margin-left: 2px;
  font-size: 12px;
  line-height: 22px;
}

.cart-subtotal {
  color: #212121;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.quantity-text-2 {
  color: #787878;
  font-size: 16px;
}

.main-cart-item {
  border: 2px solid #ededed;
  border-radius: 13px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}

.main-cart-item:last-child {
  margin-bottom: 0;
}

.cart-header-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-item-main-content {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart-list-3 {
  padding: 0 1.8em;
}

.cart-header-title {
  margin-left: 10px;
  font-weight: 700;
}

.cart-item-quantity {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.cart-footer-4 {
  border-top-width: 0;
  padding: 0 2em 2em;
}

.divider {
  opacity: .1;
  background-color: #323232;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.cart-item-remove-button {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
  padding: 12px;
  transition: opacity .3s, color .2s;
  display: flex;
}

.cart-item-remove-button:hover {
  opacity: .7;
}

.cart-container-3 {
  border-radius: 13px;
  max-width: 800px;
}

.cart-icon {
  width: 20px;
}

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

.cart-quanity-input {
  background-color: #0000;
  border-color: #f5f5f5;
  width: 30px;
  height: auto;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 2px 0 2px 5px;
  font-size: 16px;
  font-weight: 600;
}

.cart-quanity-input:focus {
  border-color: #60aef8;
}

.yearly-text {
  padding-top: 3px;
}

.financial-accessibility-main-holder {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 5em;
  display: flex;
}

.gate-logo-holder {
  width: 120px;
  height: 120px;
}

.value-text-holder {
  width: 40%;
}

._404-center-button-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.shipping-address-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.center-tittle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-18 {
  background-color: var(--main-colors--secondary);
  border-radius: 3px;
  width: 35px;
  height: 18px;
  padding-left: 4px;
  position: absolute;
  inset: 0% 0% 0% 24%;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  font-size: 12px;
}

._404-text {
  font-size: 62px;
}

.button-404-holder {
  width: 200px;
}

.bg-blury-holder {
  z-index: -1;
  background-image: url('../images/Ellipse-904.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60%;
  width: 100%;
  height: 910px;
  position: absolute;
  inset: auto 0% -13%;
}

.pricing-text-holder {
  width: 70%;
}

.v2-text {
  color: #2b2b2e;
  font-size: 14px;
  font-weight: 600;
}

.v2-0-holder {
  background-color: #60ec6b33;
  border-radius: 100px;
  padding: 3px;
}

.image-2 {
  width: 25px;
}

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

.pricing-list {
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
}

.list-item {
  background-image: url('../images/check-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 30px;
  display: flex;
}

.list-text {
  color: #0b121d;
  font-size: 18px;
  font-weight: 600;
}

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

.blog-sub-form-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.home-hero-logos {
  margin-top: 100px;
}

.buy-template-panel {
  z-index: 20;
  grid-column-gap: 10px;
  border: 1px solid #0003;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-panel:hover {
  color: #000;
  text-decoration: none;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

@media screen and (min-width: 1280px) {
  .filter-holder {
    justify-content: space-between;
    align-items: center;
  }

  .product-type-holder {
    margin-bottom: 3em;
  }

  .star-holder {
    width: 20px;
    height: 20px;
  }

  .work-procces-holder {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .about-title-wrapper {
    grid-row-gap: 10em;
  }

  .blue-card-background {
    padding-left: 3em;
    padding-right: 3em;
  }

  .cta-button-holder {
    margin-top: 4em;
  }

  .download-app-button {
    border: 1px solid #fff;
    border-radius: 20px;
  }
}

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

  .hero-content-center {
    z-index: 10;
    position: relative;
  }

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

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

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

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

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

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

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

  .hero-link-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

  .quic-stack-ikonik-box.dark-gray {
    background-image: url('../images/BG-Image.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

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

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

  .open-cource-ikonik-image.top-image {
    width: 60%;
    top: 1%;
  }

  .main-container {
    max-width: 1350px;
  }

  .main-nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blury-bg-main-holder {
    width: auto;
  }

  .hero-small-image._1 {
    left: 8%;
  }

  .hero-small-image._2 {
    right: 5%;
  }

  .hero-small-image._3 {
    width: 145px;
  }

  .financial-text-holder {
    width: 80%;
  }

  .grid-items-wrapper {
    justify-content: space-between;
  }

  .grid-items-wrapper.last {
    height: 100%;
    min-height: 640px;
    max-height: 100%;
  }

  .feature-grid {
    margin-top: 10em;
  }

  .total-net-worth-image {
    width: 550px;
  }

  .center-text {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .slider {
    width: 100%;
  }

  .testimonial-container {
    max-width: 1350px;
  }

  .right-arrow {
    left: 5%;
  }

  .slider-text {
    width: 55%;
  }

  .slider-overlay-2 {
    width: 80%;
  }

  .main-trusted-by-holder {
    margin-top: -61px;
    bottom: 10%;
  }

  .home-content {
    min-width: 700px;
  }

  .home-content.features {
    margin-top: 3em;
  }

  .feature-container {
    max-width: 1350px;
  }

  .hero-app-wrapper.features {
    height: 850px;
    padding-top: 0;
  }

  .app-mobile-image {
    width: 330px;
  }

  .overlay {
    bottom: 14%;
  }

  .hero-app.features {
    width: 35%;
  }

  .hero-tittle {
    font-family: Quicksand, sans-serif;
    font-weight: 700;
  }

  .hero-section-center-holder.features {
    position: relative;
  }

  .green-line-holder {
    z-index: 4;
    position: absolute;
    inset: auto 0% 6%;
  }

  .green-line-holder.about {
    bottom: -17%;
  }

  .trusted-by-container-2, .main-trusted-by-container {
    padding-bottom: 20px;
  }

  .data-text-holder {
    width: 60%;
  }

  .about-title-wrapper {
    grid-row-gap: 15em;
  }

  .mockup-holder {
    top: -50%;
  }

  .blue-card-background {
    padding-left: 5em;
    padding-right: 5em;
  }

  .card-phone-image-container {
    inset: 4.3% 10% 3.3% 10.9%;
  }

  .card-phone-image-container.cta {
    top: 7.3%;
  }

  .download-app-button {
    border-radius: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .team-person-image-holder {
    width: 95%;
  }

  .answer-holder {
    width: 60%;
  }

  .footer-container {
    max-width: 1350px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

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

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

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

  .grid-2-col {
    flex-flow: column;
    display: flex;
  }

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

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

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .button {
    font-weight: 500;
  }

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

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

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

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

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

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

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

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

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

  .nav-cart-holder.right-paddding {
    right: 0%;
  }

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

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

  .product-image {
    min-height: 100%;
  }

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

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

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

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

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

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

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

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

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

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

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

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

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

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

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

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

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

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .big-image-menu {
    width: 200px;
    height: auto;
  }

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

  .cart-2 {
    z-index: 1;
  }

  .nav-with-big-menu {
    position: sticky;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

  .main-white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-ikonik-image {
    top: 9%;
  }

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

  .brand-link-holder {
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .top-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

  .main-menu-button {
    z-index: 2;
    margin-right: 50px;
    transition: background-color .35s;
    display: flex;
  }

  .main-menu-button.w--open {
    background-color: #fafafa;
    border-radius: 10px;
  }

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

  .main-brand-link.w--current {
    height: 100px;
  }

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

  .nav-menu-overlay-mobile-3 {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .brand-text-holder {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .main-brand-logo {
    margin: 9px;
  }

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

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

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

  .grid-item-text-holder {
    margin-top: 3em;
  }

  .feature-grid {
    grid-template-columns: 5fr;
    margin-top: 0;
  }

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

  .medium-text {
    font-size: 50px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    left: 15%;
  }

  .pricing-table-basic {
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .price-list {
    padding-left: 0;
  }

  .black-button {
    font-size: 14px;
    font-weight: 500;
  }

  .card-item-pricing.pricing-card-right {
    border-bottom-left-radius: 16px;
    margin-top: 3em;
    padding-top: 2em;
  }

  .white-pricing-button {
    font-size: 14px;
    font-weight: 500;
  }

  .pricing-top-logo-holder {
    top: -9%;
    left: 74%;
  }

  .main-trusted-by-holder {
    bottom: 9%;
  }

  .home-content.features {
    min-width: 100%;
    margin-top: 0;
  }

  .hero-app-wrapper.features {
    height: 100%;
    display: flex;
  }

  .app-mobile-image {
    width: 30.5%;
  }

  .overlay {
    bottom: -16%;
  }

  .hero-app.features {
    object-fit: cover;
    object-position: 50% 0%;
    width: 37%;
    height: 95%;
  }

  .hero-tittle {
    font-size: 50px;
  }

  .hero-section-center-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .green-line-holder {
    inset: auto 0% 0%;
  }

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

  .features-grid {
    flex-flow: column;
    display: flex;
  }

  .small-text-paragraph-holder {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .data-text-holder {
    align-items: flex-start;
    width: 100%;
  }

  .data-grid {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr 1fr;
    width: 60%;
  }

  .data-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    margin-top: 4em;
  }

  .data-number {
    font-size: 60px;
  }

  .data-grid-item {
    align-items: flex-start;
  }

  .about-title-wrapper {
    grid-row-gap: 10em;
  }

  .about-infinit-left-text-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-infinit-text-wrapper {
    margin-right: 0;
    font-size: 155px;
  }

  .mockup-holder {
    width: 220px;
    top: -107%;
    left: 200%;
  }

  .mockup-holder.hero {
    left: 0%;
  }

  .blue-card-background {
    height: 100%;
  }

  .card-phone-image-container.cta {
    top: 5.3%;
    bottom: 5.3%;
  }

  .iphonem-mockup-holder.cta {
    width: 80%;
    height: auto;
  }

  .cta-text {
    font-size: 50px;
  }

  .cta-button-holder {
    grid-column-gap: 70px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-icon._1, .cta-icon._2, .cta-icon._3 {
    width: 150px;
    height: 150px;
  }

  .hero-center-tittle {
    font-size: 40px;
  }

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

  .company-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .team-person-image-holder {
    width: 60%;
  }

  .person-profile-holder {
    width: 40vw;
    padding-left: 20px;
  }

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

  .question-container {
    margin-left: 0;
  }

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

  .subscribe-form-content-holder {
    width: 100%;
  }

  .blog-heading {
    font-size: 50px;
  }

  .cart-holder {
    flex: 1;
  }

  .main-cart-button {
    margin-left: 0;
  }

  .financial-accessibility-main-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .value-text-holder {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .nav-link-holder {
    width: 100%;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

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

  .hero-text._404 {
    font-size: 200px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .hero-section-secondary {
    height: auto;
  }

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

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

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

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

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

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

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

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

  .template-card-holder {
    height: 210px;
  }

  .integration-heading {
    font-size: 24px;
  }

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

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .small-thumbnail-image {
    padding-top: 60%;
  }

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

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

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tabs-content {
    padding-top: 2em;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item-content {
    align-self: auto;
  }

  .card-item {
    flex-direction: column;
  }

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

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

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

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

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

  .open-cource-ikonik-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

  .demo-hero-text {
    font-size: 56px;
  }

  .main-nav-menu, .main-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .first-line-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .iphone-image-home-page {
    height: 460px;
  }

  .iphone-screen {
    height: 450px;
  }

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

  .hero-small-image._1 {
    width: 200px;
  }

  .hero-small-image._2, .hero-small-image._3 {
    width: 100px;
  }

  .main-rated-holder {
    width: 100%;
  }

  .grid-item-text-container, .grid-item-text-holder {
    align-items: flex-start;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

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

  .medium-text {
    font-size: 40px;
  }

  .slider {
    height: 100%;
    padding-right: 0;
  }

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

  .slider-text-container {
    max-width: 100%;
  }

  .card-item-2 {
    flex-direction: column;
  }

  .pricing-table-basic {
    width: 100%;
  }

  .pricing-table-panel {
    padding-left: 1em;
    padding-right: 1em;
  }

  .card-item-pricing {
    flex-direction: column;
  }

  .card-item-pricing.pricing-card-right {
    padding-top: 0;
  }

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

  .hero-app.features {
    height: 96%;
  }

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

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

  .growth-holder, .opportunities-holder {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .data-grid {
    width: 70%;
  }

  .data-number {
    font-size: 45px;
  }

  .about-title-wrapper {
    grid-row-gap: 7.5em;
  }

  .blog-infinit-text-wrapper {
    font-size: 140px;
  }

  .mockup-holder {
    top: -145%;
    left: 119%;
  }

  .gradient-section, .blue-card-background {
    height: auto;
  }

  .iphonem-mockup-holder.cta {
    width: 100%;
    margin-top: 2em;
  }

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

  .grey-card-iphone {
    width: 60%;
  }

  .cta-button-holder {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cta-icon._1 {
    top: 15%;
  }

  .cta-icon._2 {
    bottom: 57%;
  }

  .cta-icon._3 {
    top: 13%;
    left: 69%;
  }

  .infinit-hero-images-holder {
    top: 20%;
  }

  .hero-center-tittle {
    font-size: 40px;
  }

  .hero-about-tittle-holder {
    width: 100%;
  }

  .join-team-text {
    font-size: 50px;
  }

  .company-image-holder {
    padding: 40px;
  }

  .person-profile-holder {
    padding-left: 0;
  }

  .blog-heading {
    font-size: 45px;
  }

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

  .bg-blury-holder {
    height: 70%;
  }

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

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

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

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.large {
    padding-top: 7em;
  }

  .hero-section {
    min-height: 80vh;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-wrap {
    height: 100%;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 100%;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

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

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

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

  .hero-text.grey {
    margin-left: 0;
  }

  .hero-text._404 {
    font-size: 120px;
  }

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

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

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

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

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

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

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

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog-item-image-holder {
    padding-top: 50%;
  }

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

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

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-item-image {
    width: 90px;
    height: 90px;
  }

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

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

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

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

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

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

  .product-other-image-lightbox {
    padding: .5em;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

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

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

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

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    height: 70px;
  }

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

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

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

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

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

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

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .template-section {
    border-radius: 24px;
  }

  .template-card-holder {
    height: 180px;
    padding: 6px;
  }

  .integration-heading {
    font-size: 21px;
  }

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

  .white-text-paragraph-holder {
    width: 100%;
  }

  .quic-stack-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-box.blue {
    padding-bottom: 200px;
  }

  .figma-design-image {
    height: 190px;
  }

  .black-text.large {
    font-size: 30px;
    font-weight: 700;
  }

  .open-cource-image {
    width: 90%;
    max-height: 170px;
  }

  .hero-link-wrap {
    padding: 6px 6px 6px 12px;
    font-size: 14px;
  }

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

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

  .navbar-footer-main-link-holder {
    font-size: 22px;
  }

  .shop-item-title-price {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .shop-item-content {
    padding: 1.5em 1em;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .category-item-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .category-list-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .blog-item-title-2 {
    font-size: 24px;
  }

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

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

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

  .heading-3-style {
    font-size: 22px;
  }

  .card-item-content {
    padding: 1.5em;
  }

  .card-item-content.pricing-item-content-right {
    flex: 0 auto;
  }

  .card-item-content.pricing-item-content-left {
    padding: 0;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

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

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .quic-stack-ikonik-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-ikonik-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

  .main-white-text-paragraph-holder {
    width: 100%;
  }

  .open-cource-ikonik-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-ikonik-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

  .demo-hero-text {
    font-size: 34px;
  }

  .demo-buy-box-heading {
    font-size: 30px;
  }

  .brand-link-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-list-2 {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.w--open {
    margin-bottom: 10px;
    top: 10px;
  }

  .main-nav-menu {
    top: 15px;
  }

  .main-nav-link-holder.nav-button-holder {
    display: none;
  }

  .main-container {
    padding: 3em 1em;
  }

  .main-container.nav-container {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu-button {
    margin-right: 0;
  }

  .main-menu-button.w--open {
    background-color: #90f19780;
  }

  .main-nav-menu-container {
    padding-right: 15px;
  }

  .main-nav-link.white-nav-link {
    padding-right: 0;
  }

  .main-nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-brand-link {
    align-items: center;
  }

  .main-nav-list {
    margin-left: 0;
  }

  .nav-menu-overlay-mobile-3 {
    border-radius: 8px;
    height: 70px;
  }

  .brand-text-holder {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .main-brand-logo {
    max-width: 100%;
    margin: 9px;
  }

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

  .blury-bg-main-holder {
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 100%;
  }

  .top-nav-dropdown-list-content {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .first-line-holder.second {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-person-image-main-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .hero-person-image-holder._1, .hero-person-image-holder._2 {
    width: 40px;
    height: 40px;
  }

  .hero-person-image-holder._3, .hero-person-image-holder._4 {
    width: 40px;
    height: 40px;
    display: none;
  }

  .iphone-image-home-page {
    height: 100%;
  }

  .iphone-screen {
    height: 423px;
    padding-top: 15.8%;
    padding-bottom: 3%;
  }

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

  .hero-small-image._1 {
    width: 170px;
  }

  .hero-small-image._2 {
    width: 85px;
    right: 5%;
  }

  .hero-small-image._3 {
    width: 85px;
    bottom: 22%;
  }

  .main-rated-holder {
    margin-top: 1em;
  }

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

  .grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .grid-item-text-holder {
    grid-row-gap: 0px;
    align-items: flex-start;
    width: 100%;
    margin-top: 3em;
  }

  .financial-text-holder {
    width: 100%;
  }

  .button-browse-holder {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .grid-items-wrapper {
    align-items: stretch;
    margin-top: 0;
  }

  .grid-items-wrapper.last {
    min-height: 300px;
  }

  .feature-grid {
    margin-top: 0;
  }

  .total-net-worth-image {
    width: 90%;
  }

  .grid-advantages {
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
  }

  .center-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .medium-text {
    font-size: 32px;
  }

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

  .team-collaboration-holder {
    padding: 15px;
  }

  .small-text {
    font-size: 28px;
  }

  .inside-image-text-holder {
    margin-top: 2em;
  }

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

  .text-holder {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dashboard-image {
    width: 100%;
  }

  .slider {
    flex-direction: column;
    width: 100%;
  }

  .slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-container {
    padding: 0 1em;
  }

  .slider-holder {
    padding-bottom: 0;
  }

  .slider-container {
    justify-content: center;
    align-items: center;
  }

  .left-arrow {
    top: 63%;
    bottom: auto;
    left: 10px;
  }

  .mask {
    width: 100%;
  }

  .light-grey {
    font-size: 14px;
  }

  .light-grey.center {
    text-align: center;
  }

  .right-arrow {
    top: 63%;
    bottom: auto;
    left: 90px;
  }

  .slider-text {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 1em;
    padding-left: 13px;
  }

  .slider-overlay-2 {
    display: none;
  }

  .card-item-2 {
    border-radius: 30px;
  }

  .card-item-2.pricing-card {
    margin-bottom: 3em;
  }

  .pricing-table-basic {
    margin-bottom: 0;
  }

  .text-and-icon {
    grid-column-gap: 10px;
  }

  .pricing-item-content-home {
    padding-left: 2em;
    padding-right: 2em;
  }

  .pricing-table-panel {
    padding-left: .5em;
    padding-right: .5em;
  }

  .price-list {
    padding-left: 0;
    font-size: 16px;
  }

  .pricing-item-button-holder-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-button {
    margin-top: -15px;
  }

  .card-item-pricing {
    border-radius: 30px;
  }

  .card-item-pricing.pricing-card-right {
    z-index: 2;
    border-top-left-radius: 16px;
    margin-top: 2em;
    padding-top: 0;
  }

  .pricing-item-content-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pricing-item-content-holder.bottom-line {
    padding-top: 3em;
  }

  .big-price {
    font-size: 32px;
  }

  .price-list-horizontal-holder {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .white-pricing-button {
    margin-top: -15px;
  }

  .pricing-top-logo-holder {
    top: -5%;
  }

  .main-trusted-by-holder {
    z-index: 2;
    overflow: hidden;
  }

  .home-content {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }

  .home-content.features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .feature-container {
    padding: 3em 1em;
  }

  .hero-app-wrapper.features {
    height: 430px;
  }

  .app-mobile-image {
    width: 59%;
    top: 5%;
    left: 5.3%;
  }

  .overlay {
    left: -9%;
  }

  .hero-app.features {
    object-position: 50% 0%;
    width: 70%;
  }

  .hero-tittle {
    font-size: 36px;
  }

  .hero-section-center-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .green-line-holder {
    bottom: -9%;
  }

  .trusted-by-container-2 {
    justify-content: center;
    align-items: center;
  }

  .grid-10-col {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .trusted-by-grid-content-2 {
    min-height: auto;
    padding-bottom: 1em;
  }

  .main-trusted-by-container {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .trusted-by-grid-content-3 {
    min-height: auto;
    padding-bottom: 1em;
  }

  .growth-holder {
    align-items: center;
  }

  .opportunities-holder {
    justify-content: center;
    align-items: center;
  }

  .features-small-text.center-in-mobile, .center-in-mobile {
    text-align: center;
  }

  .features-grid {
    flex-flow: column;
    display: flex;
  }

  .tracking-features-holder {
    padding: 0 30px 40px;
  }

  .tracking-features-holder._2 {
    padding-bottom: 40px;
  }

  .small-gradinet-text {
    font-size: 24px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .multi-platform-holder {
    padding: 30px;
  }

  .data-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .data-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

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

  .data-number {
    font-size: 32px;
  }

  .data-grid-item.first {
    justify-content: center;
    align-items: center;
  }

  .about-title-wrapper {
    grid-row-gap: 2.5em;
  }

  .about-infinit-left-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-infinit-text-wrapper {
    font-size: 100px;
  }

  .mockup-holder {
    width: 60%;
    margin-top: 0;
    top: -237%;
    left: -23%;
  }

  .mockup-holder.hero {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 250px;
    margin-top: 0;
  }

  .main-image-parent {
    top: .9%;
    left: 2.9%;
  }

  .hero-mockup-image-holder {
    z-index: 3;
  }

  .main-app-images {
    border-radius: 0;
  }

  .mockup-main-holder {
    height: auto;
    top: 250px;
  }

  .gradient-section {
    min-height: 80vh;
  }

  .blue-card-background {
    padding: 20px 1em;
  }

  .card-phone-image-container.cta {
    top: 5.3%;
  }

  .call-to-action-holder {
    justify-content: center;
    align-items: center;
  }

  .cta-text {
    text-align: center;
    font-size: 32px;
  }

  .cta-paragraph {
    text-align: center;
    font-size: 18px;
  }

  .cta-button-holder {
    flex-direction: column;
    margin-left: 0;
  }

  .download-app-button {
    margin: 5px 0;
  }

  .cta-holder-2 {
    text-align: left;
  }

  .cta-icon._1 {
    width: 100px;
    height: 100px;
    top: 4%;
  }

  .cta-icon._2 {
    left: -4%;
  }

  .cta-icon._3 {
    top: 8%;
    left: 59%;
  }

  .grid-hero-images-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .grid-hero-images-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-hero-images {
    width: 30vw;
  }

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

  .hero-center-tittle {
    font-size: 36px;
  }

  .lightbox-link {
    height: 410px;
  }

  .lightbox-button-container {
    padding-left: 29px;
    padding-right: 29px;
  }

  .gradient-green-text-numbers {
    margin-top: 20px;
    font-size: 18px;
  }

  .black-box-project {
    padding: 20px 15px;
  }

  .medium-text-holder {
    width: 100%;
  }

  .join-team-text {
    font-size: 32px;
  }

  .team-person-image-holder {
    width: 100%;
  }

  .join-team-box {
    background-position: 100% 100%;
    background-size: 16%;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-image-holder {
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .person-name {
    font-size: 22px;
  }

  .person-profile-holder {
    justify-content: center;
    width: 70vw;
  }

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

  .question-container {
    margin-left: 0;
  }

  .answer-holder {
    width: 100%;
    margin-left: 10px;
  }

  .question {
    font-size: 20px;
  }

  .location-holder {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-black-arrow-holder {
    margin-top: 2em;
    position: static;
  }

  .contact-features {
    flex-direction: column;
    display: flex;
  }

  .breadcrumb-text {
    font-size: 12px;
  }

  .blog-heading {
    font-size: 32px;
  }

  .cart-holder {
    justify-content: flex-end;
    align-items: center;
  }

  .cart-header-3 {
    padding: 1em;
  }

  .cart-item-price-3 {
    margin-top: 10px;
    font-size: 20px;
  }

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

  .main-cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-item-main-content {
    width: 100%;
  }

  .cart-list-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .cart-footer-4 {
    padding-bottom: 1em;
    padding-left: .9em;
    padding-right: .9em;
  }

  .cart-item-remove-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .financial-accessibility-main-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-text-holder {
    width: 100%;
  }

  .footer-container {
    padding: 3em 1em;
  }

  .div-block-18 {
    width: 13%;
    left: 16%;
  }

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

  .bg-blury-holder {
    height: 100%;
    display: none;
  }

  .pricing-text-holder {
    width: 100%;
  }

  .pricing-grid-6-col {
    flex-flow: column;
    display: flex;
  }

  .home-hero-logos {
    margin-top: 3em;
  }

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

#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-7a3b37e9, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-7a3b37e9, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-7a3b37e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-7a3b37e9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-7a3b37e9, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-7a3b37e9, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-7a3b37e9, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-7a3b37e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-7a3b37e9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-7a3b37e9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-7a3b37e9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-7a3b37e9, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-7a3b37e9, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-7a3b37e9, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-7a3b37e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb050d0c-cd20-6fbc-5d31-0eaf0a144c66-0a144c54, #w-node-fec072b1-5b23-594d-0a2f-afe2063b07ee-7a3b37ea, #w-node-f8d558e0-aad2-0d31-df71-cbdbf8e7cfa5-7a3b37ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8d558e0-aad2-0d31-df71-cbdbf8e7cf97-7a3b37ea, #w-node-a84be81c-366a-8d6f-9197-017a037ffe49-7a3b37ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a84be81c-366a-8d6f-9197-017a037ffe45-7a3b37ea, #w-node-_776db3a9-5b6b-98b3-b583-59358a0c570d-7a3b37ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_776db3a9-5b6b-98b3-b583-59358a0c5711-7a3b37ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_29f59b1b-6a35-2f2b-7953-83215ff05d63-5ff05d5f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: start center;
}

#w-node-_29f59b1b-6a35-2f2b-7953-83215ff05d68-5ff05d5f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-7a3b37ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-7a3b37ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-7a3b37f0, #w-node-b1078083-528c-8a78-9451-10023c5ce546-7a3b37f0, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-7a3b37f0, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-7a3b37f0, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-7a3b37f0, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fcff7-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fcffa-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fcffd-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fd000-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fd003-7a3b37f0, #w-node-_1e8fdaf8-1449-1121-6880-1c94040fd006-7a3b37f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-7a3b37f2, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-7a3b37f2, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-7a3b37f2, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-7a3b37f2, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-7a3b37f2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-7a3b37f5, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-7a3b37f8, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-7a3b37f8, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-7a3b37f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91c355e1-9a20-5cab-983d-23461ebc6fea-7a3b3800 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-cf31e519-777e-b697-85c5-a313caca2269-7a3b3800, #w-node-cf31e519-777e-b697-85c5-a313caca2273-7a3b3800, #w-node-cf31e519-777e-b697-85c5-a313caca227d-7a3b3800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2c70aa1-538c-e603-e2b8-62a00cbf3ad1-7a3b3800, #w-node-c6a6ccc1-a92d-5b5d-498e-94bf7ffecbc5-7a3b3800, #w-node-_693d8da4-7787-5f70-8948-f1a0d8697352-7a3b3800, #w-node-_693d8da4-7787-5f70-8948-f1a0d8697353-7a3b3800 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_894ff28b-0a57-e14f-cae1-8c041f8362e3-7a3b3800, #w-node-_14577618-c85e-ae5d-a262-872b72341160-7a3b3800, #w-node-_278006f6-a936-a563-0982-e10dbe2bb0f3-7a3b3800, #w-node-_71874f32-5eae-ed56-30a1-fb0129ff3346-7a3b3800, #w-node-_53f15249-2469-a564-52d1-a2bd0de6d554-7a3b3801, #w-node-_53f15249-2469-a564-52d1-a2bd0de6d55c-7a3b3801, #w-node-_53f15249-2469-a564-52d1-a2bd0de6d565-7a3b3801, #w-node-bf883bfd-68c5-eca2-c701-052d5a7167d1-7a3b3803, #w-node-bf883bfd-68c5-eca2-c701-052d5a7167d9-7a3b3803, #w-node-bf883bfd-68c5-eca2-c701-052d5a7167e1-7a3b3803, #w-node-bf883bfd-68c5-eca2-c701-052d5a7167e6-7a3b3803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_29f59b1b-6a35-2f2b-7953-83215ff05d63-5ff05d5f {
    place-self: start center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-7a3b37e9 {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-7a3b37e9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-7a3b37e9 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-7a3b37e9, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-7a3b37e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-7a3b37e9, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-7a3b37e9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_29f59b1b-6a35-2f2b-7953-83215ff05d63-5ff05d5f {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-7a3b37e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 1 / span 1;
  }

  #w-node-f8d558e0-aad2-0d31-df71-cbdbf8e7cf97-7a3b37ea, #w-node-_776db3a9-5b6b-98b3-b583-59358a0c5711-7a3b37ea {
    order: -9999;
  }

  #w-node-_29f59b1b-6a35-2f2b-7953-83215ff05d63-5ff05d5f {
    justify-self: center;
  }

  #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7777-7a3b37ee, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-7a3b37ee, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-7a3b37ee, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7783-7a3b37ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Dnpixel';
  src: url('../fonts/DNPixel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}