:root {
  --secondary--color-1: #655cfe;
  --neutral--800: #090f1d;
  --neutral--100: white;
  --accent--primary-1: #090f1d;
  --neutral--400: #9ca3af;
  --neutral--600: #374151;
  --white: white;
  --secondary-text: #585858;
  --body-bg: #f4f4f4;
  --secondary-bg: #ededed;
  --black: #151515;
  --orange: #ee5000;
  --pallet-orange: #ffefe5;
  --orange-2: #fe722a;
  --orange-pressed: #b6440b;
  --stroke-light: white;
  --stroke-dark: #d1d1d1;
  --paragraph-grey: #dfdfdf;
  --button-shadow--color-01: #655cfe0f;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --button-shadow--color-2: #655cfe14;
  --button-shadow--color-03: #655cfe14;
  --general--shadow-01: #14142b0f;
  --general--shadow-02: #65697117;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --neutral--700: #1f2937;
  --neutral--500: #4b5563;
  --neutral--300: #e5e7eb;
  --neutral--200: #f2f4f8;
  --secondary--color-2: #0fbefa;
  --secondary--color-3: #3984ff;
  --secondary--color-4: #ff4fa6;
  --secondary--color-5: #fdb52a;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-400: #11845b;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }
}

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

a:hover {
  color: var(--secondary--color-1);
}

.card.sales-home-page {
  transform-style: preserve-3d;
}

.card.sales-home-page:hover {
  transform: scale3d(.98, .98, 1.01);
}

.card.buy-now:hover {
  transform: scale(.98);
}

.card.search-result {
  transform-style: preserve-3d;
}

.card.search-result:hover {
  transform: scale3d(.98, .98, 1.01);
}

.text-link:hover, .text-link.color-neutral-700:hover {
  color: var(--secondary--color-1);
}

.btn-primary {
  transform-style: preserve-3d;
}

.btn-primary:hover {
  color: var(--neutral--800);
  background-color: #0000;
  transform: scale3d(.98, .98, 1.01);
}

.btn-primary.white:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-secondary {
  transform-style: preserve-3d;
}

.btn-secondary:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.98, .98, 1.01);
}

.badge-secondary.tabs {
  transform-style: preserve-3d;
}

.badge-secondary.tabs:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.98, .98, 1.01);
}

.badge-secondary.tabs.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale(.96);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.input:hover {
  border-color: var(--neutral--400);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--secondary--color-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 16px;
}

.input.small::placeholder {
  font-size: 16px;
}

