@font-face {
  font-family: Tasa Orbiter;
  src: url('../fonts/TASAOrbiterDeck-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hostgrotesk;
  src: url('../fonts/HostGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --main-colors--text-color: #2b2b2b;
  --main-colors--primary: #f68c26;
  --other--light-grey: #fafafa;
  --other--misty-rose: #ffdede;
  --other--light-blue-bg: #f8f8fa;
  --other--link-bg-grey: #f1f1f1;
  --main-colors--black: #000;
  --other--dim-grey: #c5c5c5;
  --main-colors--secondary: #413c3a;
  --other--bg-grey: #d4d4d4;
  --other--notification-bg: #001b38;
  --main-colors--white: #fff;
  --font-size--h1-desktop-size: 85px;
  --font-size--h1-tablet-size: 55px;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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: #fbfaf9;
  font-family: Tasa Orbiter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tasa Orbiter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tasa Orbiter, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tasa Orbiter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

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;
  background-color: #fbfaf9;
  position: relative;
}

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

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

.section.overflow-hidden {
  background-color: #fbfaf9;
  overflow: hidden;
}

.section.margins {
  margin-top: -100px;
}

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

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

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

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

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

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

.container.no-padding-top {
  border: 1px solid #000;
  padding-top: 0;
}

.container.footer-container, .container.no-bottom-padding {
  padding-bottom: 0;
}

.container.cta {
  padding-top: 2em;
  padding-bottom: 2em;
}

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

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

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

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

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

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

.hero-content-center {
  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 {
  background-color: #faf9f8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

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

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

.footer-link {
  z-index: 1;
  color: var(--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;
}

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

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

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

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

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

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

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

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

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

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

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

.content.relative {
  position: relative;
}

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

.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);
  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;
  border: 1px solid var(--main-colors--primary);
  background-color: var(--other--light-blue-bg);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.style-guide-gray-background {
  background-color: var(--other--light-blue-bg);
  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);
  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: 500px;
  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);
  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: #ff8c1f;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

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

.button:active {
  background-color: var(--main-colors--black);
}

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

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

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

.button.shop {
  background-color: #2d2d2d;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .35s;
  box-shadow: 0 1.5px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, inset 0 -2px #000;
}

.button.shop:hover {
  box-shadow: 0 1.5px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, inset 0 0 #000;
}

.button._401 {
  background-color: #2d2d2d;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 0 2px 5px #0003, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, inset 0 -2px #000;
}

.button.demo {
  color: #000;
  background-color: #0000;
  border-style: solid;
  border-width: 1px;
  transition: border-color .35s, color .35s;
}

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

.button.white {
  color: #000;
  background-color: #fff;
  transition-property: background-color, color;
  transition-duration: .35s, .35s;
}

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

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

.borders.center {
  height: 100px;
}

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

.subscribe-form {
  z-index: 1;
  width: 100%;
  display: flex;
  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);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  width: 100%;
  min-width: 400px;
  height: 66px;
  margin-bottom: 0;
  padding: 10px 109px 10px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.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);
  flex-direction: column;
  padding: 15px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.hero-text-secondary {
  text-align: center;
  margin-top: 0;
  font-size: 50px;
}

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

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

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

.footer-description {
  max-width: 260px;
  font-size: 14px;
}

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

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

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

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

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

.hero-content.left {
  justify-content: center;
  align-items: flex-start;
}

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

.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);
  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);
  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);
  position: absolute;
  inset: 0%;
}

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

.protected-input-holder {
  background-color: #fff;
  border: 1px solid #ebe7e0;
  border-radius: 8px;
  width: 100%;
  height: 46px;
  margin-bottom: 10px;
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 1px 2px #d1cdc752, 0 3px 4px #d1cdc73d, inset 0 -3px #f0f0efcc;
}

.protected-input-holder:hover {
  box-shadow: 0 1px 2px #d1cdc752, 0 3px 4px #d1cdc73d, inset 0 0 #f0f0efcc;
}

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

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

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

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

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

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

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

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

.blog-item-summary {
  color: #727272;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

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

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

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

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

.shop-item {
  position: relative;
}

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

.product-item {
  width: 100%;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.cart-image {
  width: 20px;
}

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

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

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

.cart-container {
  border-radius: 8px;
  min-width: 700px;
  max-width: 700px;
  max-height: 600px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading-title-holding {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2em;
  display: flex;
}

.heading-title-holding.left {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
}

.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: #0000001a;
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

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

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

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

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

.product-quantity {
  color: #909090;
  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: #eee;
  border: 1px solid #e8e3dc;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 2em;
}

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

.checkout-heading {
  color: #0d0d0d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hostgrotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.required-label {
  color: #fd4e66;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 17px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  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;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

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

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

.order-item-title {
  color: var(--main-colors--text-color);
  font-family: Hostgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.order-item-price {
  color: #304659;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.checkout-field-label {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-color: #ccc;
  border-radius: 8px;
  height: 40px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: box-shadow .35s;
  box-shadow: 0 1px 2px #2d20110a, inset 0 -3px 0 1px #2d201114;
}

.checkout-input-field:hover {
  box-shadow: 0 1px 2px #2d20110a, inset 0 0 0 1px #2d201114;
}

.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-style: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  box-shadow: 0 1px 2px #2d20110a, inset 0 -3px 0 1px #2d201114;
}

.checkout-input-field.no-margins:hover {
  box-shadow: 0 1px 2px #2d20110a, inset 0 0 0 1px #2d201114;
}

.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-style: none;
  border-bottom-color: var(--other--light-grey);
  background-color: #fff0;
  padding: 0 0 1em 0;
}

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

.order-summary-label {
  color: #909090;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.order-summary-value {
  color: var(--main-colors--text-color);
  font-family: Hostgrotesk, sans-serif;
  font-size: 24px;
}

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

.extra-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.product-title {
  margin-top: 0;
  font-family: Hostgrotesk, sans-serif;
  font-size: 60px;
}

.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.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

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

.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);
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

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

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

.whilte-link {
  color: #fff;
}

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

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

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

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: var(--main-colors--primary);
  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 -22px;
  overflow: hidden;
}

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

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

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

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

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

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

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

.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: #000;
  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: #58b4e5;
  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/roof_wizard_logo.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 40%;
  border: 1px solid #505050;
  border-radius: 12px;
  padding: 130px 45% 130px 70px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.white-paragraph {
  color: #fff;
}

.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;
  opacity: 0;
  filter: blur(100px);
  background-color: #4652f6;
  width: 80%;
  height: 70%;
  position: absolute;
}

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

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

.demo-section {
  border: 1px solid #051a2c;
  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: #f68c26;
  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);
  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);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 2em;
  font-size: 14px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.code-grey {
  color: #555;
}

.code-red {
  color: red;
}

.code-blue {
  color: #219;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-item-link:hover {
  text-decoration: none;
  transform: translate(0, -4px);
}

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

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

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

.category-text {
  color: #000000a6;
}

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

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

