@font-face {
  font-family: Mluvka;
  src: url('../fonts/Mluvka-Bold-BF65518ac8cff8c.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mluvka Semi Bold;
  src: url('../fonts/Mluvka-SemiBold-BF65518ac864155.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --paragraph-color: #9e9e9e;
  --main-colors--text-color: #505e6d;
  --main-colors--primary: #233ede;
  --other--misty-rose\<deleted\|variable-3a917e30\>: #ffdede;
  --other--light-blue-bg\<deleted\|variable-8f7b0b59\>: #f8f8fa;
  --other--light-grey\<deleted\|variable-9a22f6d7\>: #fafafa;
  --font-size--h1-desktop-size: 85px;
  --other--dim-grey\<deleted\|variable-b93a76ed\>: #c5c5c5;
  --main-colors--secondary: #5470ca;
  --other--link-bg-grey\<deleted\|variable-55aba2d9\>: #f1f1f1;
  --other--bg-grey\<deleted\|variable-9086bb69\>: #d4d4d4;
  --gradient-color-2: #f5004f;
  --other--notification-bg\<deleted\|variable-a361f733\>: #001b38;
  --gradient-color-1: #ffcbab;
  --gradient-color-3: #3fa2f6;
  --main-colors--black: #000;
  --main-colors--white: #fff;
  --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-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: Mluvka, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

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

p {
  color: var(--paragraph-color);
  letter-spacing: 0;
  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.hero {
  background-image: radial-gradient(circle at 50% 100%, #ffaf00, #bca575d1 0%, #ffaf0000 38%, #fff), radial-gradient(circle at 100% 0, #ff475f 19%, #f815543b 53%, #f5004f00 84%), radial-gradient(circle at 0 100%, #80c2f9, #3fa2f600 55%);
}

.section.light-grey {
  background-color: #f6f5f8;
  overflow: hidden;
}

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

.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.no-padding-top {
  padding-top: 0;
}

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

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

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

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

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

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

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

.utility-page-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 0;
  display: flex;
}

.utility-page-wrap._404 {
  display: flex;
}

.utility-page-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  display: grid;
  position: relative;
}

.utility-page-content._404 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  background-color: #fff;
  border: 1px solid #eff2f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 360px;
  padding: 35px;
  display: flex;
}

.footer-link {
  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;
}

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

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

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

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

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

.content.relative {
  position: relative;
}

.grey-text {
  color: #6b6b6b;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.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;
}

.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 {
  border-bottom: 1px solid var(--main-colors--primary);
  color: var(--main-colors--primary);
  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\<deleted\|variable-9a22f6d7\>);
  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 {
  font-size: var(--font-size--h1-desktop-size);
  margin-top: 0;
  margin-bottom: 0;
}

.hero-text.medium-height {
  color: #ff475f;
  letter-spacing: -1.7px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  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: background-color .35s;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

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

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

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

.grid-holder {
  grid-row-gap: 30px;
  background-color: var(--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: 30px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  line-height: 1;
  transition-property: background-color, transform;
  transition-duration: .3s, .5s;
  transition-timing-function: ease, cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  overflow: visible;
}

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

.button.with-icon {
  background-color: var(--main-colors--primary);
  text-align: left;
  padding: 10px 40px 10px 20px;
  transition: background-position .35s, background-color .35s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
}

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

.button.white-button {
  color: #000;
  background-color: #fff;
  transition: color .35s, background-color .35s;
  box-shadow: inset 0 0 0 1px #0000001a;
}

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

.button.transparent-on-dark {
  background-color: #ffffff0d;
}

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

.button.pricing {
  text-align: left;
  background-color: #000;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-position .35s, background-color .35s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
}

.button.pricing-white-color {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-position .35s, background-color .35s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
}

.button.contact {
  border-radius: 30px;
}

.button.shop {
  width: 100%;
}

.button.with-arrow {
  color: #242f6b;
  text-align: left;
  background-color: #ff475f;
  padding: 10px 40px 10px 20px;
  transition: background-position .35s, background-color .35s, transform .35s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
}

.borders {
  border: 1px solid var(--other--dim-grey\<deleted\|variable-b93a76ed\>);
  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: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding: 10px 109px 10px 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:hover {
  background-color: #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: 250px;
  height: 100%;
  max-height: 90px;
}

.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: 16px;
  font-weight: 500;
  line-height: 1;
  transition: color .35s;
  display: flex;
  position: relative;
}

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

.link-background {
  z-index: -1;
  background-color: var(--other--link-bg-grey\<deleted\|variable-55aba2d9\>);
  border-radius: 100px;
  position: absolute;
  inset: 0%;
}

.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;
  font-size: 300%;
}

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

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

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

.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;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #0000000a;
  background-clip: border-box;
  border: 1px solid #00000005;
  border-radius: 8px;
  width: 300px;
  height: 40px;
  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;
}

.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;
}

.section-background {
  z-index: -1;
  background-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

.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.main {
  height: 400px;
}

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

.blog-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  letter-spacing: 0;
  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;
}

.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;
}

.cart-button {
  background-color: #0000;
  border-radius: 8px;
  outline-style: none;
  height: 100%;
  padding: 5px 30px 5px 12px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-image {
  width: 20px;
}

.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-item {
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

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

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

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

.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\<deleted\|variable-9a22f6d7\>);
}

.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 {
  background-color: #eff2f6;
  border-style: none;
  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 {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

.required-label {
  color: #fd4e66;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  background-color: #0000;
  align-items: center;
  padding: 1em;
}

.block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 1em;
}

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

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--other--light-grey\<deleted\|variable-9a22f6d7\>);
  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: 2px solid #eff2f6;
  border-radius: 14px;
  width: 120px;
  height: 120px;
}

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

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

.order-item-price {
  color: #304659;
  font-size: 25px;
  font-weight: 800;
}

.checkout-field-label {
  color: #505e6d;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff2f6;
  border-radius: 0;
  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 {
  background-color: #fff;
  border-color: #eff2f6;
  border-radius: 0;
  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\<deleted\|variable-9a22f6d7\>);
  background-color: #fff0;
  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);
  font-size: 16px;
}

.order-summary-value {
  font-size: 24px;
  font-weight: 600;
}

.order-line-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #e1e9f0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.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;
  margin-top: 20px;
  display: flex;
}

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

.shipping-method-description {
  color: #505e6d;
  font-size: 16px;
}

.shipping-method-price {
  font-size: 24px;
  font-weight: 600;
}

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

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

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

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

.no-shipping {
  color: var(--other--dim-grey\<deleted\|variable-b93a76ed\>);
  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;
}

.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-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: 130%;
  margin-top: -18px;
  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-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-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-includes-box.middle {
  padding: 20px;
}

.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: 220px;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

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

.white-paragraph {
  color: #fff;
}

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

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

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

.template-section {
  background-color: #111;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #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(--gradient-color-2);
  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: 40px;
  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;
  height: 330px;
  margin-top: 20px;
}

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

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

.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: #f7f7f7;
  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\<deleted\|variable-a361f733\>);
  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;
}

.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;
}

.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;
}

.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 {
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.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-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.shop-item-price {
  font-size: 20px;
  font-weight: 500;
}

.small-thumbnail-image {
  border: 2px solid #eff2f6;
  border-radius: 14px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.category-text {
  color: var(--main-colors--primary);
}

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

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

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

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

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 8px 30px;
  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--primary);
  color: #fff;
  border-color: #ff7d1e;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.category-list-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.blog-item-link {
  border-radius: 4px;
  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-heading-lighter {
  color: var(--other--notification-bg\<deleted\|variable-a361f733\>);
  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;
}

.pricing-feature-text {
  color: #000;
}

.list-item-with-checkicon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #000;
  background-image: url('../images/Checkmark.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  display: flex;
}

.list-item-with-checkicon.active-pricing-list-item {
  background-image: url('../images/Checkmark.svg');
}

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

.pricing-item {
  color: #000c;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding: 1.5em;
  display: flex;
  box-shadow: 0 4px 6px -4px #0000001a, 0 10px 15px -3px #0003;
}

.pricing-item.active-pricing-item {
  color: #fff;
  background-image: url('../images/Pricing-Tabel-bg_1Pricing Tabel bg.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-features-holders {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  margin-bottom: 3em;
  display: flex;
}

.list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3em;
}

.pricing-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 3em;
  display: flex;
}

.price-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  display: flex;
}

.price-holder.price-holder-active {
  border-bottom-color: #fff3;
}

.pricing-type {
  color: #000;
  font-size: 24px;
}

.price {
  color: #000;
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
}

.button-icon-image {
  width: 15px;
}

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

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

.card-item {
  z-index: 1;
  background-color: #f5f5f7;
  border-radius: 42px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #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 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 2px solid var(--other--link-bg-grey\<deleted\|variable-55aba2d9\>);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 10px;
  display: flex;
}

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

.notification-button {
  color: var(--other--notification-bg\<deleted\|variable-a361f733\>);
  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-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

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

.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);
}

.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;
}

.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;
}

.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%;
}

.clients-loop-absolute {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 100%;
}

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

.clients-loop {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

.client-grid-content {
  padding-top: 1em;
  padding-bottom: 1em;
}

.clients-loop-content {
  width: 100%;
  position: relative;
}

.trusted-by-text-2 {
  color: #333;
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.clients-loop-relative {
  position: relative;
}

.clients-01-grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.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%);
}

.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: 0;
}

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

.hero-animation-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.footer-brand-logo {
  width: 120%;
  max-width: 100%;
  height: auto;
  font-weight: 400;
}