.input.large::placeholder {
  font-size: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.select-input:hover {
  color: var(--neutral--800);
}

.text-area:hover {
  border-color: var(--neutral--400);
}

.text-area:focus {
  border-color: var(--secondary--color-1);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 16px;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

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

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.link-wrapper:hover {
  color: var(--secondary--color-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.header-nav-link:hover {
  color: var(--secondary--color-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.w--current:hover {
  color: var(--secondary--color-1);
}

.header-logo-link {
  transform-style: preserve-3d;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
}

.footer-logo-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.footer-link:hover {
  color: var(--secondary--color-1);
  transform: translate(4px);
}

.pages-link:hover {
  color: var(--neutral--400);
  transform: translate(4px);
}

.loading-page-wrapper {
  display: none;
}

.close-button {
  transform-style: preserve-3d;
}

.close-button:hover {
  transform: scale3d(.95, .95, 1.001);
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-link.w--current {
  font-size: 12.5px;
}

.dropdown-list.w--open, .dropdown-list-2.w--open {
  background-color: #fff;
}

.list-item-plan-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.inner-pricing {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding: 132px 42px 42px;
  display: flex;
}

.container {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
}

.container.nav-container {
  height: 100%;
}

.container.home {
  padding-right: 0;
}

.section-cta {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-wrapper-grid-2-1-hero-pricing {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  margin-bottom: 16px;
  display: flex;
}

.h3 {
  letter-spacing: -.18px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 155%;
}

.h3.black {
  color: #151515;
}

.h3.m-top-16 {
  margin-top: 16px;
}

.h1 {
  color: #151515;
  letter-spacing: -.45px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 120%;
}

.h1.typed-title-home {
  min-height: 54px;
}

.plan-list-pricing {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-39-155-med-jet {
  letter-spacing: -.39px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 39px;
  line-height: 155%;
}

.text-39-155-med-jet.white {
  color: #fff;
}

.paragraph-18-155-med-general {
  letter-spacing: -.18px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 155%;
}

.paragraph-18-155-med-general.m-top-8 {
  margin-top: 8px;
}

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

.grid-2-1.hero-pricing {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 60px;
}

.grid-2-1.create-home, .grid-2-1.test-home {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
}

.grid-2-1.hero-home {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: minmax(auto, 450px) 1fr;
}

.button-cta-white {
  color: #ee5000;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 16px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-cta-white:hover {
  color: #ee5000;
  background-color: #ffefe5;
}

.button-cta-white:active {
  color: #fff;
  background-color: #b6440b;
}

.button-cta-white.m-top-24 {
  margin-top: 24px;
}

.tag {
  color: #fff;
  background-color: #ee5000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 120%;
  display: flex;
}

.section-hero-pricing {
  margin-top: 42px;
  padding-left: 42px;
  padding-right: 42px;
}

.h2 {
  color: #151515;
  letter-spacing: -.35px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 120%;
}

.h2.as-h1 {
  letter-spacing: -.45px;
  font-size: 45px;
}

.h2.white {
  color: #fff;
}

.h2.white._w-max-445 {
  max-width: 445px;
}

.plan-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.divider-2 {
  background-color: #e9e9e9;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button-secondary {
  color: #ee5000;
  white-space: nowrap;
  background-color: #ffefe5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

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

.button-secondary:active {
  background-color: #b6440b;
}

.button-secondary.pricing-plan {
  width: 100%;
}

.paragraph-24-155-general {
  letter-spacing: -.24px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 155%;
}

.paragraph-24-155-general.m-top-8 {
  margin-top: 8px;
}

.paragraph-24-155-general.m-top-8.center-mob-left {
  text-align: center;
}

.paragraph-24-155-general.m-top-16 {
  margin-top: 16px;
}

.cta-wrapper {
  background-color: #ee5000;
  background-image: url('../images/Lines_cta.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1356px;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.grid-2-1-text-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-2-1-text-content.hero-pricing {
  border: 1px solid #e9e9e9;
  border-radius: 14px;
  padding: 24px;
}

.grid-2-1-text-content.hero-home, .grid-2-1-text-content.create-home {
  justify-content: center;
}

.nav-menu-2 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-navbar {
  width: 129px;
  min-width: 129px;
  height: auto;
}

.navbar-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  height: 28px;
  padding: 0;
  font-size: 18px;
  line-height: 155%;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: #ee5000;
}

.nav-menu-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-nav {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
}

.brand {
  background-color: #fff;
  border-radius: 12px 8px 8px 12px;
  padding: 4px 10px;
}

.navbar-button-wrapper.mob {
  display: none;
}

.navbar {
  background-color: #fff;
  width: 100%;
  height: 70px;
  position: sticky;
  top: 0%;
}

.link-dropdown-nav:hover {
  color: #ee5000;
}

.icon-dropdown-nav {
  margin-right: 0;
  position: static;
}

.navbar-link {
  letter-spacing: -.18px;
  align-items: center;
  height: 28px;
  padding: 0;
  font-size: 18px;
  line-height: 155%;
  display: flex;
}

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

.button-primary-2 {
  color: var(--white);
  white-space: nowrap;
  background-color: #ee5000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button-primary-2:hover {
  color: var(--white);
  background-color: #fe722a;
}

.button-primary-2:active {
  background-color: #b6440b;
}

.button-primary-2.nav {
  min-width: 139px;
  padding: 4px 10px;
}

.link-footer {
  color: #585858;
  line-height: 120%;
  text-decoration: none;
}

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

.footer-wrapper-2 {
  flex-direction: column;
  display: flex;
}

.footer-divider {
  background-color: #e9e9e9;
  height: 1px;
}

.footer-links-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.text-18-120-med-jet {
  letter-spacing: -.18px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.text-18-120-med-jet.black {
  color: #151515;
}

.footer {
  background-color: #fff;
  padding-top: 42px;
}

.link-footer-privacy {
  color: var(--secondary-text);
  letter-spacing: -.18px;
  font-family: Jetbrainsmono, sans-serif;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
}

.link-footer-privacy:hover {
  color: var(--secondary-text);
}

.footer-copyright {
  justify-content: space-between;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

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

.logo-footer {
  width: 129px;
  min-width: 129px;
}

.footer-menu-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-bottom: 42px;
  display: flex;
}

.inner-create-home {
  flex-direction: column;
  display: flex;
}

.paragraph-21-170-med-general {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 170%;
}

.paragraph-21-170-med-general.grey {
  color: #dfdfdf;
}

.buttons-backed-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-hero-home {
  display: flex;
}

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

.section-hero-home {
  background-image: url('../images/grid_hero.svg');
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section-share-home {
  background-color: #ffe9de;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.with-team-header-text-block-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 630px;
  display: flex;
}

.logos-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.underline-title-hero {
  background-color: #ee5000;
  width: 24px;
  height: 6px;
  margin-top: 37px;
}

.logo-yc {
  min-height: 20px;
  max-height: 20px;
}

.inner-hero-home {
  padding-top: 82px;
  padding-bottom: 30px;
  padding-left: 32px;
}

.inner-share-home, .inner-test-home {
  flex-direction: column;
  display: flex;
}

.section-create-home {
  background-color: #ededed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.offset {
  width: 1px;
  height: 80px;
  min-height: 80px;
  margin-top: -70px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.with-team-wrapper-home {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-wrapper-grid-2-1-test-home {
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.buttons-wrapper.m-top-42 {
  margin-top: 42px;
}

.text-wrapper-grid-2-1-create-home {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-with-team-home {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.img-hero {
  border-radius: 15px;
  max-width: none;
  height: 100%;
  min-height: 603px;
}

.grid-2-1-image.test-home {
  justify-content: flex-end;
  max-width: 535px;
  display: flex;
}

.grid-2-1-image.hero {
  align-items: center;
  display: flex;
}

.backed-by-yc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.section-test-home {
  background-color: #151515;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.logos-row {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 812px;
  margin-top: 14px;
  display: flex;
}

.text-16-120-med-jet {
  letter-spacing: -.16px;
  font-family: Jetbrainsmono, sans-serif;
  line-height: 150%;
}

.text-wrapper-grid-2-1-hero-home {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.cell-grid-3-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-wrapper-hero-home {
  flex-direction: column;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .grid-2-1.hero-pricing {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .grid-2-1.create-home {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: max-content 1fr;
  }

  .grid-2-1.test-home {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-columns: 1fr max-content;
  }

  .grid-2-1.hero-home {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
    grid-template-columns: 450px 1fr;
  }

  .grid-3-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-1-image.create-home, .grid-2-1-image.share-home {
    flex-direction: column;
    min-width: 537px;
    display: flex;
  }

  .logos-row {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .list-item-plan-pricing {
    flex-direction: column;
  }

  .inner-pricing {
    padding-left: 24px;
    padding-right: 24px;
  }

  .h1 {
    letter-spacing: -.35px;
    font-size: 35px;
  }

  .h1.pricing {
    font-size: 32px;
  }

  .h1.typed-title-home, .h1.hero-home {
    width: auto;
  }

  .text-39-155-med-jet {
    font-size: 25px;
  }

  .grid-2-1.hero-pricing {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .grid-2-1.create-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .grid-2-1.test-home {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .grid-2-1.hero-home {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .h2 {
    letter-spacing: -.5px;
    font-size: 25px;
  }

  .h2.pricing {
    font-size: 35px;
  }

  .h2.as-h1 {
    font-size: 25px;
  }

  .paragraph-24-155-general {
    letter-spacing: -.18px;
    font-size: 18px;
  }

  .nav-menu-2 {
    z-index: 10000;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    inset: 0%;
  }

  .navbar-inner {
    background-color: #fff;
  }

  .icon-burger {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 23px;
    height: 16px;
    display: flex;
  }

  .nav-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 80px;
  }

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

  .navbar-button-wrapper.mob {
    display: flex;
  }

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

  .navbar {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    color: #ee5000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    padding: 8px 0 8px 4.5px;
    font-size: 30px;
    display: flex;
  }

  .menu-button.w--open {
    color: #ee5000;
    background-color: #fff;
  }

  .nav-dropdown, .navbar-link {
    align-self: flex-start;
    margin-left: 42px;
    margin-right: 0;
  }

  .img-share-home {
    width: 100%;
    min-width: 537px;
  }

  .paragraph-21-170-med-general {
    font-size: 16px;
  }

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

  .logos-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .inner-hero-home {
    padding-left: 24px;
  }

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

  .img-test-home {
    width: 100%;
    min-width: 537px;
  }

  .grid-2-1-image.test-home {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

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

  .logos-row {
    flex-wrap: wrap;
  }

  .img-create-home {
    width: 100%;
    min-width: 537px;
  }
}

@media screen and (max-width: 767px) {
  .input.large::placeholder {
    font-size: 16px;
  }

  .inner-pricing {
    padding-bottom: 24px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-cta {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .h1.typed-title-home, .h1.hero-home {
    min-width: auto;
    max-width: 194px;
  }

  .grid-2-1.hero-pricing {
    margin-top: 42px;
  }

  .section-hero-pricing {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-wrapper {
    padding: 24px;
  }

  .brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .logo-footer {
    width: auto;
    min-height: 32px;
    max-height: 32px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-3-3 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    display: flex;
  }

  .section-share-home, .logos-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .inner-hero-home {
    padding-bottom: 0;
  }

  .section-create-home {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .buttons-wrapper {
    align-items: stretch;
    width: 100%;
  }

  .section-with-team-home {
    padding-top: 24px;
    padding-bottom: 4px;
  }

  .img-hero {
    min-height: 355px;
    max-height: 355px;
  }

  .section-test-home {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .logos-row {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .badge-secondary.category-badges.w--current {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .inner-pricing {
    align-items: flex-start;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2-1.hero-pricing, .grid-2-1.test-home, .grid-2-1.hero-home {
    overflow: hidden;
  }

  .paragraph-24-155-general.m-top-8.center-mob-left {
    text-align: left;
  }

  .cta-wrapper {
    text-align: center;
  }

  .grid-2-1-text-content.hero-home, .grid-2-1-text-content.create-home {
    padding-right: 24px;
  }

  .footer {
    padding-top: 24px;
  }

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

  .logo-footer {
    max-height: 32px;
  }

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

  .inner-create-home {
    padding-right: 0;
  }

  .img-share-home {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .logo-img {
    width: auto;
    max-height: 32px;
  }

  .buttons-backed-wrapper {
    width: 100%;
  }

  .inner-hero-home {
    padding-left: 0;
    padding-right: 0;
  }

  .inner-share-home, .inner-test-home {
    padding-right: 0;
  }

  .img-test-home {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .buttons-wrapper {
    flex-direction: column;
  }

  .text-wrapper-grid-2-1-create-home {
    padding-right: 24px;
  }

  .img-hero {
    max-width: none;
    min-height: 355px;
  }

  .grid-2-1-image {
    max-height: 263px;
  }

  .grid-2-1-image.create-home {
    min-height: 310px;
    max-height: none;
  }

  .grid-2-1-image.share-home {
    height: 315px;
    max-height: none;
  }

  .grid-2-1-image.test-home {
    justify-content: flex-start;
    width: auto;
    height: 310px;
    max-height: 310px;
  }

  .grid-2-1-image.hero {
    max-height: none;
  }

  .backed-by-yc {
    justify-content: center;
  }

  .logos-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .img-create-home {
    width: auto;
    max-width: none;
    height: 310px;
  }
}

#w-node-c4a1e6ca-a493-3ee0-2160-47c59801e4ff-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e514-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e524-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e526-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e533-e7c092d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a1e6ca-a493-3ee0-2160-47c59801e53b-e7c092d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c4a1e6ca-a493-3ee0-2160-47c59801e542-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e544-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e556-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e55c-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e562-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e568-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e56e-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e574-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e57a-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e580-e7c092d4, #w-node-c4a1e6ca-a493-3ee0-2160-47c59801e586-e7c092d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77a56759-4e7b-c89b-4d3d-4e58fa5cc2e0-e7c09311 {
  justify-self: end;
}

#w-node-_433b0b23-ad2c-5349-3c64-6551e0fc3489-e7c09348 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87dedf75-8f1a-6f25-008b-42739d816a0c-e7c09348 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87dedf75-8f1a-6f25-008b-42739d816a10-e7c09348 {
  justify-self: start;
}

#w-node-_3f53b5bb-0037-753d-8c52-b80543ad0e09-e7c09348 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fc3c2d62-77db-2a43-5187-a790929cd6e7-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d574-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d584-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d59b-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d5a5-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d5bc-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d5c0-e7c09348, #w-node-a969877c-165a-9e4a-87b1-cfe4cde7d5c1-e7c09348, #w-node-_524deb1d-6433-958b-6161-b57112e7b957-e7c0934f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_190d3a91-8a7e-1267-8939-6ef765ca670e-e7c09350 {
  justify-self: start;
}

#w-node-_25013599-1303-f31d-1744-02ab8280a240-e7c09350, #w-node-_9670dc4c-0a10-ab5c-f3ac-2ab01d04ca52-e7c09350, #w-node-_75604c66-23d7-0fd4-0c5b-58678d5e89f4-e7c09350, #w-node-bba6f0fb-aae2-c512-525c-00e470eac819-e7c09350, #w-node-bba6f0fb-aae2-c512-525c-00e470eac81b-e7c09350, #w-node-eddcb948-e756-748a-29d3-ba48014457b8-e7c09350, #w-node-eddcb948-e756-748a-29d3-ba48014457ba-e7c09350, #w-node-_27471cd4-3f3d-5d5a-473e-c00e109bcf5d-e7c09350, #w-node-_6fded599-8658-ead4-bc8f-b2b04d5a6664-e7c09351, #w-node-_6fded599-8658-ead4-bc8f-b2b04d5a66ac-e7c09351, #w-node-_6fded599-8658-ead4-bc8f-b2b04d5a672a-e7c09351, #w-node-_6fded599-8658-ead4-bc8f-b2b04d5a67a9-e7c09351, #w-node-_89d27993-fdbf-9028-136c-e7e985de2b4b-e7c09355, #w-node-c7c87ff5-df81-c9e0-53e0-f23a99b7194a-e7c09355, #w-node-e6765763-6e25-801a-3155-a30e90f4df02-e7c09356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30966eb4-02f5-93cf-ccb3-00ec0de29b48-e7c09356 {
  justify-self: end;
}

#w-node-fdecf3d7-d514-2ba4-99fb-de3b049aab12-e7c09362, #w-node-_74fb19f5-f866-fd4e-9d52-50c563adca1c-e7c09362 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-e7c09458 {
  align-self: stretch;
}

#w-node-d432210c-bf07-66f0-af42-d8233dead069-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead079-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead090-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead09a-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead0b1-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead0b5-e7c09473, #w-node-d432210c-bf07-66f0-af42-d8233dead0b6-e7c09473, #w-node-_924db4f6-6a3b-a654-e2b1-92407c4cab00-4fd9207e, #w-node-_924db4f6-6a3b-a654-e2b1-92407c4cab2c-4fd9207e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3f53b5bb-0037-753d-8c52-b80543ad0e09-e7c09348 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_87dedf75-8f1a-6f25-008b-42739d816a0c-e7c09348 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jetbrainsmono';
  src: url('../fonts/JetBrainsMono-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}