.filter-holder {
  grid-column-gap: 5px;
  background-color: #fff;
  border-radius: 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 {
  border: 1px solid #ebe7e0;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 0;
  box-shadow: inset 0 -3px #f0f0efcc, 0 3px 4px #d1cdc73d, 0 1px 2px #d1cdc752;
}

.category-item-link {
  color: #000;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  transition: all .35s;
  display: flex;
  position: relative;
}

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

.category-item-link.w--current {
  color: #fff;
  background-color: #2d2d2d;
  border-radius: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  transition-property: none;
  box-shadow: 0 1.5px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, inset 0 -2px #000;
}

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

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

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

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

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

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

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

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

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

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

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

.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-button-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #03162000;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

.white-text {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-price {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Hostgrotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-image {
  max-width: 130px;
  max-height: 30px;
}

.logo-grid {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

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

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

.logo-infinite-loop-holder {
  width: 100%;
  display: flex;
}

.logo-grid-container {
  width: auto;
  display: flex;
}

.logo-grid-container.top {
  width: 100%;
}

.logo-grid-holder {
  grid-row-gap: 60px;
  flex-direction: column;
  flex: none;
  width: 120%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.work-item {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification-link {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #181818;
  border-radius: 40px;
  align-items: center;
  padding: 2px 12px 2px 2px;
  font-weight: 500;
  transition-property: background-color;
  display: flex;
}

.notification-link:hover {
  color: #fff;
  background-color: #ad68f338;
}

.main-button {
  color: #fbfaf9;
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  box-shadow: 0 12px 24px -6px #2d201166, inset 0 -2px #000, 0 3px 7px #0000004d;
}

.main-button:hover {
  color: #fff;
  box-shadow: 0 12px 24px -6px #2d201199, inset 0 0 #000, 0 6px 9px #00000040;
}

.main-button.white-button {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, inset 0 -2px #f0f0efb3, 0 3px 3px #d1cdc73d;
}

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

.main-button.white-button.pricing {
  background-image: url('../images/Black-Arrow.svg');
}

.main-button.pricing {
  background-color: #ff8c1f;
  background-image: url('../images/Arrow.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.form-main-button {
  color: #fbfaf9;
  background-color: #2d2d2d;
  border-radius: 10px;
  height: 50px;
  padding: 14px 48px 14px 20px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  position: absolute;
  inset: 13% 4% auto auto;
  box-shadow: 0 12px 24px -6px #2d201166, inset 0 -2px #000, 0 3px 7px #0000004d;
}

.form-main-button:hover {
  color: #fff;
  box-shadow: 0 12px 24px -6px #2d201199, inset 0 0 #000, 0 6px 9px #00000040;
}

.form-main-button.features {
  background-image: url('../images/Arrow.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: auto;
  position: static;
  inset: auto auto 0% 0%;
}

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

.arrow-holder {
  position: absolute;
  inset: 30% 8% auto auto;
}

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

.footer-line {
  background-color: #d3dce5;
  width: 100%;
  height: 1px;
  margin-top: 2em;
}

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

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

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

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

.footer-grid-content-holder {
  line-height: 1.5;
}

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

.email-container {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  margin-top: 1em;
  display: flex;
}

.arrow-right-image {
  display: block;
}

.footer-description-2 {
  font-size: 28px;
}

.link-button-with-icon {
  background-color: var(--main-colors--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
}

.website-link {
  color: gray;
  transition-duration: .3s;
}

.website-link:hover {
  color: #ff7a1c;
}

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

.cart-item-image-3 {
  object-fit: cover;
  border-radius: 14px;
  width: 150px;
  height: 150px;
}

.remove-button-3 {
  color: #c5c5c5;
  font-size: 13px;
  position: absolute;
  inset: 4% 0% 0 auto;
}

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

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

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

.main-cart-image {
  width: 16px;
}

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

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

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

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

.brand-logo-text {
  color: #000;
  font-size: 17px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

.price-cart-holder {
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 10%;
}

.dropdown-link {
  color: #fff;
}

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

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

.cart-item-holder {
  width: 80%;
}

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

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

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

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

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

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

.main-quantity-holder {
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

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

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

.main-nav-cart {
  z-index: 3;
  outline-offset: 0px;
  outline: 0 #000;
  height: 35px;
}

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

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

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

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

.main-cart-button.with-shadow {
  background-color: #2d2d2d;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 1.5px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, inset 0 -2px #000;
}

.main-cart-button.with-shadow:hover {
  background-color: #000;
  box-shadow: 0 1.5px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px #2d201166, inset 0 -2px #000;
}

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

.cart-quantity-number-3 {
  color: #4a4340;
  background-color: #fff0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
}

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

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

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

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

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

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

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

.main-cart-quantity {
  color: #909090;
  background-color: #fff;
  border-style: none;
  border-color: #fafafa;
  width: 40px;
  height: 30px;
  margin-bottom: 0;
  padding-left: 4px;
  padding-right: 0;
  font-size: 16px;
  transition: color .35s, background-color .35s;
}

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

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

.trash-icon-holder {
  width: 20px;
  height: 20px;
  position: relative;
}

.cart-quantity-text {
  color: #909090;
  font-size: 16px;
  position: relative;
}

.blury-bg-main-holder {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  width: auto;
  height: 70px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 1px 2px #2d20110a, inset 0 -3px 0 1px #2d201114;
}

.main-category-text {
  color: #fbfaf9;
  background-color: #fff;
  border: 1px solid #e8e3dc;
  border-radius: 24px;
  width: 120px;
  margin-top: 2.5em;
  padding: 7px 14px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
}

.main-category-text:hover {
  transform: translate(0);
}

.main-category-text.white-bg {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, inset 0 -2px #f0f0efb3, 0 3px 3px #d1cdc73d;
}

.main-category-text.white-bg:hover {
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, inset 0 0 #f0f0efb3, 0 3px 3px #d1cdc73d;
}

.main-category-text.white-bg.shop {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.main-category-text.blog-post {
  justify-content: center;
  align-items: center;
  width: 120px;
  display: flex;
}

.main-category-text.shop {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  display: flex;
}

.main-category-text.shop:hover {
  transform: none;
  box-shadow: 0 3px 4px #d1cdc73d, 0 1px 2px #d1cdc752;
}

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

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

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

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

.red-trash-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.main-nav-link.w--current {
  color: var(--main-colors--primary);
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

.main-hero-section {
  background-color: #fbfaf9;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.hero-section-center-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.hero-section-center-holder.features {
  justify-content: flex-start;
  align-items: flex-start;
}

.home-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 540px;
  margin-top: 4em;
  display: flex;
}

.home-content.features {
  margin-top: 100px;
}

.home-content.blog {
  margin-top: 0;
}

.hero-tittle {
  font-size: 45px;
}

.hero-app-wrapper {
  min-width: 90%;
  padding-top: 30px;
}

.hero-app-wrapper.features {
  height: 800px;
}

.hero-app-holder {
  width: 100%;
  position: relative;
}

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

.hero-app.features {
  width: 33%;
}

.multi-image-holder {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}

.line {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-top: 3.1em;
}

.name-image-holder {
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 10% auto auto 5%;
}

.name-image-holder._1 {
  width: 100px;
  height: 60px;
}

.name-image-holder._2 {
  width: 100px;
  height: 60px;
  inset: 27% auto auto 46%;
}

.name-image-holder._2.features {
  top: 43%;
}

.name-image-holder._3 {
  width: 100px;
  height: 60px;
  inset: auto 47% 23% auto;
}

.name-image-holder._4 {
  width: 100px;
  height: 60px;
  inset: 18% 0% auto auto;
}

.name-image-holder._4.features {
  top: 24%;
  right: 13%;
}

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

.text-span {
  background-color: #fff;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 2px 3px #6a6a6a33, inset 0 -2px #f0f0efcc;
}

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

.form-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedback-white-grid {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-right: 2em;
  display: grid;
  position: relative;
}

.icon-bg {
  background-color: #fff;
  border-radius: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.colored-holder {
  background-image: url('../images/01-BG-Black-Image_101 BG Black Image.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  min-height: 667px;
  margin-top: 80px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 2em;
  position: relative;
  overflow: hidden;
}

.colored-holder.second {
  padding-left: 0;
}

.feedback-item {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 32px;
  width: 50%;
  padding-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
  overflow: hidden;
}

.feedback-item._1 {
  flex-direction: column;
  padding-top: 2em;
  padding-left: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.system-text {
  color: #909090;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.feedback-white-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  padding-top: 2em;
  font-size: 18px;
  display: flex;
}

.feedback-grid-item {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  display: flex;
  position: relative;
}

.feedback-image {
  width: 100%;
  box-shadow: 7px 5px 31px #0003;
}

.feedback-image._2 {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 100% 50%;
  min-width: 100%;
  height: 100%;
  min-height: 556px;
}

.feedback-image._1 {
  box-shadow: none;
  object-fit: cover;
  object-position: 0% 100%;
  min-width: 100%;
  height: 100%;
  min-height: 556px;
}

.tittle-text {
  font-family: Tasa Orbiter, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.feedback-text-holder {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.feedback-grid {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 2em;
  display: grid;
  position: relative;
}

.fixed-text-holder {
  width: 100%;
  max-width: 930px;
}

.fixed-text-holder.center {
  text-align: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.large-center-paragraph {
  text-align: center;
  text-wrap: balance;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.feedback-title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
}

.dynamic-collaboration {
  grid-column-gap: 10px;
  background-color: #fff0;
  border: 1px solid #313131;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -3px #000c, 0 3px 4px #0000003d, 0 1px 2px #00000052;
}

.dynamic-collaboration._1 {
  background-color: #0d0d0d33;
  border-color: #313131;
  box-shadow: inset 0 -3px #000c, 0 3px 4px #0000003d, 0 1px 2px #00000052;
}

.dynamic-collaboration._2 {
  justify-content: center;
  align-items: center;
  width: 40%;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.inside-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

._4-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 41px;
  font-size: 18px;
  font-weight: 400;
  transition: background-position .3s;
  display: flex;
}

._4-button:hover {
  color: #fff;
  background-position: 90%;
}

._4-button.pricing {
  background-image: none;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

._4-button.pricing:hover {
  background-position: 88%;
}

.small-gray-text {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.main-pricing-item {
  color: #000c;
  background-color: #eee;
  border: 1px solid #e8e3dc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  min-width: 370px;
  height: 100%;
  min-height: 544px;
  padding: 1.5em 1.5em 4em;
  display: flex;
}

.main-pricing-item.last {
  background-color: #fff;
}

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

.price-number {
  color: #2b2b2b;
  font-size: 45px;
  font-weight: 500;
  line-height: 1;
}

.pricing-type-2 {
  color: #2d2d2d;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.list-item-with-checkicon-4 {
  background-image: url('../images/Tick-Icon.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

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

.pricing-grid-2.home {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

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

.cta-4-heading {
  color: #fff;
  font-family: Tasa Orbiter, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1;
}

.cta-paragraph {
  color: #fff;
  max-width: 600px;
  margin-top: 12px;
  margin-bottom: 64px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 16px;
}

.cta-4-holder {
  background-color: #ff8c1f;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 51px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-4-container {
  z-index: 1;
  text-align: center;
  border-radius: 26px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.app-mobile-image {
  width: 300px;
  position: absolute;
  inset: 5% 0% 0% 1.3%;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #faf9f8, #faf9f800);
  width: 80%;
  height: 260px;
  position: absolute;
  inset: auto 0% 2% -21%;
}

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

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

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

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

.text-block {
  font-family: IBM Plex Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.feature-button-holder {
  margin-top: 1em;
}

.key-features {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  margin-top: 3em;
  display: flex;
}

.global-success-review-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-bottom: 1px solid #e8e3dc;
  flex-direction: column;
  padding-bottom: 0;
  display: flex;
}

.global-success-review-holder._3, .global-success-review-holder._2, .global-success-review-holder._1, .global-success-review-holder._4 {
  border-bottom-style: none;
}

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

.project-image {
  z-index: -1;
  object-fit: cover;
  object-position: 0% 50%;
  height: auto;
  min-height: 300px;
}

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

.text-paragraph-grid-holder.second {
  width: 100%;
}

.half-grid-holder {
  flex-direction: column;
  width: 100%;
  padding: 60px;
  display: flex;
}

.financial-holder {
  background-image: url('../images/Noise-BG-.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e8e3dc;
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}

.experience-card-holder {
  z-index: 5;
  border-radius: 24px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collaboration-platform-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  outline-offset: 0px;
  background-color: #222224;
  background-image: url('../images/Lines.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 23px;
  outline: 3px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 40px;
  padding-left: 40px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px -6px #2d20114d, 0 4px 8px #2d201133, 0 1.5px 3px #2d201133, 0 1px 1px #2d20111f, inset 0 -3px #000000bf;
}

.main-large-div-holder {
  background-color: #222224;
  background-image: url('../images/Lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 23px;
  box-shadow: inset 0 -3px #000000bf, 0 1px 1px #2d20111f, 0 1.5px 3px #2d201133, 0 4px 8px #2d201133, 0 12px 24px -6px #2d20114d;
}

.skill-image {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 23% 0% auto -8%;
}

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

.orange-text {
  color: #ff7a1c;
}

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

.review-image {
  perspective: 2000px;
}

.project-image-holder {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.feature-grid._3 {
  grid-column-gap: 5em;
}

.center-paragraph {
  color: #272626;
  text-align: center;
  text-wrap: balance;
  font-size: 16px;
}

.financial-text {
  color: #909090;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

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

.medium-text {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
}

.review-image-holder {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-right: 30px;
}

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

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

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

.extra-small-text {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

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

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

.small-text.about {
  font-family: Hostgrotesk, sans-serif;
}

.number-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.light-inside {
  filter: blur(30px);
  background-color: #ff7a1c;
  border-radius: 20px;
  width: 250px;
  height: 250px;
  position: relative;
}

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

.title-big {
  color: #101111;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

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

.dark-dynamic-collaboration {
  grid-column-gap: 10px;
  background-color: #fff0;
  border: 1px solid #313131;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 -3px #000c, 0 3px 4px #0000003d, 0 1px 2px #00000052;
}

.gray-paragraph {
  color: #909090;
}

.feature-financial-holder {
  background-color: #222224;
  background-image: url('../images/Noise.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 90%;
  padding: 30px 50px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -3px #000000bf, 0 1px 1px #2d20111f, 0 1.5px 3px #2d201133, 0 4px 8px #2d201133, 0 12px 24px -6px #2d20114d;
}

.orange-symbol {
  color: #ff7a1c;
}

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

.hero-phone-container {
  z-index: 1;
  width: 320px;
  margin-top: 5em;
  position: relative;
}

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

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

.features-screenshot {
  z-index: 2;
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: relative;
}

.progress-image {
  z-index: 3;
  position: absolute;
  inset: auto 0% 12% 20%;
}

.calendar-reminders-image {
  width: 100%;
  height: 100%;
}

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

.key-feature-item {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.key-feature-icon-holder {
  width: 42px;
  height: 42px;
  position: relative;
}

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

.title-big-3 {
  color: #101111;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 600;
}

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

.key-features-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

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

.grid-item-image-holder {
  background-color: #1c1d22;
  background-image: url('../images/Feature-Lines.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  padding: 25px 25px 25px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px -6px #2d20114d, 0 4px 9px #2d201133, 0 1.5px 3px #2d201133, 0 1px 1px #2d20111f, inset 0 -3px #000000bf;
}

.key-feature-text {
  color: #000;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.grid-item-text-holder-first {
  z-index: 2;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.light-gray-image {
  color: #9e9e9e;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.bg-featues-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.gray-circle {
  background-color: #fff;
  border: 1px solid #e8e3dc;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.grey-circle-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.company-avatar {
  width: 100%;
  height: 100%;
}

.company-avatar-container {
  justify-content: center;
  align-items: center;
  position: relative;
}

.company-avatar-container.bot {
  bottom: -11px;
  left: -11px;
}

.company-avatar-container.up {
  top: -18px;
  right: -14px;
}

.company-avatar-container.random {
  top: 2px;
  left: -12px;
}

.connect-section-container {
  grid-row-gap: 60px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

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

.company-avatar-circle {
  z-index: 1;
  width: 75px;
  min-width: 75px;
  height: 75px;
  min-height: 75px;
  position: relative;
}

.tabs-content-2 {
  z-index: 10;
  width: 100%;
  margin-top: 18px;
  overflow: visible;
}

.features-tabs-app-holder {
  z-index: 10;
  border-radius: 24px;
  width: 100%;
  padding: 0;
  position: relative;
}

.mac-image {
  z-index: -1;
  width: 100%;
  position: relative;
}

.tab-nav-item {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 10px;
  flex: 1;
  padding: 12px 35px;
  font-size: 18px;
  font-weight: 500;
  transition-property: none;
}

.tab-nav-item.w--current {
  color: #fff;
  background-color: #2b2b2e;
  border-radius: 10px;
  width: 200px;
  padding: 12px 35px;
  font-weight: 700;
  transition-duration: .5s;
  box-shadow: 0 12px 24px -6px #2d20114d, 0 4px 8px #2d201133, 0 1.5px 3px #2d201133, 0 1px 1px #2d20111f, inset 0 -3px #000000bf;
}

.tabs-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 48px;
  display: flex;
}

.app-main-photo {
  z-index: 10;
  perspective: 1000px;
  perspective-origin: 50% -600%;
  border-radius: 12px;
  width: 100%;
  height: 630px;
  margin-top: 50px;
  position: relative;
}

.app-container {
  z-index: 10;
  background-color: #222224;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 24px -6px #2d20114d, 0 4px 8px #2d201133, 0 1.5px 3px #2d201133, 0 1px 1px #2d20111f, inset 0 -3px #000000bf;
}

.tab-pane-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f7f8fe;
  border: 1px solid #ccc;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  width: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 -3px #2d201114, 0 1px 2px #2d20110a;
}

.cta-overlay {
  z-index: -1;
  background-color: #fbfaf9;
  height: 350px;
  position: absolute;
  inset: auto 0% 0%;
}

.company-image-holder {
  border-radius: 0;
  width: 470px;
  height: 600px;
  position: relative;
}

.company-image-holder.second {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 670px;
  height: 433px;
}

.company-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.company-images-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: flex-start stretch;
  padding-left: 15px;
  padding-right: 15px;
}

.company-image-container {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 500vw;
  padding-top: 50px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.button-holder-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: relative;
}

.large-text {
  font-size: 60px;
  font-weight: 500;
}

.features-hero-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  position: relative;
}

.company-number-facts-holder {
  background-color: #000;
  border-radius: 26px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 100px;
  overflow: hidden;
  box-shadow: 0 2px 3px #6a6a6a33, inset 0 -2px #f0f0efcc;
}

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

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

.gray-text-span {
  color: #bbb;
  font-weight: 500;
}

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

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

.center-paragraph-2 {
  color: #909090;
  text-align: center;
  padding-top: 60px;
  font-size: 16px;
}

.icon-gradient-image-holder {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 3px #6a6a6a33, inset 0 -2px #f0f0efcc;
}

.icon-gradient-image-holder._2 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.icon-gradient-image-holder._1 {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  box-shadow: 0 2px 3px #6a6a6a33, inset 0 -2px #f0f0ef;
}

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

.about-small-text {
  font-size: 24px;
  font-weight: 500;
}

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

.icon-gradient-image {
  width: 30px;
  height: 30px;
  transform: perspective(1500px);
}

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

.team-item {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.team-person-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  padding: 1px;
  position: absolute;
  inset: 0%;
}

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

.our-team-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.our-team-position {
  color: #909090;
  font-size: 18px;
}

.our-team-name-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 140%;
  display: flex;
}

.our-team-name {
  font-size: 24px;
  font-weight: 500;
}

.our-team-image-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 370px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.accordion-button {
  grid-column-gap: 10px;
  background-color: #2d2d2d;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
  box-shadow: inset 0 -2px #000, 0 12px 24px #2d201166, 0 4px 8px #2d201152, 0 1.50259px 3px #2d20113d;
}

.accordion-button:hover {
  box-shadow: inset 0 0 #000, 0 12px 24px #2d201166, 0 4px 8px #2d201152, 0 1.50259px 3px #2d20113d;
}

.faq-content {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px 32px 32px 0;
  transition: background-color .35s;
  box-shadow: 0 1px 2px #2d20110a, inset 0 -3px 0 1px #2d201114;
}

.productivity-strategies-holder {
  background-color: var(--main-colors--primary);
  background-image: url('../images/Noise.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 100%;
  height: 100px;
  margin-top: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-shadow: inset 0 -3px #00000026, 0 1px 1px #2d20111f, 0 1.5px 3px #2d201133, 0 4px 8px #2d201133, 0 12px 24px -6px #2d20114d;
}

.faq-block {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 10px;
  transition: background-color .5s;
  position: relative;
}

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

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

.paragraph {
  color: #fff9;
}

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

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

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

.button-review-holder {
  margin-top: 5px;
  position: absolute;
  inset: 6% 5% auto auto;
}

.gradient-line {
  z-index: -2;
  background-image: linear-gradient(180deg, var(--main-colors--primary), #ff7a1c33 100%, #ad68f3 100%, #dcacff);
  opacity: 0;
  border-radius: 12px;
  height: 100%;
  margin: -2px;
  position: absolute;
  inset: 0%;
}

.about-main-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  box-shadow: 0 1px 2px #2d20110a, inset 0 -3px 0 1px #2d201114;
}

.about-main-button:hover {
  box-shadow: 0 1px 2px #2d20110a, inset 0 0 0 1px #2d201114;
}

.small-text-paragraph-holder {
  flex-direction: column;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

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

.flex-center-text {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.contact-form-block-holder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block-holder.top-margin {
  margin-top: 5em;
}

.default-text-field {
  color: #000;
  border: 1px solid #ebe7e0;
  border-radius: 8px;
  height: 56px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: transform .2s, border-color .2s;
  transform: translate(0);
  box-shadow: 0 3px 3px #d1cdc73d, inset 0 -2px #f0f0efb3, 0 1px 2px #b2aa9e52, 0 0 0 1px #efede8;
}

.default-text-field:focus {
  border-color: #303db4;
  transform: translate(0, -2px);
  box-shadow: 3px 3px 10px #0000001a;
}

.default-text-field::placeholder {
  color: #161616;
  font-size: 17px;
}

.default-text-field._10px-maring {
  border-color: #ebe7e0;
  height: 56px;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: border-color .35s, color .35s, box-shadow .4s;
  transform: none;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px 1px #2d20110a;
}

.default-text-field._10px-maring:hover {
  box-shadow: inset 0 0 0 1px #2d201114, 0 1px 2px 1px #2d20110a;
}

.default-text-field._10px-maring::placeholder {
  font-size: 17px;
}

.contact-hero-text {
  margin-top: 0;
  padding-bottom: 40px;
  font-family: Hostgrotesk, sans-serif;
  font-size: 60px;
  font-weight: 500;
}

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

.form-block {
  margin-top: 3em;
}

.hero-dashboard-main-holder {
  width: 100%;
  height: 100%;
  margin-top: 13em;
  position: relative;
}

.hero-dashboard-main-holder._3 {
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  padding: 1px;
  display: flex;
}

.contact-form-block {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 24px;
  width: 90%;
  padding: 60px 60px 36px;
  position: relative;
  box-shadow: inset 0 -3px #2d201114, 0 1px 2px #2d20110a;
}

.contact-text {
  margin-bottom: 7px;
  font-family: Hostgrotesk, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.default-text-area {
  border: 1px solid #ebe7e0;
  border-radius: 8px;
  min-width: 100%;
  max-width: 100%;
  max-height: 400px;
  margin-top: 30px;
  padding-top: 18px;
  padding-bottom: 100px;
  font-size: 16px;
  transition: box-shadow .4s;
  box-shadow: 0 3px 3px #d1cdc73d, inset 0 -2px #f0f0efb3, 0 1px 2px #b2aa9e52, 0 0 0 1px #efede8;
}

.default-text-area:hover {
  box-shadow: 0 3px 3px #d1cdc73d, inset 0 0 #f0f0efb3, 0 1px 2px #b2aa9e52, 0 0 0 1px #efede8;
}

.default-text-area:focus {
  transform: translate(0, -2px);
  box-shadow: 0 1px 10px #0000001a;
}

.default-text-area::placeholder {
  color: #161616;
  font-size: 17px;
}

.contact-button-holder {
  justify-content: flex-end;
  margin-top: 3em;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.gray-contact-paragraph {
  color: #888;
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.contact-main-button {
  color: #fbfaf9;
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 11px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  box-shadow: 0 12px 24px -6px #2d201166, inset 0 -2px #000, 0 3px 7px #0000004d;
}

.contact-main-button:hover {
  color: #fff;
  box-shadow: 0 12px 24px -6px #2d201199, inset 0 0 #000, 0 6px 9px #00000040;
}

.success-message-2 {
  color: #100a43;
  background-color: #fff;
  border: 1px solid #100a43;
  border-radius: 8px;
  padding: 1em;
}

.text-feild-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.hero-blog-wrapper {
  min-width: 90%;
  padding-top: 30px;
}

.hero-blog-holder {
  width: 100%;
  position: relative;
}

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

.main-link-blog {
  border: 1px solid #e8e3dc;
  border-radius: 20px;
  width: 570px;
  height: 540px;
  padding: 15px;
}

.thumbnail-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 325px;
}

.category-text-gray {
  color: #000000a6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.blog-paragraph-holder {
  width: 420px;
  margin-top: 1em;
}

.caregory-paragraph-holder {
  padding-left: 10px;
  padding-right: 10px;
}

.category-data-holder {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.data-holder {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2.5em;
  display: flex;
}

.data-text {
  color: #000000a6;
}

.dark-gray-button-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.privacy-policy-sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

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

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

.blog-privacy-holder {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 24px;
  width: 370px;
  height: 100%;
  padding: 30px;
  position: relative;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px #2d20110a;
}

.weekly-newsletter-header {
  color: #000;
  font-family: Hostgrotesk, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.blog-button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 5em;
  display: flex;
}

.rich-text-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.blog-main-button {
  color: #fbfaf9;
  background-color: #2d2d2d;
  background-image: url('../images/ARROW_1.svg');
  background-position: 75% 54%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7px 14px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  display: flex;
  box-shadow: 0 12px 24px -6px #2d201166, inset 0 -2px #000, 0 3px 7px #0000004d;
}

.blog-main-button:hover {
  color: #fff;
  box-shadow: 0 12px 24px -6px #2d201199, inset 0 0 #000, 0 6px 9px #00000040;
}

.main-blog-button {
  color: #fbfaf9;
  background-color: #2d2d2d;
  border-radius: 10px;
  padding: 7px 14px;
  font-weight: 500;
  line-height: 20px;
  transition: box-shadow .4s, color .35s;
  box-shadow: inset 0 -2px #000, 0 3px 7px #0000004d;
}

.main-blog-button:hover {
  color: #fff;
  box-shadow: inset 0 0 #000, 0 6px 9px #00000080;
}

.main-blog-button.white-bg {
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, inset 0 -2px #f0f0efb3, 0 3px 3px #d1cdc73d;
}

.main-blog-button.white-bg:hover {
  box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, inset 0 0 #f0f0efb3, 0 3px 3px #d1cdc73d;
}

.blog-paragraph {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-blog-holder {
  width: 70%;
}

.hero-shop-heading {
  text-align: center;
  text-wrap: balance;
  font-family: Hostgrotesk, sans-serif;
}

.div-block-9 {
  width: 340px;
}

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

.checkbox {
  margin-top: 0;
}

.shipping-address-holder {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

._404-hero-text {
  margin-top: 0;
  font-family: Hostgrotesk, sans-serif;
  font-size: 380px;
  font-weight: 500;
}

._404-holder {
  z-index: 1;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.number-holder {
  z-index: -1;
  position: relative;
}

._404-coin-image {
  z-index: 1;
  width: 30%;
  position: absolute;
}

._404-image-holder {
  cursor: pointer;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 380px;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

._404-button-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.password-image-holder {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.key-image {
  object-fit: cover;
  width: 150px;
  height: 100%;
  position: relative;
}

._401-text {
  color: #909090;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

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

.main-bento-holder {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  width: 100%;
  height: 470px;
  padding-left: 35px;
  padding-right: 35px;
  overflow: hidden;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px #2d20110a;
}

.main-bento-holder._3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.main-half-mockup-image-holder {
  width: 100%;
  height: 80%;
  position: relative;
}

.inside-image {
  border-radius: 46px;
  width: 240px;
  position: absolute;
  inset: -33% 0% 0% 6%;
}

.half-mockup-image-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -72% 0% auto;
}

.bento-progress-image {
  border-radius: 20px;
  position: absolute;
  inset: 12% 0% 0% 7%;
}

.grid-2-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.task-bento-holder {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 70%;
  padding-top: 0;
  padding-left: 30px;
  display: flex;
  overflow: hidden;
}

.task-bento-holder._4 {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px #2d20110a;
}

.task-bento-holder._5 {
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px #2d20110a;
}

.middle-bento-element {
  background-color: #222224;
  background-image: url('../images/Noise.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30%;
  margin-top: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 12px 24px -6px #2d20114d, 0 4px 8px #2d201133, 0 1.5px 3px #2d201133, 0 1px 1px #2d20111f, inset 0 -3px #000000bf;
}

.grid-3 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.task-image {
  border-radius: 7px;
}

.half-mockup {
  object-fit: cover;
  object-position: 50% 0%;
  width: 270px;
  height: 340px;
}

.mockup-inside-image-holder {
  position: relative;
  overflow: hidden;
}

.half-inside-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 210px;
  height: 330px;
  position: absolute;
  inset: 8% 0% 0% 9%;
}

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

.brand-holder {
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 -3px 0 1px #2d201114, 0 1px 2px #2d20110a;
}

.main-brand-holder {
  width: 100%;
  padding: 24px;
}

.logo-paragraph-holder {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-bento-paragraph-holder {
  width: 60%;
}

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

.task-image-holder {
  justify-content: center;
  align-items: flex-end;
  height: 60%;
  display: flex;
}

.large-task-image {
  border-radius: 0;
}

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

.image-line {
  object-fit: scale-down;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.image-line._2 {
  object-position: 0% 50%;
}

.lines-holder {
  position: absolute;
  inset: 0%;
}

.lines-holder.second {
  object-position: 50% 50%;
}

.profile-image-square {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.profile-picture-holder {
  background-color: #fff;
  border-radius: 100px;
  width: 50px;
  padding: 3px;
  position: relative;
}

.profile-picture-holder._04, .profile-picture-holder._03, .profile-picture-holder._02 {
  margin-left: -1em;
}

.gray-text-holder {
  margin-left: 10px;
}

.gray-text-span-2 {
  color: #9e9e9e;
}

.profile-picture {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subscribe-text {
  color: #000;
  font-size: 18px;
}

.profile-pictures {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.main-logo-grid-holder {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: none;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.main-logo-infinite-loop-holder {
  width: auto;
}

.main-grid-image {
  max-width: 130px;
  max-height: 30px;
}

.main-trusted-by-holder {
  background-color: #fbfaf9;
  position: absolute;
  inset: auto 0% 7%;
}

.trusted-by-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

.image-2 {
  margin-top: 20px;
}

.text-block-2 {
  color: #fff;
  padding-right: 40px;
}

.heading {
  font-size: 50px;
}

.text-block-3 {
  text-align: center;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  font-size: 13px;
}

.text-block-30, .text-block-31 {
  font-size: 17px;
}

.video {
  margin-top: 60px;
}

.section-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-3 {
  padding-bottom: 0;
  padding-right: 220px;
}

.image-4 {
  padding-right: 220px;
}

.image-5 {
  padding-left: 300px;
  padding-right: 300px;
}

.image-6 {
  padding-top: 1px;
  padding-bottom: 13px;
}

.logos-wrapper---brix {
  margin-top: 16px;
  display: flex;
}

.slide---brix {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 16px;
  margin-right: 80px;
  padding: 80px 48px 132px;
}

.sign-in-form-container---brix {
  z-index: 20;
  border-top: 1px solid #d9dbe9;
  border-bottom: 1px solid #d9dbe9;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.sign-in-form-container---brix.preview-page {
  z-index: 20;
  position: relative;
}

.testimonial-client-city---brix {
  color: #003ea2;
  line-height: 24px;
}

.section-3 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section-3.cloneables-listing {
  padding-top: 0;
  padding-bottom: 140px;
}

.full-split---brix {
  background-color: #f3f1ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 71vh;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.full-split---brix.slider-wrap---brix {
  background-color: #0000;
  display: flex;
  position: relative;
}

.display-none {
  display: none;
}

.input---brix {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 32px 20px;
  font-size: 18px;
  line-height: 1.6;
  transition: opacity .2s, color .2s, border-color .2s;
  box-shadow: 0 2px 6px #13124212;
}

.input---brix:hover, .input---brix:focus {
  color: #4a3aff;
  border-color: #4a3aff;
}

.input---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.input---brix.name-icon---brix {
  color: #49330f;
  background-image: url('../images/icon-1-input-sign-in-page-webflow-cloneable-template-brix-templates.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  padding-right: 60px;
}

.input---brix.name-icon---brix:hover {
  background-image: url('../images/icon-1-input-on-sign-in-page-webflow-cloneable-template-brix-templates.svg');
  border-color: #ca5903;
}

.input---brix.name-icon---brix:focus {
  background-image: url('../images/icon-1-input-on-sign-in-page-webflow-cloneable-template-brix-templates.svg');
}

.input---brix.password-icon---brix {
  color: #49220f;
  background-image: url('../images/icon-2-input-sign-in-page-webflow-cloneable-template-brix-templates.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  padding-right: 60px;
}

.input---brix.password-icon---brix:hover {
  background-image: url('../images/icon-2-input-on-sign-in-page-webflow-cloneable-template-brix-templates.svg');
  border-color: #aa5b00;
}

.input---brix.password-icon---brix:focus {
  background-image: url('../images/icon-2-input-on-sign-in-page-webflow-cloneable-template-brix-templates.svg');
}

.company-logo---brix {
  display: block;
}

.company-logo---brix.middle---brix {
  margin-left: 56px;
  margin-right: 56px;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  max-width: 1240px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.log-in-button---brix {
  color: #fff;
  text-align: center;
  background-color: #f39600;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 23px 40px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.log-in-button---brix:hover {
  background-color: #c74e12;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.log-in-button---brix:active {
  background-color: #0d0a31;
}

.forgot-password---brix {
  color: #6f6c90;
  text-align: center;
  margin: 24px auto;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.forgot-password---brix:hover {
  color: #4a3aff;
}

.sign-in-form-v3---brix {
  flex-direction: column;
  width: 100%;
  max-width: 480px;
  padding: 40px 32px;
  display: flex;
}

.heading-size-3 {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
}

.sign-in-form-block---brix {
  width: 100%;
}

.sign-in-form-block---brix.sign-in-v3---brix {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  max-width: 45%;
  margin-bottom: 0;
  display: flex;
}

.sign-in-bg---brix {
  z-index: -1;
  background-color: #f3f1ff;
  position: absolute;
  inset: 0%;
}

.sign-in-bg---brix.left---brix {
  z-index: 0;
  background-color: #fff0dd;
  left: -100%;
}

.cloneable-container-default {
  background-color: #fff;
  border-top: 1px solid #d9dbe9;
  border-bottom: 1px solid #d9dbe9;
  min-height: 624px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.companies-logos---brix {
  z-index: 1;
  color: #6f6c90;
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.checkbox-field---brix {
  color: #170f49;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 32px;
  padding-left: 0;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.testimonial-avatar-image-wrapper---brix {
  border-radius: 50%;
  width: 100px;
  min-height: 100px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.succes-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 16px;
}

.testimonials-slider---brix {
  z-index: 1;
  background-color: #0000;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  min-height: 560px;
  box-shadow: 0 4px 20px #292c320a;
}

.full-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.checkbox---brix {
  cursor: pointer;
  border-color: #d9dbe9;
  border-radius: 4px;
  flex: none;
  width: 21px;
  height: 21px;
  min-height: 21px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: background-color .2s, border-color .2s;
  box-shadow: inset 0 2px 5px #1312421a;
}

.checkbox---brix:hover {
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-checked {
  background-color: #4a3aff;
  background-size: 14px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.testimonial-client-name---brix {
  color: #170f49;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.input-div---brix {
  margin-bottom: 32px;
}

.input-div---brix.small-space {
  margin-bottom: 14px;
}

.sign-in-form-wrapper---brix {
  width: 100%;
  display: flex;
}

.button-secondary {
  color: #4a3aff;
  text-align: center;
  background-color: #f3f1ff;
  border-radius: 80px;
  padding: 15px 48px;
  line-height: 20px;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
}

.button-secondary.cloneable-header-button {
  padding-left: 22px;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}

.error-message---brix {
  color: #ff3f42;
  text-align: center;
  background-color: #ffecec;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px;
}

.slide-nav---brix {
  bottom: 64px;
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.paragraph-2 {
  font-size: 13px;
}

.heading-2 {
  font-size: 30px;
}

.container-2 {
  margin-left: 10px;
}

@media screen and (min-width: 1280px) {
  .contact-form-block {
    width: 70%;
  }
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #fbfaf9;
  }

  .section.margins {
    margin-top: -75px;
  }

  .container {
    max-width: 1350px;
  }

  .navbar {
    background-color: #fff0;
  }

  .checkout-input-field.no-margins {
    box-shadow: 0 1px 2px #0003;
  }

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

  .logo-grid.first {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-menu---container {
    padding-left: 260px;
  }

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

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

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

  .open-cource-ikonik-image.top-image {
    width: 60%;
    top: 1%;
  }

  .nav-main {
    background-color: #fbfaf900;
  }

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

  .footer-content-holder {
    margin-left: 3em;
  }

  .link-button-with-icon {
    background-color: var(--main-colors--primary);
  }

  .blury-bg-main-holder {
    width: auto;
  }

  .main-nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-content {
    min-width: 700px;
  }

  .home-content.features {
    margin-top: 3em;
  }

  .hero-app-wrapper.features {
    height: 850px;
  }

  .hero-app.features {
    width: 33%;
  }

  .name-image-holder._2 {
    top: 37%;
    left: 51%;
  }

  .name-image-holder._4.features {
    right: 11%;
  }

  .dynamic-collaboration._1 {
    width: 35%;
  }

  .cta-4-container {
    background-color: #f68c2600;
  }

  .app-mobile-image {
    width: 350px;
  }

  .overlay {
    bottom: 14%;
  }

  .project-image {
    min-height: 350px;
  }

  .text-paragraph-grid-holder {
    width: 90%;
  }

  .text-paragraph-grid-holder.second {
    width: 95%;
  }

  .feature-grid {
    margin-top: 10em;
  }

  .review-image-holder {
    padding-bottom: 30px;
  }

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

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

  .feature-financial-holder {
    height: 90%;
  }

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

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

  .app-main-photo {
    width: 80%;
    height: 600px;
  }

  .app-container {
    width: 100%;
    height: 100%;
  }

  .tabs-menu {
    justify-content: space-between;
  }

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

  .contact-form-block-holder {
    justify-content: center;
    align-items: flex-start;
  }

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

  .hero-paragraph-holder {
    width: 420px;
  }

  .main-bento-holder._3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
  }

  .inside-image {
    width: 270px;
    top: -65%;
    left: 6%;
  }

  .half-mockup-image-holder {
    top: -114%;
  }

  .middle-bento-element {
    margin-top: 38px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .half-inside-image {
    left: 9%;
  }

  .main-logo-infinite-loop-holder {
    width: auto;
  }

  .main-trusted-by-holder {
    bottom: 10%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

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

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

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

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

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

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .button {
    font-weight: 500;
  }

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

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

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

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

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

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

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

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

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

  .cart {
    z-index: 1;
  }

  .cart-quantity {
    background-color: #fff0;
    border-style: none;
    margin-bottom: 0;
  }

  .cart-container {
    min-width: 600px;
    max-width: 600px;
  }

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

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

  .checkout-summary {
    width: 100%;
    margin-top: 4em;
  }

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

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

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

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

  .nav-menu-overlay-mobile {
    z-index: 1;
    background-color: #fff;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-logo-text-form-grid {
    grid-template-columns: 1fr 1fr;
  }

  .list {
    padding-left: 0;
  }

  .heading-3-style {
    font-size: 30px;
  }

  .hide-demo-page-text-on-tablet {
    display: none;
  }

  .hero-subtitle-text {
    font-size: 35px;
  }

  .subtitle-overlay-holder {
    height: 42px;
  }

  .animation-5-text {
    font-size: 13vw;
  }

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

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

  .logo {
    width: 120%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-footer-holder {
    background-color: #0000;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .nav-menu-holder {
    flex-direction: row;
    align-items: flex-start;
  }

  .nav-link-text {
    font-size: 52px;
  }

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

  .nav-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .button-2 {
    font-weight: 500;
  }

  .white-arrow-menu-link {
    width: 70px;
    height: 70px;
  }

  .nav-menu-overlay-mobile-2 {
    z-index: 1;
    height: 70px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .cart-container-2 {
    min-width: 650px;
    max-width: 650px;
  }

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

  .nav-with-big-menu {
    position: sticky;
  }

  .animation-2-letter {
    font-size: 15vw;
  }

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

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

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

  .main-button.white-button.pricing {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .main-button.pricing {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .main-footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-content-holder {
    grid-template-columns: 1fr 1fr;
  }

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

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

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

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

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

  .brand-link-holder {
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brand-text-holder {
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .main-brand-logo {
    margin: 9px;
  }

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

  .main-nav-cart {
    z-index: 1;
  }

  .main-menu-button {
    z-index: 2;
    margin-right: 50px;
    transition: background-color .35s;
    display: flex;
  }

  .main-menu-button.w--open {
    background-color: #fafafa;
    border-radius: 10px;
  }

  .main-cart-button {
    font-weight: 500;
  }

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

  .main-brand-link.w--current {
    height: 100px;
  }

  .top-nav-links {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-section-center-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .home-content.features {
    min-width: 100%;
    margin-top: 0;
  }

  .hero-tittle {
    font-size: 50px;
  }

  .hero-app-wrapper.features {
    height: 100%;
    display: flex;
  }

  .hero-app.features {
    object-fit: cover;
    object-position: 50% 0%;
    width: 33%;
    height: 95%;
  }

  .name-image-holder._1 {
    top: 6%;
  }

  .name-image-holder._2 {
    left: 61%;
  }

  .name-image-holder._2.features {
    position: absolute;
    left: 37%;
  }

  .name-image-holder._4.features {
    inset: auto auto 38% 8%;
  }

  .feedback-white-grid {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .colored-holder {
    margin-top: 40px;
  }

  .feedback-item, .feedback-item._1 {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .feedback-white-grid-item {
    padding-top: 0;
  }

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

  .feedback-text-holder {
    padding-top: 0;
  }

  .feedback-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .dynamic-collaboration._1 {
    width: 30%;
  }

  ._4-button {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
  }

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

  .pricing-grid-2.home {
    flex-flow: column;
    display: flex;
  }

  .cta-4-heading {
    max-width: 90%;
    font-size: 50px;
  }

  .cta-4-holder {
    border-radius: 14px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cta-4-container {
    padding-top: 84px;
    padding-bottom: 169px;
  }

  .app-mobile-image {
    width: 30.5%;
  }

  .overlay {
    bottom: -16%;
  }

  .financial-holder {
    margin-top: 6em;
  }

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

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

  .feature-grid {
    grid-template-columns: 5fr;
  }

  .review-image-holder {
    padding: 40px;
    display: flex;
  }

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

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

  .feature-financial-holder {
    margin-top: 6em;
  }

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

  .title-big-3 {
    font-size: 32px;
  }

  .connect-section-container {
    grid-row-gap: 50px;
  }

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

  .features-tabs-app-holder {
    width: 95%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .mac-image {
    transform: rotate(0);
  }

  .tab-nav-item {
    width: 100100%;
  }

  .tab-nav-item.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .tabs-2 {
    width: 100%;
  }

  .app-main-photo {
    perspective: 500px;
    width: 70%;
    height: 70%;
  }

  .tabs-menu {
    border-radius: 20px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .company-image-holder {
    width: 380px;
    height: 320px;
  }

  .company-image-container {
    padding-top: 10px;
  }

  .large-text {
    font-size: 46px;
  }

  .features-hero-grid {
    flex-direction: column;
    display: flex;
  }

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

  .our-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-image-holder {
    width: 350px;
    height: 350px;
  }

  .productivity-strategies-holder {
    height: 115px;
  }

  .faq-container {
    width: 100%;
  }

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

  ._404-hero-text {
    font-size: 300px;
  }

  .bento-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .main-bento-holder {
    width: 60%;
  }

  .main-bento-holder._3 {
    justify-content: center;
    align-items: center;
  }

  .inside-image {
    width: 330px;
    left: 3%;
  }

  .task-image {
    object-fit: cover;
  }

  .half-inside-image {
    width: 240px;
  }

  .div-block-15 {
    width: 70%;
  }

  .large-task-image {
    object-fit: cover;
  }

  .profile-picture-holder {
    width: 71px;
    margin-left: -18px;
  }

  .main-trusted-by-holder {
    bottom: 9%;
  }

  .logos-wrapper---brix {
    flex-direction: row;
    align-items: center;
    margin-top: 12px;
    display: flex;
  }

  .slide---brix {
    padding: 40px 24px 0;
  }

  .full-split---brix {
    background-color: #0000;
    position: relative;
    overflow: hidden;
  }

  .full-split---brix.slider-wrap---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .input---brix.name-icon---brix, .input---brix.password-icon---brix {
    background-position: 96%;
  }

  .company-logo---brix {
    max-width: 5em;
    display: block;
  }

  .company-logo---brix.middle---brix {
    margin-left: 18px;
    margin-right: 18px;
  }

  .log-in-button---brix {
    background-position: 57%;
  }

  .sign-in-form-v3---brix {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sign-in-form-block---brix.sign-in-v3---brix {
    max-width: 100%;
    display: block;
  }

  .companies-logos---brix {
    align-items: center;
    margin-top: 32px;
  }

  .testimonials-slider---brix {
    min-height: 480px;
  }

  .sign-in-form-wrapper---brix {
    flex-direction: column;
  }

  .sign-in-form-wrapper---brix.sign-in-v3---brix {
    flex-direction: column-reverse;
  }

  .slide-nav---brix {
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .nav-link-holder {
    width: 100%;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

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

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

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

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

  .hero-section-secondary {
    height: auto;
  }

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

  .hero-description {
    font-size: 18px;
  }

  .hero-content {
    height: auto;
  }

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

  .cart-container {
    min-width: 500px;
    max-width: 500px;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

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

  .feature-text {
    max-width: 310px;
    font-size: 30px;
  }

  .feature-box {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

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

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

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

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

  .template-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
  }

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

  .small-thumbnail-image {
    padding-top: 60%;
  }

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

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

  .blog-item-title-2 {
    font-size: 28px;
  }

  .tooltip-wrapper {
    text-align: right;
    width: 60vw;
    left: auto;
    right: 90%;
  }

  .white-text {
    color: #fff;
  }

  .card-item {
    flex-direction: column;
  }

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

  .animation-5-text {
    margin-top: 0;
  }

  .project-item {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .category-acronym {
    top: 30px;
  }

  .grid-image {
    width: 100%;
    max-width: 100px;
    max-height: 25px;
  }

  .logo-grid {
    width: 100%;
  }

  .logo-grid.first {
    width: 100%;
    padding-bottom: 10px;
  }

  .logo {
    width: 100%;
    height: 100%;
  }

  .logo-grid-container.top {
    width: 145%;
  }

  .logo-grid-container.bottom {
    width: 140%;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .big-image-menu {
    z-index: 5;
    opacity: .4;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .nav-footer-holder {
    width: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu---container {
    z-index: 5;
    justify-content: flex-start;
    width: 100%;
    height: 70%;
  }

  .nav-menu-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cart-item-title-2 {
    max-width: 80%;
  }

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

  .nav-links {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .white-arrow-menu-link {
    margin-left: -140px;
  }

  .cart-container-2 {
    min-width: 550px;
    max-width: 550px;
  }

  .work-item:nth-child(2n) {
    top: 0;
  }

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

  .open-cource-ikonik-image {
    width: 260px;
    height: 200px;
    top: 38%;
  }

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

  .footer-content-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    display: grid;
  }

  .main-nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-tittle {
    font-size: 40px;
  }

  .name-image-holder._2 {
    left: 72%;
  }

  .name-image-holder._3 {
    bottom: 42%;
    right: 37%;
  }

  .feedback-item {
    flex: 1;
    width: 100%;
  }

  .feedback-item._1 {
    width: 100%;
  }

  .feedback-white-grid-item {
    padding-left: 1em;
    font-size: 16px;
  }

  .feedback-image._2, .feedback-image._1 {
    min-width: 100%;
  }

  .tittle-text {
    font-size: 40px;
  }

  .feedback-text-holder {
    font-size: 16px;
  }

  .feedback-title {
    font-size: 30px;
  }

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

  .cta-4-heading {
    padding-top: 125px;
    font-size: 34px;
  }

  .cta-4-container {
    justify-content: flex-start;
    padding: 37px 47px 24px;
  }

  .main-rated-holder {
    width: 100%;
  }

  .main-features-grid {
    flex-direction: column;
    display: flex;
  }

  .review-image {
    width: 80%;
    height: 100%;
  }

  .feature-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .medium-text {
    font-size: 42px;
  }

  .grid-item-text-holder, .grid-item-text-container {
    align-items: flex-start;
  }

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

  .grid-item-text-container-2, .grid-item-text-holder-first {
    align-items: flex-start;
  }

  .tabs-content-2 {
    width: 550px;
  }

  .features-tabs-app-holder {
    width: 100%;
  }

  .tab-nav-item {
    width: 350px;
  }

  .tabs-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-radius: 2em;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
  }

  .company-image-holder {
    width: 330px;
    height: 290px;
  }

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

  .working-cms {
    grid-template-columns: 1fr 1fr;
  }

  .our-team-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .our-team-name-holder {
    justify-content: center;
    align-items: center;
  }

  .productivity-strategies-holder {
    height: 150px;
  }

  .button-review-holder {
    top: 1%;
  }

  .contact-hero-text {
    font-size: 40px;
  }

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

  .heading-blog-holder {
    width: 100%;
  }

  ._404-hero-text {
    font-size: 200px;
  }

  ._404-holder {
    height: auto;
  }

  ._404-image-holder {
    width: 100%;
    min-width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .main-bento-holder {
    height: 470px;
  }

  .main-bento-holder._3 {
    padding-bottom: 30px;
  }

  .main-half-mockup-image-holder {
    height: 70%;
  }

  .inside-image {
    width: 240px;
    position: relative;
    top: -43%;
    left: 2%;
  }

  .half-inside-image {
    width: 230px;
  }

  .main-grid-image {
    width: 100%;
    max-width: 100px;
    max-height: 25px;
  }

  .home-main-rated-holder {
    width: 100%;
  }

  .logos-wrapper---brix {
    flex-direction: row;
  }

  .full-split---brix {
    display: flex;
  }

  .full-split---brix.slider-wrap---brix {
    min-height: 56vh;
    display: flex;
  }

  .company-logo---brix.middle---brix {
    margin-left: 32px;
    margin-right: 32px;
  }

  .log-in-button---brix {
    background-position: 60%;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .sign-in-form-v3---brix {
    padding: 60px 24px;
  }

  .sign-in-form-block---brix.sign-in-v3---brix {
    order: -1;
    max-width: 100%;
  }

  .testimonials-slider---brix {
    min-height: 480px;
  }

  .full-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-div---brix {
    margin-bottom: 24px;
  }

  .sign-in-form-wrapper---brix.sign-in-v3---brix {
    flex-direction: column;
  }

  .slide-nav---brix {
    bottom: 35px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

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

  h6 {
    font-weight: 500;
  }

  blockquote {
    padding: 30px 0;
    font-size: 20px;
  }

  .container {
    padding: 3em 1em;
  }

  .container.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.demo {
    min-height: 100%;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-wrap {
    height: 100%;
  }

  .utility-page-wrap._401 {
    height: 100vh;
  }

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

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

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

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

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

  .subscribe-form-holder {
    height: 66px;
  }

  .paragraph-container {
    width: 100%;
  }

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

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

  .button.transparent-on-dark {
    width: 100%;
  }

  .button._401 {
    width: 100%;
    position: static;
  }

  .button.white {
    width: 100%;
  }

  .button-holder, .headings-holder {
    padding: 1em;
  }

  .subscribe-email {
    min-width: 100%;
    height: 50px;
  }

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .input-field {
    margin-bottom: 10px;
  }

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

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

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

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

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .shop-list {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .add-to-cart-button {
    background-size: 24px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .cart-quantity {
    margin-bottom: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    max-height: 700px;
  }

  .cart-header {
    z-index: 5;
    background-color: #fff;
    position: sticky;
    top: 0;
  }

  .cart-item-image {
    width: 90px;
    height: 90px;
  }

  .cart-footer {
    background-color: #fff;
    position: sticky;
    bottom: 0;
  }

  .cart-item-title {
    font-size: 20px;
  }

  .cart-item-content {
    margin-left: 0;
  }

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

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

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

  .product-other-image-lightbox {
    padding: .5em;
  }

  .checkout-heading {
    font-size: 26px;
  }

  .block-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .order-item {
    flex-flow: column;
  }

  .order-item-title {
    font-size: 20px;
  }

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

  .shipping-method {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading {
    font-size: 20px;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .nav-menu-overlay-mobile {
    border-radius: 8px;
    height: 70px;
  }

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

  .hero-box-tittle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-text {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .template-includes-card {
    width: auto;
    padding-left: 30px;
    padding-right: 0;
  }

  .feature-box {
    background-position: 50% 94%;
    background-size: auto 160px;
    padding: 2em 2em 200px;
  }

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

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

  .text-gray-paragraph-holder {
    padding-right: 0;
  }

  .template-growth-features {
    font-size: 25px;
  }

  .figma-component-library-holder {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-page-link {
    padding-left: 0;
  }

  .name-of-pages-text {
    font-size: 20px;
  }

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

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

  .template-cards-wrapper {
    width: 270%;
    margin-left: -26px;
  }

  .template-button-holder {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

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

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

  .footer-logo-text-form-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .footer-social-icons-with-links-holder {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tooltip-wrapper {
    width: 70vw;
  }

  .white-text {
    color: #fff;
  }

  .pricing-table-holder {
    min-width: 33%;
  }

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

  .heading-3-style {
    font-size: 22px;
  }

  .card-item {
    border-radius: 30px;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .demo-hero-buttons-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-subtitle-holder {
    max-width: 90%;
  }

  .hero-subtitle-text {
    font-size: 25px;
  }

  .subtitle-overlay-holder {
    height: 36px;
  }

  .grid-image {
    max-height: 50px;
  }

  .logo-grid.first {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 160%;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .logo-infinite-loop-holder {
    width: 100%;
  }

  .logo-grid-container.top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .logo-grid-container.bottom, .logo-grid-container.top, .logo-grid-holder {
    width: 100%;
  }

  .cart-item-image-2 {
    width: 50%;
    height: 120px;
  }

  .social-media-menu-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 4em;
    display: flex;
  }

  .cart-item-content-2 {
    flex-direction: column;
    margin-left: 0;
  }

  .nav-footer-holder {
    justify-content: flex-end;
    margin-top: 0;
  }

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

  .cart-item-price-2 {
    position: static;
  }

  .cart-item-title-2 {
    max-width: 100%;
  }

  .nav-link-text {
    font-size: 38px;
  }

  .nav-links {
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .button-2.continue-to-checkout {
    font-size: 20px;
  }

  .white-arrow-menu-link {
    display: none;
  }

  .nav-menu-overlay-mobile-2 {
    height: 70px;
  }

  .cart-container-2 {
    border-radius: 0;
    min-width: 300px;
  }

  .cart-item-2 {
    flex-direction: column;
  }

  .subtotal {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quantity-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 150px;
    display: flex;
  }

  .quic-stack-ikonik-box {
    padding-top: 30px;
    padding-left: 20px;
  }

  .quic-stack-ikonik-box.dark-gray {
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 200px;
    display: flex;
  }

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

  .open-cource-ikonik-image {
    width: 90%;
    height: 170px;
    top: auto;
  }

  .open-cource-ikonik-image.top-image {
    object-fit: cover;
    width: 100%;
    height: 47%;
    inset: auto 0% 0%;
  }

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

  .demo-buy-box-heading {
    font-size: 30px;
  }

  .nav-main {
    top: 0;
  }

  .big-container {
    padding: 1em;
  }

  .notification-link {
    grid-column-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    padding: 6px;
    font-size: 14px;
  }

  .form-main-button {
    width: 100%;
    height: 50px;
    padding-top: 14px;
    padding-right: 14px;
    position: absolute;
    top: 126%;
    right: 0%;
  }

  .form-main-button.features {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .arrow-holder {
    display: none;
    position: absolute;
    top: 25%;
  }

  .main-footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-left: 0;
  }

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

  .footer-made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .main-nav-menu-container {
    padding-right: 15px;
  }

  .remove-button-3 {
    inset: auto 3% 0% auto;
  }

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

  .quantity-holder {
    display: flex;
  }

  .nav-dropdown-list-2 {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.w--open {
    margin-bottom: 10px;
  }

  .main-nav-list {
    margin-left: 0;
  }

  .main-cart-title {
    font-size: 25px;
  }

  .main-cart-item {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
  }

  .brand-link-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-cart-holder {
    left: 0%;
  }

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

  .cart-item-holder {
    width: 100%;
    margin-top: 0;
  }

  .brand-text-holder {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .main-brand-logo {
    max-width: 100%;
    margin: 9px;
  }

  .cart-x-icon {
    width: 20px;
  }

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

  .main-cart-item-title {
    font-size: 18px;
  }

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

  .main-menu-button {
    margin-right: 0;
  }

  .main-menu-button.w--open {
    background-color: #70299d40;
  }

  .main-brand-link {
    align-items: center;
  }

  .cart-item-content-3 {
    flex-direction: column;
    margin-left: 0;
  }

  .main-cart-container {
    border-radius: 0;
  }

  .main-cart-quantity {
    padding-top: 0;
    padding-bottom: 0;
  }

  .blury-bg-main-holder {
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    width: 100%;
  }

  .main-nav-link.white-nav-link {
    padding-right: 0;
  }

  .main-nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-center-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-content {
    width: 100%;
    min-width: 100%;
    margin-top: 0;
  }

  .home-content.features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .hero-tittle {
    font-size: 36px;
  }

  .hero-app-wrapper.features {
    height: 430px;
  }

  .hero-app.features {
    object-position: 50% 0%;
    width: 70%;
  }

  .multi-image-holder {
    margin-top: 4.4em;
  }

  .name-image-holder._1 {
    width: 50px;
    height: 50px;
    inset: auto auto 16% 53%;
  }

  .name-image-holder._2 {
    width: 50px;
    height: 50px;
    inset: auto auto 18% 11%;
  }

  .name-image-holder._2.features {
    top: 59%;
    bottom: 0%;
    left: 46%;
  }

  .name-image-holder._3 {
    width: 50px;
    height: 50px;
    inset: auto 24% 4% auto;
  }

  .name-image-holder._4 {
    width: 60px;
    inset: auto auto 4% 14%;
  }

  .feedback-white-grid {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
  }

  .icon-bg {
    width: 40px;
    height: 40px;
  }

  .colored-holder {
    border-radius: 20px;
    min-height: 520px;
    padding: 2em 0 2em 1.5em;
    overflow: hidden;
  }

  .feedback-item {
    width: 100%;
    height: 100%;
    padding-top: 1em;
    padding-left: 1em;
  }

  .feedback-item._1 {
    width: 100%;
  }

  .feedback-white-grid-item {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 14px;
  }

  .feedback-grid-item.second {
    width: 90%;
    left: -12px;
  }

  .feedback-grid-item.first {
    right: -19px;
  }

  .feedback-image._2, .feedback-image._1 {
    min-height: 100%;
  }

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

  .feedback-text-holder {
    margin-right: 1em;
    font-size: 14px;
  }

  .feedback-grid {
    grid-column-gap: 1.75em;
    grid-row-gap: 1.75em;
  }

  .fixed-text-holder.center {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .large-center-paragraph {
    font-size: 18px;
    font-weight: 400;
  }

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

  .feedback-title._2 {
    font-size: 22px;
  }

  .dynamic-collaboration._1, .dynamic-collaboration._2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .main-pricing-item {
    min-width: 100%;
  }

  .cta-4-heading {
    max-width: 100%;
    padding-top: 0;
    font-size: 26px;
  }

  .cta-paragraph {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .cta-4-container {
    min-height: 350px;
    padding: 20px 12px 12px;
  }

  .app-mobile-image {
    width: 65.5%;
    top: 5%;
    left: 2.3%;
  }

  .overlay {
    left: -9%;
  }

  .main-rated-holder {
    margin-top: 1em;
  }

  .center-text {
    width: 100%;
  }

  .feature-button-holder {
    margin-top: 10px;
  }

  .key-features {
    flex-direction: column;
    margin-top: 2em;
  }

  .center-text-holder {
    margin-top: 0;
  }

  .half-grid-holder {
    padding: 20px;
  }

  .financial-holder {
    margin-top: 5em;
  }

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

  .collaboration-platform-holder {
    border-radius: 16px;
    flex-direction: column;
    padding-left: 20px;
    display: flex;
  }

  .main-large-div-holder {
    border-radius: 15px;
  }

  .skill-image {
    left: -4%;
  }

  .review-image {
    width: 100%;
  }

  .feature-grid {
    margin-top: 4em;
  }

  .medium-text {
    font-size: 32px;
  }

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

  .grid-item-text-holder {
    grid-row-gap: 10px;
    align-items: flex-start;
    width: 100%;
  }

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

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

  .grid-items-wrapper {
    align-items: stretch;
  }

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

  .grid-item-text-container {
    align-items: flex-start;
    width: 100%;
  }

  .feature-financial-holder {
    margin-top: 5em;
    padding: 25px;
  }

  .progress-image {
    left: 13%;
  }

  .key-feature-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .grid-item-text-container-2 {
    align-items: flex-start;
    width: 100%;
  }

  .title-big-3 {
    font-size: 26px;
  }

  .key-feature-text-holder {
    margin-left: 7px;
  }

  .grid-items-wrapper-2 {
    align-items: stretch;
  }

  .grid-item-image-holder {
    width: 100%;
  }

  .grid-item-text-holder-first {
    align-items: flex-start;
    width: 100%;
  }

  .bg-featues-image {
    border-radius: 20px;
  }

  .company-avatar-container.up.hide {
    display: none;
  }

  .connect-section-container {
    grid-row-gap: 40px;
  }

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

  .company-avatar-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .tabs-content-2 {
    width: 320px;
  }

  .features-tabs-app-holder {
    border-radius: 10px;
    width: 100%;
    height: auto;
    padding: 24px;
  }

  .tab-nav-item {
    border-radius: 12px;
    width: 100%;
    font-size: 14px;
  }

  .tab-nav-item.w--current {
    border-radius: 12px;
    width: 100%;
    font-weight: 700;
  }

  .tabs-2 {
    padding: 0;
  }

  .app-main-photo {
    width: 100%;
    height: 100%;
    margin-top: 20px;
  }

  .app-container {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    border-radius: 10px;
    width: 100%;
  }

  .company-image-holder, .company-image-holder.second {
    width: auto;
  }

  .company-image-container {
    width: 1000vw;
    padding-bottom: 0;
  }

  .large-text {
    font-size: 32px;
  }

  .features-hero-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .growth-holder {
    align-items: center;
  }

  .center-in-mobile {
    text-align: center;
  }

  .working-cms {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .about-small-text.center-in-mobile, .about-paragraph {
    text-align: center;
  }

  .about-paragraph.left-in-mobile {
    text-align: left;
  }

  .our-team-grid {
    grid-column-gap: 0em;
    grid-template-columns: 1fr;
  }

  .our-team-name-holder {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .our-team-image-holder {
    width: 300px;
    height: 300px;
  }

  .faq-heading {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .accordion-button {
    order: -1;
    padding: 15px;
  }

  .faq-content {
    padding: 20px;
  }

  .productivity-strategies-holder {
    height: 100%;
    min-height: 220px;
    padding-top: 20px;
  }

  .faq-block {
    border-radius: 10px;
    padding: 0;
  }

  .faq-question-text {
    padding-right: 10px;
    font-size: 21px;
  }

  .faq-answer {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
  }

  .button-review-holder {
    inset: auto auto -43% 7%;
  }

  .contact-form-block-holder.top-margin {
    margin-top: 2em;
  }

  .default-text-field::placeholder {
    font-size: 15px;
  }

  .default-text-field._10px-maring {
    margin-right: 0;
  }

  .default-text-field._10px-maring::placeholder {
    font-size: 15px;
  }

  .contact-hero-text {
    font-size: 34px;
  }

  .hero-dashboard-main-holder {
    margin-top: 7.9em;
  }

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

  .contact-form-block {
    padding: 30px 20px;
  }

  .contact-text {
    font-size: 28px;
  }

  .default-text-area {
    margin-top: 15px;
  }

  .default-text-area::placeholder {
    font-size: 15px;
  }

  .contact-button-holder {
    margin-left: 0;
  }

  .text-feild-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-top: 15px;
  }

  .text-feild-holder.second-row {
    margin-top: 0;
  }

  .hero-blog-wrapper {
    width: 100%;
    min-width: 100%;
  }

  .main-link-blog {
    width: 100%;
    height: 100%;
  }

  .thumbnail-image {
    height: 100%;
  }

  .blog-paragraph-holder {
    width: 100%;
  }

  .privacy-policy-sticky {
    height: 100%;
    min-height: 420px;
  }

  .blog-privacy-holder {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-button-holder {
    margin-top: 2em;
  }

  .billing-address-toggle {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-label {
    margin-left: auto;
  }

  ._404-hero-text {
    font-size: 150px;
  }

  .bento-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-bento-holder {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .inside-image {
    border-radius: 20px;
    width: 87%;
    top: -90px;
    left: 6%;
  }

  .half-mockup-image-holder {
    top: -52%;
  }

  .task-bento-holder {
    padding-top: 30px;
    padding-right: 30px;
  }

  .task-bento-holder._4 {
    padding: 20px 0 20px 20px;
  }

  .task-bento-holder._5 {
    padding: 20px;
  }

  .half-mockup {
    width: 250px;
  }

  .half-inside-image {
    width: 90%;
    left: 5%;
  }

  .div-block-15 {
    width: 100%;
  }

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

  .profile-picture-holder {
    width: 40px;
  }

  .gray-text-holder {
    margin-left: 10px;
  }

  .profile-pictures {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .main-logo-grid-holder {
    width: 145%;
  }

  .main-logo-infinite-loop-holder {
    width: 120%;
  }

  .main-grid-image {
    max-width: 100px;
  }

  .main-trusted-by-holder {
    z-index: 2;
    position: relative;
    top: -37px;
    bottom: 0%;
    overflow: hidden;
  }

  .trusted-by-holder {
    width: 60%;
  }

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

  .text-block-2 {
    padding-right: 0;
  }

  .logos-wrapper---brix {
    flex-direction: column;
    margin-top: 16px;
  }

  .full-split---brix.slider-wrap---brix {
    padding-top: 24px;
    padding-bottom: 56px;
  }

  .company-logo---brix.middle---brix {
    margin: 20px 0 30px;
  }

  .log-in-button---brix {
    background-position: 66%;
    padding-left: 34px;
    padding-right: 34px;
  }

  .sign-in-form-v3---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-slider---brix {
    min-height: 560px;
  }

  .full-container {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-nav---brix {
    bottom: 40px;
  }
}

#w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f822d-89d2e6d3, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f8236-89d2e6d3, #w-node-_1b3a4b1b-1981-6cfe-2c80-737bb31f823f-89d2e6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-89d2e6d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e2-89d2e6d3, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198e9-89d2e6d3, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f0-89d2e6d3, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-89d2e6d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-89d2e6d3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad8-89d2e6d3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aad9-89d2e6d3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c1734742-2afe-bc88-19df-2f04a114aae1-89d2e6d3, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-89d2e6d3, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179204-89d2e6d3, #w-node-_40f4c42e-c5b5-ec97-317c-3ec28e179212-89d2e6d3, #w-node-caee5df0-41f6-5bec-cb00-625bb47b12a8-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caee5df0-41f6-5bec-cb00-625bb47b12b2-0a144c54 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-caee5df0-41f6-5bec-cb00-625bb47b1313-0a144c54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d245a5e-d893-d704-2244-ef520a4ab42b-89d2e6d8 {
  order: 9999;
}

#w-node-_28250a19-4d0a-5fc2-d8f0-ad8fd7d3f07e-89d2e6d8, #w-node-_28250a19-4d0a-5fc2-d8f0-ad8fd7d3f096-89d2e6d8, #w-node-_28250a19-4d0a-5fc2-d8f0-ad8fd7d3f0b5-89d2e6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a184bcd0-20c7-01ce-786a-e08b1466ff6b-1466ff6a, #w-node-a184bcd0-20c7-01ce-786a-e08b1466ff73-1466ff6a {
  place-self: center;
}

#w-node-a184bcd0-20c7-01ce-786a-e08b1466ff7c-1466ff6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a184bcd0-20c7-01ce-786a-e08b1466ff80-1466ff6a {
  place-self: center;
}

#w-node-a184bcd0-20c7-01ce-786a-e08b1466ff88-1466ff6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_266d1094-aa89-58c2-3496-ececc8421047-1466ff6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff067-d88ff063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff069-d88ff063 {
  justify-self: center;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff072-d88ff063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff074-d88ff063 {
  justify-self: center;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff07e-d88ff063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff080-d88ff063 {
  justify-self: center;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff089-d88ff063 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d85c6284-62b9-bb2d-10e1-0e76d88ff08b-d88ff063 {
  justify-self: center;
}

#Last-Name.w-node-_78f222db-1ae8-fd1a-fd45-580646706bcc-89d2e6dc, #Last-Name-2.w-node-_78f222db-1ae8-fd1a-fd45-580646706bcf-89d2e6dc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94eb1-cbc94eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94eb3-cbc94eac {
  justify-self: center;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94ebc-cbc94eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94ebe-cbc94eac {
  justify-self: center;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94ec8-cbc94eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94eca-cbc94eac {
  justify-self: center;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94ed3-cbc94eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8d4e66-4e61-0e13-3078-7b7bcbc94ed5-cbc94eac {
  justify-self: center;
}

#w-node-_9ebaf297-5a41-9b53-27d1-0321d8885929-89d2e6e0, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-89d2e6e0, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-89d2e6e0, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-89d2e6e0, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-89d2e6e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da10e4e7-fd78-94c5-f6ea-3840ba093eed-89d2e6e3, #w-node-_6995eda4-7418-793d-d771-71b2c528dbc1-89d2e6e3, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-89d2e6e6, #w-node-ba664d03-96ff-3927-b94b-449f0e6d0d97-89d2e6e6, #w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-89d2e6e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb69890-89d2e6ee {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb69895-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb69897-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698aa-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698ad-89d2e6ee {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698b0-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b1-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b3-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b5-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698ba-89d2e6ee {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698bd-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698be-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698c0-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698c2-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4122920b-057f-71d1-ee8a-e5166d9bd4e0-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4122920b-057f-71d1-ee8a-e5166d9bd4ec-89d2e6ee, #w-node-_4122920b-057f-71d1-ee8a-e5166d9bd4f7-89d2e6ee, #w-node-_4122920b-057f-71d1-ee8a-e5166d9bd502-89d2e6ee, #w-node-_4122920b-057f-71d1-ee8a-e5166d9bd50d-89d2e6ee, #w-node-_4122920b-057f-71d1-ee8a-e5166d9bd518-89d2e6ee, #w-node-_003513f2-61fc-7402-16e7-08fc8331fa26-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_003513f2-61fc-7402-16e7-08fc8331fa2a-89d2e6ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f3f2d306-6f9f-e2c7-d13d-73e85ceebfa9-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3f2d306-6f9f-e2c7-d13d-73e85ceebfaf-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3dc-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3de-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3e0-89d2e6ef, #w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3e2-89d2e6ef, #w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3e4-89d2e6ef, #w-node-_6863fe56-4a38-ae90-e23b-03f86e91b3e6-89d2e6ef, #w-node-_28d3efe3-a4b2-c6d5-d61a-726a40744483-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28d3efe3-a4b2-c6d5-d61a-726a40744485-89d2e6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_28d3efe3-a4b2-c6d5-d61a-726a40744487-89d2e6ef, #w-node-a9c6a19d-f763-17e3-4ff7-15d3e7bb6818-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615d6-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615d7-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615e1-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615e2-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615ec-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615ed-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615f7-89d2e6ef, #w-node-f0499acc-5d5b-6632-846b-56b2bf8615f8-89d2e6ef, #w-node-a73ad34a-ed79-9c6d-b41a-798f95c60a97-89d2e6ef, #w-node-a73ad34a-ed79-9c6d-b41a-798f95c60a98-89d2e6ef, #w-node-_478e214f-8cbe-ebec-8111-13f80fa2ec40-0fa2ec3f, #w-node-_478e214f-8cbe-ebec-8111-13f80fa2ec5a-0fa2ec3f, #w-node-_478e214f-8cbe-ebec-8111-13f80fa2ec74-0fa2ec3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78f222db-1ae8-fd1a-fd45-580646706bbb-d727b705 {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb69890-d87da4f4 {
  grid-area: span 3 / span 6 / span 3 / span 6;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb69895-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb69897-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698aa-d87da4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698ad-d87da4f4 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698b0-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b1-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b3-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698b5-d87da4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698ba-d87da4f4 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3155c0e9-452d-b766-671c-20c50fb698bd-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698be-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698c0-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698c2-d87da4f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_7d245a5e-d893-d704-2244-ef520a4ab42b-89d2e6d8 {
    order: 9999;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-89d2e6d3 {
    grid-column: span 2 / span 2;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad8-89d2e6d3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aad9-89d2e6d3 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-c1734742-2afe-bc88-19df-2f04a114aae1-89d2e6d3, #w-node-c1734742-2afe-bc88-19df-2f04a114aaed-89d2e6d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caee5df0-41f6-5bec-cb00-625bb47b12a8-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-_7d245a5e-d893-d704-2244-ef520a4ab433-89d2e6d8 {
    order: 9999;
  }

  #w-node-_3155c0e9-452d-b766-671c-20c50fb698ad-89d2e6ee, #w-node-_3155c0e9-452d-b766-671c-20c50fb698ba-89d2e6ee {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }

  #w-node-_003513f2-61fc-7402-16e7-08fc8331fa26-89d2e6ee {
    order: 9999;
  }

  #w-node-_3155c0e9-452d-b766-671c-20c50fb698ad-d87da4f4, #w-node-_3155c0e9-452d-b766-671c-20c50fb698ba-d87da4f4 {
    grid-area: span 3 / span 6 / span 3 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198d2-89d2e6d3, #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198fe-89d2e6d3 {
    grid-column: span 1 / span 1;
  }

  #Last-Name.w-node-_78f222db-1ae8-fd1a-fd45-580646706bcc-89d2e6dc, #Last-Name-2.w-node-_78f222db-1ae8-fd1a-fd45-580646706bcf-89d2e6dc {
    grid-column: span 5 / span 5;
  }

  #w-node-ef68f22a-5f2c-f9ea-e661-1f3774e887e1-b88a6c80, #w-node-ef68f22a-5f2c-f9ea-e661-1f3774e887e4-b88a6c80, #w-node-ef68f22a-5f2c-f9ea-e661-1f3774e887e7-b88a6c80 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f9ac4e2-b36f-27d4-d4dd-c911ba0198f7-89d2e6d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caee5df0-41f6-5bec-cb00-625bb47b12a8-0a144c54 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tasa Orbiter';
  src: url('../fonts/TASAOrbiterDeck-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hostgrotesk';
  src: url('../fonts/HostGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}