.form {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.title-small {
  color: #0d0d0d;
  margin-bottom: 12px;
  font-family: Mluvka, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.main-success-message {
  color: #000;
  background-color: #fff;
  border: 2px solid #efca44;
  border-radius: 20px;
  padding: 25px 40px;
  font-size: 18px;
  font-weight: 500;
}

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

.footer-social-media-wrapper {
  grid-column-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.main-error-message {
  color: #fff;
  text-align: center;
  background-color: #eb0303;
  border-radius: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 22px;
  font-size: 16px;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
  display: grid;
}

.hero-text-field {
  color: #000;
  border: 1px solid #c7c7c7;
  border-radius: 12px;
  height: 65px;
  margin-bottom: 0;
  padding: 17px;
  font-size: 16px;
  box-shadow: 0 1px 2px #08080833, 0 4px 4px #08080814;
}

.hero-text-field:focus {
  border-color: #623ce7;
}

.hero-text-field::placeholder {
  color: #000;
  font-weight: 300;
}

.main-footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 24px;
  display: flex;
}

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

.footer-from {
  width: 476px;
  margin-bottom: 0;
}

.social-media-footer-icon {
  width: 100%;
}

.submit-button {
  z-index: 1;
  background-color: #000;
  border-radius: 12px;
  height: 48px;
  padding: 12px 16px;
  transition: background-color .35s;
  position: absolute;
  right: 5%;
}

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

.white-text-footer {
  color: #0d0d0d;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.social-media-icon-holder {
  width: 24px;
  transition: transform .35s;
}

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

.footer-brand-logo-holder {
  width: 164px;
  min-width: 164px;
}

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

.main-footer-link {
  color: #a1a1a1;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  transition: color .45s;
}

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

.main-footer-link.w--current {
  color: #623ce7;
}

.hero-text-field-holder {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-social-media-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.footer-white-link {
  color: #232323;
  font-size: 16px;
  font-weight: 400;
  transition: color .425s;
}

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

.paragraph {
  color: #232323;
  text-align: right;
  font-size: 16px;
}

.nav-button-holder {
  z-index: 1;
  perspective: 1000px;
  margin-right: 1em;
  position: relative;
}

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

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

.dropdown-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;
}

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

.hero-web-image {
  border-radius: 14px;
  width: 100%;
}

.hero-mobile-holder {
  z-index: 10;
  border-radius: 7px;
  width: 175px;
  position: absolute;
  right: -87.5px;
  overflow: hidden;
  clip-path: inset(0 round 7px);
  isolation: isolate;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  box-shadow: 7px 7px 30px #0003;
}

.hero-mobile-image {
  width: 100%;
  display: block;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.hero-decord-image {
  object-fit: cover;
}

.hero-web-container {
  z-index: 1;
  width: 100%;
  position: absolute;
  transform: translate(50%);
}

.main-hero-paragraph-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-dashboard-holder {
  width: 100%;
}

.hero-web-mask {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 7px 7px 30px #0003;
}

.hero-decord-image-container {
  border-radius: 6px;
  width: 134px;
  height: 134px;
  position: absolute;
  inset: 0% auto auto -1%;
  overflow: hidden;
}

.hero-decord-image-container._02 {
  width: 151px;
  height: 151px;
  inset: -16% 4% auto auto;
}

.hero-decord-image-container._03 {
  width: 166px;
  height: 166px;
  inset: 30% -4% 0% auto;
}

.hero-decord-image-container._06 {
  inset: 38% auto 0% 9%;
}

.hero-decord-image-container._05 {
  width: 167px;
  inset: auto auto -8% -2%;
}

.hero-decord-image-container._04 {
  z-index: 2;
  width: 142px;
  height: 142px;
  inset: auto 29% -13% auto;
}

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

.hero-heading-holder.blog {
  padding-top: 50px;
}

.hero-button-holder {
  margin-top: 35px;
  margin-bottom: 26px;
  position: relative;
}

.hero-dashboard-image {
  border-radius: 14px;
  width: 100%;
}

.hero-web-holder {
  z-index: 2;
  border-radius: 14px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.hero-text-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective: 1000px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  display: flex;
}

.hero-text-holder.blog {
  width: 70%;
}

.hero-text-holder.home {
  font-size: 14rem;
}

.hero-text-holder.about {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.hero-animation-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-holder {
  padding-top: 0;
}

.hero-section-holder.shop {
  padding-top: 50px;
}

.hero-section-holder.features {
  padding-top: 0;
}

.small-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.hero-decord-images-holder {
  position: absolute;
  inset: 0%;
}

.image {
  position: absolute;
  inset: 27% 10% auto auto;
}

.small-paragraph {
  color: #292929;
  letter-spacing: 0;
  font-size: 16px;
}

.small-paragraph.black {
  color: #1f1f1f;
}

.text-span {
  background-image: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2) 50%, #53e22b 99%, var(--gradient-color-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 70px;
}

.bg-browser-image-holder {
  position: absolute;
  inset: -14% -3% -5%;
}

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

.feature-grid-item-text-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

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

.feature-grid-item-text-holder.first {
  width: 80%;
}

.feature-grid-holder {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 85px;
  display: flex;
}

.extra-small-text {
  color: #000;
  margin-bottom: 3px;
  font-size: 22px;
  font-weight: 500;
}

.feature-financial-text {
  color: #909090;
  font-size: 18px;
}

.big-tittle {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mluvka, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.hero-name-image {
  width: 70px;
}

.hero-name-image._07 {
  width: 110px;
  position: absolute;
  inset: auto auto 22% -6%;
}

.hero-name-image._09 {
  width: 140px;
  position: absolute;
  inset: auto 20% -15% auto;
}

.hero-name-image._08 {
  width: 150px;
  position: absolute;
  inset: 18% 18% auto auto;
}

.hero-name-image._06 {
  width: 90px;
  position: absolute;
  top: 20%;
  left: 10%;
}

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

.strategic-task-management-holder {
  width: 100%;
  height: 100%;
  margin-top: 3em;
}

.number-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.feature-grid-text-holder {
  height: 100%;
  min-height: 100%;
}

.global-success-review-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.feature-gray-line {
  background-color: #f2f2f2;
  width: 100%;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 4px;
}

.financial-holder {
  text-align: center;
  background-image: radial-gradient(circle at 0 100%, #f5004fad, #f5004f00), url('../images/DCq2.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 28px;
  justify-content: center;
}

.financial-holder._2 {
  background-image: radial-gradient(circle at 0 100%, #3fa2f678, #3fa2f600), radial-gradient(circle at 100% 0, #f5004f87, #f5004f00), url('../images/IMG_3326.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding: 130px 50px;
}

.number-text {
  color: #000;
  margin-bottom: 5px;
  font-size: 45px;
  font-weight: 500;
}

.number-text.about {
  background-image: linear-gradient(-90deg, var(--gradient-color-1), var(--gradient-color-2) 50%, var(--gradient-color-3));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.management-paragraph {
  color: gray;
  letter-spacing: 0;
}

.design-ui-image {
  opacity: .74;
  border-radius: 20px;
  width: 100%;
  max-width: 80%;
  height: 100%;
  padding: 5% 0%;
  position: static;
}

.features-dashboard-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  perspective: 2000px;
  transform: perspective(2000px);
}

.cas-features-dashboard-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.top-margin-m {
  margin-top: 2em;
}

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

.left-arrow {
  z-index: 13;
  background-color: #fff;
  border: 1px solid #d1c4c466;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: none;
  inset: auto auto 11% 15%;
}

.slider-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px;
  display: flex;
}

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

.slide {
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.slider-container {
  border: 1px solid #c7c7c7;
  border-radius: 24px;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 32px 24px -12px #0e3b650f, 0 11px 4px #0e3b6503, 0 6px 4px #0e3b6505, 0 3px 3px #0e3b6508, 0 1px 1px #0e3b650a, 0 0 #0e3b650a;
}

.section-3 {
  overflow: hidden;
}

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

.slider-company-container {
  width: 100px;
  margin-top: 11px;
}

.slider {
  background-color: #0000;
  width: auto;
  height: auto;
  padding-bottom: 100px;
  position: static;
}

.slider-fade {
  z-index: 20;
  background-image: linear-gradient(270deg, #fff, #fff0);
  width: 120px;
  height: 100%;
  position: absolute;
  inset: -11% 0% 0% auto;
}

.slider-image-container {
  width: 40%;
  height: 100%;
}

.slide-nav {
  z-index: 5;
  width: 500px;
  inset: auto 0% 11%;
}

.right-arrow {
  z-index: 11;
  background-color: #fff;
  border: 1px solid #d1c4c466;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: none;
  inset: auto auto 11% 18%;
}

.slider-holder {
  justify-content: center;
  width: 100%;
  height: auto;
  padding-right: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-image {
  width: 10px;
}

.top-margin-xl {
  margin-top: 5em;
}

.mask {
  width: 600px;
  height: 100%;
  overflow: visible;
}

.medium-text {
  font-family: Mluvka, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.medium-text-holder {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.new-element {
  background-color: #ffffff80;
  border-radius: 10px;
  padding: 3px 7px;
  font-size: 12px;
  display: flex;
}

.new-element.gray {
  background-color: #f2f2f2;
  padding-left: 5px;
  padding-right: 5px;
}

.cta-form-holder {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 450px;
  display: flex;
  position: relative;
}

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

.cta-wrapper {
  position: relative;
  overflow: hidden;
}

.cta-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0003;
  background-image: radial-gradient(circle at -20% 100%, #f5004f, #f5004f00 41%), radial-gradient(circle at 50% 100%, #ffaf00, #ffaf0000 78%), radial-gradient(circle at 100% 0, #3fa2f6, #3fa2f600);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0 50px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-heading-holder {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cta-app-holder {
  width: 100%;
  height: 100%;
  padding: 0 0 20px 10px;
  position: relative;
}

.cta-text {
  color: #000;
  font-family: Mluvka, sans-serif;
  font-size: 46px;
  font-weight: 700;
}

.cta-image {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  object-position: 0% 50%;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  top: 11px;
}

.cta-heading-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 450px;
  display: flex;
}

.grid-5-col {
  grid-column-gap: 76px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 30px;
}

.multi-platform-holder {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  display: flex;
  position: relative;
}

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

.visual-image {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.dashboard {
  grid-column-gap: 10px;
  border: 1.3px solid #f3f3f3;
  border-radius: 22px 0 0 22px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 38px 0 0;
  text-decoration: none;
  display: flex;
  box-shadow: 0 25px 56px #0000000d, 0 103px 103px #0000000a, 0 232px 139px #00000008, 0 412px 165px #00000003, 0 645px 180px #0000, inset 0 2.8px 24px 5px #ffffffbf, 0 6.83507px 17px #00000008;
}

.feature-image-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gray-line {
  z-index: -1;
  background-image: linear-gradient(#e1e3e6, #e1e3e6);
  border-radius: 14px;
  margin: -2.5px;
  position: absolute;
  inset: 0%;
}

.logo-image {
  z-index: 6;
  position: relative;
}

.logo-image.main {
  border-radius: 24px;
  width: 110px;
  height: 110px;
  position: static;
}

.main-logo-holder {
  z-index: 999;
  position: relative;
}

.integrations-top {
  padding-left: 1em;
  padding-right: 1em;
}

.feature-image-panel {
  z-index: -2;
  position: absolute;
  inset: 10% 0%;
}

.feature-icon-bg-gradient {
  z-index: -1;
  background-image: linear-gradient(125deg, var(--main-colors--primary), var(--main-colors--secondary) 100%, #fcba7d);
  border-radius: 14px;
  margin: -2px;
  position: absolute;
  inset: 0%;
}

.center-logo {
  z-index: 3;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 36px #0003, 0 10px 25px -10px #00000008;
}

.logo-holder {
  z-index: 1;
  background-color: #161616;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: visible;
}

.logo-holder._4 {
  filter: blur(1px);
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 37% auto 0% 6%;
}

.logo-holder._11 {
  filter: blur(2px);
  width: 40px;
  height: 40px;
  inset: auto auto 17% 31%;
}

.logo-holder._8 {
  filter: blur(2px);
  width: 50px;
  height: 50px;
  position: absolute;
  inset: auto 26% 47% auto;
}

.logo-holder._10 {
  z-index: 3;
  filter: blur(2px);
  width: 100px;
  height: 100px;
  top: 12%;
  right: 51px;
}

.logo-holder._3 {
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 36% auto auto 29%;
}

.logo-holder._1 {
  border-radius: 16px;
  top: 10%;
  left: 18%;
}

.logo-holder._2 {
  z-index: 99999999;
  width: 80px;
  height: 80px;
  margin-top: 10em;
  inset: auto auto 19% 10%;
}

.logo-holder._12 {
  width: 50px;
  height: 50px;
  inset: auto 47% 13% auto;
}

.logo-holder._6 {
  z-index: 3;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 16.5% 32% 0% auto;
}

.logo-holder._9 {
  width: 80px;
  height: 80px;
  position: absolute;
  inset: auto 11% 18% auto;
}

.logo-holder._7 {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 48% 9% 0% auto;
}

.logo-parent-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.features-image-left-gradient {
  z-index: -2;
  background-image: linear-gradient(270deg, #0d0d0e00, #0d0d0e);
  width: 10%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.features-image-left-gradient.features-right-gradient {
  background-image: linear-gradient(to right, #0d0d0e00, #0d0d0e);
  inset: 0% 0% 0% auto;
}

.features-main-center-logo-holder {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 10px 25px #00000008, inset 0 4px 36px #ffffffbf;
}

.div-block-4 {
  position: absolute;
  inset: 5%;
}

.cta-button-holder {
  margin-top: 2em;
  display: flex;
}

.cta-button-holder.cas-dual-cta {
  gap: 12px;
  flex-wrap: wrap;
}

.icon-gradient-image-holder {
  background-color: #f2f2f2;
  border-radius: 12px;
  position: relative;
}

.small-text {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.small-text.center-in-mobile {
  color: #000;
  font-weight: 700;
}

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

.main-working-benefit-holder {
  width: 100%;
  height: 100%;
  margin-top: 5em;
}

.working-cms {
  grid-column-gap: 30px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gradient-main-holder {
  background-color: #f2f2f2;
  border-radius: 15px;
  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;
}

.grid {
  grid-template-rows: auto;
}

.feature-paragraph {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

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

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

.bg-bento-color {
  border: 1px solid #eeedf3;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  display: flex;
  position: relative;
  box-shadow: 0 32px 24px -12px #0e3b650f, 0 11px 4px #0e3b6503, 0 6px 4px #0e3b6505, 0 3px 3px #0e3b6508, 0 1px 1px #0e3b650a, 0 0 0 1px #0e3b650a;
}

.bg-bento-color.second {
  padding-top: 50px;
  padding-left: 5px;
  padding-right: 5px;
}

.bg-bento-color.center {
  grid-column-gap: 7em;
  grid-row-gap: 7em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.bento-dashboard-image {
  border-radius: 20px;
  transform: perspective(2000px);
}

.bento-text-paragraph-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bento-text-paragraph-holder.second {
  margin-top: 1em;
}

.text-block {
  font-family: Mluvka Semi Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.bento-paragraph-holder {
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.total-sales-main-holder {
  justify-content: center;
  align-items: flex-end;
  height: 60%;
  display: flex;
}

.envelope-image {
  transform: perspective(2000px);
}

.envelope-image-holder {
  padding-top: 3.5em;
  position: relative;
}

.circle {
  background-color: #fff;
  border: 1.5px solid #f3f3f3;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: -10% auto auto 28%;
  box-shadow: 0 7px 17px #00000012;
}

.circle._1 {
  background-image: url('../images/Icon-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-width: 2px;
  border-color: #f3f3f3;
  top: -3%;
  box-shadow: 0 32px 24px -12px #0e3b650f, 0 11px 4px #0e3b6503, 0 6px 4px #0e3b6505, 0 3px 3px #0e3b6508, 0 1px 1px #0e3b650a, 0 0 0 1px #0e3b650a;
}

.circle._2 {
  background-image: url('../images/Icon-2_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
  top: 7%;
  left: 53%;
}

.circle._3 {
  background-image: url('../images/Icon-5.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 35px;
  height: 35px;
  inset: -7% 15% auto auto;
}

.circle._4 {
  background-image: url('../images/Icon-3_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  inset: auto auto 43% 38%;
}

.circle._5 {
  background-image: url('../images/Icon-4_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 34px;
  height: 34px;
  inset: auto 33% 42% auto;
}

.lightning-image-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.tabs-pargarapah {
  color: #666;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
}

.tabs-content-3 {
  flex: 1;
  padding-left: 130px;
}

.tabs-pane-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-pane-3 {
  width: 100%;
}

.tabs-menu {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 470px;
  display: flex;
}

.tabs-link {
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 24px;
  flex-direction: column;
  padding: 20px 40px 20px 30px;
  display: flex;
}

.tabs-link.w--current {
  background-color: #f2f2f2;
}

.tabs-2 {
  align-items: center;
  display: flex;
}

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

.tab-title {
  font-size: 24px;
  font-weight: 700;
}

.cards-image-holder {
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.hero-about-grid-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 7em;
  margin-bottom: 3em;
  display: flex;
}

.about-box-holder {
  background-image: linear-gradient(#1a1a1ab3, #0000000f);
  border: 2px solid #fff3;
  border-radius: 33px;
  width: 100%;
  padding: 30px 80px;
}

.about-box-holder._3 {
  background-color: #f6f5fd;
  background-image: none;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.about-box-holder._2 {
  background-color: #f6f5fd;
  background-image: none;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.about-box-holder._4 {
  background-color: #f6f5fd;
  background-image: none;
  border-style: none;
  border-radius: 0 20px 20px 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.about-box-holder._1 {
  background-color: #f6f5fd;
  background-image: none;
  border-style: none;
  border-radius: 20px 0 0 20px;
  width: 100%;
  position: relative;
}

.about-hero-text {
  font-size: 64px;
}

.about-paragraph {
  color: #000;
  text-align: center;
  text-wrap: balance;
  font-size: 24px;
}

.statistic-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.strategic-task-management-holder-2 {
  width: 100%;
  height: 100%;
}

.statistic-grid-item {
  flex-direction: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: 100%;
}

.we-built-together-image {
  object-fit: cover;
  border-radius: 44px;
  width: 100%;
  height: 100%;
}

.text-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.management-grid-text-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.extra-small-text-2 {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 600;
}

.management-paragraph-2 {
  color: #161616;
  font-size: 19px;
  line-height: 1.3;
}

.hero-about-paragraph {
  color: #111;
  font-size: 16px;
}

.hero-about-paragraph-holder {
  width: 70%;
  margin-top: 1.5em;
}

.grey-paragraph {
  color: #606060;
}

.grey-paragraph-holder {
  width: 50%;
}

.feature-slide-description {
  opacity: .5;
  font-size: 18px;
}

.feature-slide-description._2, .feature-slide-description._3, .feature-slide-description._1 {
  opacity: 1;
  color: #9e9e9e;
}

.feature-line-active {
  background-color: #000;
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.feature-image-holder {
  perspective: 2000px;
  perspective-origin: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.feature-line {
  background-color: #f2f2f2;
  width: 100%;
  height: 2px;
  margin-top: .8em;
  margin-bottom: .8em;
  position: relative;
}

.featured-slider {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60vh;
  display: grid;
  position: sticky;
  top: 90px;
}

.featured-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.feature-slide-content {
  text-align: left;
  padding-top: 1em;
}

.features-slider-container {
  min-height: 300vh;
  margin-top: 3em;
  position: relative;
}

.feature-title {
  font-family: Mluvka, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.feature-title-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.slider-profile-picture-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.right-arrow-2 {
  inset: auto 6% 0% auto;
}

.person-job-location {
  color: gray;
  font-size: 19px;
  font-weight: 400;
}

.slider-header-content {
  max-width: 70%;
}

.main-slide {
  height: auto;
}

.slider-header-container {
  grid-column-gap: 84px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 15px;
  align-items: flex-start;
  width: 100%;
  padding: 4em;
  display: flex;
}

.about-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 150px;
}

.card-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
}

.main-mask {
  height: auto;
  overflow: visible;
}

.person-name {
  font-size: 22px;
  font-weight: 500;
}

.slider-profile-picture-holder {
  background-color: #fd4900;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 128px;
  min-width: 128px;
  height: 128px;
  min-height: 128px;
  display: flex;
  overflow: hidden;
}

.left-arrow-2 {
  inset: auto 12% 0% auto;
}

.arrow-circle-holder {
  background-color: #d8d8d8;
  border: 3px solid #d8d8d8;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.arrow-circle-holder.white-background {
  background-color: #fff;
}

.qoute-person-details {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.slider-content-holder {
  padding-left: 1em;
  padding-right: 3em;
}

.about-slider-holder {
  margin-top: 3em;
  position: relative;
}

.qoute-icon {
  width: 28px;
}

.slider-person-content {
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.qoute-icon-holder {
  width: 32px;
}

.arrow-image-2 {
  width: 16px;
}

.large-text {
  font-family: Mluvka, sans-serif;
  font-size: 65px;
  font-weight: 700;
}

.large-text-holder {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

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

.faq-block {
  cursor: pointer;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  transition: background-color .5s;
  position: relative;
  overflow: hidden;
}

.faq-block:hover {
  border-style: solid;
}

.faq-block:active {
  background-color: #111;
}

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

.faq-answer {
  color: #9e9e9e;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.faq-container {
  z-index: 2;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.accordion-button {
  grid-column-gap: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.faq-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-content {
  background-color: #fff;
  padding: 32px 30px 32px 40px;
}

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

.vectors-arrow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  text-decoration: none;
  display: flex;
}

.blury-bg {
  z-index: -2;
  background-image: radial-gradient(circle at 50% 0, #fff, #fff0), radial-gradient(circle at 0 160%, #3fa2f6, #3fa2f600), radial-gradient(circle at 50% 100%, #ffaf00, #ffaf0000 55%), radial-gradient(circle at 100% 80%, #f5004f, #f5004f00 50%);
  width: 100%;
  height: 35%;
  position: absolute;
  inset: 0%;
}

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

.big-blog-image-container {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 3em;
}

.blog-learn-more-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
  display: flex;
}

.big-blog-item-title {
  font-size: 36px;
}

.learn-more-icon {
  width: 24px;
  height: 24px;
}

.big-blog-item-image-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.big-blog-holder {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  width: 80%;
  display: flex;
}

.main-blog-item-link {
  background-color: #f8f9fa;
  border: 1px #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
}

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

.big-blog-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.big-blog-item-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em 2em;
  display: flex;
}

.learn-more-text {
  color: #000;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.blog-item-link-more-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #2b2b2bb3;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.main-blog-items-holder {
  margin-top: 5em;
}

.date-text {
  color: #666;
  font-size: 14px;
}

.newsroom-text {
  color: #000;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.details-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.newsroom-icon {
  transform: rotate(180deg)translate(0);
}

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

.newsroom-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  display: flex;
}

.follow-us-main-panel {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-link-5 {
  z-index: 1;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

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

.blog-container.big-bottom-padding {
  padding-bottom: 16em;
}

.owner-text {
  color: #344854;
  font-size: 16px;
}

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

.blog-section.merged-second-section {
  z-index: 2;
  margin-top: -11em;
}

.blog-details-grid-item {
  z-index: 99;
}

.blog-details-grid-item.featured-post {
  margin: 50% 0% 0%;
}

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

.main-post-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 442px;
}

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

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

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

.blog-item-link-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.shop-item-holder {
  margin-top: 10em;
}

.shop-learn-more-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-top: 10px;
  display: flex;
}

.shop-button-holder {
  width: 300px;
}

.related-text {
  font-family: Mluvka Semi Bold, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.checkout-quantity-text, .checkout-number {
  font-size: 16px;
}

.cart-quantity-number-4 {
  color: #fff;
  background-color: #2b2b2b;
  margin-left: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 500;
}

.cart-item-price-4 {
  color: #160606;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.hero-cart-tittle {
  color: #304659;
  font-size: 35px;
}

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

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

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

.cart-quantity-text {
  color: #3b5266;
}

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

.cart-quantity-holder {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.cart-subtotal-label-4 {
  color: #3b5266;
  font-size: 16px;
}

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

.cart-header {
  border-bottom-color: #2b2b2b;
  padding: 2em;
}

.remove-button-4 {
  color: #c5c5c5;
  width: 19px;
  height: 19px;
  margin-top: 6px;
  font-size: 13px;
}

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

.cart-item-title-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

.cart-footer-4 {
  border-top-color: #fafafa;
  padding: 1em;
}

.cart-quantity-4 {
  color: #2b2b2b;
  background-color: #fff;
  border-style: none;
  border-color: #fafafa;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
  font-size: 14px;
  transition: color .35s, background-color .35s;
  position: relative;
}

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

.cart-quantity-4:focus {
  border-color: #4d6bfa;
}

.top-cart {
  z-index: 3;
  height: 100%;
}

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

.card-quantity-and-price {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 19px;
  display: flex;
}

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

.div-block-16 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

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

.tittle-holder {
  width: 90%;
}

.pricing-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.week-newsletter-header-holder {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.paragraph-s {
  min-width: auto;
  font-size: 14px;
  font-weight: 300;
}

.text-field-area {
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 320px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  transition: border-color .4s, background-color .4s;
}

.text-field-area:hover {
  background-color: #ffffff8f;
}

.text-field-area:focus {
  color: #000;
  border-color: #623ce7;
}

.text-field-area::placeholder {
  color: #0003;
}

.form-holder {
  background-color: #f2f2f2;
  border-radius: 24px;
  padding: 60px;
}

.main-text-field {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding-bottom: 12px;
  font-size: 18px;
  transition: border-color .4s, background-color .4s;
}

.main-text-field:hover {
  background-color: #ffffff8f;
  border-color: #623ce7;
}

.main-text-field:focus {
  color: #000;
  border-color: #623ce7;
}

.main-text-field::placeholder {
  color: #0003;
}

.contact-form-block {
  width: 100%;
  margin-top: 29px;
  margin-bottom: 0;
}

.contact-email-card {
  width: 100%;
  padding: 0;
}

.contact-details-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-detail-block {
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 220px;
  padding: 28px;
  display: flex;
}

.contact-detail-label {
  color: #6b6b6b;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.contact-email-list {
  grid-row-gap: 22px;
  width: 100%;
  display: grid;
}

.contact-email-item {
  grid-row-gap: 8px;
  display: grid;
}

.contact-email-item-label {
  color: #413c3a;
  font-size: 14px;
  font-weight: 600;
}

.contact-detail-value {
  color: #413c3a;
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-detail-text {
  color: #413c3a;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

.submit-button-container {
  position: relative;
}

.text-field-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 30px;
  display: grid;
}

.pricing-wrapper {
  perspective: 1000px;
  max-width: 85%;
}

.weekly-newsletter-header {
  font-size: 16px;
  font-weight: 600;
}

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

.main-contact-form {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.bg-colored {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._401-password-heading {
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.div-block-17 {
  align-self: flex-end;
}

.button-404-holder {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  display: flex;
}

._404-description {
  z-index: 1;
  width: 100%;
  max-width: 530px;
  font-size: 18px;
  position: relative;
}

.number-404 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  font-size: 405px;
  font-weight: 500;
  line-height: .9;
}

._404-image-holder {
  z-index: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 342px;
  height: 342px;
  position: relative;
}

.number-holder {
  z-index: 0;
  height: 100%;
  position: relative;
}

._404-image {
  z-index: 4;
  width: 100%;
  height: 100%;
}

._404-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 849px;
  display: flex;
}

._404-holder {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-hero-image {
  width: 100%;
  height: 100%;
}

.gray-text-span {
  color: #413c3a;
}

.blog-tittle-holder {
  width: 60%;
}

.top-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  transition: background-color .35s;
}

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

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

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

.top-nav-link.w--current {
  padding-bottom: 12px;
  transition: background-position .2s, color .35s;
}

.top-nav-link.w--current:hover {
  background-image: none;
}

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

.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;
}

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

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

.contact-nav-link-holder.nav-button-holder.hide-on-mobile {
  z-index: 1;
  position: relative;
}

.contact-nav-link-holder.nav-button-holder-mobile {
  padding-left: 10px;
  display: none;
}

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

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

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

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

.main-nav-dropdown-icon {
  margin-right: 6px;
  padding-left: 0;
  right: -7px;
}

.cart-button-4 {
  grid-column-gap: 2.5px;
  grid-row-gap: 2.5px;
  outline-offset: 0px;
  background-color: #fff0;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 11.5px 10px;
  transition-property: background-color;
  overflow: hidden;
}

.top-hero-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._401-password-holder {
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.radial-gradient {
  background-image: linear-gradient(0deg, #fff 24%, #fff0), radial-gradient(circle at 100% 0, #f5004f, #f5004f00), radial-gradient(circle at 0 100%, #3fa2f6, #3fa2f600);
  border-radius: 20px;
  height: 100%;
  position: relative;
}

.radial-gradient.second {
  background-image: linear-gradient(0deg, #fff 24%, #fff0), radial-gradient(circle at 100% 0, #ffaf00, #ffaf0000), radial-gradient(circle at 0 100%, #f5004f, #f5004f00);
}

.radial-gradient.middle {
  background-image: radial-gradient(circle at 50% 0, #ffaf00, #ffaf0000 32%), radial-gradient(circle at 0 0, #3fa2f6, #3fa2f600 50%), radial-gradient(circle at 100% 0, #f5004f, #f5004f00 50%);
}

.radial-gradient.last {
  background-image: linear-gradient(#ffaf00, #ffaf0000 53%), linear-gradient(#3fa2f6 34%, #3fa2f600 67%), linear-gradient(0deg, #fff, #fff);
}

.nav-browser-image {
  position: absolute;
  inset: -7% 0% auto 3%;
}

.image-2 {
  height: 100%;
}

.contact-paragraph-holder {
  width: 50%;
}

.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;
}

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

.paragraph-2 {
  font-size: 16px;
  line-height: 1;
}

.text-span-2 {
  color: #ff475f;
}

.home-text {
  letter-spacing: -1.7px;
  margin-top: 21px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

.home-text.medium-height {
  color: #ff475f;
  letter-spacing: -1.7px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.1;
}

.text-span-3 {
  letter-spacing: -1.5px;
  font-size: 40px;
}

.titles-title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Mluvka, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-4 {
  font-size: 2vw;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  display: flex;
}

.fs-consent_component {
  z-index: 2147483647;
  display: block;
}

.fs-consent_component.is-cas-hidden {
  display: none !important;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #f5f5f5;
  border-radius: 20px;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph {
  margin-bottom: 0;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  text-align: center;
  background-color: #ef4a62;
  border-radius: 20px;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.flowappz-cookie-consent-hide-cookie-button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  padding: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  display: block;
  position: fixed;
  bottom: 2%;
  left: 2%;
  box-shadow: 0 2px 5px #0003;
}

.flowappz-cookie-consent-hide-cookie-button:hover {
  box-shadow: 0 5px 30px #0003;
}

.fs-consent_banner-2 {
  z-index: 2147483647;
  background-color: #f5f5f5;
  background-image: linear-gradient(#ef4a6238, #fff);
  border-radius: 20px;
  max-width: 45rem;
  padding: 2rem;
  display: block;
  pointer-events: auto;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_banner_paragraph-2 {
  margin-bottom: 0;
}

.fs-consent_allow-2 {
  color: #fff;
  background-color: #000;
  border-radius: 14px;
  padding: .5rem 1rem;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

@media screen and (min-width: 1280px) {
  .grey-text {
    text-align: center;
  }

  .button {
    background-color: #ef4a62;
  }

  .pricing-item.active-pricing-item {
    background-image: url('../images/Pricing-Tabel-bg_1Pricing Tabel bg.avif');
  }

  .text-span {
    background-image: linear-gradient(90deg, var(--main-colors--primary), var(--gradient-color-2) 50%, #60a871 95%, #53e22b 99%, var(--paragraph-color));
    font-size: 70px;
  }

  .number-grid {
    grid-row-gap: 31px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .global-success-review-holder {
    min-width: auto;
    min-height: auto;
  }

  .financial-holder {
    background-image: radial-gradient(circle at 0 100%, #f5004f7d, #f5004f00), url('../images/DCq2.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    margin-top: 0;
    padding-top: 32px;
  }

  .financial-holder._2 {
    background-image: url('../images/IMG_3326.jpeg');
    background-position: 50%;
    background-size: cover;
  }

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

  .features-dashboard-image,
  .cas-features-dashboard-image {
    align-self: flex-start;
    font-size: 30px;
  }

  .cta-container {
    border-radius: 40px;
  }

  .home-text {
    letter-spacing: -1.3px;
    margin-top: 26px;
    font-size: 36px;
  }

  .bold-text-4 {
    font-size: 2vw;
  }
}

@media screen and (min-width: 1440px) {
  .section.hero {
    background-image: url('../images/BackgroundHero.png'), radial-gradient(circle at 50% 100%, #ffaf00, #bca575d1 0%, #ffaf0000 38%, #fff), radial-gradient(circle at 100% 0, #ff475f 19%, #f815543b 53%, #f5004f00 84%), radial-gradient(circle at 0 100%, #80c2f9, #3fa2f600 55%);
    background-position: 50%, 0 0, 0 0, 0 0;
    background-size: cover, auto, auto, auto;
    padding-top: 37px;
    padding-bottom: 78px;
  }

  .container {
    max-width: 1350px;
    padding-top: 1em;
  }

  .grey-text {
    text-align: center;
    font-size: 16px;
  }

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

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

  .nav-link.w--current {
    padding-right: 50px;
  }

  .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%;
  }

  .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%;
  }

  .hero-nav-container {
    max-width: 1270px;
    padding-top: 5.4em;
  }

  .nav-button-holder {
    margin-right: 1em;
  }

  .main-nav-menu {
    flex: 0 auto;
  }

  .cart-button-3 {
    padding-left: 15px;
    padding-right: 30px;
  }

  .hero-decord-image {
    width: auto;
    height: auto;
  }

  .hero-text-holder.home, .hero-text-holder.about {
    width: 80%;
  }

  .small-paragraph {
    -webkit-text-fill-color: inherit;
    background-color: #ffffff47;
    background-clip: border-box;
    border-radius: 14px;
    margin-bottom: -93px;
  }

  .text-span {
    background-image: linear-gradient(90deg, var(--main-colors--secondary), var(--gradient-color-2) 43%, #2d15e9 84%, #342be2 99%, var(--gradient-color-3));
    font-size: 3vw;
  }

  .bg-browser-image-holder {
    top: -13%;
  }

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

  .feature-grid-item-text-container {
    margin-top: -36px;
  }

  .feature-grid-item-text-holder, .feature-grid-item-text-holder.first {
    width: auto;
  }

  .extra-small-text {
    margin-bottom: 0;
  }

  .feature-financial-text {
    min-width: auto;
    min-height: auto;
  }

  .feature-grid-items-wrapper {
    justify-content: space-between;
  }

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

  .global-success-review-holder {
    min-height: auto;
    margin-bottom: 0;
  }

  .financial-holder {
    opacity: .93;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: radial-gradient(circle at 0 100%, #f5004f9e, #f5004f00), radial-gradient(circle at 100% 0, #ffaf00, #002fff26 0%, #ffaf0000), url('../images/DCq2.jpg');
    background-position: 0 0, 0 0, 100% 100%;
    background-size: auto, auto, cover;
    background-clip: border-box;
    margin-top: 0;
    padding-top: 0;
  }

  .financial-holder._2 {
    opacity: 1;
    background-color: #0000;
    background-image: linear-gradient(#e682a81a, #e682a81a), url('../images/IMG_3326.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-items-wrapper {
    justify-content: space-between;
  }

  .management-paragraph {
    min-width: auto;
    margin-bottom: auto;
    font-size: 18px;
  }

  .design-ui-image {
    text-align: left;
    vertical-align: middle;
    width: 90%;
    padding-left: 0;
  }

  .features-dashboard-image,
  .cas-features-dashboard-image {
    text-align: center;
    align-self: flex-start;
    width: 100%;
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .grid-5-col {
    width: 550px;
  }

  .logo-holder._3 {
    top: 40%;
  }

  .logo-holder._1 {
    top: 10%;
  }

  .grey-paragraph-holder {
    width: 40%;
  }

  .blog-container {
    max-width: 1350px;
  }

  .bg-colored {
    width: 100%;
  }

  .blog-tittle-holder {
    width: 50%;
  }

  .top-container {
    max-width: 1350px;
  }

  ._401-password-holder {
    max-width: 100%;
  }

  .footer-container {
    max-width: 1270px;
    padding-top: 5.4em;
  }

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

  .home-text {
    color: #000;
    margin-top: 38px;
    font-family: Mluvka, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .text-span-4 {
    font-weight: 700;
  }

  .titles-title {
    font-size: 1vw;
    text-decoration: none;
  }

  .bold-text-4 {
    object-fit: fill;
    font-size: 2vw;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero {
    padding-top: 47px;
    padding-bottom: 72px;
  }

  .grey-text {
    text-align: center;
    font-size: 20px;
  }

  .brand-logo {
    max-height: 75%;
  }

  .hero-section-secondary {
    margin-bottom: -52px;
    padding-top: 38px;
    padding-bottom: 48px;
  }

  .text-span {
    font-size: 3rem;
  }

  .bg-browser-image-holder {
    top: -9%;
  }

  .feature-financial-text {
    margin-top: 21px;
  }

  .management-paragraph {
    margin-top: 18px;
  }

  .design-ui-image {
    opacity: .8;
    transform: translate(52px);
  }

  .cta-wrapper {
    margin-top: 26px;
  }

  .titles-title {
    margin-top: -1px;
    margin-bottom: -2px;
  }

  .bold-text-4 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .fs-consent_banner {
    background-color: #f5f5f500;
  }

  .fs-consent_banner_wrapper {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 11px 5px #0003;
  }

  .fs-consent_banner_paragraph {
    margin-bottom: -5px;
    padding-top: 3px;
    padding-bottom: 0;
    padding-left: 25px;
    text-decoration: none;
  }

  .fs-consent_allow {
    text-align: center;
    background-color: #ef4a62;
    border-radius: 15px;
    margin-left: 3px;
    padding-top: .5rem;
  }
}

@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 {
    min-width: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 9px;
    padding-top: .4em;
    padding-bottom: 3.8em;
  }

  .navbar {
    background-color: #fff;
  }

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

  .utility-page-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 70px;
    display: flex;
  }

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

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

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

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

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

  .hero-text.medium-height {
    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;
  }

  .hero-section-secondary {
    padding-top: 21px;
  }

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

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

  .blog-item.main {
    height: 100%;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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-line-abs {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .template-section {
    border-radius: 20px;
  }

  .template-card-holder {
    height: 270px;
  }

  .template-card-image {
    border-radius: 3px;
  }

  .demo-blur-bg-effect {
    display: none;
  }

  .integration-heading {
    font-size: 32px;
  }

  .demo-section {
    padding-bottom: 3em;
  }

  .template-footer-holder {
    grid-column-gap: 30px;
  }

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

  .quic-stack-box.blue {
    padding-bottom: 60px;
  }

  .notification-banner {
    padding-left: 1em;
    padding-right: 1em;
  }

  .list {
    padding-left: 0;
  }

  .pricing-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;
  }

  .project-item {
    width: 100%;
    padding-right: 30px;
  }

  .category-acronym {
    inset: 10px auto auto 0%;
  }

  .nav-menu-link {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .main-white-text-paragraph-holder {
    width: 40%;
  }

  .open-cource-ikonik-image {
    top: 9%;
  }

  .clients-01-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .hero-animation-holder {
    padding-top: 60px;
    padding-bottom: 0;
  }

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

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

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

  .main-nav-link-holder {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 18px;
    display: flex;
  }

  .main-nav-menu {
    text-align: left;
    background-color: #fff;
    justify-content: flex-start;
  }

  .cart-button-3 {
    padding-right: 26px;
  }

  .hero-mobile-holder {
    width: 100px;
    right: -50px;
  }

  .hero-decord-image-container, .hero-decord-image-container._02, .hero-decord-image-container._03 {
    width: 80px;
    height: 80px;
  }

  .hero-decord-image-container._05 {
    width: 80px;
  }

  .hero-decord-image-container._04 {
    width: 80px;
    height: 80px;
  }

  .hero-web-holder {
    width: 80%;
  }

  .hero-text-holder, .hero-text-holder.blog, .hero-text-holder.home {
    width: 100%;
  }

  .hero-section-holder {
    padding-top: 0;
  }

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

  .feature-grid-item-text-holder.first {
    width: auto;
  }

  .feature-grid-holder {
    margin-top: 50px;
  }

  .extra-small-text {
    font-size: 20px;
  }

  .feature-financial-text {
    font-size: 16px;
  }

  .big-tittle {
    font-size: 32px;
  }

  .hero-name-image._07 {
    width: 80px;
    left: 20%;
  }

  .hero-name-image._09 {
    width: 100px;
  }

  .hero-name-image._08 {
    width: 110px;
  }

  .feature-grid-items-wrapper {
    order: -1;
  }

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

  .financial-holder {
    aspect-ratio: 3 / 2;
    background-image: radial-gradient(circle at 0 100%, #f5004fc4, #f5004f00), url('../images/DCq2.jpg'), radial-gradient(circle at 100% 0, #0040ffa8, #ffaf0000);
    background-position: 0 0, 50%, 0 0;
    background-size: auto, cover, auto;
    order: 0;
    align-self: center;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-right: 0;
    padding: 0 220px 86px;
    box-shadow: 0 2px 7px -1px #0003;
  }

  .financial-holder._2 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .number-text {
    font-size: 33px;
  }

  .feature-grid {
    flex-flow: column;
    display: flex;
  }

  .management-paragraph {
    margin-bottom: auto;
    font-size: 16px;
  }

  .design-ui-image {
    max-width: 80%;
    padding: 0%;
  }

  .left-arrow {
    left: 12%;
  }

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

  .slider-holder {
    justify-content: flex-start;
    width: 100%;
    padding-left: 77px;
    padding-right: 0;
  }

  .cta-form-holder {
    min-width: 100%;
    padding-left: 50px;
  }

  .main-cta-grid-holder {
    flex-flow: column;
    display: flex;
  }

  .cta-container {
    flex-flow: column;
    padding-left: 0;
  }

  .cta-heading-holder {
    padding-bottom: 0;
  }

  .cta-app-holder {
    margin-top: 40px;
    padding-left: 50px;
  }

  .dashboard {
    margin-left: 50px;
  }

  .logo-holder._3 {
    left: 6%;
  }

  .bento-grid {
    flex-flow: column;
    display: flex;
  }

  .tabs-content-3 {
    width: 60%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: flex;
  }

  .tabs-link {
    padding: 17px;
  }

  .tabs-2 {
    flex-direction: column;
  }

  .about-grid-4-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .about-box-holder._3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-box-holder._4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    padding-left: 30px;
    padding-right: 39px;
  }

  .about-box-holder._1 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .statistic-grid {
    display: flex;
  }

  .extra-small-text-2 {
    font-size: 18px;
  }

  .management-paragraph-2 {
    font-size: 16px;
  }

  .feature-image-holder {
    padding: 1em;
    left: -1em;
    right: -1em;
    overflow: hidden;
  }

  .featured-image {
    box-shadow: 4px 4px 20px #0000000f;
  }

  .features-slider-container {
    margin-top: 0;
  }

  .slider-header-container {
    grid-column-gap: 64px;
    padding: 2em;
  }

  .about-slider {
    padding-bottom: 103px;
  }

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

  .left-arrow-2 {
    right: 15%;
  }

  .slider-content-holder {
    padding-left: 21px;
    padding-right: 21px;
  }

  .faq-holder {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .faq-container {
    width: 100%;
  }

  .accordion-button {
    padding: 10px;
  }

  .faq-content {
    padding: 30px 25px 30px 35px;
  }

  .vectors-arrow-wrapper {
    height: 20px;
  }

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

  .big-blog-container {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .blog-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .main-post-image {
    height: 342px;
  }

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

  .top-cart {
    z-index: 1;
  }

  .pricing-wrapper {
    max-width: 100%;
  }

  .number-404 {
    font-size: 37vw;
  }

  ._404-image-holder {
    width: 200px;
    min-width: 200px;
    height: 210px;
    min-height: 210px;
  }

  .top-menu-icon {
    width: 20px;
  }

  .main-menu-button {
    z-index: 1;
    border-radius: 0;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    transition: background-color .35s;
    display: flex;
  }

  .main-menu-button.w--open {
    background-color: #fafafa;
    border-radius: 0;
  }

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

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

  .contact-nav-link-holder.nav-button-holder.hide-on-mobile {
    width: 0;
    display: none;
  }

  .contact-nav-link-holder.nav-button-holder-mobile {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .nav-menu-overlay-mobile-3 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .home-text {
    letter-spacing: -1.3px;
    margin-top: 26px;
    font-size: 30px;
  }

  .home-text.medium-height {
    font-size: 50px;
  }

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

@media screen and (max-width: 767px) {
  .container {
    margin-bottom: 13px;
    padding-bottom: 2.6em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

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

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

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

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

  .hero-text.medium-height {
    font-size: 40px;
  }

  .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;
  }

  .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;
  }

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

  .card-item {
    flex-direction: column;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

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

  .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;
  }

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

  .main-footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    margin-top: 40px;
    padding-left: 0;
  }

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

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

  .footer-social-media-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .small-title {
    font-size: 14px;
  }

  .feature-grid-item-text-container, .feature-grid-item-text-holder {
    align-items: flex-start;
  }

  .feature-grid-holder {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 40px;
  }

  .hero-name-image {
    width: 50px;
  }

  .hero-name-image._07 {
    width: 60px;
  }

  .hero-name-image._09, .hero-name-image._08 {
    width: 70px;
  }

  .hero-name-image._06 {
    width: 60px;
  }

  .financial-holder {
    background-image: radial-gradient(circle at 0 100%, #f5004fc4, #f5004f00), radial-gradient(circle at 100% 0, #0040ffa8, #ffaf0000), url('../images/DCq2.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0;
  }

  .financial-holder._2 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0%;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .design-ui-image {
    width: 100%;
    max-width: 30%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0%;
    display: inline-block;
  }

  .features-dashboard-image,
  .cas-features-dashboard-image {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .left-arrow {
    left: 9%;
  }

  .slider-content {
    padding: 17px;
  }

  .slide-nav {
    width: 230px;
  }

  .slider-holder {
    padding-left: 14px;
  }

  .multi-platform-holder {
    width: 100%;
  }

  .logo-holder._3 {
    left: 6%;
  }

  .growth-holder {
    justify-content: center;
    align-items: center;
  }

  .working-cms {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .opportunities-holder {
    justify-content: center;
    align-items: center;
  }

  .circle._3 {
    top: 19%;
  }

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

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

  .feature-slide-description {
    font-size: 16px;
  }

  .feature-image-holder {
    height: 60vh;
  }

  .featured-image {
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .features-slider-container {
    margin-top: 0;
  }

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

  .right-arrow-2 {
    right: 0%;
  }

  .slider-header-container {
    grid-column-gap: 35px;
  }

  .left-arrow-2 {
    right: 13%;
  }

  .faq-answer-text-holder {
    padding-top: 10px;
  }

  .faq-container {
    grid-row-gap: 20px;
  }

  .faq-content {
    padding: 25px 20px 25px 30px;
  }

  .vectors-arrow-wrapper {
    height: 20px;
  }

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

  .blog-details-grid-item.featured-post {
    margin-top: 0%;
  }

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

  .blog-details-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
  }

  .form-holder {
    padding: 25px;
  }

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

  .contact-detail-block {
    min-height: auto;
    padding: 24px 22px;
  }

  .contact-email-list {
    grid-row-gap: 18px;
  }

  .contact-detail-value {
    font-size: 16px;
  }

  .contact-detail-text {
    font-size: 16px;
  }

  .text-field-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .number-404 {
    font-size: 40vw;
  }

  ._404-image-holder {
    width: 35vw;
    min-width: 35vw;
    height: 35vw;
    min-height: 35vw;
  }

  ._404-holder {
    height: auto;
  }

  .top-container {
    padding: 3em 1em;
  }

  .main-menu-button {
    margin-right: 10px;
  }

  .home-text {
    font-size: 30px;
  }

  .home-text.medium-height {
    font-size: 40px;
  }

  .titles-title {
    font-size: 50%;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }
}

@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;
  }

  .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 {
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .utility-page-wrap._404 {
    height: 100%;
  }

  .utility-page-content {
    width: 100%;
    padding: 0;
  }

  .utility-page-form {
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .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, .hero-text.medium-height {
    font-size: 32px;
  }

  .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.with-icon.w--current {
    font-size: 12px;
  }

  .button._401 {
    width: 100%;
  }

  .button.with-arrow {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

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

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

  .hero-section-secondary {
    min-height: 40vh;
  }

  .hero-content {
    align-items: flex-start;
  }

  .input-field {
    width: 100%;
  }

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

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .blog-item.main {
    height: 100%;
  }

  .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;
  }

  .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;
  }

  .checkout-heading {
    font-size: 28px;
  }

  .block-header {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .shipping-method {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  .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 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .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 {
    width: 100%;
    margin-top: 0;
    margin-left: 14px;
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-left: 10px;
    display: flex;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

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

  .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-includes-box.middle {
    padding: 0;
  }

  .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;
  }

  .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;
  }

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .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;
  }

  .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%;
  }

  .client-grid-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .clients-01-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .demo-hero-text {
    font-size: 34px;
  }

  .demo-buy-box-heading {
    font-size: 30px;
  }

  .hero-animation-holder {
    padding-top: 120px;
    padding-bottom: 0;
  }

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

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 30px;
  }

  .hero-text-field {
    border-radius: 8px;
    height: 60px;
    padding: 0 13px;
    font-size: 14px;
  }

  .main-footer-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .footer-from {
    width: 100%;
  }

  .submit-button {
    width: 100%;
    height: 60px;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-brand-logo-holder {
    width: 150px;
    min-width: 150px;
  }

  .hero-nav-container {
    padding: 2em 1em;
  }

  .hero-text-field-holder {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-social-media-holder {
    flex-direction: column-reverse;
  }

  .paragraph {
    text-align: left;
  }

  .main-nav-link-holder {
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 0;
  }

  .main-nav-menu {
    padding-bottom: 10px;
    overflow: hidden;
  }

  .hero-web-image {
    border-radius: 6px;
  }

  .hero-mobile-holder {
    width: 60px;
    right: 7px;
  }

  .main-hero-paragraph-holder {
    margin-top: 1em;
  }

  .hero-web-mask {
    border-radius: 6px;
  }

  .hero-decord-image-container._02 {
    width: 60px;
    height: 60px;
    top: -30%;
    right: -1%;
  }

  .hero-decord-image-container._01 {
    width: 60px;
    height: 60px;
    top: -28%;
  }

  .hero-decord-image-container._03 {
    width: 50px;
    height: 40px;
    top: 91%;
  }

  .hero-decord-image-container._06 {
    width: 60px;
    height: 60px;
    top: 75%;
    left: 40%;
  }

  .hero-decord-image-container._05 {
    width: 60px;
    height: 60px;
  }

  .hero-decord-image-container._04 {
    width: 60px;
    height: 60px;
    bottom: 81%;
  }

  .hero-heading-holder.blog {
    padding-top: 0;
  }

  .hero-button-holder {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hero-dashboard-image {
    border-radius: 6px;
  }

  .hero-web-holder {
    width: 90%;
  }

  .hero-text-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 12px;
  }

  .hero-section-holder.shop {
    padding-top: 0;
  }

  .hero-decord-images-holder {
    opacity: .79;
  }

  .small-paragraph {
    font-size: 12px;
  }

  .text-span {
    font-size: 100%;
  }

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

  .feature-grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .feature-grid-item-text-holder {
    grid-row-gap: 10px;
    align-items: flex-start;
    width: 100%;
  }

  .feature-grid-item-text-holder.first {
    width: 100%;
  }

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

  .big-tittle {
    font-size: 26px;
  }

  .hero-name-image._07 {
    width: 40px;
  }

  .hero-name-image._09 {
    width: 50px;
  }

  .hero-name-image._08 {
    width: 50px;
    top: 10%;
  }

  .hero-name-image._06 {
    width: 50px;
  }

  .feature-grid-items-wrapper {
    align-items: stretch;
  }

  .strategic-task-management-holder {
    margin-top: 2em;
  }

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

  .financial-holder {
    background-image: radial-gradient(circle at 0 100%, #f5004fc4, #f5004f00), url('../images/DCq2.jpg'), radial-gradient(circle at 50% 100%, #0040ffa8, #ffaf0000);
    background-position: 0 0, 50% 100%, 0 0;
    background-size: auto, cover, auto;
    padding-left: 0;
    padding-right: 0;
  }

  .financial-holder._2 {
    padding: 60px 20px 193px;
  }

  .number-text {
    font-size: 30px;
  }

  .grid-items-wrapper {
    align-items: stretch;
  }

  .design-ui-image {
    width: 100%;
  }

  .features-dashboard-image,
  .cas-features-dashboard-image {
    height: 100%;
  }

  .left-arrow {
    bottom: 5%;
    left: 11%;
  }

  .slider-content {
    padding: 14px;
  }

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

  .slide {
    width: 100%;
  }

  .slider-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-fade {
    display: none;
  }

  .slider-image-container {
    width: 100%;
    height: 370px;
  }

  .slide-nav {
    padding-top: 9px;
    bottom: 5%;
  }

  .right-arrow {
    inset: auto 11% 5% auto;
  }

  .slider-holder {
    padding-left: 12px;
  }

  .mask {
    width: 48%;
  }

  .medium-text {
    font-size: 32px;
  }

  .cta-form-holder {
    padding-left: 0;
  }

  .cta-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-image: radial-gradient(circle at 0 120%, #f5004f, #f5004f00 50%), radial-gradient(circle at 50% 100%, #ffaf00, #ffaf0000 78%), radial-gradient(circle at 100% 0, #3fa2f6, #3fa2f600 62%);
    padding: 20px 0 20px 20px;
  }

  .cta-heading-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-app-holder {
    margin-top: 2px;
    padding: 20px 0 7px 5px;
  }

  .cta-text {
    font-size: 28px;
  }

  .cta-image {
    border-radius: 20px 10px 10px 20px;
    min-height: 100%;
    top: 0;
  }

  .cta-heading-wrapper {
    max-width: 100%;
    padding-right: 20px;
  }

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

  .dashboard {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 0;
    padding-top: 0;
  }

  .feature-image-container {
    margin-top: 4em;
  }

  .logo-image.main {
    width: 150px;
    height: 150px;
  }

  .logo-holder._4 {
    display: none;
    top: 62%;
    left: 2%;
  }

  .logo-holder._11 {
    bottom: 30%;
    left: 10%;
  }

  .logo-holder._8 {
    bottom: 33%;
    right: 1%;
  }

  .logo-holder._10 {
    width: 70px;
    height: 70px;
    top: 4%;
    right: 15%;
  }

  .logo-holder._3 {
    top: 23%;
    left: 2%;
  }

  .logo-holder._1 {
    width: 50px;
    height: 50px;
    left: 29%;
  }

  .logo-holder._2 {
    bottom: 1%;
    left: 4%;
  }

  .logo-holder._12 {
    display: none;
  }

  .logo-holder._6 {
    display: none;
    top: 11.5%;
    right: 10%;
  }

  .logo-holder._9 {
    bottom: 7%;
    right: 4%;
  }

  .logo-holder._7 {
    width: 65px;
    height: 65px;
    top: 22%;
    right: 3%;
  }

  .features-main-center-logo-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .small-text.center-in-mobile {
    text-align: center;
  }

  .growth-holder {
    align-items: center;
  }

  .working-cms {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .center-in-mobile {
    text-align: center;
  }

  .grid, .bento-grid {
    flex-flow: column;
    display: flex;
  }

  .circle._1 {
    top: 2%;
    left: 25%;
  }

  .circle._2 {
    top: 4%;
  }

  .circle._3 {
    top: 29%;
  }

  .circle._4 {
    bottom: 36%;
    left: 32%;
  }

  .tabs-content-3 {
    width: 100%;
    margin-top: 30px;
  }

  .tabs-menu {
    grid-row-gap: 24px;
    display: flex;
  }

  .tabs-holder {
    margin-top: 24px;
  }

  .about-grid-4-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero-about-grid-holder {
    margin-bottom: 3em;
  }

  .about-box-holder._3 {
    justify-content: center;
    align-items: center;
  }

  .about-box-holder._4 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .about-box-holder._1 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .strategic-task-management-holder-2 {
    margin-top: 2em;
  }

  .management-grid-text-holder, .hero-about-paragraph-holder, .grey-paragraph-holder {
    width: 100%;
  }

  .feature-image-holder {
    height: 25vh;
    padding: .5em;
  }

  .feature-line {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .featured-slider {
    padding-top: 25vh;
  }

  .featured-image {
    box-shadow: 4px 4px 10px #00000008;
  }

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

  .person-job-location {
    font-size: 17px;
  }

  .slider-header-content {
    max-width: 100%;
  }

  .slider-header-container {
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 1em;
  }

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

  .person-name {
    font-size: 19px;
  }

  .slider-profile-picture-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .left-arrow-2 {
    right: 16%;
  }

  .arrow-circle-holder {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .slider-content-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .about-slider-holder {
    margin-top: 40px;
  }

  .qoute-icon {
    width: 20px;
  }

  .arrow-image-2 {
    width: 14px;
  }

  .large-text {
    font-size: 32px;
  }

  .faq-block {
    border-radius: 26px;
    padding: 0;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.4;
  }

  .accordion-button {
    order: -1;
  }

  .faq-heading {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .faq-content {
    padding: 20px;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 20px;
  }

  .vectors-arrow-wrapper {
    height: 18px;
  }

  .blury-bg {
    height: 450px;
  }

  .big-blog-item-title {
    font-size: 22px;
  }

  .big-blog-holder {
    width: 100%;
  }

  .main-blog-item-link {
    justify-content: flex-start;
    align-items: center;
  }

  .big-blog-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .big-blog-item-content {
    padding: 0 1em 2em;
  }

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

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

  .blog-section.merged-second-section {
    margin-top: -13em;
  }

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

  .main-post-image {
    height: 240px;
  }

  .main-blog-item-title {
    font-size: 22px;
  }

  .blog-details-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .shop-item-holder {
    margin-top: 5em;
  }

  .shop-button-holder {
    width: 100%;
  }

  .related-text {
    font-size: 32px;
  }

  .cart-item-price-4 {
    font-size: 18px;
  }

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

  .cart-item-title-4 {
    font-size: 18px;
  }

  .cart-item-content-4 {
    margin-left: 1em;
    margin-right: 0;
  }

  .cart-quantity-holder {
    flex-direction: row;
    align-items: center;
  }

  .cart-item-image-4 {
    width: 70px;
    height: 70px;
  }

  .link-background-4 {
    display: none;
  }

  .cart-container-4 {
    border-radius: 0;
  }

  .div-block-16 {
    justify-content: flex-start;
  }

  .tittle-holder {
    width: 80%;
  }

  .text-field-grid {
    grid-template-columns: 1fr;
  }

  .weekly-newsletter-header {
    font-size: 23px;
  }

  ._401-password-heading {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-17 {
    align-self: flex-start;
    width: 100%;
  }

  .button-404-holder {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  ._404-description {
    max-width: 340px;
  }

  .number-404 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .blog-tittle-holder {
    width: 100%;
  }

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

  .top-nav-link {
    color: #000;
  }

  .top-nav-link.white-nav-link {
    padding-right: 0;
  }

  .contact-nav-link-holder.nav-button-holder-mobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-menu-overlay-mobile-3 {
    height: 70px;
  }

  .top-hero-button-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .nav-browser-image {
    position: absolute;
    top: -2%;
    left: 6%;
  }

  .contact-paragraph-holder {
    width: 100%;
  }

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

  .footer-container {
    padding: 2em 1em;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .home-text {
    letter-spacing: -1px;
    font-size: 18px;
  }

  .home-text.medium-height {
    font-size: 32px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 12px;
  }

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

  .bold-text-4 {
    width: auto;
    font-size: 4vw;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_banner-2 {
    background-color: #fff;
    background-image: url('../images/Others.png');
    background-position: 0 0;
    background-size: auto;
  }
}

#w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712df-44fbdd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712ea-44fbdd81, #w-node-_7c607faa-53c8-7423-9ef6-c0deae99ec74-44fbdd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7cf6-44fbdd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d01-44fbdd81, #w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d0b-44fbdd81, #w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d15-44fbdd81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-44fbdd81 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-c4bad5ee-3622-d202-5e43-79be3cf810b6-0a144c54, #w-node-c4bad5ee-3622-d202-5e43-79be3cf810bf-0a144c54, #w-node-c4bad5ee-3622-d202-5e43-79be3cf810d1-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e7ff-16a8e7fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e805-16a8e7fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e809-16a8e7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e80d-16a8e7fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e811-16a8e7fb, #w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e815-16a8e7fb, #w-node-_50381a56-3931-ad39-914f-4aadfc6e25e2-16a8e7fb, #w-node-_8ea532f5-486c-58ce-a34b-c152ef170c33-16a8e7fb, #w-node-_5f218432-d150-a840-b1f8-188c36badd8f-16a8e7fb, #w-node-_30b8e7e7-fa04-9b05-32d0-95dd56719315-16a8e7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#email-form.w-node-_61a78268b9eb307096471f5400000000000c-44fbdd82 {
  justify-self: end;
}

#w-node-_50d1b5f7-89eb-fae7-927b-3d863acfdc01-44fbdd82, #w-node-_46c04dcc-0c38-70a7-b2e0-b486ef3db890-44fbdd85 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-44fbdd87, #w-node-b1078083-528c-8a78-9451-10023c5ce546-44fbdd87, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-44fbdd87, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-44fbdd87, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-44fbdd87, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-44fbdd87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-44fbdd89, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-44fbdd89, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-44fbdd89, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-44fbdd89, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-44fbdd89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c7e7e29-bb79-5b29-836a-08062a2c4539-44fbdd8c, #w-node-_4c7e7e29-bb79-5b29-836a-08062a2c453a-44fbdd8c, #w-node-_4c7e7e29-bb79-5b29-836a-08062a2c456e-44fbdd8c, #w-node-_4c7e7e29-bb79-5b29-836a-08062a2c456f-44fbdd8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d26fab8d-5eb6-cf44-a393-eacad5dd5f34-44fbdd8c {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_50fa922f-848b-c190-9a91-8c18142568a7-44fbdd8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50fa922f-848b-c190-9a91-8c18142568a9-44fbdd8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-44fbdd8f, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-44fbdd8f, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-44fbdd8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8f02add-cbd4-395c-e603-0d91048ccc1b-44fbdd97 {
  align-self: end;
}

#w-node-aee26032-055b-6067-f1b1-6707ed6adb5b-44fbdd97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a748a55-4113-ac24-b38c-e1c16ad1da41-44fbdd97, #w-node-_8a0abc80-7a07-7587-12c5-87c95b820f73-44fbdd97 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_23dcbf5e-d4fd-5596-5df5-4602b48feb32-44fbdd97, #w-node-_2943a3a6-b478-39c5-f2b6-4a8082a49a0c-44fbdd97, #w-node-_6c284a59-c9aa-242b-a342-7dddbfcef493-44fbdd97 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_24a4e1c7-f035-a72a-2ddc-06d6b940984b-44fbdd97 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712df-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712ea-13d13459, #w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712f4-13d13459, #w-node-_534bb137-e78b-ecf5-fc96-cb7a31f712fe-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_534bb137-e78b-ecf5-fc96-cb7a31f71312-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7c607faa-53c8-7423-9ef6-c0deae99ec74-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7cf6-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d01-13d13459, #w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d0b-13d13459, #w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d15-13d13459, #w-node-_82ac68a6-acb1-56a0-6345-cdebeb9c7d1f-13d13459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-13d13459 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_46c04dcc-0c38-70a7-b2e0-b486ef3db890-ba3a38fc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_1ed4a67a-3264-5fa8-77f5-b4b116a8e7ff-16a8e7fb {
    align-self: center;
  }

  #w-node-_50fa922f-848b-c190-9a91-8c18142568a9-44fbdd8d {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-44fbdd81, #w-node-d26fab8d-5eb6-cf44-a393-eacad5dd5f34-44fbdd8c, #w-node-_24a4e1c7-f035-a72a-2ddc-06d6b940984b-44fbdd97, #w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-13d13459 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-44fbdd81 {
    grid-column: span 2 / span 2;
  }

  #w-node-_46c04dcc-0c38-70a7-b2e0-b486ef3db890-44fbdd85 {
    grid-column: span 1 / span 1;
  }

  #w-node-d26fab8d-5eb6-cf44-a393-eacad5dd5f34-44fbdd8c, #w-node-_24a4e1c7-f035-a72a-2ddc-06d6b940984b-44fbdd97, #w-node-_10921adb-61ce-9b18-5ebc-dc064382b352-13d13459 {
    grid-column: span 2 / span 2;
  }

  #w-node-_46c04dcc-0c38-70a7-b2e0-b486ef3db890-ba3a38fc {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Mluvka';
  src: url('../fonts/Mluvka-Bold-BF65518ac8cff8c.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mluvka Semi Bold';
  src: url('../fonts/Mluvka-SemiBold-BF65518ac864155.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
