:root {
  --neutral--700: #344054;
  --neutral--800: #182230;
  --secondary--color-1: #655cfe;
  --accent--primary-1: #090f1d;
  --neutral--100: #f2f4f7;
  --neutral--300: #d0d5dd;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --neutral--200: #eaecf0;
  --neutral--600: #475467;
  --neutral--500: #667085;
  --neutral--400: #98a2b3;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --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;
  --general--shadow-02: rgba(101, 105, 113, .09);
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-01: rgba(101, 92, 254, .06);
  --button-shadow--color-2: rgba(101, 92, 254, .08);
  --button-shadow--color-03: rgba(101, 92, 254, .08);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --brand--700: #4e2ad8;
  --brand--600: #5b36f5;
  --neutral--25: #fcfcfd;
  --neutral--950: #0c111d;
  --secondary--color-3: #3984ff;
  --neutral--50: #f9fafb;
  --white: white;
  --border-radius: 24px;
  --secondary--color-2: #0fbefa;
  --secondary--color-4: #ff4fa6;
  --secondary--color-5: #fdb52a;
  --brand--25: #fcfcff;
  --brand--50: #eceeff;
  --brand--100: #dde0ff;
  --brand--200: #c2c7ff;
  --brand--300: #9ca1ff;
  --brand--400: #7a75ff;
  --brand--500: #715fff;
  --brand--800: #3f25ae;
  --brand--900: #362689;
  --brand--950: #221650;
  --neutral--900: #101828;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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: -webkit-sticky;
  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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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;
  -ms-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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 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: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.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 rgba(0, 0, 0, .25);
}

.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-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;
  -ms-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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-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-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;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 767px) {
  .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;
  }

  .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;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--neutral--700);
  font-family: Inter, sans-serif;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.75em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.294em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

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

ul, ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1.125em;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 1.5rem;
  margin-top: .875rem;
  margin-bottom: 2rem;
  padding: 5.375rem 4rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

figure {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
}

.page-wrapper.full-page {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.page-wrapper._100widthhidden {
  height: 100dvh;
  position: relative;
  overflow: hidden;
}

.grid-2-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-row-gap: 2rem;
}

.grid-2-columns.cta-v4 {
  grid-column-gap: 2.5rem;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 2rem;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 2.5rem;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 3.75rem;
  border-bottom: .0625rem solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.grid-2-columns.product-page {
  grid-column-gap: 4rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 6.25rem;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 7.75rem;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 6.25rem;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 7.75rem;
}

.grid-2-columns.hero-section---home-v1 {
  grid-column-gap: 2.5rem;
}

.grid-2-columns.features-section-v1 {
  grid-column-gap: 3rem;
  grid-row-gap: 3.5rem;
}

.grid-2-columns.faqs---home-v1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  align-items: start;
}

.grid-2-columns.cta-v2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
}

.grid-2-columns.blog-v1-grid, .grid-2-columns.hero-section---blog-v2 {
  grid-column-gap: 2.5rem;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.blog-card-grid---blog-v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  align-items: stretch;
}

.grid-2-columns.analytics---features-v1 {
  grid-column-gap: 2.5rem;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.features-wrapper---features-v3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.grid-2-columns.reports---features-v3 {
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.integrations---features-v3 {
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.faqs---contact-page {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: start;
}

.grid-2-columns.hero-section---integrations-page {
  grid-column-gap: 4rem;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.careers-grid {
  grid-column-gap: 2rem;
  grid-template-columns: .8fr 1fr;
  align-items: end;
}

.grid-2-columns.perks-grid {
  grid-template-columns: 25rem 1fr;
}

.grid-2-columns.our-mission-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1.75rem;
  grid-template-columns: 1.44fr 1fr;
}

.grid-2-columns.career-cards-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  align-items: stretch;
}

.grid-2-columns.grid-default {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
}

.grid-2-columns.rich-text-right {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0rem;
  grid-template-columns: .65fr 1fr;
  align-items: start;
}

.grid-2-columns.sign-up-grid {
  grid-template-columns: 1fr minmax(28.125rem, .9fr);
}

.grid-2-columns.template-pages---last-row {
  width: 70%;
  max-width: 50.25rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.team-single-hero {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
}

.grid-2-columns.card-tag-grid-2-col {
  grid-row-gap: 1rem;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.about-us---grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.hero-card-right {
  grid-template-columns: 1fr auto;
  align-items: start;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--100);
}

.card {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 1rem;
}

.card.checkout-block {
  margin-bottom: 1.75rem;
  padding: 2rem 2rem 3rem;
}

.card.checkout-block.order-summary {
  padding-bottom: 2.5rem;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.whats-included {
  border-radius: 1rem;
  overflow: hidden;
}

.card.figma-file {
  border-radius: 1rem;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  display: flex;
}

.card.sales-home-page {
  color: var(--neutral--300);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1rem;
  width: 100%;
  max-width: 24.25rem;
  text-decoration: none;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

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

.card.buy-now {
  background-color: #146ef5;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

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

.card.buy-now.white {
  background-color: var(--neutral--100);
}

.card.team-card---home-v2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-color: var(--neutral--200);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4.5rem;
  display: grid;
  overflow: hidden;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.testimonial-card---home-v2 {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.5rem;
  display: flex;
}

.card.integration-card---small {
  grid-column-gap: .5rem;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px .375rem rgba(65, 73, 84, .05);
}

.card.integration-card---small:hover {
  transform: scale(.96);
}

.card.testimonial-card---home-v3 {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.card.hero-section---blog-v3 {
  border-color: var(--neutral--200);
  background-image: url('../images/blog-and-resources-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  margin-bottom: 3.5rem;
  padding: 5rem 3rem;
}

.card.author-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  box-shadow: none;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.card.pricing-card {
  border-color: var(--neutral--200);
  margin-top: 2.5rem;
  padding: 2.5rem 1.5rem;
}

.card.pricing-card.popular {
  margin-top: 0;
}

.card.product-card {
  border-color: var(--neutral--200);
  max-width: 33.125rem;
  padding: 3.25rem 3rem;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.pd-48px {
  padding: 3rem;
}

.card.contact-card {
  border-color: var(--neutral--200);
  box-shadow: none;
  background-image: url('../images/contact-details-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  max-width: 31.875rem;
  padding: 4rem 3rem;
}

.card.integration-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 3rem 0 3rem 4.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.perks-card {
  border-color: var(--neutral--200);
  border-radius: 1rem;
  padding: 2.5rem 2rem;
}

.card.apply-position-card {
  border-color: var(--neutral--200);
  background-image: url('../images/apply-to-this-position-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 3.5rem 3rem;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.help-center-single-card {
  border-color: var(--neutral--200);
  border-radius: 1rem;
  margin-bottom: 4rem;
  padding: 4.5rem;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.sign-in-form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-color: var(--neutral--200);
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem 4rem;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.forgot-password-card {
  border-color: var(--neutral--200);
  border-radius: 1rem;
  padding: 3rem 3.5rem;
}

.card.form-card {
  border-color: var(--neutral--200);
  border-radius: 1rem;
  box-shadow: 0 4px .625rem rgba(65, 73, 84, .05);
}

.card.form-card.pd-56px---72px {
  padding: 3.5rem 4.5rem;
}

.card.form-card.pd-64px---48px {
  margin-bottom: 0;
  padding: 4rem 3rem;
}

.card.form-card.pd-88px---80px {
  padding: 5.5rem 5rem;
}

.card.brix-card {
  grid-column-gap: 3rem;
  grid-row-gap: 0rem;
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 7.5rem 4.5rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card.pricing-table-card {
  box-shadow: none;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.card.search-result {
  color: var(--neutral--700);
  transform-style: preserve-3d;
  flex-direction: column;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

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

.style---color-block {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  min-height: 11.25rem;
  position: relative;
}

.style---color-block-content {
  border-top: .0625rem solid var(--neutral--300);
  padding: 1.5rem 1.5rem 2rem;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.375rem;
}

.style---color-block-hex {
  line-height: 1.25rem;
}

.grid-4-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.logo-strip-center {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  align-items: center;
}

.grid-4-columns.pricing-table-grid-4-col {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 2.5rem;
  padding: .625rem .875rem;
  font-size: .875rem;
  line-height: 1rem;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
}

.style---color-block-text-example.badge-dark {
  background-color: var(--neutral--800);
}

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

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

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

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

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

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 2rem;
}

.style---block-sub-heading.border {
  border-bottom: .0625rem solid var(--neutral--300);
  margin-bottom: 4rem;
  padding-bottom: 2.5rem;
}

.divider {
  background-color: var(--neutral--300);
  height: .0625rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.divider._64px {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 2.5rem;
}

.divider._40px {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.divider._24px {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.divider._48px {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.divider._0px {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 20rem) 1fr;
}

.style---content-block {
  margin-bottom: 6.25rem;
}

.mg-bottom-8px {
  margin-bottom: .5rem;
}

.mg-bottom-16px {
  margin-bottom: 1rem;
}

.mg-bottom-24px {
  margin-bottom: 1.5rem;
  line-height: 1.75;
}

.mg-bottom-32px {
  margin-bottom: 2rem;
}

.mg-bottom-40px {
  margin-bottom: 2.5rem;
}

.mg-bottom-48px {
  margin-bottom: 3rem;
}

.mg-bottom-72px {
  margin-bottom: 4.5rem;
}

.mg-top-16px {
  margin-top: 1rem;
}

.mg-top-40px {
  margin-top: 2.5rem;
}

.mg-top-48px {
  margin-top: 3rem;
}

.mg-left-32px {
  margin-left: 2rem;
}

.mg-right-8px {
  margin-right: .5rem;
}

.mg-right-16px {
  margin-right: 1rem;
}

.mg-right-24px {
  margin-right: 1.5rem;
}

.mg-right-32px {
  margin-right: 2rem;
}

.mg-right-48px {
  margin-right: 3rem;
}

.text-200 {
  font-size: 1.125rem;
  line-height: 1.111em;
}

.text-200.list {
  line-height: 1.5rem;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.list-title {
  color: var(--neutral--800);
  margin-bottom: 2rem;
}

.text-200.medium.header-title {
  margin-bottom: 1.5rem;
}

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

.display-1 {
  color: var(--neutral--800);
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.029em;
}

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

.grid-1-column.gap-row-0 {
  grid-row-gap: 0rem;
}

.grid-1-column.gap-row-64px {
  grid-row-gap: 4rem;
}

.grid-1-column.about-us-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid-1-column.blog-secondary-grid {
  grid-row-gap: 2.5rem;
  align-content: space-between;
  height: 100%;
}

.grid-1-column.help-center-articles-grid {
  grid-row-gap: 4rem;
}

.grid-1-column.blog-v2-hero-grid {
  grid-row-gap: 2.5rem;
}

.grid-1-column.gap-row-48px {
  grid-row-gap: 3rem;
}

.grid-1-column.gap-row-48px.space-between {
  align-content: space-between;
}

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

.gap-24px {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

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

.gap-40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.gap-64px {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.gap-column-24px {
  grid-column-gap: 1.5rem;
}

.gap-row-16px {
  grid-row-gap: 1rem;
}

.gap-row-24px {
  grid-row-gap: 1.5rem;
}

.gap-row-32px {
  grid-row-gap: 2rem;
}

.gap-row-40px {
  grid-row-gap: 2.5rem;
}

.gap-row-48px {
  grid-row-gap: 3rem;
}

.gap-row-64px {
  grid-row-gap: 4rem;
}

.gap-row-80px {
  grid-row-gap: 5rem;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.278em;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.385em;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6em;
}

.style---style-grid-wrapper {
  grid-row-gap: 11.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 1.25rem;
  line-height: 1.8em;
}

.paragraph-small {
  font-size: .875rem;
  line-height: 1.714em;
}

.text-400 {
  font-size: 1.5rem;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

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

.text-300 {
  font-size: 1.25rem;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

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

.text-100 {
  font-size: 1rem;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

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

.text-100.semibold {
  font-weight: 600;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-link {
  color: var(--neutral--800);
  text-decoration: underline;
  transition: color .3s;
}

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

.text-link.color-neutral-700 {
  color: var(--neutral--700);
}

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

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 5rem;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 4.375rem;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns._1-col-tablet.gap-40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.grid-3-columns.gap-row-64px {
  grid-row-gap: 4rem;
}

.grid-3-columns.gap-row-48px {
  grid-row-gap: 3rem;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-3-columns.features-section-v1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.grid-3-columns.features-line-left-grid {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
}

.grid-3-columns.gap-40px {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.grid-3-columns.values-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 5rem;
  align-items: start;
}

.grid-3-columns.blog-card-grid---blog-v1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.5rem;
}

.grid-3-columns.features-section-v3 {
  grid-column-gap: 3.25rem;
  grid-row-gap: 3.5rem;
}

.grid-3-columns.pricing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
}

.grid-3-columns.contact-link-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3rem;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

.grid-3-columns.integrations-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 5rem;
  grid-template-columns: minmax(min-content, 21.5rem) minmax(min-content, 21.5rem) minmax(min-content, 21.5rem);
  justify-content: space-between;
}

.grid-3-columns.gap-64px {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
}

.grid-3-columns.gap-column-40px {
  grid-column-gap: 2.5rem;
}

.grid-3-columns.gap-column-40px.gap-row-64px {
  grid-row-gap: 4rem;
}

.grid-3-columns.gap-column-24px {
  grid-column-gap: 1.5rem;
}

.style---shadow-card {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 13.75rem;
  padding: 2rem 2.75rem;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  border-bottom: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 1.875rem;
  padding: 4.5rem 4vw;
  display: flex;
}

.inner-container._740px {
  max-width: 46.25rem;
}

.inner-container._600px {
  max-width: 37.5rem;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._574px {
  max-width: 35.875rem;
}

.inner-container._752px, .inner-container._752px.center {
  max-width: 47rem;
}

.inner-container._460px {
  max-width: 28.75rem;
}

.inner-container._500px {
  max-width: 31.25rem;
}

.inner-container._500px._100-tablet {
  width: 100%;
}

.inner-container._864px {
  max-width: 54rem;
}

.inner-container._900px {
  max-width: 56.25rem;
}

.inner-container._800px {
  max-width: 50rem;
}

.inner-container._700px {
  max-width: 43.75rem;
}

.inner-container._640px {
  max-width: 40rem;
}

.inner-container._680px {
  max-width: 42.5rem;
}

.inner-container._550px {
  max-width: 34.375rem;
}

.inner-container._335px {
  max-width: 20.9375rem;
}

.inner-container._420px {
  max-width: 26.25rem;
}

.inner-container._560px {
  max-width: 35rem;
}

.inner-container._435px {
  max-width: 27.1875rem;
}

.inner-container._530px {
  max-width: 33.125rem;
}

.inner-container._530px._100-tablet {
  width: 100%;
}

.inner-container._520px {
  max-width: 32.5rem;
}

.inner-container._590px {
  max-width: 36.875rem;
}

.inner-container._670px {
  max-width: 41.875rem;
}

.inner-container._430px {
  max-width: 26.875rem;
}

.inner-container._440px {
  max-width: 27.5rem;
}

.inner-container._425px {
  max-width: 26.5625rem;
}

.inner-container._515px {
  max-width: 32.1875rem;
}

.inner-container._585px {
  max-width: 36.5625rem;
}

.inner-container._300px {
  max-width: 18.75rem;
}

.inner-container._1024px {
  max-width: 64rem;
}

.inner-container._510px {
  max-width: 31.875rem;
}

.inner-container._480px {
  max-width: 30rem;
}

.inner-container._464px {
  max-width: 29rem;
}

.inner-container._675px {
  max-width: 42.1875rem;
}

.inner-container._760px {
  max-width: 47.5rem;
}

.inner-container._555px {
  max-width: 34.6875rem;
}

.inner-container._580px {
  max-width: 36.25rem;
}

.inner-container._825px {
  max-width: 51.5625rem;
}

.inner-container._380px {
  max-width: 23.75rem;
}

.inner-container._450px {
  max-width: 28.125rem;
}

.inner-container._565px {
  max-width: 35.3125rem;
}

.inner-container._455px {
  max-width: 28.4375rem;
}

.inner-container._615px {
  max-width: 38.4375rem;
}

.inner-container._720px {
  max-width: 45rem;
}

.inner-container._650px {
  max-width: 40.625rem;
}

.inner-container._375px {
  max-width: 23.4375rem;
}

.inner-container._690px {
  max-width: 43.125rem;
}

.inner-container._376px {
  max-width: 23.5rem;
}

.inner-container._790px {
  max-width: 49.375rem;
}

.inner-container._470px {
  max-width: 29.375rem;
}

.inner-container._474px {
  max-width: 29.625rem;
}

.inner-container._448px {
  max-width: 28rem;
}

.style---content-heading {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 1rem;
  align-items: center;
  margin-bottom: 3.75rem;
  padding: 3rem;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 1rem;
  margin-right: 1.125rem;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---content-wrapper {
  padding-top: 2.5rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-8px {
  border-radius: .5rem;
}

.border-radius-16px {
  border-radius: 1rem;
}

.border-radius-24px {
  z-index: -1;
  border-radius: 1.5rem;
  transform: translate(0);
}

.style---card-wrapper {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 1rem;
}

.style---components-wrapper {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 1.5rem;
}

.style---bg-white {
  padding: 3rem;
}

.style---bg-white.top {
  border-bottom: .0625rem solid var(--neutral--300);
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 3rem;
}

.btn-primary {
  border: .0625rem solid var(--brand--700);
  background-image: linear-gradient(to bottom, var(--brand--600), var(--brand--700));
  color: var(--neutral--100);
  text-align: center;
  border-radius: .375rem;
  justify-content: center;
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--25);
}

.btn-primary.small {
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.125em;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 1.5rem;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.small.pagination-button {
  margin-left: .75rem;
  margin-right: .75rem;
}

.btn-primary.large {
  border-radius: .5rem;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.1em;
}

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

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

.btn-primary.white.no-hover {
  color: #146ef5;
}

.btn-primary.white.no-hover:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: #146ef5;
  transform: none;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding-top: .75rem;
  padding-bottom: .75rem;
  top: .5rem;
  bottom: .5rem;
  right: .5rem;
}

.btn-primary.inside-input.default---small {
  padding: .375rem 1.125rem;
  font-size: 1rem;
  top: .375rem;
  bottom: .375rem;
  right: .375rem;
}

.btn-primary.button-row {
  margin-right: 1.5rem;
}

.btn-primary.download-app {
  display: flex;
}

.btn-primary.no-hover:hover {
  background-color: var(--accent--primary-1);
  transform: none;
}

.btn-primary.brix-buttom {
  background-color: #4253ff;
  border-color: #4253ff;
}

.btn-primary.brix-buttom:hover {
  transform: none;
}

.btn-secondary {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: .375rem;
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

.btn-secondary.small {
  padding: .625rem 1.125rem;
  font-size: 1rem;
  line-height: 1.125em;
}

.btn-secondary.small.pagination-button {
  margin-left: .75rem;
  margin-right: .75rem;
}

.btn-secondary.small.social-media-button {
  grid-column-gap: .5rem;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.btn-secondary.small.social-media-button:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: scale3d(.99, .99, 1.01);
}

.btn-secondary.small.hide {
  display: none;
}

.btn-secondary.large {
  border-radius: .5rem;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.1em;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

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

.btn-secondary.mg-top-0 {
  margin-top: 0;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.111em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.light {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.badge-primary.small {
  padding: .625rem 1.375rem;
  font-size: 1rem;
  line-height: 1.125em;
}

.badge-primary.large {
  padding: 1.125rem 2.375rem;
  font-size: 1.25rem;
  line-height: 1.1em;
}

.badge-secondary {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: .625rem 1.375rem;
  font-size: 1rem;
  line-height: 1.125em;
}

.badge-secondary.large {
  padding: 1.125rem 2.375rem;
  font-size: 1.25rem;
  line-height: 1.1em;
}

.badge-secondary.tabs {
  transform-style: preserve-3d;
  margin-left: .75rem;
  margin-right: .75rem;
  transition: transform .3s, background-color .3s, border-color .3s, color .3s;
}

.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 {
  border-radius: .375rem;
  margin-left: 1rem;
  padding: .625rem 1.375rem;
  font-size: 1rem;
  line-height: 1.125em;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
  box-shadow: 0 2px .375rem rgba(74, 74, 82, .06);
}

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

.badge-secondary.category-badges.center {
  margin-left: .5rem;
  margin-right: .5rem;
}

.badge-secondary.category-badges.left {
  margin-left: 0;
  margin-right: 1rem;
}

.input {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: .625rem;
  min-height: 3.25rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.125em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

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

.input.small {
  border-radius: .5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.input.small::placeholder {
  font-size: 1rem;
}

.input.large {
  border-radius: .75rem;
  min-height: 4.5rem;
  font-size: 1.125rem;
  line-height: 1.111em;
}

.input.large::placeholder {
  font-size: 1.125rem;
}

.input.quntity {
  width: 6.875rem;
}

.input.medium {
  min-height: 3.5rem;
  margin-bottom: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
}

.input.medium::placeholder {
  font-size: 1rem;
  line-height: 1.125rem;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.select-input {
  color: var(--neutral--600);
  border-style: none;
  border-radius: 0;
  padding: 0;
}

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

.input.select-wrapper {
  padding: 0 1.5rem;
}

.position-relative {
  position: relative;
}

.text-area {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: .5rem;
  min-height: 9rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

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

.text-area.small {
  min-height: 6.375rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.text-area.small::placeholder {
  font-size: 1rem;
  line-height: 1.125rem;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.375rem;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.checkbox-field-wrapper.small {
  font-size: 1rem;
  line-height: 1.25rem;
}

.checkbox-field-wrapper.small.mg-bottom-0px {
  margin-bottom: 0;
}

.checkbox {
  border-width: .0625rem;
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: .25rem;
  width: auto;
  min-width: 1.375rem;
  height: auto;
  min-height: 1.375rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
  transition: border-color .3s, background-color .3s;
}

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

.checkbox.large {
  min-width: 1.75rem;
  min-height: 1.75rem;
}

.checkbox.small {
  border-radius: .1875rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.radio-button-field-wrapper.small {
  font-size: 1rem;
  line-height: 1.375rem;
}

.radio-button {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  width: auto;
  min-width: 1.375rem;
  height: auto;
  min-height: 1.375rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .625rem;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

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

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

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

.radio-button.large {
  min-width: 1.75rem;
  min-height: 1.75rem;
}

.radio-button.large.w--redirected-checked {
  border-width: .5rem;
}

.radio-button.small {
  min-width: 1.25rem;
  min-height: 1.25rem;
}

.style---avatars-grid {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 18.125rem);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 2.5rem;
  max-width: 2.5rem;
  height: 2.5rem;
  max-height: 2.5rem;
}

.avatar-circle._02 {
  width: 3rem;
  max-width: 3rem;
  height: 3rem;
  max-height: 3rem;
}

.avatar-circle._03 {
  width: 4rem;
  max-width: 4rem;
  height: 4rem;
  max-height: 4rem;
}

.avatar-circle._04 {
  width: 5rem;
  max-width: 5rem;
  height: 5rem;
  max-height: 5rem;
}

.avatar-circle._05 {
  width: 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  max-height: 7.5rem;
}

.avatar-circle._06 {
  width: 10.9375rem;
  max-width: 10.9375rem;
  height: 10.9375rem;
  max-height: 10.9375rem;
}

.avatar-circle._07 {
  width: 15rem;
  max-width: 15rem;
  height: 15rem;
  max-height: 15rem;
}

.avatar-circle._08 {
  width: 23.75rem;
  max-width: 23.75rem;
  height: 23.75rem;
  max-height: 23.75rem;
}

.style---icons-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 2.5rem);
}

.square-icon {
  min-width: 2.5rem;
  max-width: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
}

.style---social-square-icons-grid {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 2.25rem);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 1.3125rem;
}

.social-icon-font.button-left {
  margin-right: .375rem;
}

.social-icon-square {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-square:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.social-icon-square.size-10px {
  width: .625rem;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
  transition: opacity .2s;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 1.125rem;
}

.line-rounded-icon.link-icon-right {
  margin-left: .375rem;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: .75rem;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: .375rem;
}

.line-rounded-icon.success-message-check {
  margin-bottom: .375rem;
  font-size: 1.375rem;
}

.line-rounded-icon.success-message-check.large {
  color: var(--secondary--color-1);
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.medium {
  color: var(--secondary--color-1);
  margin-bottom: .75rem;
  font-size: 2.5rem;
  line-height: 1em;
}

.line-rounded-icon.success-message-check---left {
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 1.375rem;
}

.line-rounded-icon.accordion-arrow {
  transform: rotate(90deg);
}

.style---line-icons-grid {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 1.25rem);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 1.25rem 2rem;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border: .0625rem solid var(--neutral--200);
  border-radius: 1.5rem;
}

.rich-text h2 {
  margin-bottom: 1rem;
}

.rich-text h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.rich-text ul, .rich-text ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-text h6 {
  margin-bottom: 1rem;
}

.rich-text h5, .rich-text h4 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.rich-text blockquote {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 4rem 6.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.607em;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: .0625rem solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.125rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125rem;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover {
  color: var(--secondary--color-1);
}

.style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

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

.style---dropdown-list-sidebar {
  border-bottom: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: .25rem solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: .75rem 1rem .75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--neutral--400);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: .5rem;
  max-width: 2.375rem;
  margin-right: .625rem;
  padding: .125rem;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 2.375rem 1.375rem;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.container-default {
  width: 100%;
  max-width: 72.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-default.order-confirmation {
  display: block;
}

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

.elements---page-hero.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.section {
  padding-top: 9.375rem;
  padding-bottom: 9.375rem;
}

.section.small {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.section.small.hero-section---blog-v3 {
  padding-top: 7.1875rem;
  overflow: hidden;
}

.section.small.bottom-0px {
  padding-bottom: 0;
}

.section.top {
  padding-top: 10rem;
}

.section.template-pages-hero {
  border-bottom: .0625rem solid var(--neutral--300);
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, white 52%, var(--neutral--200) 52%);
  padding-top: 13.5rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 28%, white 28%);
  padding-top: 0;
}

.section.hero-section---home-v1 {
  justify-content: center;
  align-items: center;
  padding-top: 14.625rem;
  padding-bottom: 23.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.features-section---home-v1, .section._0px {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bottom-0px {
  padding-bottom: 0;
}

.section.bottom-section {
  padding-bottom: 12.5rem;
}

.section.bottom-section.top-0px {
  padding-top: 0;
}

.section.hero-section---home-v2 {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---home-v3 {
  justify-content: center;
  align-items: center;
  padding-top: 12.5rem;
  padding-bottom: 8.75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.top-0px {
  padding-top: 0;
}

.section.hero-section---about-page {
  padding-top: 15.25rem;
  padding-bottom: 22.75rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---blog-v3 {
  padding-top: 7.1875rem;
}

.section.bottom---small {
  padding-bottom: 9.375rem;
}

.section.hero-section---features-v1 {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---features-v2 {
  padding-top: 10rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.hero-section---features-v3, .section.hero-section---pricing {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---integrations-page {
  padding-top: 7.1875rem;
  padding-bottom: 9.375rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---default {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---default.bottom---small {
  flex: 1;
  align-items: center;
  display: flex;
}

.section.hero-section---help-center-category {
  padding-top: 7.25rem;
  position: relative;
  overflow: hidden;
}

.section.hero-section---sign-up-page {
  flex: 1;
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---forgot-password {
  flex: 1;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---reset-password-page {
  flex: 1;
  align-items: center;
  padding-top: 10.625rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---confirm-your-email {
  flex: 1;
  align-items: center;
  padding-top: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---demo-page {
  flex: 1;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero-section---coming-soon {
  flex: 1;
  align-items: center;
  padding-top: 18.75rem;
  padding-bottom: 15.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bottom-120px {
  padding-bottom: 7.5rem;
}

.section.pd-top-140px {
  padding-top: 8.75rem;
}

.section.pd-bottom-90px {
  padding-bottom: 5.625rem;
}

.section.pd-top-90px {
  padding-top: 5.625rem;
}

.section.bottom-200px {
  padding-bottom: 12.5rem;
}

.section.bottom-100px {
  padding-bottom: 6.25rem;
}

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.blog-post {
  padding-top: 8.875rem;
  padding-bottom: 6.25rem;
}

.section.hero.integration-single {
  padding-bottom: 7.5rem;
}

.section.hero.terms-conditions {
  padding-bottom: 6.25rem;
}

.section.hero.checkout, .section.hero.order-confirmation {
  overflow: visible;
}

.section.hero.team-single {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
}

.section.top-100px {
  padding-top: 6.25rem;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.top-bar-padding.small-padding {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

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

.top-bar-flex.space-between {
  justify-content: space-between;
}

.link-wrapper {
  color: var(--neutral--800);
  line-height: 1.125em;
  transition: color .3s;
  display: inline-block;
}

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

.link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

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

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.text-semibold {
  font-weight: 600;
}

.link-text {
  transition: none;
  display: inline-block;
}

.elements---element-title {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: .75rem;
  margin-top: 4.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 16.625rem;
  margin-bottom: 3.375rem;
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.294em;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.5rem;
  display: flex;
  position: fixed;
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--950);
  padding: 0;
}

.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-nav-link.cart-link {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  transition: none;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 2rem;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.middle {
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-nav-list-item.middle.hide {
  display: none;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 2rem;
}

.header-nav-list-item.first {
  padding-left: 0;
  padding-right: 1rem;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: none;
  display: flex;
}

.dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transform: translate(-44%);
}

.dropdown-pd {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 1rem;
  width: 60rem;
  margin-top: .875rem;
  padding: 2.5rem;
}

.header-logo {
  max-width: 12.5rem;
}

.header-logo-link {
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link.left {
  padding-right: 2.5rem;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  background-color: var(--neutral--800);
  border-radius: 1.25rem;
  width: 3.25rem;
  height: .25rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-middle.center {
  margin-left: auto;
  margin-right: auto;
}

.header-middle.header-v1 {
  display: flex;
}

.header-left-side {
  align-items: center;
  display: flex;
}

.btn-square-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  font-size: 1.625rem;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-square-primary.small {
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  min-height: 3.125rem;
  font-size: 1.375rem;
}

.btn-square-primary.large {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  min-height: 5.5rem;
  font-size: 1.875rem;
  line-height: 2rem;
}

.btn-square-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

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

.btn-square-secondary {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 15px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  min-width: 3.125rem;
  height: 3.125rem;
  min-height: 3.125rem;
  font-size: 1.5rem;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-square-secondary.small {
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  font-size: 1.25rem;
  line-height: 1em;
}

.btn-square-secondary.small.accordion-btn:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-square-secondary.small.accordion-btn-arrow {
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  width: 2.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  min-height: 2.25rem;
  font-size: 1.375rem;
}

.btn-square-secondary.small.accordion-btn-arrow:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-square-secondary.large {
  width: 5.5rem;
  min-width: 5.5rem;
  height: 5.5rem;
  min-height: 5.5rem;
  font-size: 1.875rem;
  line-height: 2rem;
}

.btn-square-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

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

.btn-square-secondary.accordion-btn {
  position: relative;
}

.btn-square-secondary.slider-btn {
  color: var(--neutral--400);
}

.btn-square-secondary.slider-btn:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-square-secondary.slider-btn.features-slider---right-arrow {
  top: -9.25rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn-square-secondary.slider-btn.features-slider---left-arrow {
  top: -9.25rem;
  bottom: auto;
  left: auto;
  right: 4.625rem;
}

.btn-square-secondary.slider-btn.blog-card-slider---left-arrow {
  top: -6.625rem;
  bottom: auto;
  left: auto;
  right: 4.125rem;
}

.btn-square-secondary.slider-btn.blog-card-slider---right-arrow {
  top: -6.625rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.btn-square-secondary.slider-btn.perks-slider---left-arrow {
  top: 0%;
  bottom: auto;
  left: 42%;
  right: auto;
}

.btn-square-secondary.slider-btn.perks-slider---rigth-arrow {
  top: 0%;
  bottom: auto;
  left: 47vw;
  right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 13.125rem;
  padding-bottom: 8.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap._404-not-found-page {
  min-height: 0;
  padding-top: 13.75rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 41.375rem;
  margin-bottom: 0;
  display: flex;
}

.utility-page-content._404-not-found-page {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 100%;
  display: grid;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

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

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.align-center {
  align-items: center;
}

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

.flex-horizontal.justify-start {
  justify-content: flex-start;
}

.flex-horizontal.justify-start.gap-12px {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.flex-horizontal.justify-start.gap-10px {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

.footer-wrapper {
  border-top: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
}

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

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

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 1.5rem;
  transition-property: transform;
}

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

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.pages-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.footer-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.125em;
}

.footer-list-item.highlighted {
  line-height: 1.75em;
}

.footer-link {
  color: var(--neutral--600);
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

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

.footer-link.highlighted {
  text-decoration: underline;
  transition: transform .3s, color .3s;
}

.footer-top {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.footer-top.footer-v1 {
  border-bottom: .0625rem solid var(--neutral--300);
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.footer-top.footer-v2 {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}

.footer-bottom {
  border-top: .0625rem solid var(--neutral--300);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-bottom.footer-v3 {
  text-align: right;
  border-top-width: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-bottom.footer-v2 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-middle {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-middle.hide {
  display: none;
}

.grid-footer-2-column---logo-and-form {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 21rem) minmax(auto, 26.25rem);
  justify-content: space-between;
  align-items: center;
}

.success-message {
  border: .0625rem solid var(--neutral--300);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .625rem;
  padding: 1.75rem 1.75rem 2rem;
  position: relative;
}

.success-message.large {
  padding-left: 2.625rem;
  padding-right: 2.625rem;
}

.success-message.inside-input {
  background-color: var(--neutral--100);
  min-height: 3.25rem;
  max-height: 3.25rem;
  padding: 0;
}

.success-message.inside-input.large {
  min-height: 4.5rem;
  max-height: 4.5rem;
}

.success-message.contact-form {
  border-style: none;
  border-radius: 0;
  min-height: 27.5rem;
}

.success-message.sign-in-form {
  border-style: none;
  min-height: 18.5625rem;
}

.success-message.sign-up-form {
  min-height: 18.0625rem;
}

.success-message.forgot-password-form {
  min-height: 8.625rem;
}

.success-message.reset-password-form {
  border-style: none;
  border-radius: 0;
  min-height: 15.75rem;
}

.success-message.demo-form {
  border-width: 0;
  border-radius: 0;
  min-height: 20.9375rem;
}

.error-message {
  background-color: var(--system--red-400);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 1rem;
  margin-top: 1.25rem;
  padding: 1.25rem 1.5rem;
}

.grid-footer-3-columns---footer-v1 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 40.625rem) minmax(auto, 10.25rem) minmax(auto, 9.625rem);
  justify-content: space-between;
  align-items: start;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.text-left {
  text-align: left;
}

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

.text-center.mobile-l {
  text-align: left;
}

.text-center.mb-s {
  margin-bottom: 2rem;
}

.text-center.mb-s.max-wdith {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: flex-start;
  display: flex;
}

.icon-list {
  margin-right: .5rem;
}

.fit-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.125em;
}

.subtitle.mg-bottom-24px {
  margin-bottom: 1.5rem;
}

.subtitle.mg-bottom-16px {
  margin-bottom: 1rem;
}

.subtitle.color-neutral-400 {
  color: var(--neutral--400);
}

.subtitle.link {
  text-decoration: none;
  display: block;
}

.text-decoration-none {
  text-decoration: none;
}

.cta-card {
  background-color: var(--neutral--100);
  border-radius: 1.5rem;
  padding: 6.875rem 4rem;
  position: relative;
}

.cta-card.cta-v2 {
  background-image: url('../images/cta-v2-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.5rem;
  padding: 3rem 4rem;
  box-shadow: 0 2px 1rem rgba(101, 105, 113, .09);
}

.cta-card.cta-v1 {
  background-image: url('../images/ready-to-get-started-bg-image-techflow-x-webflow-template.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 1rem;
  padding: 7.5rem 4.5rem;
  transform: translate(0);
  box-shadow: 0 4px 1.25rem rgba(235, 236, 239, .6);
}

.cta-card.cta-v3 {
  background-image: url('../images/ready-to-get-started-cta-v3-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  box-shadow: 0 4px 1.25rem rgba(235, 236, 239, .6);
}

.cta-card.cta-v4 {
  border: .0625rem solid var(--neutral--200);
  background-image: url('../images/subscribe-to-our-newsletter-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 5.5rem 4.5rem;
  box-shadow: 0 4px .75rem rgba(162, 148, 135, .05);
}

.cta-card.cta-v5 {
  border: .0625rem solid var(--neutral--300);
  background-image: url('../images/subscribe-to-our-newsletter-bg-image-techflow-x-webflow-template_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 6.25rem 3rem;
  box-shadow: 0 2px .625rem rgba(65, 73, 84, .05);
}

.cta-card.cta-v6 {
  border: .0625rem solid var(--neutral--200);
  background-image: url('../images/cant-find-the-right-position-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  padding: 4.5rem 6.25rem;
  box-shadow: 0 14px 1.25rem rgba(65, 79, 105, .05);
}

.cta-card.cta-v7 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: .0625rem solid var(--neutral--300);
  background-image: url('../images/cant-find-the-right-answer-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-start;
  padding: 3.5rem 4rem;
  display: flex;
  box-shadow: 0 4px .5rem #e1e3e8;
}

.grid-5-columns {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-5-columns.logo-strip {
  grid-column-gap: 4.375rem;
  grid-template-columns: auto auto auto auto auto;
  justify-content: center;
  align-items: center;
}

.grid-5-columns.integrations-grid---home-v3 {
  grid-column-gap: 2.5rem;
}

.slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.slider-wrapper.blog-slider-wrapper {
  margin-top: 3.5rem;
}

.slider-wrapper.perks-slider {
  padding-top: 4.625rem;
  position: relative;
  overflow: visible;
}

.accordion-item-wrapper {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 1.5rem;
  width: 100%;
  padding: 3rem 4rem;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: .0625rem 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -.0625rem;
  padding: 2rem 0;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(.5rem);
}

.accordion-item-wrapper.v3.tab-accordion---first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.v3.tab-accordion---last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-item-wrapper.v5 {
  box-shadow: none;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-bottom: -.0625rem;
  padding: 2rem 0;
}

.accordion-item-wrapper.v5:hover {
  transform: translate(.5rem);
}

.accordion-item-wrapper.v5.first, .accordion-item-wrapper.v5.first---desktop {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v5.last, .accordion-item-wrapper.v5.last---desktop {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-item-wrapper.v7 {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 0 .0625rem;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 0 2.5rem 2.5rem;
}

.accordion-item-wrapper.v7:hover {
  transform: translate(.5rem);
}

.accordion-item-wrapper.v1 {
  box-shadow: none;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -.0625rem;
  padding: 2.5rem 0;
}

.accordion-item-wrapper.v1:hover {
  transform: translate(.5rem);
}

.accordion-item-wrapper.v1.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-item-wrapper.v1.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.acordion-body.v3 {
  padding-bottom: .25rem;
}

.accordion-spacer {
  min-height: 1rem;
}

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 1.25rem;
  width: 1.125rem;
  height: .125rem;
  position: absolute;
}

.accordion-btn-line.vertical {
  width: .125rem;
  height: 1.125rem;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  width: 100%;
  max-width: 45.625rem;
}

.accordion-content-wrapper.v2.max-w-460px-desktop {
  max-width: 28.75rem;
}

.accordion-side {
  margin-right: 1.5rem;
}

.accordion-side.right-side {
  margin-left: 1.5rem;
  margin-right: 0;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  min-width: 2.375rem;
  height: 2.375rem;
  min-height: 2.375rem;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
}

.tabs-wrapper.tabs-menu-left {
  justify-content: space-between;
  display: flex;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.tabs-menu.tabs-vertical {
  flex-direction: column;
  margin-bottom: 0;
}

.tabs-menu.tabs-vertical.max-width-474px-desktop {
  z-index: 1;
  width: 100%;
  max-width: 29.625rem;
}

.tabs-menu.tabs-vertical.width-548px {
  width: 100%;
  max-width: 34.25rem;
}

.tabs-content---teams---home-v1 {
  align-self: center;
  width: 100%;
  padding-left: 4rem;
  overflow: visible;
}

.tabs-content---teams---home-v1.card {
  border-radius: 1.5rem;
  width: 100%;
  padding: 5rem 4rem;
}

.empty-state {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: .6875rem;
  padding: 1.625rem 1.5rem;
}

.pd---content-inside-card {
  padding: 2.5rem 1.75rem 3rem;
}

.pd---content-inside-card.team-member-page {
  padding: 3.5rem 4.25rem 4rem;
}

.pd---content-inside-card.large {
  padding: 4rem 3.5rem;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 2.5rem;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 2rem 1rem 1.5rem;
}

.image {
  width: 100%;
}

.image.sign-up-page-image {
  object-fit: cover;
  display: block;
}

.mg-bottom-4px {
  margin-bottom: .25rem;
}

.height-100 {
  height: 100%;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-item-wrapper.center {
  justify-content: center;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.center {
  justify-content: center;
}

.divider-details {
  background-color: var(--neutral--300);
  width: .75rem;
  height: .0625rem;
  margin-left: .75rem;
  margin-right: .75rem;
}

.image-wrapper {
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.hero-section---home-v1 {
  z-index: 1;
  align-items: center;
  width: 64%;
  max-width: 57.5rem;
  padding-bottom: 8%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51%;
  overflow: visible;
}

.image-wrapper.home-hero-bg---home-v1 {
  z-index: -1;
  width: 125rem;
  max-width: 125rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  transform: translate(-7%, -10%);
}

.image-wrapper.features-v1-images-left---bg {
  z-index: -1;
  align-self: center;
  width: 128%;
  max-width: 44.375rem;
  position: absolute;
  top: -35%;
  left: -21%;
}

.image-wrapper.features-v1-images-right---bg {
  z-index: -1;
  width: 102%;
  position: absolute;
  left: -3%;
  right: 0%;
}

.image-wrapper.border-radius-8px.width-55px {
  width: 3.4375rem;
}

.image-wrapper.integration-thumbnail-image {
  border-radius: .5rem;
  flex: none;
  max-width: 2.5rem;
}

.image-wrapper.top-team-bg-image---home-v1 {
  z-index: -1;
  width: 153%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: translate(-6%, -3%);
}

.image-wrapper.center-team-bg-image---home-v1 {
  z-index: -10;
  width: 125%;
  position: absolute;
}

.image-wrapper.bottom-team-bg-image---home-v1 {
  z-index: -1;
  width: 174%;
  position: absolute;
  transform: translate(-10%, -5%);
}

.image-wrapper.hero-section---home-v2 {
  border: .0625rem solid var(--neutral--200);
  border-radius: .375rem;
  max-width: 57.5rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 1.25rem rgba(2, 52, 121, .05);
}

.image-wrapper.hero-section---bg-image---home-v2 {
  z-index: -1;
  width: 232%;
  max-width: 208.125rem;
  position: absolute;
  transform: translate(11%, 5%);
}

.image-wrapper.top-team-bg-image---home-v2 {
  width: 140%;
  max-width: 40.1875rem;
  position: absolute;
  transform: translate(-2%, -2%);
}

.image-wrapper.center-team-bg-image---home-v2 {
  width: 140%;
  position: absolute;
  transform: translate(3%);
}

.image-wrapper.bottom-team-bg-image---home-v2 {
  width: 145%;
  max-width: 41.625rem;
  position: absolute;
  transform: translate(10%, 5%);
}

.image-wrapper.hero-section---bg-image---home-v3 {
  z-index: -1;
  width: 208.5rem;
  position: absolute;
  top: 0;
  transform: translate(16%, -17.5625rem);
}

.image-wrapper.features-top-bg-image---home-v3 {
  z-index: -1;
  width: 148%;
  position: absolute;
}

.image-wrapper.features-bottom-bg-image---home-v3 {
  z-index: -1;
  width: 180%;
  position: absolute;
  transform: translate(2%);
}

.image-wrapper.bottom-team-bg-image---home-v3 {
  z-index: -2;
  width: 155%;
  position: absolute;
  transform: translate(-7%, 4%);
}

.image-wrapper.center-team-bg-image---home-v3 {
  z-index: -2;
  width: 178%;
  position: absolute;
  transform: translate(2%, -5%);
}

.image-wrapper.hero-section---top-left-image---about-page {
  border-radius: 1.5rem;
  width: 53%;
  max-width: 19.25rem;
  margin-left: 6%;
  position: relative;
}

.image-wrapper.hero-section---bottom-right-image---about-page {
  border-radius: 1.5rem;
  width: 53%;
  max-width: 19.25rem;
  margin-top: -15%;
  margin-left: auto;
  margin-right: 6%;
  position: relative;
}

.image-wrapper.hero-section---bottom-left-image---about-page {
  border: .0625rem solid var(--neutral--200);
  border-radius: .75rem;
  width: 36%;
  max-width: 13rem;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
  box-shadow: 0 2px .9375rem rgba(101, 105, 113, .09);
}

.image-wrapper.hero-section---top-right-image---about-page {
  border: .0625rem solid var(--neutral--200);
  background-color: var(--neutral--100);
  border-radius: .75rem;
  width: 36%;
  max-width: 13rem;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 2px .9375rem rgba(101, 105, 113, .09);
}

.image-wrapper.hero-section---bg-image---about-page {
  z-index: -1;
  width: 124.563rem;
  max-width: 124.563rem;
  position: absolute;
  transform: translate(19%, -3%);
}

.image-wrapper.about-us---top-image {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.image-wrapper.about-us---bottom-image {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.image-wrapper.about-us---bottom-bg-image {
  z-index: -1;
  width: 138%;
  max-width: 50.5rem;
  position: absolute;
  transform: translate(3%, -3%);
}

.image-wrapper.office-image {
  border-radius: 1.5rem;
  max-width: 36.625rem;
}

.image-wrapper.blog-secondary-image---blog-v1 {
  border: .0625rem solid var(--neutral--200);
  border-radius: 1.5rem;
  min-width: 9rem;
  max-width: 9rem;
  transform: translate(0);
}

.image-wrapper.blog-card-secondary-image---blog-v2 {
  border: .0625rem solid var(--neutral--200);
  border-radius: 1.5rem;
  width: 100%;
  max-width: 13.75rem;
}

.image-wrapper.analytics---bg-image---features-v1 {
  z-index: -1;
  width: 121%;
  max-width: 44.75rem;
  position: absolute;
  transform: translate(-5%, -6%);
}

.image-wrapper.features-bg-image---features-v1 {
  z-index: -2;
  width: 150%;
  max-width: 133.75rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(14%, -25%);
}

.image-wrapper.reports---bg-image---features-v1 {
  z-index: -1;
  width: 126%;
  max-width: 40.9375rem;
  position: absolute;
}

.image-wrapper.integrations-bg-image---features-v1 {
  z-index: -1;
  width: 190%;
  max-width: 65.25rem;
  position: absolute;
  transform: translate(-4%, 6%);
}

.image-wrapper.hero-section---bg-image---features-v2 {
  z-index: -1;
  width: 123rem;
  max-width: 123rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-10%, -15%);
}

.image-wrapper.analytics---bg-image---features-v3 {
  z-index: -1;
  width: 157%;
  max-width: 53.5rem;
  position: absolute;
}

.image-wrapper.reports---bg-image---features-v3 {
  z-index: -1;
  width: 122%;
  position: absolute;
}

.image-wrapper.integrations---bg-image---features-v3 {
  z-index: -1;
  width: 118%;
  max-width: 44.0625rem;
  position: absolute;
  transform: translate(-3%, -1%);
}

.image-wrapper.hero-section---bg-image---features-v3 {
  z-index: -2;
  width: 109.625rem;
  max-width: 109.625rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 50%;
  transform: translate(11%, -14%);
}

.image-wrapper.hero-section---bg-image---pricing-page {
  z-index: -1;
  width: 180.938rem;
  position: absolute;
  transform: translate(5%, 27%);
}

.image-wrapper.hero-section---bg-image---product-page {
  z-index: -1;
  width: 132%;
  max-width: 43.625rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(30%, 40%);
}

.image-wrapper.hero-section---integration-image {
  border: .015625rem solid var(--neutral--300);
  border-radius: 1rem;
  width: 32%;
  max-width: 5.75rem;
  box-shadow: 0 2px .625rem rgba(65, 73, 84, .08);
}

.image-wrapper.hero-section---bg-image-right---integrations {
  z-index: -1;
  width: 96.125rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(14%, -15%);
}

.image-wrapper.hero-section---bg-image-left---integrations {
  z-index: -1;
  width: 111.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 46%;
  transform: translate(0, -10%);
}

.image-wrapper.integration-image {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: .625rem;
  margin-right: -23%;
}

.image-wrapper.hero-section---bg-image---intergration-single {
  width: 198.875rem;
  position: absolute;
  transform: translate(-4%, 13%);
}

.image-wrapper.hero-section---bg-image---help-center-page {
  width: 198.75rem;
  position: absolute;
  transform: translate(5%, -39%);
}

.image-wrapper.hero-section---bg-image---careers-page {
  width: 159.375rem;
  position: absolute;
  transform: translate(-11%, 6%);
}

.image-wrapper.hero-section---bg-image---help-center-articles {
  width: 217.125rem;
  position: absolute;
  transform: translate(8%, -17%);
}

.image-wrapper.hero-section---bg-image---sign-in-page {
  width: 184.625rem;
  position: absolute;
  top: 50%;
  transform: translate(9%, -56%);
}

.image-wrapper.hero-section---sign-up-page {
  display: flex;
  position: absolute;
  top: 0;
  bottom: -18%;
  left: -10%;
  right: 50%;
  transform: translate(-5%);
}

.image-wrapper.hero-section---bg-image-sign-up-page {
  width: 105.75rem;
  position: absolute;
  bottom: 0;
  transform: translate(28%, 54%);
}

.image-wrapper.hero-section---bg-image---forgot-password-page {
  width: 156.25rem;
  position: absolute;
  transform: translate(0, -23%);
}

.image-wrapper.hero-section---bg-image---reset-password-page {
  width: 161.375rem;
  position: absolute;
  top: 50%;
  transform: translate(3%, -52%);
}

.image-wrapper.hero-section---bg-image---terms-and-conditions {
  width: 155.75rem;
  position: absolute;
  transform: translate(6%, -31%);
}

.image-wrapper.hero-section---bg-image---confirm-email-page {
  width: 168.375rem;
  position: absolute;
  top: 50%;
  transform: translate(5%, -31%);
}

.image-wrapper.hero-section---bg-image---demo-page {
  width: 138rem;
  position: absolute;
  top: 50%;
  transform: translate(10%, -33%);
}

.image-wrapper.features-bottom-image---landing-page {
  z-index: -1;
  width: 131%;
  position: absolute;
  top: -27%;
  left: -18%;
}

.image-wrapper.hero-section---bg-image---landing-page {
  width: 118.125rem;
  position: absolute;
  transform: translate(31%, -20%);
}

.image-wrapper.hero-section---coming-soon {
  border: .0625rem solid var(--neutral--200);
  border-radius: 1rem;
  width: 100%;
  max-width: 61.875rem;
  position: absolute;
  left: 51%;
  box-shadow: 0 15px 2.5rem rgba(17, 36, 74, .08);
}

.image-wrapper.hero-section---bg-image---coming-soon-page {
  width: 96.875rem;
  position: absolute;
  top: 50%;
  transform: translate(38%, -25%);
}

.image-wrapper.hero-section---bg-image---404-not-found {
  width: 119.75rem;
  position: absolute;
  transform: translate(-32%, 11%);
}

.image-wrapper.hero-section---bg-image---password-protected {
  z-index: -1;
  width: 117.5rem;
  position: absolute;
  transform: translate(-36%, 33%);
}

.image-wrapper.brix-templates-image {
  width: 56%;
  max-width: 40.625rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0;
}

.image-wrapper.width-50px {
  width: 3.125rem;
}

.image-wrapper.new-image {
  z-index: -1;
  width: 208.5rem;
  position: absolute;
  top: 0;
  transform: translate(20%, -29%);
}

._404-not-found {
  color: var(--accent--primary-1);
  font-size: 15.625rem;
  font-weight: 600;
  line-height: 1.24em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  border-radius: .75rem;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.apple-pay-btn {
  border-radius: 5.625rem;
}

.apple-pay-btn.order-summary {
  height: 3.125rem;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 .0625rem;
  border-bottom-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 .9375rem;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 .0625rem;
  border-color: black black var(--neutral--300);
  padding: 1.9375rem 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: .0625rem solid var(--neutral--300);
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.625rem;
}

.order-item-image {
  border-radius: .875rem;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: .0625rem 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 2rem;
  padding: 2rem 0 0;
}

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

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

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 5.625rem;
  display: flex;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 1.5625rem;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 1rem;
  flex: none;
  max-width: 25rem;
  margin-left: .75rem;
  margin-right: .75rem;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px .625rem rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.image-home-link {
  object-fit: cover;
  width: 100%;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.card-sales-home-image {
  width: 100%;
}

.card-sales-home-content {
  border-top: .0625rem solid var(--neutral--300);
  text-align: center;
  padding: 2rem;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 40rem;
}

.figma-file-text-wrapper {
  border-right: .0625rem solid var(--neutral--300);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 3.5rem;
  padding-right: 1.875rem;
  display: flex;
}

.badge-home {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: .375rem;
  padding: .5rem 1.375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  top: 1.25rem;
  bottom: auto;
  left: auto;
  right: 1.25rem;
}

.home-surprises-card {
  border: .0625rem solid var(--neutral--300);
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2px .75rem rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 3.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.cta-square-logo {
  border-radius: .75rem;
  margin-bottom: 1.375rem;
  box-shadow: 0 8px 1.75rem rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: .0625rem solid var(--neutral--200);
}

.mg-bottom-12px {
  margin-bottom: .75rem;
}

.cta-image-card {
  width: 71.25rem;
  max-width: 71.25rem;
  margin-top: 3.25rem;
  margin-bottom: -1.4375rem;
}

.form.inside-input {
  min-height: 3.25rem;
}

.form.inside-input.large {
  min-height: 4.5rem;
}

.form.contact-form {
  min-height: 27.5rem;
}

.form.sign-in-form {
  min-height: 18.5625rem;
}

.form.sign-up-form {
  min-height: 18.0625rem;
}

.form.forgot-password-from {
  min-height: 8.625rem;
}

.form.reset-password-form {
  min-height: 15.75rem;
}

.form.demo-form {
  min-height: 20.9375rem;
}

.success-message-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.success-message-wrapper.inside-input {
  flex-direction: row;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.column-list-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.social-icon._24px {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}

.social-media-flex-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.social-media-flex-container.large {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.header-container {
  height: 6.625rem;
  position: relative;
}

.pages-link {
  color: var(--neutral--600);
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: inline-block;
}

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

.pages-link.highlighted {
  font-weight: 700;
  text-decoration: underline;
}

.pages-list-item {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.125em;
}

.pages-list-item.highlighted {
  line-height: 1.75em;
}

.grid-footer-3-columns---pages-list {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 40.625rem) minmax(auto, 10.3125rem) minmax(auto, 9.6875rem);
  justify-content: space-between;
}

.feature-item-v1 {
  border-bottom: .0625rem solid var(--neutral--300);
  max-width: 21.5rem;
  padding-bottom: 3rem;
}

.mg-bottom-200px {
  margin-bottom: 12.5rem;
}

.feature-container-v1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-container {
  position: relative;
}

.image-container.features-v1---images-left {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  display: flex;
}

.image-container.features-v1-images-right {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 32.625rem;
  display: flex;
}

.image-container.top-team---home-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  margin-left: auto;
  display: flex;
}

.image-container.center-team---home-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35.9375rem;
  margin-left: auto;
  display: flex;
}

.image-container.bottom-team---home-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 33.5rem;
  margin-left: auto;
  display: flex;
}

.image-container.cta-v2---home-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 27.5rem;
  display: flex;
}

.image-container.top-team---home-v2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 28.8125rem;
  display: flex;
}

.image-container.top-team---home-v2.z-index--1 {
  z-index: -1;
}

.image-container.center-team---home-v2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25.875rem;
  display: flex;
}

.image-container.center-team---home-v2.z-index--1 {
  z-index: -1;
}

.image-container.bottom-team---home-v2 {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.0625rem;
  display: flex;
}

.image-container.hero-section---home-v3 {
  width: 64%;
  max-width: 49.25rem;
  position: absolute;
  top: 6%;
  left: 50%;
}

.image-container.hero-section---about-page {
  width: 44%;
  max-width: 36.375rem;
  position: absolute;
  top: 16%;
  left: 50%;
}

.image-container.analytics---features-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.1875rem;
  display: flex;
}

.image-container.integrations---features-v1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34.375rem;
  display: flex;
}

.image-container.analytics---features-v3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34rem;
  display: flex;
}

.image-container.reports---features-v3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.375rem;
  display: flex;
}

.image-container.integrations---features-v3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 37.5rem;
  display: flex;
}

.image-container.hero-section---integrations-page {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  max-width: 21.875rem;
  display: grid;
}

.image-container.integration-image---row {
  grid-column-gap: 2rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.image-container.integration-image---row.middle {
  grid-template-columns: auto auto 1fr;
}

.image-card {
  border: .0625rem none var(--neutral--200);
  border-radius: 1rem;
  overflow: hidden;
  transform: translate(0);
}

.image-card.features-v1-images-left---top-image {
  align-self: flex-start;
  width: 80%;
  margin-bottom: 18%;
  margin-right: auto;
  position: relative;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-card.features-v1-images-left---bottom-image {
  width: 43%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-card.features-v1-images-right---bottom-image {
  z-index: 1;
  align-self: flex-end;
  width: 67%;
  margin-top: 27%;
  margin-right: auto;
  position: relative;
}

.image-card.features-v1-images-right---top-image {
  width: 71%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-card.top-team---bottom-image---home-v1 {
  z-index: 1;
  border-radius: .75rem;
  width: 53%;
  max-width: 19.625rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.top-team---top-image---home-v1 {
  border-radius: .625rem;
  align-self: flex-start;
  width: 83%;
  max-width: 31.125rem;
  margin-bottom: 26%;
  margin-left: auto;
}

.image-card.center-team---bottom-image---home-v1 {
  z-index: 1;
  border-radius: .5rem;
  width: 50%;
  max-width: 17.75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.center-team---top-image---home-v1 {
  border-radius: .5rem;
  align-self: flex-start;
  width: 75%;
  max-width: 26.625rem;
  margin-bottom: 23%;
  margin-left: auto;
}

.image-card.bottom-team---top-image---home-v1 {
  align-self: flex-start;
  width: 80%;
  max-width: 26.625rem;
  margin-bottom: 24%;
  margin-left: auto;
}

.image-card.bottom-team---bottom-image---home-v1 {
  z-index: 1;
  align-self: flex-end;
  width: 62%;
  max-width: 20.625rem;
  margin-top: 31%;
  margin-right: -41%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.cta-v2---top-image---home-v1 {
  border-radius: .75rem;
  width: 78%;
  max-width: 21.375rem;
  margin-bottom: 18%;
  margin-left: auto;
  position: relative;
}

.image-card.cta-v2---bottom-image---home-v1 {
  z-index: 1;
  border-radius: .75rem;
  width: 63%;
  max-width: 17.125rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.center-team---top-image---home-v2 {
  border-radius: .375rem;
  width: 80%;
  max-width: 20.625rem;
  margin-bottom: 26%;
  margin-right: auto;
  position: relative;
}

.image-card.center-team---bottom-image---home-v2 {
  z-index: 1;
  border-radius: .375rem;
  width: 54%;
  max-width: 13.75rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-card.bottom-team---top-image---home-v2 {
  border-radius: .375rem;
  width: 77%;
  max-width: 22.375rem;
  margin-bottom: 14%;
  margin-left: auto;
  position: relative;
}

.image-card.bottom-team---bottom-image---home-v2 {
  z-index: 1;
  border-radius: .375rem;
  width: 58%;
  max-width: 16.875rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.hero-section---top-image---home-v3 {
  border-radius: .5rem;
  width: 94%;
  max-width: 46rem;
  margin-bottom: 7%;
  margin-left: auto;
}

.image-card.hero-section---bottom-image---home-v3 {
  border-radius: .375rem;
  width: 35%;
  max-width: 10rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.integrations---top-image---features-v1 {
  border-radius: .5rem;
  width: 70%;
  max-width: 24rem;
  margin-bottom: 26%;
  margin-right: auto;
  position: relative;
}

.image-card.integrations---bottom-image---features-v1 {
  border-radius: .5rem;
  width: 47%;
  max-width: 15.9375rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-card.analytics---top-image---features-v3 {
  width: 88%;
  max-width: 29.75rem;
  margin-bottom: 24%;
  margin-left: auto;
  position: relative;
}

.image-card.analytics---bottom-image---features-v3 {
  width: 47%;
  max-width: 16rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.reports---top-image---features-v3 {
  width: 63%;
  margin-bottom: 26%;
  margin-right: auto;
}

.image-card.reports---bottom-image---features-v3 {
  width: 58%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-card.integrations---top-image---features-v3 {
  border-radius: .5rem;
  width: 80%;
  margin-bottom: 25%;
  margin-left: auto;
}

.image-card.integrations---bottom-image---features-v3 {
  border-radius: .75rem;
  width: 42%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-card.hero-new-small {
  border-radius: .375rem;
  width: 35%;
  max-width: 10rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.stats-flex-container {
  grid-column-gap: 4.5rem;
  align-items: flex-start;
  display: flex;
}

.title-left---content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.title-left---content-right.center {
  align-items: center;
}

.title-left---content-right.no-wrap---desktop {
  flex-wrap: nowrap;
}

.section-divider-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .0625rem;
  display: flex;
}

.tab-icon-wrapper {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  transition-property: opacity;
}

.tab-icon-wrapper:hover {
  opacity: .7;
}

.tab-icon-wrapper.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-tab-wrapper---home-v1 {
  display: flex;
}

.testimonial-tab-menu {
  flex-direction: column;
  display: flex;
}

.testimonial-tab---home-v1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: .125rem solid var(--neutral--300);
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding: 2.5rem;
  transition: border-color .3s, opacity .3s, color .3s;
  display: flex;
  transform: translate(0);
}

.testimonial-tab---home-v1:hover {
  border-left-color: var(--neutral--400);
}

.testimonial-tab---home-v1.w--current {
  border-left-color: var(--secondary--color-3);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-tab-content {
  flex: 1;
  align-self: center;
}

.testimonial-content-wrapper---home-v1 {
  max-width: 37.5rem;
  margin-left: auto;
}

.collection-link-flex-container {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.border-neutral-200 {
  border: .0625rem solid var(--neutral--200);
}

.border-neutral-300 {
  border: .0625rem solid var(--neutral--300);
}

.features-slider-mask {
  width: 34%;
  overflow: visible;
}

.feature-item---home-v2 {
  width: 100%;
  padding-right: 2.5rem;
}

.testimonial-tab---home-v2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: .09375rem solid var(--neutral--300);
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem 1.5rem;
  transition: border-color .3s, opacity .3s, color .3s;
  display: flex;
}

.testimonial-tab---home-v2:hover {
  border-top-color: var(--neutral--400);
}

.testimonial-tab---home-v2.w--current {
  border-top-color: var(--neutral--800);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-tab-wrapper---home-v2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 4rem;
  display: grid;
}

.shrink-0 {
  flex: none;
}

.logo-strip-wrapper---home-v3 {
  margin-top: 10.25rem;
  margin-bottom: 12.5rem;
}

.bg-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-image-wrapper.about-page {
  align-items: center;
}

.feature-item-line-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-left: .0625rem solid var(--neutral--300);
  align-items: flex-start;
  padding-left: 1.5rem;
  display: flex;
}

.team-tabs-wrapper {
  z-index: 1;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-tab---home-v3 {
  grid-column-gap: 1rem;
  border-bottom: .09375rem solid var(--neutral--300);
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0 1.5rem 1.5rem;
  transition: border-color .3s, opacity .3s, color .3s;
  display: flex;
}

.team-tab---home-v3:hover {
  border-bottom-color: var(--neutral--400);
  opacity: .7;
}

.team-tab---home-v3.w--current {
  border-bottom-color: var(--neutral--800);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.team-tab-pane---home-v3 {
  grid-column-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  max-width: 59rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-tab-content-wrapper {
  margin-top: 6.25rem;
  overflow: visible;
}

.testimonial-card-icon {
  color: var(--neutral--800);
  font-family: Social Icons Font, sans-serif;
  font-size: 1.375rem;
  line-height: 1em;
  text-decoration: none;
}

.testimonial-card-icon:hover {
  color: var(--secondary--color-1);
}

.values-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-member-social-media-wrapper {
  border: .0625rem solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: .5rem;
  padding: .75rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 0 2px .9375rem rgba(101, 105, 113, .09);
}

.tabs-content---offices-tabs {
  align-self: center;
  padding-right: 2.5rem;
}

.office-contact-details-flex-container {
  grid-column-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.offices-tabs {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
}

.offices-tabs.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.blog-card-secondary---blog-v1 {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pagination-wrapper {
  margin-top: 3rem;
}

.search-wrapper {
  width: 100%;
  max-width: 26.25rem;
  margin-bottom: 0;
  position: relative;
}

.search-wrapper.width-476px {
  max-width: 29.75rem;
}

.blog-card-secondary---blog-v2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-card-slider-mask---blog-v3 {
  width: 29.75rem;
  overflow: visible;
}

.mg-bottom--24px {
  margin-bottom: -1.5rem;
}

.heading-wrapper {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-wrapper.display-1-font-size {
  grid-column-gap: 1rem;
}

.heading-wrapper.display-1-font-size.center {
  justify-content: center;
}

.heading-wrapper.displa-2-font-size {
  grid-column-gap: .625rem;
}

.hero-section-badges-bottom-container {
  text-align: center;
  max-width: 31.875rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-item-icon-left {
  grid-column-gap: 1rem;
  border-bottom: .0625rem solid var(--neutral--300);
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.mg-bottom--6px {
  margin-bottom: -.375rem;
}

.contact-link-icon-left-container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 20.25rem;
  display: flex;
}

.mg-bottom-120px {
  margin-bottom: 7.5rem;
}

.mg-bottom-150px {
  margin-bottom: 9.375rem;
}

.perks-slider-wrapper {
  width: 98vw;
  padding-left: .625rem;
  overflow: hidden;
}

.perks-slider-mask {
  max-width: 24.375rem;
  overflow: visible;
}

.perks-slide {
  margin-right: 2rem;
}

.career-link-item {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.width-38px {
  width: 2.375rem;
}

.mg-bottom--40px {
  margin-bottom: -2.5rem;
}

.help-center-category-link {
  border-bottom: .0625rem solid var(--neutral--300);
  padding-bottom: 3rem;
  text-decoration: none;
}

.help-center-image {
  width: 3.125rem;
  margin-bottom: 1.5rem;
}

.help-center-article-link {
  border-bottom: .0625rem solid var(--neutral--300);
  padding-bottom: 4rem;
  text-decoration: none;
  display: block;
}

.mg-bottom-100px {
  margin-bottom: 6.25rem;
}

.checkbox-label {
  font-weight: 400;
}

.form-divider {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-divider._32px {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.header-bg-wrapper {
  background-color: var(--neutral--100);
  height: 6rem;
  position: relative;
}

.header-bg-wrapper.border-bottom {
  border-bottom: .0625rem solid var(--neutral--300);
}

.pd-top-100px {
  padding-top: 6.25rem;
}

.pd-top-48px {
  padding-top: 3rem;
}

.logo-strip-wrap-container {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.pd-top-120px {
  padding-top: 7.5rem;
}

.pd-top-72px {
  padding-top: 4.5rem;
}

.cta-footer-v2 {
  border: .0625rem solid var(--neutral--200);
  background-image: url('../images/create-stunning-templates-easily-bg-image-techflow-x-webflow-template.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5rem;
  padding: 4rem 4.5rem;
  display: flex;
}

.pd-top-200px {
  padding-top: 12.5rem;
}

.perks-slider-side-gradient {
  background-image: linear-gradient(to right, var(--neutral--100), transparent);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.figma-link {
  color: var(--secondary--color-3);
}

.figma-link:hover {
  color: var(--accent--primary-1);
}

.pricing-col-wrapper.popular {
  background-color: var(--neutral--200);
}

.pricing-col {
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  max-height: 2.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.pricing-col.first {
  justify-content: flex-start;
  padding-left: 1.875rem;
}

.pricing-col.pricing-line-bottom {
  border-bottom: .0625rem solid var(--neutral--300);
  min-height: 5.25rem;
  max-height: 5.25rem;
  margin-bottom: .625rem;
  padding-bottom: 2.5rem;
}

.pricing-col.last {
  margin-bottom: 4.25rem;
}

.pricing-col-top.card-top {
  border-bottom: .0625rem solid var(--neutral--300);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 14.375rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.show-in-mbl {
  display: none;
}

.pricing-content-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

.loading-page-wrapper {
  z-index: 9999999;
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loading-circle {
  border-style: solid;
  border-width: .875rem;
  border-color: var(--accent--primary-1) var(--neutral--200) var(--neutral--200);
  border-radius: 50%;
  min-width: 6.25rem;
  max-width: 6.25rem;
  min-height: 6.25rem;
  max-height: 6.25rem;
}

.cart-button-wrapper {
  margin-left: 2rem;
}

.cart-quantity {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75em;
  display: flex;
  position: static;
  top: auto;
  bottom: -.5rem;
  left: -1rem;
  right: auto;
}

.pd-left-0 {
  padding-left: 0;
}

.close-button {
  transform-style: preserve-3d;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

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

.error-state {
  background-color: var(--system--red-400);
  color: var(--neutral--100);
  text-align: center;
}

.mg-left-0 {
  margin-left: 0;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.position-sticky.top-24px {
  top: 1.5rem;
}

.mg-bottom-64px {
  margin-bottom: 4rem;
}

.home-v1-image-left {
  border: .0625rem solid var(--neutral--200);
  border-radius: .625rem;
  box-shadow: 0 14px 2.5rem rgba(31, 49, 84, .09);
}

.mg-bottom-20px {
  margin-bottom: 1.25rem;
}

.flex {
  display: flex;
}

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

.flex.children-wrap {
  flex-wrap: wrap;
}

.flex.justify-center {
  justify-content: center;
}

.display-block {
  display: block;
}

.mg-top-4px {
  margin-top: .25rem;
}

.mg-top-auto {
  margin-top: auto;
}

.icon-size-28px {
  min-width: 1.75rem;
  max-width: 1.75rem;
  min-height: 1.75rem;
  max-height: 1.75rem;
}

.overflow-visible {
  overflow: visible;
}

.max-height-20px {
  max-height: 1.25rem;
}

.max-height-19px {
  max-height: 1.1875rem;
}

.table-row {
  border-bottom: 1px solid var(--neutral--50);
  color: #303030;
  height: 2.18753rem;
  min-height: 2.1875rem;
}

.table-row.is-header {
  z-index: 5;
  border-bottom: 1px solid var(--neutral--50);
  background-color: var(--white);
  font-weight: 600;
  position: relative;
}

.table-row-contents {
  height: 2.1875rem;
  display: flex;
}

.table-row-cell {
  flex: 1;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 12px;
  display: flex;
}

.table-row-cell.is-bold {
  font-weight: 700;
}

.table-row-cell.is-order {
  flex: none;
  min-width: 6rem;
}

.table-row-cell.is-srhink {
  flex: 1;
  font-weight: 600;
}

.table-row-cell.is-channel, .table-row-cell.is-margin {
  flex: 1;
}

.table-row-cell.is-date {
  flex: 1;
  min-width: 8rem;
  font-size: 11px;
}

.shopify-badge.red-margin {
  color: #8e1f0b;
  background-color: #fedad9;
  border-radius: 8px;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 600;
  line-height: 1.8;
}

.shopify-badge.green-margin {
  color: #0c5132;
  background-color: #cdfee1;
  border-radius: 8px;
  padding-left: .75rem;
  padding-right: .75rem;
  font-weight: 600;
  line-height: 1.8;
}

.shopify-orders {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  height: 315px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  z-index: 10;
  border-bottom: 1px dashed var(--neutral--300);
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, .95));
  height: 210px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.scrolling-orders {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 210px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrolling-orders.leadlane {
  flex-direction: column;
  justify-content: flex-end;
  height: 140px;
  display: flex;
  overflow: hidden;
}

.scrolling-orders.shopify {
  z-index: 9;
  background-color: #fff;
  height: 140px;
}

.hide {
  display: none;
}

.div-block-4 {
  z-index: 8;
  pointer-events: none;
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
  min-height: 70px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4.is-inverse {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  border-bottom-style: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-bar__left {
  justify-content: space-between;
  align-items: center;
  width: 20%;
  display: flex;
}

.browser-window {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .68);
  height: auto;
  padding: 1rem;
}

.browser-wrapper {
  border: 1px solid var(--neutral--100);
  border-radius: 8px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.search-bar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 26px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  display: flex;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.top-bar__center {
  flex: 1;
  max-width: 60%;
}

.top-bar__right-contents {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.top-bar {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .79);
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.top-bar__right {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.arrows-wrapper {
  display: none;
}

.div-block-986 {
  color: #fff;
  background-color: #2a2552;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 80%;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -1rem;
  right: auto;
}

.div-block-986.is-best-seller {
  background-color: #c8202f;
}

.text-block-223 {
  flex: none;
  font-size: .5rem;
  line-height: 1;
  transform: rotate(-90deg);
}

.image-2 {
  height: 2rem;
  display: block;
}

.section-container {
  border-radius: var(--border-radius);
  background-color: rgba(251, 250, 249, .46);
  padding: 4rem;
}

.cb-600 {
  color: var(--brand--600);
}

.content-card {
  border: .0625rem none var(--neutral--200);
  border-radius: 1rem;
  overflow: hidden;
  transform: translate(0);
}

.header-menu {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

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

.header-new {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.container-default-copy {
  width: 100%;
  max-width: 76.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-default-copy.order-confirmation {
  display: block;
}

.container-default-copy-copy {
  width: 100%;
  max-width: 76.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container-default-copy-copy.order-confirmation {
  display: block;
}

.header-cont {
  background-color: #fbfaf9;
  border-radius: 12px;
  width: 100%;
  max-width: 72.5rem;
  padding: 1rem 1.5rem;
}

.header-cont.order-confirmation {
  display: block;
}

.header-new-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.new-section {
  border-radius: var(--border-radius);
  background-color: rgba(251, 250, 249, .46);
  padding: 0 4rem 4rem;
}

.newsectionssss {
  padding: 0 4rem 4rem;
}

.container-paddings {
  width: 100%;
  max-width: 72.5rem;
  padding-left: 0;
  padding-right: 0;
}

.container-paddings.order-confirmation {
  display: block;
}

.display-news {
  color: var(--neutral--800);
  flex-flow: column;
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1.029em;
}

.image-3 {
  width: 4rem;
  margin-bottom: 2rem;
}

.new-sections {
  padding-top: 5rem;
  padding-bottom: 9.375rem;
}

.new-sections.small {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.new-sections.small.hero-section---blog-v3 {
  padding-top: 7.1875rem;
  overflow: hidden;
}

.new-sections.small.bottom-0px {
  padding-bottom: 0;
}

.new-sections.top {
  padding-top: 10rem;
}

.new-sections.template-pages-hero {
  border-bottom: .0625rem solid var(--neutral--300);
  padding-top: 10rem;
  padding-bottom: 7.5rem;
}

.new-sections.hero-page {
  background-image: linear-gradient(to bottom, white 52%, var(--neutral--200) 52%);
  padding-top: 13.5rem;
  padding-bottom: 12.5rem;
  overflow: hidden;
}

.new-sections.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--200) 28%, white 28%);
  padding-top: 0;
}

.new-sections.hero-section---home-v1 {
  justify-content: center;
  align-items: center;
  padding-top: 14.625rem;
  padding-bottom: 23.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.features-section---home-v1, .new-sections._0px {
  padding-top: 0;
  padding-bottom: 0;
}

.new-sections.bottom-0px {
  padding-bottom: 0;
}

.new-sections.bottom-section {
  padding-bottom: 12.5rem;
}

.new-sections.bottom-section.top-0px {
  padding-top: 0;
}

.new-sections.hero-section---home-v2 {
  justify-content: center;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---home-v3 {
  justify-content: center;
  align-items: center;
  padding-top: 12.5rem;
  padding-bottom: 8.75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.new-sections.top-0px {
  padding-top: 0;
}

.new-sections.hero-section---about-page {
  padding-top: 15.25rem;
  padding-bottom: 22.75rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---blog-v3 {
  padding-top: 7.1875rem;
}

.new-sections.bottom---small {
  padding-bottom: 9.375rem;
}

.new-sections.hero-section---features-v1 {
  padding-top: 10rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---features-v2 {
  padding-top: 10rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---features-v3, .new-sections.hero-section---pricing {
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---integrations-page {
  padding-top: 7.1875rem;
  padding-bottom: 9.375rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---default {
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---default.bottom---small {
  flex: 1;
  align-items: center;
  display: flex;
}

.new-sections.hero-section---help-center-category {
  padding-top: 7.25rem;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---sign-up-page {
  flex: 1;
  align-items: center;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---forgot-password {
  flex: 1;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---reset-password-page {
  flex: 1;
  align-items: center;
  padding-top: 10.625rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---confirm-your-email {
  flex: 1;
  align-items: center;
  padding-top: 12.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---demo-page {
  flex: 1;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.hero-section---coming-soon {
  flex: 1;
  align-items: center;
  padding-top: 18.75rem;
  padding-bottom: 15.625rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-sections.bottom-120px {
  padding-bottom: 7.5rem;
}

.new-sections.pd-top-140px {
  padding-top: 8.75rem;
}

.new-sections.pd-bottom-90px {
  padding-bottom: 5.625rem;
}

.new-sections.pd-top-90px {
  padding-top: 5.625rem;
}

.new-sections.bottom-200px {
  padding-bottom: 12.5rem;
}

.new-sections.bottom-100px {
  padding-bottom: 6.25rem;
}

.new-sections.hero {
  position: relative;
  overflow: hidden;
}

.new-sections.hero.blog-post {
  padding-top: 8.875rem;
  padding-bottom: 6.25rem;
}

.new-sections.hero.integration-single {
  padding-bottom: 7.5rem;
}

.new-sections.hero.terms-conditions {
  padding-bottom: 6.25rem;
}

.new-sections.hero.checkout, .new-sections.hero.order-confirmation {
  overflow: visible;
}

.new-sections.hero.team-single {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
}

.new-sections.top-100px {
  padding-top: 6.25rem;
}

.sparkle {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.copy-me {
  display: none;
}

.spacer-50 {
  height: 50px;
}

.html-embed {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-2-columns.blog-v1-grid, .grid-2-columns.hero-section---blog-v2 {
    grid-column-gap: 3.5rem;
  }

  .grid-2-columns.career-cards-grid {
    grid-column-gap: 6rem;
  }

  .card.integration-card {
    grid-column-gap: 4.5rem;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 23.75rem) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .style---dropdown-link-sidebar {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: .75rem;
    max-width: 2.875rem;
    margin-right: .875rem;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .btn-square-secondary.slider-btn.perks-slider---left-arrow {
    left: 38.125rem;
    right: auto;
  }

  .btn-square-secondary.slider-btn.perks-slider---rigth-arrow {
    left: 42.3125rem;
    right: auto;
  }

  .cta-card.cta-v1 {
    background-image: url('../images/ready-to-get-started-bg-image-techflow-x-webflow-template.jpg');
    background-position: 0 0;
    background-size: cover;
    padding: 7.5rem 4.5rem;
  }

  .image-wrapper.features-bg-image---features-v1 {
    left: 50%;
    transform: translate(-19%, -25%);
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    right: 50%;
    transform: translate(4%, -10%);
  }

  ._404-not-found {
    font-size: 15.625rem;
  }

  .card-sales-home-image {
    width: 100%;
  }

  .image-card.bottom-team---top-image---home-v1 {
    border-radius: .5rem;
    align-self: flex-start;
    max-width: 26.625rem;
  }

  .image-card.bottom-team---bottom-image---home-v1 {
    z-index: 1;
    border-radius: .5rem;
    max-width: 20.625rem;
    margin-top: 31%;
    margin-right: -41%;
    position: relative;
  }

  .features-slider-mask {
    width: 37%;
  }

  .feature-item---home-v2 {
    padding-right: 5rem;
  }

  .pricing-col.first {
    padding-left: 3.5rem;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.hero-section---default.bottom---small {
    align-items: center;
  }

  .image-wrapper.hero-section---home-v1 {
    padding-bottom: 4%;
  }

  .image-wrapper.hero-section---bg-image---forgot-password-page {
    top: 50%;
    transform: translate(0, -53%);
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem;
  }

  .image-home-link-wrapper {
    max-width: 35rem;
  }

  .new-sections.hero-section---default.bottom---small {
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    margin-bottom: .75rem;
    font-size: 1.875rem;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.cta-v4 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 6.25rem;
  }

  .grid-2-columns.hero-section---home-v1 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-section-v1 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs---home-v1, .grid-2-columns.cta-v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-section---home-v3 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-section---about-page {
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-v1-grid {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-section---blog-v2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-grid---blog-v2 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.analytics---features-v1 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-wrapper---features-v3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.reports---features-v3, .grid-2-columns.integrations---features-v3 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faqs---contact-page {
    grid-template-columns: auto;
  }

  .grid-2-columns.hero-section---integrations-page {
    grid-column-gap: 3rem;
  }

  .grid-2-columns.perks-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.our-mission-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1rem;
  }

  .grid-2-columns.career-cards-grid, .grid-2-columns.grid-default, .grid-2-columns.rich-text-right {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sign-up-grid {
    grid-column-gap: 3.5rem;
    grid-row-gap: 5.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-pages---last-row {
    width: 100%;
    max-width: none;
  }

  .grid-2-columns.hero-card-right {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.checkout-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.sales-home-page {
    max-width: none;
  }

  .card.team-card---home-v2 {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding: 4rem 2.5rem;
  }

  .card.testimonial-card---home-v2 {
    padding: 4rem 2.5rem;
  }

  .card.integration-card---small {
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card.testimonial-card---home-v3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.hero-section---blog-v3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .card.pricing-card {
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.product-card {
    max-width: 100%;
    padding: 3rem 2.5rem;
  }

  .card.pd-48px {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.contact-card {
    max-width: 100%;
    padding: 3rem 2.5rem;
  }

  .card.integration-card {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.apply-position-card {
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.help-center-single-card {
    padding: 4rem 2.5rem;
  }

  .card.sign-in-form {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .card.forgot-password-card {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.form-card.pd-56px---72px {
    padding: 3rem 2.5rem;
  }

  .card.form-card.pd-64px---48px {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card.form-card.pd-88px---80px {
    padding: 5rem 4rem;
  }

  .card.brix-card {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 3rem 0 0;
  }

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

  .grid-4-columns.logo-strip-center {
    grid-column-gap: 3.5rem;
  }

  .grid-4-columns.pricing-table-grid-4-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 1.5rem;
  }

  .divider {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .divider._64px {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 15.625rem) 1fr;
  }

  .mg-bottom-32px.mg-bottom-24px---tablet {
    margin-bottom: 1.5rem;
  }

  .mg-bottom-48px.mg-bottom-16px-tablet {
    margin-bottom: 1rem;
  }

  .mg-left-32px.mg-left-0px---tablet {
    margin-left: 0;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .mg-right-32px.mg-right-0px---tablet {
    margin-right: 0;
  }

  .text-200.medium.header-title {
    color: var(--neutral--800);
    margin-bottom: 1.5rem;
  }

  .display-1 {
    font-size: 4rem;
  }

  .grid-1-column.gap-row-32px.gap-row-16px-tablet {
    grid-row-gap: 1rem;
  }

  .grid-1-column.about-us-grid {
    grid-row-gap: 4rem;
  }

  .grid-1-column.blog-secondary-grid {
    grid-row-gap: 1.5rem;
  }

  .grid-1-column.help-center-articles-grid {
    grid-row-gap: 3.5rem;
  }

  .grid-1-column.blog-v2-hero-grid {
    grid-row-gap: 1.5rem;
  }

  .gap-row-80px {
    grid-row-gap: 3.5rem;
  }

  .display-2 {
    font-size: 2rem;
  }

  .display-2.mg-bottom-40px.mg-bottom-24px-tablet {
    margin-bottom: 1.5rem;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 8.75rem;
  }

  .paragraph-large {
    font-size: 1.25rem;
  }

  .text-400 {
    font-size: 1.375rem;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 4rem;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.features-section-v1 {
    grid-row-gap: 3rem;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.features-line-left-grid {
    grid-row-gap: 3rem;
  }

  .grid-3-columns.values-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 3rem;
  }

  .grid-3-columns.blog-card-grid---blog-v1 {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
  }

  .grid-3-columns.blog-card-grid---blog-v1._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.features-section-v3 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.pricing-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .grid-3-columns.contact-link-grid {
    grid-column-gap: 1.5rem;
  }

  .grid-3-columns.integrations-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-64px {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 3.75rem;
    padding-top: 7.25rem;
    padding-bottom: 7.25rem;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._500px---tablet {
    max-width: 31.25rem;
  }

  .inner-container.padding-32 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 2rem;
  }

  .btn-primary.small.pagination-button, .btn-secondary.small.pagination-button {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 1rem;
  }

  .avatar-circle._06 {
    width: 8.75rem;
    max-width: 8.75rem;
    height: 8.75rem;
    max-height: 8.75rem;
  }

  .avatar-circle._07 {
    width: 10rem;
    max-width: 10rem;
    height: 10rem;
    max-height: 10rem;
  }

  .avatar-circle._08 {
    width: 17.5rem;
    max-width: 17.5rem;
    height: 17.5rem;
    max-height: 17.5rem;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 1.125rem 1.5rem;
  }

  .rich-text blockquote {
    padding: 3.5rem 3rem;
    font-size: 1.5rem;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 8.75rem;
    padding-bottom: 4.5rem;
  }

  .section.small {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section.small.top-0px {
    padding-top: 0;
  }

  .section.top {
    padding-top: 8.75rem;
  }

  .section.template-pages-hero {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-page {
    padding-top: 11.25rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---home-v1 {
    padding-top: 9.25rem;
    padding-bottom: 7.5rem;
  }

  .section.features-section---home-v1 {
    padding-top: 5rem;
  }

  .section.bottom-section {
    padding-bottom: 11.25rem;
  }

  .section.hero-section---home-v2 {
    padding-top: 9.25rem;
  }

  .section.hero-section---home-v3 {
    padding-top: 8.75rem;
  }

  .section.hero-section---about-page {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section.bottom---small {
    padding-bottom: 7.5rem;
  }

  .section.hero-section---features-v1 {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---features-v2 {
    padding-top: 8.75rem;
  }

  .section.hero-section---features-v3, .section.hero-section---pricing {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---integrations-page {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }

  .section.hero-section---default {
    padding-top: 8.75rem;
  }

  .section.hero-section---sign-up-page {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .section.hero-section---reset-password-page {
    padding-top: 8.75rem;
  }

  .section.hero-section---confirm-your-email {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---demo-page {
    padding-top: 8.75rem;
  }

  .section.hero-section---coming-soon {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }

  .section.bottom-120px {
    padding-bottom: 6.25rem;
  }

  .section.pd-top-140px {
    padding-top: 6.25rem;
  }

  .section.pd-bottom-90px {
    padding-bottom: 2.8125rem;
  }

  .section.pd-top-90px {
    padding-top: 2.8125rem;
  }

  .section.bottom-200px {
    padding-bottom: 6.25rem;
  }

  .section.hero.blog-post {
    padding-bottom: 5rem;
  }

  .section.hero.integration-single {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .section.hero.terms-conditions, .section.hero.search-page, .section.hero.checkout, .section.hero.order-confirmation, .section.hero.pricing-category, .section.hero.team-single {
    padding-top: 9.375rem;
  }

  .top-bar-wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .top-bar-padding {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 3rem;
  }

  .heading-h2-size {
    font-size: 1.875rem;
  }

  .heading-h4-size {
    font-size: 1.375rem;
  }

  .header-wrapper {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .header-nav-menu-wrapper {
    border-top: .0625rem solid var(--neutral--300);
    border-bottom: .0625rem solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 2rem 1.5rem .5rem;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.cart-link {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .header-nav-list-item {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.middle {
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    width: auto;
    margin-top: 0;
    padding: 2rem 0 .75rem;
  }

  .header-logo-link.center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hamburger-menu-wrapper {
    margin-left: 1.5rem;
    transition: transform .3s;
  }

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

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-wrapper.hide {
    display: none;
  }

  .hamburger-menu-bar {
    width: 2.75rem;
    height: .1875rem;
  }

  .hamburger-menu-bar.bottom {
    margin-top: .75rem;
    margin-bottom: .75rem;
  }

  .header-middle.header-v1, .header-left-side.tablet {
    flex: 1;
  }

  .btn-square-secondary.slider-btn.perks-slider---left-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 4rem;
  }

  .btn-square-secondary.slider-btn.perks-slider---rigth-arrow {
    top: auto;
    bottom: 0%;
    left: 4rem;
    right: 0%;
  }

  .utility-page-wrap, .utility-page-wrap._404-not-found-page {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }

  .utility-page-content._404-not-found-page {
    grid-template-columns: 1fr;
  }

  .flex-vertical.gap-row-32px.gap-row-16px-tablet {
    grid-row-gap: 1rem;
  }

  .footer-logo-wrapper {
    margin-bottom: 1rem;
  }

  .footer-top {
    padding-top: 5.875rem;
    padding-bottom: 5.875rem;
  }

  .footer-top.footer-v1 {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .footer-top.footer-v2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-bottom.text-left.text-center-mb, .footer-bottom.footer-v3 {
    text-align: center;
  }

  .footer-bottom.footer-v2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-middle {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-footer-2-column---logo-and-form {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .success-message.demo-form {
    min-height: 39.25rem;
  }

  .error-message.password {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .grid-footer-3-columns---footer-v1 {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer-paragrah---social-media {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cta-card {
    padding: 4.5rem 3.375rem;
  }

  .cta-card.cta-v2 {
    padding-bottom: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .cta-card.cta-v1 {
    padding: 4rem 2.5rem;
  }

  .cta-card.cta-v3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-card.cta-v4 {
    background-position: 50%;
    padding: 4rem 2.5rem;
  }

  .cta-card.cta-v5 {
    padding: 4rem 3rem;
  }

  .cta-card.cta-v6 {
    padding: 4rem 2.5rem;
  }

  .cta-card.cta-v7 {
    padding: 3rem 2.5rem;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 2rem;
    justify-content: space-between;
  }

  .grid-5-columns.integrations-grid---home-v3 {
    grid-column-gap: 1.5rem;
  }

  .slider-wrapper.perks-slider {
    padding-top: 0;
    padding-bottom: 5.125rem;
  }

  .accordion-item-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .accordion-item-wrapper.v3:hover {
    transform: translate(.375rem);
  }

  .accordion-item-wrapper.v5.first---desktop {
    border-top-width: .0625rem;
    padding-top: 2rem;
  }

  .accordion-item-wrapper.v5.last---desktop {
    border-bottom-width: .0625rem;
    padding-bottom: 2rem;
  }

  .accordion-item-wrapper.v1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-spacer {
    min-height: .75rem;
  }

  .accordion-content-wrapper.v2.max-w-460px-desktop {
    max-width: 100%;
  }

  .tabs-wrapper.tabs-menu-left {
    flex-direction: column;
  }

  .tabs-wrapper.tabs-menu-left.flex-reverse {
    flex-direction: column-reverse;
  }

  .tabs-menu.tabs-vertical.max-width-474px-desktop {
    width: 100%;
    max-width: 100%;
  }

  .tabs-menu.tabs-vertical.width-548px {
    max-width: 100%;
  }

  .tabs-content---teams---home-v1 {
    margin-top: 4rem;
    padding-left: 0;
  }

  .tabs-content---teams---home-v1.card {
    margin-top: 0%;
    padding: 3rem 2.5rem;
  }

  .image.home-hero-bg---home-v1 {
    object-fit: cover;
    height: 100%;
  }

  .image.sign-up-page-image {
    object-position: 50% 56%;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .image-wrapper.hero-section---home-v1 {
    width: 100%;
    padding-bottom: 0%;
    position: static;
  }

  .image-wrapper.home-hero-bg---home-v1 {
    width: auto;
    max-width: none;
    left: 0;
    right: 0;
    transform: translate(0%);
  }

  .image-wrapper.features-v1-images-left---bg {
    max-width: none;
  }

  .image-wrapper.top-team-bg-image---home-v1 {
    width: 130%;
  }

  .image-wrapper.bottom-team-bg-image---home-v1 {
    width: 125%;
    transform: translate(-10%);
  }

  .image-wrapper.hero-section---bg-image---home-v2 {
    transform: translate(0, 9%);
  }

  .image-wrapper.top-team-bg-image---home-v2, .image-wrapper.bottom-team-bg-image---home-v2 {
    max-width: none;
  }

  .image-wrapper.hero-section---bg-image---home-v3 {
    width: 156.25rem;
    transform: translate(16%, 5%);
  }

  .image-wrapper.bottom-team-bg-image---home-v3 {
    width: 130%;
  }

  .image-wrapper.center-team-bg-image---home-v3 {
    width: 150%;
  }

  .image-wrapper.hero-section---top-left-image---about-page, .image-wrapper.hero-section---bottom-right-image---about-page, .image-wrapper.hero-section---bottom-left-image---about-page, .image-wrapper.hero-section---top-right-image---about-page {
    max-width: none;
  }

  .image-wrapper.hero-section---bg-image---about-page {
    width: 200%;
    max-width: none;
    transform: translate(8%);
  }

  .image-wrapper.about-us---top-image {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-top: 3rem;
  }

  .image-wrapper.about-us---bottom-image {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-bottom: 3rem;
  }

  .image-wrapper.office-image {
    max-width: 100%;
  }

  .image-wrapper.analytics---bg-image---features-v1 {
    width: 115%;
    transform: translate(1%, -15%);
  }

  .image-wrapper.features-bg-image---features-v1 {
    width: 62.5rem;
    max-width: 133.75rem;
    transform: translate(38%, 4%);
  }

  .image-wrapper.hero-section---bg-image---features-v2 {
    max-width: 93.75rem;
    transform: translate(-10%, -9%);
  }

  .image-wrapper.analytics---bg-image---features-v3 {
    width: 139%;
    max-width: none;
  }

  .image-wrapper.reports---bg-image---features-v3 {
    transform: translate(0, 9%);
  }

  .image-wrapper.integrations---bg-image---features-v3 {
    transform: translate(-3%, 2%);
  }

  .image-wrapper.hero-section---bg-image---features-v3 {
    max-width: 78.125rem;
    transform: translate(11%, -9%);
  }

  .image-wrapper.hero-section---bg-image---pricing-page {
    transform: translate(5%, 44%);
  }

  .image-wrapper.hero-section---bg-image-right---integrations {
    transform: translate(6%, -15%);
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 81.25rem;
    transform: translate(0, 8%);
  }

  .image-wrapper.integration-image {
    margin-right: 0%;
  }

  .image-wrapper.hero-section---bg-image---intergration-single {
    width: 156.25rem;
  }

  .image-wrapper.hero-section---bg-image---help-center-page {
    width: 156.25rem;
    transform: translate(5%, -36%);
  }

  .image-wrapper.hero-section---bg-image---careers-page {
    width: 93.75rem;
    transform: translate(-6%, 29%);
  }

  .image-wrapper.hero-section---bg-image---help-center-articles {
    width: 156.25rem;
    transform: translate(8%, -10%);
  }

  .image-wrapper.hero-section---bg-image---sign-in-page {
    width: 125rem;
    transform: translate(1%, -44%);
  }

  .image-wrapper.hero-section---sign-up-page {
    max-height: 37.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    position: static;
    transform: none;
  }

  .image-wrapper.hero-section---bg-image-sign-up-page {
    width: 93.75rem;
    bottom: auto;
    transform: translate(7%, 48%);
  }

  .image-wrapper.hero-section---bg-image---reset-password-page {
    width: 125rem;
    transform: translate(3%, -43%);
  }

  .image-wrapper.hero-section---bg-image---terms-and-conditions {
    width: 125rem;
    transform: translate(6%, -29%);
  }

  .image-wrapper.hero-section---bg-image---confirm-email-page {
    width: 125rem;
  }

  .image-wrapper.hero-section---bg-image---demo-page {
    width: 93.75rem;
  }

  .image-wrapper.features-bottom-image---landing-page {
    width: 120%;
    top: -19%;
    left: -12%;
  }

  .image-wrapper.hero-section---bg-image---landing-page {
    transform: translate(22%, 6%);
  }

  .image-wrapper.hero-section---coming-soon {
    position: static;
  }

  .image-wrapper.hero-section---bg-image---coming-soon-page {
    transform: translate(41%, -12%);
  }

  .image-wrapper.hero-section---bg-image---404-not-found {
    width: 93.75rem;
    transform: translate(-30%, 19%);
  }

  .image-wrapper.hero-section---bg-image---password-protected {
    width: 78.125rem;
    transform: translate(-27%, 55%);
  }

  .image-wrapper.brix-templates-image {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .image-wrapper.new-image {
    width: 156.25rem;
    transform: translate(16%, 5%);
  }

  ._404-not-found {
    text-align: center;
    font-size: 11.25rem;
    line-height: 1em;
  }

  .template-pages---phography-wrapper {
    border-radius: .625rem;
  }

  .image-home-link-wrapper {
    max-width: 16.25rem;
  }

  .card-sales-home-image {
    width: 100%;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    border-bottom: .0625rem solid var(--neutral--300);
    border-right-width: 0;
    padding: 3rem 2.5rem;
  }

  .form.demo-form {
    min-height: 39.25rem;
  }

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

  .grid-footer-3-columns---pages-list {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .grid-footer-3-columns---pages-list.header-dropdown-list {
    grid-row-gap: 2.5rem;
  }

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

  .feature-item-v1 {
    max-width: 100%;
    padding-bottom: 2.5rem;
  }

  .mg-bottom-200px {
    margin-bottom: 11.25rem;
  }

  .image-container.features-v1---images-left {
    max-width: 100%;
  }

  .image-container.features-v1-images-right {
    max-width: none;
  }

  .image-container.top-team---home-v1, .image-container.center-team---home-v1, .image-container.bottom-team---home-v1, .image-container.cta-v2---home-v1, .image-container.top-team---home-v2, .image-container.center-team---home-v2, .image-container.bottom-team---home-v2 {
    max-width: 100%;
  }

  .image-container.hero-section---home-v3 {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    left: 0%;
  }

  .image-container.hero-section---about-page {
    width: 100%;
    max-width: none;
    position: relative;
    top: auto;
    left: auto;
  }

  .image-container.analytics---features-v1 {
    max-width: none;
  }

  .image-container.integrations---features-v1, .image-container.analytics---features-v3, .image-container.reports---features-v3, .image-container.integrations---features-v3 {
    max-width: 100%;
  }

  .image-container.hero-section---integrations-page {
    grid-row-gap: 1.5rem;
  }

  .image-container.integration-image---row {
    grid-column-gap: 1.5rem;
  }

  .image-card.features-v1-images-right---bottom-image, .image-card.features-v1-images-right---top-image {
    max-width: none;
  }

  .image-card.top-team---bottom-image---home-v1 {
    width: 48%;
    max-width: 100%;
  }

  .image-card.top-team---top-image---home-v1 {
    width: 87%;
    max-width: 100%;
  }

  .image-card.center-team---bottom-image---home-v1, .image-card.center-team---top-image---home-v1, .image-card.bottom-team---top-image---home-v1, .image-card.bottom-team---bottom-image---home-v1 {
    max-width: 100%;
  }

  .image-card.cta-v2---top-image---home-v1, .image-card.cta-v2---bottom-image---home-v1, .image-card.center-team---top-image---home-v2, .image-card.center-team---bottom-image---home-v2, .image-card.bottom-team---top-image---home-v2, .image-card.bottom-team---bottom-image---home-v2, .image-card.hero-section---top-image---home-v3.floating-card---down, .image-card.hero-section---bottom-image---home-v3.floating-card---up, .image-card.integrations---top-image---features-v1, .image-card.integrations---bottom-image---features-v1, .image-card.analytics---top-image---features-v3, .image-card.analytics---bottom-image---features-v3, .image-card.hero-new-small.floating-card---up {
    max-width: none;
  }

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

  .title-left---content-right {
    grid-row-gap: 1.5rem;
  }

  .title-left---content-right.center-tablet {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .title-left---content-right.no-wrap---desktop {
    flex-wrap: wrap;
  }

  .testimonial-tab-wrapper---home-v1 {
    flex-direction: column;
  }

  .testimonial-tab-content {
    margin-top: 4rem;
  }

  .testimonial-content-wrapper---home-v1 {
    max-width: 100%;
  }

  .features-slider-mask {
    width: 52%;
  }

  .feature-item---home-v2 {
    padding-right: 3rem;
  }

  .testimonial-tab---home-v2 {
    text-align: center;
    flex-direction: column;
  }

  .testimonial-tab-wrapper---home-v2 {
    margin-top: 3.5rem;
  }

  .logo-strip-wrapper---home-v3 {
    margin-top: 5rem;
    margin-bottom: 7.5rem;
  }

  .feature-item-line-left {
    grid-column-gap: 1.25rem;
  }

  .team-tab---home-v3 {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .team-tab-pane---home-v3 {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .team-tab-content-wrapper {
    margin-top: 4rem;
  }

  .tabs-content---offices-tabs {
    margin-top: 4rem;
    padding-right: 0;
  }

  .mg-right--16px---tablet {
    margin-right: -1rem;
  }

  .search-wrapper {
    max-width: 37.5rem;
  }

  .heading-wrapper.display-1-font-size {
    grid-column-gap: .9375rem;
  }

  .heading-wrapper.displa-2-font-size {
    grid-column-gap: .5rem;
  }

  .heading-wrapper.displa-2-font-size.center---tablet {
    justify-content: center;
  }

  .feature-item-icon-left {
    padding-bottom: 1.5rem;
  }

  .contact-link-icon-left-container {
    flex-direction: column;
    max-width: none;
  }

  .mg-bottom-120px.mg-bottom-64px-tablet {
    margin-bottom: 4rem;
  }

  .perks-slider-wrapper {
    width: auto;
    padding-left: 0;
    overflow: visible;
  }

  .help-center-category-link {
    padding-bottom: 2.5rem;
  }

  .help-center-article-link {
    padding-bottom: 3.5rem;
  }

  .header-bg-wrapper {
    height: 5rem;
  }

  .pd-top-100px.mg-bottom-48px {
    padding-top: 5rem;
  }

  .pd-top-48px {
    padding-top: 2.5rem;
  }

  .brix-card-content-wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .cta-footer-v2 {
    margin-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pd-top-200px {
    padding-top: 8.75rem;
  }

  .pricing-col.first {
    padding-left: 1rem;
  }

  .mg-left-auto-tablet {
    margin-left: auto;
  }

  .width-100-tablet {
    width: 100%;
  }

  .table-row-cell.is-order {
    width: 15%;
    min-width: 6rem;
  }

  .table-row-cell.is-srhink {
    width: 20%;
  }

  .table-row-cell.is-channel, .table-row-cell.is-margin {
    width: 20%;
    min-width: 7rem;
  }

  .table-row-cell.is-date {
    width: 25%;
    min-width: 10rem;
  }

  .browser-wrapper {
    max-width: 100%;
  }

  .section-container, .new-section, .newsectionssss {
    padding: 2rem;
  }

  .container-paddings {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .display-news {
    font-size: 4rem;
  }

  .new-sections.small {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.small.top-0px {
    padding-top: 0;
  }

  .new-sections.top {
    padding-top: 8.75rem;
  }

  .new-sections.template-pages-hero {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-page {
    padding-top: 11.25rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---home-v1 {
    padding-top: 9.25rem;
    padding-bottom: 7.5rem;
  }

  .new-sections.features-section---home-v1 {
    padding-top: 5rem;
  }

  .new-sections.bottom-section {
    padding-bottom: 11.25rem;
  }

  .new-sections.hero-section---home-v2 {
    padding-top: 9.25rem;
  }

  .new-sections.hero-section---home-v3 {
    padding-top: 8.75rem;
  }

  .new-sections.hero-section---about-page {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.bottom---small {
    padding-bottom: 7.5rem;
  }

  .new-sections.hero-section---features-v1 {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---features-v2 {
    padding-top: 8.75rem;
  }

  .new-sections.hero-section---features-v3, .new-sections.hero-section---pricing {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---integrations-page {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }

  .new-sections.hero-section---default {
    padding-top: 8.75rem;
  }

  .new-sections.hero-section---sign-up-page {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .new-sections.hero-section---reset-password-page {
    padding-top: 8.75rem;
  }

  .new-sections.hero-section---confirm-your-email {
    padding-top: 10rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---demo-page {
    padding-top: 8.75rem;
  }

  .new-sections.hero-section---coming-soon {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }

  .new-sections.bottom-120px {
    padding-bottom: 6.25rem;
  }

  .new-sections.pd-top-140px {
    padding-top: 6.25rem;
  }

  .new-sections.pd-bottom-90px {
    padding-bottom: 2.8125rem;
  }

  .new-sections.pd-top-90px {
    padding-top: 2.8125rem;
  }

  .new-sections.bottom-200px {
    padding-bottom: 6.25rem;
  }

  .new-sections.hero.blog-post {
    padding-bottom: 5rem;
  }

  .new-sections.hero.integration-single {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero.terms-conditions, .new-sections.hero.search-page, .new-sections.hero.checkout, .new-sections.hero.order-confirmation, .new-sections.hero.pricing-category, .new-sections.hero.team-single {
    padding-top: 9.375rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: .625rem;
    font-size: 2.375rem;
  }

  h2 {
    font-size: 1.625rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  p {
    margin-bottom: .75rem;
  }

  blockquote {
    border-radius: 1.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-row-gap: 1.25rem;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-section---home-v1, .grid-2-columns.features-section-v1, .grid-2-columns.cta-v2, .grid-2-columns.hero-section---home-v3, .grid-2-columns.hero-section---about-page {
    grid-row-gap: 3rem;
  }

  .grid-2-columns.blog-card-grid---blog-v2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.features-wrapper---features-v3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid-2-columns.reports---features-v3, .grid-2-columns.integrations---features-v3 {
    grid-row-gap: 3rem;
  }

  .grid-2-columns.hero-section---integrations-page {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.careers-grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.our-mission-grid {
    grid-column-gap: .75rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.career-cards-grid {
    grid-row-gap: 2.5rem;
  }

  .grid-2-columns.grid-default {
    grid-row-gap: 3rem;
  }

  .grid-2-columns.sign-up-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 4.5rem;
  }

  .card {
    border-radius: 12px .75rem .75rem;
  }

  .card.whats-included, .card.figma-file, .card.sales-home-page {
    border-radius: .75rem;
  }

  .card.team-card---home-v2 {
    grid-row-gap: 3.5rem;
    padding: 3rem 2rem;
  }

  .card.testimonial-card---home-v2 {
    border-radius: .75rem;
    padding: 3rem 2rem;
  }

  .card.integration-card---small {
    flex-direction: row;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.testimonial-card---home-v3 {
    border-radius: .75rem;
  }

  .card.hero-section---blog-v3 {
    border-radius: .75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.author-card {
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2.5rem 2rem;
  }

  .card.pricing-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.product-card, .card.pd-48px {
    padding: 2.5rem 2rem;
  }

  .card.contact-card {
    border-radius: .75rem;
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card.integration-card {
    padding: 2.5rem 2rem;
  }

  .card.perks-card {
    border-radius: .75rem;
  }

  .card.apply-position-card {
    border-radius: .75rem;
    padding: 2.5rem 2rem 3rem;
  }

  .card.help-center-single-card {
    border-radius: .75rem;
    padding: 3rem 2rem;
  }

  .card.sign-in-form, .card.forgot-password-card {
    border-radius: .75rem;
    padding: 2.5rem 2rem;
  }

  .card.form-card {
    border-radius: .75rem;
  }

  .card.form-card.pd-56px---72px {
    padding: 2.5rem 2rem;
  }

  .card.form-card.pd-64px---48px {
    padding: 3rem 2rem;
  }

  .card.form-card.pd-88px---80px {
    padding: 4rem 2.5rem;
  }

  .card.brix-card {
    border-radius: .75rem;
    padding-top: 2.5rem;
  }

  .card.pricing-table-card {
    padding-left: 0;
    padding-right: 0;
  }

  .style---color-block {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  .grid-4-columns.logo-strip-center {
    grid-column-gap: 2rem;
    justify-content: space-between;
  }

  .grid-4-columns.gap-40px.gap-row-64px {
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }

  .grid-4-columns.pricing-table-grid-4-col {
    grid-template-columns: 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
  }

  .divider {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .divider._24px {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .divider._48px {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .style---typography-block-grid {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 4rem;
  }

  .mg-bottom-16px {
    margin-bottom: .75rem;
  }

  .mg-bottom-24px {
    margin-bottom: 1.25rem;
  }

  .mg-bottom-32px {
    margin-bottom: 1.5rem;
  }

  .mg-bottom-40px {
    margin-bottom: 2rem;
  }

  .mg-bottom-48px {
    margin-bottom: 2.5rem;
  }

  .mg-bottom-72px {
    margin-bottom: 4rem;
  }

  .mg-top-48px {
    margin-top: 2.5rem;
  }

  .mg-right-16px {
    margin-right: .75rem;
  }

  .mg-right-32px {
    margin-right: 1.5rem;
  }

  .text-200 {
    font-size: 1rem;
  }

  .text-200.list {
    line-height: 1.375rem;
  }

  .text-200.medium.list-title {
    margin-bottom: 1.75rem;
    font-size: 1.125rem;
  }

  .display-1 {
    font-size: 3rem;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 1.25rem;
  }

  .grid-1-column.gap-row-24px.gap-row-16px-mbl {
    grid-row-gap: 1rem;
  }

  .grid-1-column.gap-row-64px {
    grid-row-gap: 3rem;
  }

  .grid-1-column.about-us-grid {
    grid-row-gap: 3.5rem;
  }

  .grid-1-column.help-center-articles-grid {
    grid-row-gap: 3rem;
  }

  .grid-1-column.gap-row-40px.gap-row-24px-mbl {
    grid-row-gap: 1.5rem;
  }

  .grid-1-column.gap-row-48px {
    grid-row-gap: 2.5rem;
  }

  .display-2 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 1.5rem;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 7.5rem;
  }

  .paragraph-large {
    font-size: 1.125rem;
  }

  .text-400 {
    font-size: 1.25rem;
  }

  .text-300 {
    font-size: 1.125rem;
  }

  .text-100 {
    font-size: .875rem;
  }

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

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 2.5rem;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-64px {
    grid-row-gap: 3.5rem;
  }

  .grid-3-columns.gap-row-48px {
    grid-row-gap: 2.5rem;
  }

  .grid-3-columns.features-section-v1 {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.features-line-left-grid {
    grid-row-gap: 2.5rem;
  }

  .grid-3-columns.gap-40px.gap-row-24px-mbl {
    grid-row-gap: 1.5rem;
  }

  .grid-3-columns.values-grid, .grid-3-columns.features-section-v3 {
    grid-row-gap: 2.5rem;
  }

  .grid-3-columns.pricing-grid {
    grid-row-gap: 2rem;
  }

  .grid-3-columns.contact-link-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: auto;
  }

  .grid-3-columns.gap-64px {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .style---shadow-card {
    border-radius: .75rem;
  }

  .style---heading {
    padding: 6.5rem 1.5rem;
  }

  .inner-container._600px, .inner-container._500px, .inner-container._335px, .inner-container._420px, .inner-container._560px, .inner-container._530px, .inner-container._520px, .inner-container._590px, .inner-container._670px, .inner-container._430px, .inner-container._440px, .inner-container._425px, .inner-container._515px, .inner-container._585px, .inner-container._300px, .inner-container._510px, .inner-container._480px, .inner-container._464px, .inner-container._675px, .inner-container._760px, .inner-container._580px, .inner-container._380px, .inner-container._450px, .inner-container._565px, .inner-container._455px, .inner-container._615px, .inner-container._720px, .inner-container._650px, .inner-container._375px, .inner-container._690px {
    max-width: 100%;
  }

  .inner-container.padding-32 {
    padding-top: 2rem;
  }

  .style---content-heading {
    border-radius: .75rem;
    margin-bottom: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .style---heading-icon-wrapper {
    border-radius: .75rem;
    max-width: 3.625rem;
  }

  .style---content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .border-radius-16px {
    border-radius: .75rem;
  }

  .style---card-wrapper {
    border-radius: 12px .75rem .75rem;
  }

  .style---components-wrapper {
    border-radius: 1rem;
  }

  .style---bg-white {
    padding: 2.125rem 1.5rem;
  }

  .btn-primary {
    font-size: 1rem;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: 1.125rem;
  }

  .btn-primary.button-row {
    margin-right: 1rem;
  }

  .btn-secondary {
    font-size: 1rem;
  }

  .btn-secondary.large {
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: 1.125rem;
  }

  .badge-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .badge-primary.large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }

  .badge-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .badge-secondary.small {
    font-size: .875rem;
  }

  .badge-secondary.large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
  }

  .badge-secondary.tabs {
    margin: .5rem;
  }

  .badge-secondary.category-badges {
    margin-top: .375rem;
    margin-bottom: .375rem;
    margin-right: .75rem;
  }

  .input {
    border-radius: .5rem;
  }

  .input.large {
    border-radius: .5rem;
    font-size: 1rem;
  }

  .input.large::placeholder {
    font-size: 1rem;
  }

  .input.large.button-inside {
    min-height: 3.5rem;
  }

  .text-area {
    border-radius: .75rem;
    font-size: 1rem;
  }

  .text-area.small {
    border-radius: .625rem;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 11.25rem);
  }

  .avatar-circle._03 {
    width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem;
    max-height: 3.5rem;
  }

  .avatar-circle._04 {
    width: 4rem;
    max-width: 4rem;
    height: 4rem;
    max-height: 4rem;
  }

  .avatar-circle._05 {
    width: 5rem;
    max-width: 5rem;
    height: 5rem;
    max-height: 5rem;
  }

  .avatar-circle._06 {
    width: 7.5rem;
    max-width: 7.5rem;
    height: 7.5rem;
    max-height: 7.5rem;
  }

  .avatar-circle._07 {
    width: 8.75rem;
    max-width: 8.75rem;
    height: 8.75rem;
    max-height: 8.75rem;
  }

  .avatar-circle._08 {
    width: 13.75rem;
    max-width: 13.75rem;
    height: 13.75rem;
    max-height: 13.75rem;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 1.5rem);
  }

  .square-icon {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
  }

  .line-rounded-icon.link-icon-left {
    margin-right: .5rem;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 4.25rem;
    line-height: 4.5625rem;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 1.125rem);
  }

  .rich-text img {
    border-radius: .75rem;
  }

  .rich-text h2 {
    margin-bottom: .75rem;
  }

  .rich-text h3 {
    margin-top: 2rem;
    margin-bottom: .75rem;
  }

  .rich-text figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .rich-text ul {
    margin-bottom: 2rem;
    padding-left: 2rem;
  }

  .rich-text ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-left: 2rem;
  }

  .rich-text h6 {
    margin-bottom: .75rem;
  }

  .rich-text h5, .rich-text h4 {
    margin-top: 2rem;
    margin-bottom: .75rem;
  }

  .rich-text blockquote {
    border-radius: .75rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2.5rem 2rem;
    font-size: 1.125rem;
  }

  .buttons-row.center.wrap---mbl {
    flex-wrap: wrap;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .elements---page-hero {
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.small {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.small.hero-section---blog-v3 {
    padding-top: 6.875rem;
  }

  .section.top {
    padding-top: 7.5rem;
  }

  .section.template-pages-hero {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--neutral--200) 60%);
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .section.hero-section---home-v1 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.features-section---home-v1 {
    padding-top: 4rem;
  }

  .section.bottom-section {
    padding-bottom: 8.75rem;
  }

  .section.hero-section---home-v2 {
    padding-top: 7.5rem;
  }

  .section.hero-section---home-v3 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .section.hero-section---about-page {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.bottom---small {
    padding-bottom: 6.25rem;
  }

  .section.hero-section---features-v1 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.hero-section---features-v2 {
    padding-top: 7.5rem;
  }

  .section.hero-section---features-v3, .section.hero-section---pricing {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.hero-section---integrations-page {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---default {
    padding-top: 7.5rem;
  }

  .section.hero-section---help-center-category, .section.hero-section---help-center-category.bottom---small {
    padding-top: 6.5625rem;
  }

  .section.hero-section---forgot-password {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.hero-section---reset-password-page {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .section.hero-section---confirm-your-email {
    padding-top: 7.5rem;
  }

  .section.hero-section---demo-page, .section.hero-section---coming-soon {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .section.bottom-120px {
    padding-bottom: 5rem;
  }

  .section.pd-top-140px {
    padding-top: 5rem;
  }

  .section.pd-bottom-90px {
    padding-bottom: 2.1875rem;
  }

  .section.pd-top-90px {
    padding-top: 2.1875rem;
  }

  .section.bottom-200px, .section.bottom-100px {
    padding-bottom: 5rem;
  }

  .section.hero.blog-post {
    padding-bottom: 3.75rem;
  }

  .section.hero.integration-single {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section.hero.terms-conditions, .section.hero.search-page, .section.hero.checkout, .section.hero.order-confirmation, .section.hero.pricing-category {
    padding-top: 8.75rem;
  }

  .section.hero.team-single {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .section.top-100px {
    padding-top: 5rem;
  }

  .top-bar-wrapper {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .top-bar-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .top-bar-padding.small-padding {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper {
    font-size: .875rem;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-h1-size {
    font-size: 2.375rem;
  }

  .heading-h2-size {
    font-size: 1.625rem;
  }

  .heading-h3-size {
    font-size: 1.25rem;
  }

  .heading-h4-size {
    font-size: 1.125rem;
  }

  .heading-h5-size {
    font-size: 1rem;
  }

  .heading-h6-size {
    font-size: .875rem;
  }

  .header-logo {
    max-width: 90%;
  }

  .hamburger-menu-wrapper {
    margin-left: 1rem;
  }

  .hamburger-menu-bar {
    width: 2rem;
  }

  .btn-square-primary {
    width: 3.5rem;
    min-width: 3.5rem;
    height: 3.5rem;
    min-height: 3.5rem;
    font-size: 1.375rem;
  }

  .btn-square-primary.large {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 1.625rem;
    line-height: 1.75rem;
  }

  .btn-square-secondary {
    font-size: 1.375rem;
  }

  .btn-square-secondary.large {
    width: 4.5rem;
    min-width: 4.5rem;
    height: 4.5rem;
    min-height: 4.5rem;
    font-size: 1.625rem;
    line-height: 1.75rem;
  }

  .btn-square-secondary.slider-btn.features-slider---right-arrow {
    box-shadow: 0 2px 8px 0 var(--general--shadow-02);
    border-radius: .25rem;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 3.5rem;
    right: 0%;
  }

  .btn-square-secondary.slider-btn.features-slider---left-arrow {
    box-shadow: 0 2px 8px 0 var(--general--shadow-02);
    border-radius: .25rem;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    font-size: 18px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 3.5rem;
  }

  .btn-square-secondary.slider-btn.blog-card-slider---left-arrow, .btn-square-secondary.slider-btn.blog-card-slider---right-arrow {
    top: -6.375rem;
  }

  .btn-square-secondary.slider-btn.perks-slider---left-arrow {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    right: 3.5rem;
  }

  .btn-square-secondary.slider-btn.perks-slider---rigth-arrow {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    left: 3.5rem;
  }

  .utility-page-wrap {
    min-height: 60vh;
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .utility-page-wrap._404-not-found-page {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .flex-horizontal.gap-16px.vertical---center-mbp {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .flex-horizontal.gap-24px.gap-16px---mbl {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-top {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .footer-top.footer-v1 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .footer-top.footer-v2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer-bottom.footer-v3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-middle {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .success-message.inside-input.large {
    min-height: 3.5rem;
    max-height: 3.5rem;
  }

  .success-message.contact-form {
    min-height: 25.25rem;
  }

  .success-message.forgot-password-form {
    min-height: 8.125rem;
  }

  .success-message.reset-password-form {
    min-height: 14.375rem;
  }

  .success-message.demo-form {
    min-height: 34.75rem;
  }

  .error-message.password {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .grid-footer-3-columns---footer-v1 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .subtitle {
    font-size: .875rem;
  }

  .subtitle.mg-bottom-16px {
    margin-bottom: .75rem;
  }

  .cta-card {
    border-radius: .75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-card.cta-v2 {
    border-radius: .875rem;
    padding: 2.5rem 2rem 4rem;
  }

  .cta-card.cta-v1 {
    border-radius: .75rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-card.cta-v3 {
    border-radius: .75rem;
    padding: 3.5rem 2rem;
  }

  .cta-card.cta-v4, .cta-card.cta-v5 {
    padding: 3.5rem 2rem;
  }

  .cta-card.cta-v6 {
    border-radius: .75rem;
    padding: 2.5rem 2rem 3rem;
  }

  .cta-card.cta-v7 {
    grid-column-gap: 1rem;
    padding: 2.5rem 2rem;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: auto auto auto;
    justify-content: center;
  }

  .grid-5-columns.integrations-grid---home-v3 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .slider-wrapper.perks-slider {
    padding-bottom: 4.5rem;
  }

  .accordion-item-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .accordion-item-wrapper.v7 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .accordion-item-wrapper.v1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .accordion-btn-line.vertical {
    height: 1rem;
  }

  .accordion-btn-line.horizontal {
    width: 1rem;
  }

  .accordion-side {
    margin-right: 1rem;
  }

  .accordion-side.right-side {
    margin-left: 1rem;
  }

  .accordion-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-content---teams---home-v1.card {
    border-radius: 1rem;
    padding: 2.5rem 2rem;
  }

  .pd---content-inside-card {
    padding: 2rem 1.5rem 2.5rem;
  }

  .pd---content-inside-card.team-member-page {
    padding: 2.5rem 2rem 3.5rem;
  }

  .pd---content-inside-card.large {
    padding: 3.5rem 2rem;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image.home-hero-bg---home-v1 {
    transform: translate(0, -1%);
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .image-wrapper.border-radius-8px.width-55px {
    width: 3rem;
  }

  .image-wrapper.border-radius-24px {
    border-radius: .75rem;
  }

  .image-wrapper.hero-section---home-v2 {
    margin-bottom: 3.5rem;
  }

  .image-wrapper.hero-section---bg-image---home-v2 {
    transform: translate(0, 13%);
  }

  .image-wrapper.hero-section---bg-image---home-v3 {
    width: 125rem;
    transform: translate(16%, 9%);
  }

  .image-wrapper.bottom-team-bg-image---home-v3 {
    transform: translate(-7%, -1%);
  }

  .image-wrapper.hero-section---top-left-image---about-page, .image-wrapper.hero-section---bottom-right-image---about-page {
    border-radius: .75rem;
  }

  .image-wrapper.hero-section---bg-image---about-page {
    transform: translate(8%, 12%);
  }

  .image-wrapper.about-us---top-image {
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    margin-top: 2.5rem;
  }

  .image-wrapper.about-us---bottom-image {
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
    border-bottom-left-radius: .75rem;
    margin-bottom: 2.5rem;
  }

  .image-wrapper.about-us---bottom-bg-image {
    transform: translate(3%);
  }

  .image-wrapper.office-image, .image-wrapper.blog-secondary-image---blog-v1 {
    border-radius: .75rem;
  }

  .image-wrapper.blog-card-secondary-image---blog-v2 {
    max-width: 11.25rem;
  }

  .image-wrapper.features-bg-image---features-v1 {
    max-width: 62.5rem;
    transform: translate(20%, -1%);
  }

  .image-wrapper.hero-section---bg-image---features-v2 {
    max-width: 68.75rem;
    transform: translate(-10%, 3%);
  }

  .image-wrapper.hero-section---bg-image---features-v3 {
    max-width: 56.25rem;
    transform: translate(11%, 6%);
  }

  .image-wrapper.hero-section---bg-image---pricing-page {
    width: 125rem;
    transform: translate(5%, 58%);
  }

  .image-wrapper.hero-section---integration-image {
    max-width: 4.5rem;
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 62.5rem;
    transform: translate(0, 55%);
  }

  .image-wrapper.hero-section---bg-image---intergration-single {
    width: 93.75rem;
    transform: translate(-4%, 42%);
  }

  .image-wrapper.hero-section---bg-image---help-center-page {
    width: 109.375rem;
    transform: translate(5%, -28%);
  }

  .image-wrapper.hero-section---bg-image---careers-page {
    transform: translate(-6%, 24%);
  }

  .image-wrapper.hero-section---bg-image---help-center-articles {
    width: 109.375rem;
    transform: translate(8%);
  }

  .image-wrapper.hero-section---bg-image---sign-in-page {
    width: 93.75rem;
    transform: translate(-6%, -30%);
  }

  .image-wrapper.hero-section---sign-up-page {
    max-height: 31.25rem;
  }

  .image-wrapper.hero-section---bg-image---forgot-password-page {
    width: 109.375rem;
    transform: translate(0, -11%);
  }

  .image-wrapper.hero-section---bg-image---reset-password-page {
    width: 93.75rem;
    transform: translate(-2%, -44%);
  }

  .image-wrapper.hero-section---bg-image---terms-and-conditions {
    width: 78.125rem;
    transform: translate(4%, -17%);
  }

  .image-wrapper.hero-section---bg-image---confirm-email-page {
    width: 109.375rem;
    transform: translate(7%, -41%);
  }

  .image-wrapper.hero-section---bg-image---demo-page {
    width: 78.125rem;
    transform: translate(11%, -18%);
  }

  .image-wrapper.features-bottom-image---landing-page {
    top: -19%;
  }

  .image-wrapper.hero-section---bg-image---landing-page {
    width: 93.75rem;
    transform: translate(22%, 10%);
  }

  .image-wrapper.hero-section---coming-soon {
    border-radius: .75rem;
  }

  .image-wrapper.hero-section---bg-image---coming-soon-page {
    width: 62.5rem;
    transform: translate(41%, -12%);
  }

  .image-wrapper.hero-section---bg-image---404-not-found {
    width: 78.125rem;
    transform: translate(-35%, 19%);
  }

  .image-wrapper.hero-section---bg-image---password-protected {
    width: 68.75rem;
    transform: translate(-36%, 58%);
  }

  .image-wrapper.width-50px {
    width: 2.5rem;
  }

  .image-wrapper.new-image {
    width: 125rem;
    transform: translate(16%, 9%);
  }

  ._404-not-found {
    font-size: 7.5rem;
    line-height: 6.875rem;
  }

  .image-home-link-wrapper {
    border-radius: .75rem;
    max-width: 13.0625rem;
  }

  .card-sales-home-content {
    padding: 1.5rem;
  }

  .figma-file-text-wrapper {
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .badge-home {
    padding-left: .9375rem;
    padding-right: .9375rem;
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .home-surprises-card {
    border-radius: .75rem;
  }

  .card-home-pages-wrapper {
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-image-card {
    width: 61.25rem;
    max-width: 61.25rem;
  }

  .hidden-on-mbl {
    display: none;
  }

  .form.inside-input.large {
    min-height: 3.5rem;
  }

  .form.contact-form {
    min-height: 25.25rem;
  }

  .form.forgot-password-from {
    min-height: 8.125rem;
  }

  .form.reset-password-form {
    min-height: 14.375rem;
  }

  .form.demo-form {
    min-height: 34.75rem;
  }

  .column-list-grid {
    grid-column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .social-media-flex-container.center---mbl {
    justify-content: center;
  }

  .grid-footer-3-columns---pages-list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .feature-item-v1 {
    padding-bottom: 1.5rem;
  }

  .mg-bottom-200px {
    margin-bottom: 10rem;
  }

  .feature-container-v1 {
    grid-column-gap: 1.5rem;
  }

  .image-container.hero-section---integrations-page {
    width: 100%;
    max-width: none;
  }

  .image-card {
    border-radius: .75rem;
  }

  .image-card.top-team---bottom-image---home-v1.floating-card---up, .image-card.top-team---top-image---home-v1.floating-card---down {
    border-radius: .5rem;
  }

  .stats-flex-container {
    grid-column-gap: 3.5rem;
  }

  .title-left---content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-tab---home-v1 {
    padding: 1.5rem;
  }

  .testimonial-tab-content {
    margin-top: 3rem;
  }

  .features-slider-mask {
    width: 100%;
    padding-bottom: 5rem;
    overflow: hidden;
  }

  .feature-item---home-v2 {
    padding-right: 0;
  }

  .features-slide {
    margin-right: 1.5rem;
  }

  .testimonial-tab---home-v2 {
    border-left: .09375rem solid var(--neutral--300);
    text-align: left;
    border-top-width: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.5rem;
  }

  .testimonial-tab---home-v2:hover {
    border-left-color: var(--neutral--400);
  }

  .testimonial-tab---home-v2.w--current {
    border-left-color: var(--neutral--800);
  }

  .testimonial-tab-wrapper---home-v2 {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .logo-strip-wrapper---home-v3 {
    margin-top: 4.5rem;
    margin-bottom: 6.25rem;
  }

  .team-tab---home-v3 {
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  .team-tab-content-wrapper, .tabs-content---offices-tabs {
    margin-top: 3rem;
  }

  .search-wrapper {
    max-width: none;
  }

  .blog-card-secondary---blog-v2 {
    grid-column-gap: 1.5rem;
  }

  .blog-card-slider-mask---blog-v3 {
    width: 100%;
  }

  .mg-bottom--24px {
    margin-bottom: -1.25rem;
  }

  .heading-wrapper.display-1-font-size {
    grid-column-gap: .75rem;
  }

  .heading-wrapper.displa-2-font-size {
    grid-column-gap: .375rem;
  }

  .hero-section-badges-bottom-container {
    margin-bottom: 2.5rem;
  }

  .contact-link-icon-left-container {
    flex-direction: row;
  }

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

  .mg-bottom-120px {
    margin-bottom: 6.25rem;
  }

  .width-48px-mbl {
    width: 3rem;
  }

  .mg-bottom-150px {
    margin-bottom: 7.5rem;
  }

  .mg-bottom--40px {
    margin-bottom: -2rem;
  }

  .help-center-category-link {
    padding-bottom: 2rem;
  }

  .help-center-article-link {
    padding-bottom: 3rem;
  }

  .mg-bottom-100px {
    margin-bottom: 5rem;
  }

  .pd-top-100px.mg-bottom-48px {
    padding-top: 4rem;
  }

  .pd-top-120px {
    padding-top: 6.25rem;
  }

  .brix-card-content-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .cta-footer-v2 {
    grid-row-gap: 2rem;
    text-align: center;
    border-radius: .75rem;
    flex-direction: column;
    margin-bottom: 3.5rem;
    padding: 3rem 2rem;
  }

  .pd-top-200px {
    padding-top: 7.5rem;
  }

  .pricing-col {
    min-height: 3rem;
    max-height: 3rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
  }

  .pricing-col.top {
    justify-content: flex-start;
    margin-top: 2.5rem;
  }

  .pricing-col.top.mg-top-0-mbl {
    margin-top: 0;
  }

  .pricing-col.pricing-line-bottom {
    min-height: 4.5rem;
    max-height: 4.5rem;
  }

  .pricing-col.last {
    margin-bottom: 2.5rem;
  }

  .pricing-col.empty {
    display: none;
  }

  .pricing-col.bottom-mbl {
    border-bottom: .0625rem solid var(--neutral--300);
    align-items: flex-start;
    min-height: 4.5rem;
    max-height: 4.5rem;
  }

  .pricing-col-top.card-top {
    height: 12.5rem;
  }

  .show-in-mbl {
    display: block;
  }

  .pricing-content-block {
    justify-content: space-between;
  }

  .position-static-mbl {
    position: static;
  }

  .mg-bottom-64px {
    margin-bottom: 3.5rem;
  }

  .home-v1-image-left {
    border-radius: .5rem;
  }

  .mg-bottom-20px {
    margin-bottom: 1rem;
  }

  .move-x-60-mbl {
    transform: translate(60%);
  }

  .mg-bottom-16px-mbl {
    margin-bottom: 1rem;
  }

  .max-w-40px-mbl {
    max-width: 2.5rem;
  }

  .table-row-cell {
    flex: 1;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .table-row-cell.is-order {
    min-width: 5rem;
  }

  .table-row-cell.is-srhink {
    flex: 0 auto;
    min-width: 5rem;
  }

  .top-bar__center {
    max-width: 100%;
  }

  .section-container {
    padding: 1rem;
  }

  .content-card {
    border-radius: .75rem;
  }

  .new-section, .newsectionssss {
    padding: 1rem;
  }

  .display-news {
    font-size: 3rem;
  }

  .new-sections {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .new-sections.small {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .new-sections.small.hero-section---blog-v3 {
    padding-top: 6.875rem;
  }

  .new-sections.top {
    padding-top: 7.5rem;
  }

  .new-sections.template-pages-hero {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--neutral--200) 60%);
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-section---home-v1 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.features-section---home-v1 {
    padding-top: 4rem;
  }

  .new-sections.bottom-section {
    padding-bottom: 8.75rem;
  }

  .new-sections.hero-section---home-v2 {
    padding-top: 7.5rem;
  }

  .new-sections.hero-section---home-v3 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .new-sections.hero-section---about-page {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.bottom---small {
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---features-v1 {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-section---features-v2 {
    padding-top: 7.5rem;
  }

  .new-sections.hero-section---features-v3, .new-sections.hero-section---pricing {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-section---integrations-page {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---default {
    padding-top: 7.5rem;
  }

  .new-sections.hero-section---help-center-category, .new-sections.hero-section---help-center-category.bottom---small {
    padding-top: 6.5625rem;
  }

  .new-sections.hero-section---forgot-password {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-section---reset-password-page {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---confirm-your-email {
    padding-top: 7.5rem;
  }

  .new-sections.hero-section---demo-page, .new-sections.hero-section---coming-soon {
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.bottom-120px {
    padding-bottom: 5rem;
  }

  .new-sections.pd-top-140px {
    padding-top: 5rem;
  }

  .new-sections.pd-bottom-90px {
    padding-bottom: 2.1875rem;
  }

  .new-sections.pd-top-90px {
    padding-top: 2.1875rem;
  }

  .new-sections.bottom-200px, .new-sections.bottom-100px {
    padding-bottom: 5rem;
  }

  .new-sections.hero.blog-post {
    padding-bottom: 3.75rem;
  }

  .new-sections.hero.integration-single {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero.terms-conditions, .new-sections.hero.search-page, .new-sections.hero.checkout, .new-sections.hero.order-confirmation, .new-sections.hero.pricing-category {
    padding-top: 8.75rem;
  }

  .new-sections.hero.team-single {
    padding-top: 8.75rem;
    padding-bottom: 5rem;
  }

  .new-sections.top-100px {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-section---home-v1, .grid-2-columns.features-section-v1, .grid-2-columns.hero-section---about-page {
    grid-row-gap: 2.5rem;
  }

  .grid-2-columns.features-wrapper---features-v3 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.reports---features-v3, .grid-2-columns.integrations---features-v3 {
    grid-row-gap: 2.5rem;
  }

  .grid-2-columns.perks-grid {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns.grid-default {
    grid-row-gap: 2.5rem;
  }

  .grid-2-columns.sign-up-grid {
    grid-column-gap: 2.5rem;
  }

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

  .card.team-card---home-v2 {
    grid-row-gap: 3rem;
    padding: 2.5rem 1.5rem;
  }

  .card.testimonial-card---home-v2 {
    padding: 2.5rem 1.5rem;
  }

  .card.testimonial-card---home-v3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.hero-section---blog-v3 {
    margin-bottom: 3rem;
    padding: 3rem 1.5rem;
  }

  .card.author-card {
    grid-row-gap: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.pricing-card, .card.product-card {
    padding: 2rem 1.5rem;
  }

  .card.pd-48px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.contact-card {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.integration-card {
    grid-row-gap: 2.5rem;
    padding: 2rem 1.5rem;
  }

  .card.perks-card {
    padding: 2rem 1.5rem;
  }

  .card.apply-position-card {
    padding: 2rem 1.5rem 2.5rem;
  }

  .card.help-center-single-card, .card.sign-in-form {
    padding: 2.5rem 1.5rem;
  }

  .card.forgot-password-card {
    padding: 2rem 1.5rem;
  }

  .card.form-card.pd-56px---72px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .card.form-card.pd-64px---48px {
    padding: 2.5rem 1.5rem;
  }

  .card.form-card.pd-88px---80px {
    padding: 3rem 2rem;
  }

  .card.brix-card {
    grid-row-gap: 2.5rem;
  }

  .card.search-result {
    padding: 2rem 1.5rem;
  }

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

  .grid-4-columns.logo-strip-center {
    grid-template-columns: auto auto;
    justify-content: space-around;
  }

  .grid-4-columns.gap-40px.gap-row-64px {
    grid-row-gap: 3rem;
  }

  .divider, .divider._64px, .divider._48px {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mg-bottom-16px.mg-bottom-16px---mbp {
    margin-bottom: 1rem;
  }

  .mg-bottom-24px {
    line-height: 1.5;
  }

  .mg-bottom-32px.mg-bottom-0-mbp {
    margin-bottom: 0;
  }

  .mg-top-48px {
    margin-top: 2rem;
  }

  .display-1 {
    font-size: 2.25rem;
  }

  .grid-1-column.about-us-grid, .grid-1-column.blog-secondary-grid {
    grid-row-gap: 3rem;
  }

  .grid-1-column.help-center-articles-grid, .grid-1-column.blog-v2-hero-grid {
    grid-row-gap: 2.5rem;
  }

  .display-2 {
    font-size: 1.625rem;
  }

  .display-3 {
    font-size: 1.5rem;
  }

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

  .grid-3-columns.gap-row-64px, .grid-3-columns.values-grid, .grid-3-columns.blog-card-grid---blog-v1 {
    grid-row-gap: 2.5rem;
  }

  .grid-3-columns.integrations-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 2.5rem;
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .inner-container.padding-32 {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .style---content-heading {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }

  .style---heading-icon-wrapper {
    width: 3.625rem;
    margin-right: .875rem;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.small {
    width: auto;
    padding: .5rem .75rem;
    font-size: .85rem;
  }

  .btn-primary.small.pagination-button {
    margin: .5rem 0;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default---small {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .btn-primary.button-row {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.small.pagination-button {
    margin: .5rem 0;
  }

  .badge-primary {
    font-size: 1rem;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-secondary.category-badges {
    width: 100%;
    margin-top: .375rem;
    margin-bottom: .375rem;
  }

  .badge-secondary.category-badges.w--current {
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .badge-secondary.category-badges.center {
    margin-left: 0;
    margin-right: 0;
  }

  .input {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .input::placeholder {
    font-size: 1rem;
    line-height: 1rem;
  }

  .input.large.button-inside {
    min-height: 3rem;
  }

  .input.button-inside {
    margin-bottom: 1rem;
  }

  .input.select-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .checkbox-field-wrapper {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .checkbox-field-wrapper.large {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .checkbox {
    min-width: 1.375rem;
    min-height: 1.375rem;
  }

  .checkbox.large {
    min-width: 1.625rem;
    min-height: 1.625rem;
  }

  .radio-button-field-wrapper {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .radio-button-field-wrapper.large {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .radio-button {
    min-width: 1.375rem;
    min-height: 1.375rem;
  }

  .radio-button.large {
    min-width: 1.625rem;
    min-height: 1.625rem;
  }

  .square-icon {
    max-width: 3.5rem;
  }

  .social-icon-square {
    border-radius: .375rem;
    width: 1.875rem;
    min-width: 1.875rem;
    height: 1.875rem;
    min-height: 1.875rem;
    font-size: .875rem;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 3.625rem;
    line-height: 4rem;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 1.5rem;
  }

  .rich-text blockquote {
    font-size: 1rem;
  }

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

  .buttons-row.center.wrap---mbl {
    align-items: stretch;
  }

  .container-default {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .elements---page-hero {
    padding-top: 6.875rem;
  }

  .section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section.small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.small.hero-section---blog-v3 {
    padding-top: 6.25rem;
  }

  .section.top, .section.top.bottom---small {
    padding-top: 7.5rem;
  }

  .section.template-pages-hero {
    padding-bottom: 4rem;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 65%, var(--neutral--200) 65%);
    padding-bottom: 4rem;
  }

  .section.features-section---home-v1 {
    padding-top: 3.5rem;
  }

  .section.hero-section---home-v3 {
    padding-bottom: 6.25rem;
  }

  .section.hero-section---about-page {
    padding-bottom: 4.5rem;
  }

  .section.bottom---small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.hero-section---features-v1 {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }

  .section.hero-section---features-v2 {
    padding-top: 6.875rem;
  }

  .section.hero-section---features-v3, .section.hero-section---pricing {
    padding-top: 6.875rem;
    padding-bottom: 4rem;
  }

  .section.hero-section---integrations-page {
    padding-top: 6.875rem;
    padding-bottom: 5rem;
  }

  .section.hero-section---default {
    padding-top: 6.875rem;
  }

  .section.hero-section---forgot-password {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.hero-section---reset-password-page, .section.hero-section---confirm-your-email {
    padding-top: 6.875rem;
    padding-bottom: 5rem;
  }

  .section.hero.blog-post {
    padding-top: 7.5rem;
  }

  .section.hero.integration-single {
    padding-bottom: 4rem;
  }

  .section.hero.terms-conditions, .section.hero.search-page, .section.hero.checkout, .section.hero.order-confirmation, .section.hero.pricing-category {
    padding-top: 7.5rem;
  }

  .section.hero.team-single {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .section.top-100px {
    padding-top: 4rem;
  }

  .top-bar-wrapper {
    padding-left: 1.1875rem;
    padding-right: 1.1875rem;
  }

  .elements---element-title.large {
    margin-top: 3.3125rem;
  }

  .heading-h1-size {
    font-size: 2rem;
  }

  .heading-h2-size {
    font-size: 1.625rem;
  }

  .heading-h6-size.mg-bottom-8px.mg-bottom-4px-mbp {
    margin-bottom: .25rem;
  }

  .header-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .header-logo {
    max-width: 86%;
  }

  .header-logo-link {
    max-width: 8.75rem;
  }

  .header-logo-link.left {
    padding-right: 0;
  }

  .hamburger-menu-wrapper {
    margin-left: .75rem;
  }

  .hamburger-menu-bar {
    width: 1.5rem;
  }

  .btn-square-secondary.slider-btn.blog-card-slider---left-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(-2.0625rem);
  }

  .btn-square-secondary.slider-btn.blog-card-slider---left-arrow:hover {
    transform: scale(.94)translate(-2.0625rem);
  }

  .btn-square-secondary.slider-btn.blog-card-slider---right-arrow {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate(2.0625rem);
  }

  .btn-square-secondary.slider-btn.blog-card-slider---right-arrow:hover {
    transform: scale(.94)translate(2.0625rem);
  }

  .utility-page-wrap, .utility-page-wrap._404-not-found-page {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .flex-horizontal.gap-16px.vertical---center-mbp {
    text-align: center;
    flex-direction: column;
  }

  .flex-horizontal.gap-24px.gap-16px---mbl {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer-logo {
    width: 100%;
    max-width: 15rem;
  }

  .footer-top {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-top.footer-v2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .success-message.large {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .success-message.inside-input {
    min-height: 7.625rem;
    max-height: 7.625rem;
  }

  .success-message.inside-input.large {
    min-height: 6.75rem;
    max-height: 6.75rem;
  }

  .success-message.contact-form {
    min-height: 36rem;
  }

  .success-message.sign-in-form {
    min-height: 21.8125rem;
  }

  .success-message.sign-up-form {
    min-height: 25.4375rem;
  }

  .grid-footer-3-columns---footer-v1 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .icon-list {
    margin-right: .5rem;
  }

  .cta-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-card.cta-v2 {
    padding: 2rem 1.5rem 3rem;
  }

  .cta-card.cta-v1, .cta-card.cta-v3, .cta-card.cta-v4, .cta-card.cta-v5 {
    padding: 3rem 1.5rem;
  }

  .cta-card.cta-v6 {
    padding: 2rem 1.5rem 2.5rem;
  }

  .cta-card.cta-v7 {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding: 2rem 1.5rem 2.5rem;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 2.5rem;
    grid-template-columns: auto auto;
  }

  .grid-5-columns.integrations-grid---home-v3 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .slider-wrapper.blog-slider-wrapper {
    margin-top: 3rem;
    padding-bottom: 5.625rem;
  }

  .accordion-item-wrapper.v7 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .accordion-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }

  .tabs-content---teams---home-v1.card {
    padding: 2rem 1.5rem;
  }

  .pd---content-inside-card.large {
    padding: 2.5rem 1.5rem;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .categories-badges-item-wrapper {
    width: 100%;
  }

  .divider-details {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .image-wrapper.hero-section---home-v2 {
    border-radius: .25rem;
  }

  .image-wrapper.hero-section---bg-image---home-v2 {
    width: 290%;
    transform: translate(2%, -11%);
  }

  .image-wrapper.border-radius-16px.border-radius-8px-mbp {
    border-radius: .5rem;
  }

  .image-wrapper.hero-section---bg-image---home-v3 {
    width: 93.75rem;
    transform: translate(16%, 35%);
  }

  .image-wrapper.bottom-team-bg-image---home-v3 {
    width: 142%;
  }

  .image-wrapper.hero-section---bottom-left-image---about-page, .image-wrapper.hero-section---top-right-image---about-page {
    border-radius: .375rem;
  }

  .image-wrapper.hero-section---bg-image---about-page {
    width: 56.25rem;
    transform: translate(8%, 22%);
  }

  .image-wrapper.about-us---top-image {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    margin-top: 1.5rem;
  }

  .image-wrapper.about-us---bottom-image {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    margin-bottom: 1.5rem;
  }

  .image-wrapper.blog-secondary-image---blog-v1 {
    min-width: auto;
    max-width: none;
  }

  .image-wrapper.blog-card-secondary-image---blog-v2 {
    max-width: none;
  }

  .image-wrapper.features-bg-image---features-v1 {
    transform: translate(-7%, 4%);
  }

  .image-wrapper.hero-section---bg-image---features-v2 {
    max-width: 62.5rem;
    transform: translate(-24%, 22%);
  }

  .image-wrapper.hero-section---bg-image---features-v3 {
    max-width: 46.875rem;
    transform: translate(22%, 44%);
  }

  .image-wrapper.hero-section---integration-image {
    border-radius: .75rem;
  }

  .image-wrapper.hero-section---bg-image-right---integrations {
    width: 50rem;
    left: 45%;
  }

  .image-wrapper.hero-section---bg-image-left---integrations {
    width: 50rem;
  }

  .image-wrapper.hero-section---bg-image---intergration-single {
    width: 78.125rem;
    transform: translate(-4%, 57%);
  }

  .image-wrapper.hero-section---bg-image---help-center-page {
    width: 78.125rem;
    transform: translate(5%, -6%);
  }

  .image-wrapper.hero-section---bg-image---careers-page {
    width: 62.5rem;
    transform: translate(-6%, 56%);
  }

  .image-wrapper.hero-section---bg-image---help-center-articles {
    width: 93.75rem;
    transform: translate(8%, 23%);
  }

  .image-wrapper.hero-section---bg-image---sign-in-page {
    width: 62.5rem;
    transform: translate(-6%, -3%);
  }

  .image-wrapper.hero-section---sign-up-page {
    max-height: 25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .image-wrapper.hero-section---bg-image-sign-up-page {
    width: 62.5rem;
    transform: translate(7%, 100%);
  }

  .image-wrapper.hero-section---bg-image---forgot-password-page {
    width: 78.125rem;
    transform: translate(0, 12%);
  }

  .image-wrapper.hero-section---bg-image---reset-password-page {
    width: 78.125rem;
    transform: translate(-2%, -40%);
  }

  .image-wrapper.hero-section---bg-image---terms-and-conditions {
    width: 43.75rem;
    transform: translate(4%, 30%);
  }

  .image-wrapper.hero-section---bg-image---confirm-email-page {
    width: 93.75rem;
    transform: translate(7%, -36%);
  }

  .image-wrapper.hero-section---bg-image---demo-page {
    width: 62.5rem;
    transform: translate(0%, 3%);
  }

  .image-wrapper.hero-section---bg-image---landing-page {
    width: 78.125rem;
    transform: translate(20%, 20%);
  }

  .image-wrapper.hero-section---bg-image---coming-soon-page {
    width: 46.875rem;
    transform: translate(39%, -6%);
  }

  .image-wrapper.hero-section---bg-image---404-not-found {
    width: 62.5rem;
    transform: translate(-35%, 39%);
  }

  .image-wrapper.hero-section---bg-image---password-protected {
    width: 46.875rem;
    transform: translate(-36%, 100%);
  }

  .image-wrapper.new-image {
    width: 93.75rem;
    transform: translate(16%, 35%);
  }

  ._404-not-found {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }

  .order-item {
    flex-direction: column;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }

  .order-list-price {
    margin-top: .6875rem;
  }

  .order-list-title {
    margin-bottom: .25rem;
  }

  .order-item-image {
    margin-bottom: 1.25rem;
  }

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

  .checkout-column {
    margin-bottom: 1.5rem;
  }

  .home-pages-top-wrapper {
    margin-bottom: 1rem;
  }

  .image-home-link-wrapper {
    max-width: 11.25rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .figma-file-text-wrapper, .card-home-pages-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .form.inside-input {
    min-height: 7.625rem;
  }

  .form.inside-input.large {
    min-height: 6.75rem;
  }

  .form.contact-form {
    min-height: 36rem;
  }

  .form.sign-in-form {
    min-height: 21.8125rem;
  }

  .form.sign-up-form {
    min-height: 25.4375rem;
  }

  .success-message-wrapper.inside-input {
    flex-direction: column;
  }

  .column-list-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .grid-footer-3-columns---pages-list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .center-content---tablet {
    align-items: stretch;
  }

  .feature-item-v1 {
    padding-bottom: 2rem;
  }

  .feature-container-v1 {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .image-container.hero-section---integrations-page {
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .image-container.integration-image---row {
    grid-column-gap: 5%;
  }

  .image-card.features-v1-images-left---top-image, .image-card.features-v1-images-left---bottom-image, .image-card.features-v1-images-right---bottom-image, .image-card.features-v1-images-right---top-image, .image-card.top-team---bottom-image---home-v1.floating-card---up, .image-card.top-team---top-image---home-v1.floating-card---down, .image-card.center-team---bottom-image---home-v1, .image-card.center-team---top-image---home-v1, .image-card.bottom-team---top-image---home-v1, .image-card.bottom-team---bottom-image---home-v1, .image-card.cta-v2---top-image---home-v1, .image-card.cta-v2---bottom-image---home-v1, .image-card.integrations---top-image---features-v1, .image-card.integrations---bottom-image---features-v1, .image-card.integrations---top-image---features-v3, .image-card.integrations---bottom-image---features-v3 {
    border-radius: .375rem;
  }

  .image-card.hero-new-small {
    left: -4%;
  }

  .stats-flex-container {
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
  }

  .testimonial-tab---home-v1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-tab-wrapper---home-v2 {
    margin-top: 2.5rem;
  }

  .logo-strip-wrapper---home-v3 {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }

  .feature-item-line-left {
    grid-row-gap: 1rem;
    flex-direction: column;
    padding-left: 1.5rem;
  }

  .team-tab---home-v3 {
    flex-direction: row;
    justify-content: flex-start;
    padding: .5rem;
    font-size: .85rem;
  }

  .team-tab---home-v3:hover {
    border-left-color: var(--neutral--400);
  }

  .team-tab-content-wrapper {
    margin-top: 2.5rem;
  }

  .values-item {
    flex-direction: column;
  }

  .office-contact-details-flex-container {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .blog-card-secondary---blog-v1 {
    grid-row-gap: 1.25rem;
    flex-direction: column;
  }

  .pagination-wrapper {
    margin-top: 2.5rem;
  }

  .mg-right--16px---tablet.mg-right-0px---mbp {
    margin-right: 0;
  }

  .blog-card-secondary---blog-v2 {
    flex-direction: column;
  }

  .heading-wrapper.display-1-font-size {
    grid-column-gap: .625rem;
  }

  .feature-item-icon-left {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .contact-link-icon-left-container {
    flex-direction: column;
  }

  .perks-slider-mask {
    width: 100%;
    max-width: none;
  }

  .help-center-category-link {
    padding-bottom: 1.5rem;
  }

  .help-center-article-link {
    padding-bottom: 2.5rem;
  }

  .pd-top-100px.mg-bottom-48px {
    padding-top: 3.5rem;
  }

  .logo-strip-wrap-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pd-top-120px {
    padding-top: 5rem;
  }

  .pd-top-72px.pd-top-40px-mbp {
    padding-top: 2.5rem;
  }

  .brix-card-content-wrapper {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .cta-footer-v2 {
    align-items: stretch;
    margin-bottom: 3rem;
    padding: 2.5rem 1.5rem;
  }

  .pd-top-200px {
    padding-top: 6.25rem;
  }

  .pricing-col {
    padding-left: 1.5rem;
  }

  .pricing-col.top {
    margin-top: 2rem;
  }

  .pricing-col-top.card-top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-v1-image-left {
    border-radius: .25rem;
  }

  .move-x-60-mbl.move-x-0-mbp {
    transform: translate(0%);
  }

  .max-w-40px-mbp {
    max-width: 2.5rem;
  }

  .hidden-on-mbp {
    display: none;
  }

  .table-row-cell {
    padding-left: .5rem;
    font-size: 10px;
  }

  .table-row-cell.is-order {
    flex: 0 auto;
    width: 25%;
    min-width: 3rem;
    padding-left: .75rem;
    padding-right: 0;
  }

  .table-row-cell.is-srhink {
    width: 18%;
    min-width: auto;
    padding-right: 0;
  }

  .table-row-cell.is-channel {
    min-width: 4rem;
    display: none;
  }

  .table-row-cell.is-margin {
    width: 25%;
    min-width: 5rem;
    padding-right: 0;
  }

  .table-row-cell.is-date {
    flex: none;
    width: 37%;
    min-width: auto;
  }

  .top-bar__left {
    width: 15%;
  }

  .browser-window {
    padding: .5rem;
  }

  .browser-wrapper {
    width: 100%;
  }

  .icon-wrapper {
    width: auto;
    height: auto;
  }

  .icon-wrapper.hide {
    display: none;
  }

  .top-bar {
    justify-content: space-between;
    padding: 5px 10px;
  }

  .top-bar__right {
    width: 15%;
  }

  .container-default-copy, .container-default-copy-copy, .header-cont {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .newsectionssss {
    padding-left: 0;
    padding-right: 0;
  }

  .container-paddings {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .display-news {
    font-size: 2.25rem;
  }

  .image-3 {
    width: 3rem;
  }

  .new-sections {
    padding-top: 2rem;
    padding-bottom: 6.25rem;
  }

  .new-sections.small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .new-sections.small.hero-section---blog-v3 {
    padding-top: 6.25rem;
  }

  .new-sections.top, .new-sections.top.bottom---small {
    padding-top: 7.5rem;
  }

  .new-sections.template-pages-hero {
    padding-bottom: 4rem;
  }

  .new-sections.hero-page {
    background-image: linear-gradient(to bottom, white 65%, var(--neutral--200) 65%);
    padding-bottom: 4rem;
  }

  .new-sections.features-section---home-v1 {
    padding-top: 3.5rem;
  }

  .new-sections.hero-section---home-v3 {
    padding-bottom: 6.25rem;
  }

  .new-sections.hero-section---about-page {
    padding-bottom: 4.5rem;
  }

  .new-sections.bottom---small {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .new-sections.hero-section---features-v1 {
    padding-top: 6.25rem;
    padding-bottom: 4rem;
  }

  .new-sections.hero-section---features-v2 {
    padding-top: 6.875rem;
  }

  .new-sections.hero-section---features-v3, .new-sections.hero-section---pricing {
    padding-top: 6.875rem;
    padding-bottom: 4rem;
  }

  .new-sections.hero-section---integrations-page {
    padding-top: 6.875rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero-section---default {
    padding-top: 6.875rem;
  }

  .new-sections.hero-section---forgot-password {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .new-sections.hero-section---reset-password-page, .new-sections.hero-section---confirm-your-email {
    padding-top: 6.875rem;
    padding-bottom: 5rem;
  }

  .new-sections.hero.blog-post {
    padding-top: 7.5rem;
  }

  .new-sections.hero.integration-single {
    padding-bottom: 4rem;
  }

  .new-sections.hero.terms-conditions, .new-sections.hero.search-page, .new-sections.hero.checkout, .new-sections.hero.order-confirmation, .new-sections.hero.pricing-category {
    padding-top: 7.5rem;
  }

  .new-sections.hero.team-single {
    padding-top: 7.5rem;
    padding-bottom: 3.75rem;
  }

  .new-sections.top-100px {
    padding-top: 4rem;
  }
}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-dd3b7741, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-dd3b7741, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-dd3b7741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c16c52-9f73-3a54-5af6-f39f26d6649a-dd3b7741 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b802a070-9102-8775-5428-930ff319ab2f-dd3b7741, #w-node-_0d1a4bbe-dc52-105e-2ca1-c6acb8d70409-dd3b7741, #w-node-a9027cae-58cc-b2b0-7314-78506a3851e6-dd3b7741, #w-node-b57118bc-b805-b476-8593-e1dfae7abcd0-dd3b7741, #w-node-_20700622-f91e-e130-52cd-3b9ff35216f3-dd3b7741, #w-node-af6758ae-a4d9-0adf-fa9e-b5aafb098255-dd3b7741, #w-node-dd2b790d-4217-3a42-1796-f0ba7d4f8b18-dd3b7741, #w-node-_03e8e9f0-b6cd-a781-770a-b3e20538b86d-dd3b7741, #w-node-_18fd6a84-fe30-de9c-0a1a-09d30cd193e1-dd3b7741, #w-node-_98ae706f-c205-953a-ff70-808894d20b7f-dd3b7741, #w-node-d22a71af-3a44-4170-3cbf-d079de08ac93-dd3b7741, #w-node-bb9af2f6-2bfb-6925-5601-a7ff132a771a-dd3b7741, #w-node-_2a7438ba-0cf5-c7a7-1c02-f2132e22db2e-dd3b7741, #w-node-_8fcb857c-8f66-655e-6cdf-19180fc2b44b-dd3b7741, #w-node-_7f399136-26dd-1d5e-7212-596d2dce2004-dd3b7741, #w-node-_59e33cf9-da39-7a95-48dd-2fcd3e3502af-dd3b7741, #w-node-_9efc1f73-2bde-3c24-e813-2c909b67c5b5-dd3b7741, #w-node-_2525877f-b4ce-b50d-8561-4eacd85f53a1-dd3b7741, #w-node-b636dd00-8749-2425-5568-fc2b3eb9037b-dd3b7741, #w-node-ac5bf6cb-720c-4a9b-51c5-51a359bae107-dd3b7741, #w-node-_5f29106b-8dea-c370-c9e9-1cea10fe2967-dd3b7741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93d11f17-8dd7-e1b7-7051-2406633f50d1-dd3b7741 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_1f317bbb-e49b-204a-067e-2a9962406fa5-dd3b7741, #w-node-b69c048b-99b0-c624-5932-9bad749363a3-dd3b7741, #w-node-_40cd090a-b1b5-97d9-b65f-9aaf7e4675d7-dd3b7741, #w-node-cd8509b8-f847-0533-f128-887ff8b873f1-dd3b7741, #w-node-_1c8d5f65-9a3a-cc70-2337-d26669f1dd80-dd3b7741, #w-node-_092ca8fe-ab57-efd6-26ab-ae296980c74e-dd3b7741, #w-node-_0a787e1f-9bfb-abc4-b893-8d6258d4d3a5-dd3b7741, #w-node-_2b2ee990-739c-ed4d-94d0-35feaa527df1-dd3b7741, #w-node-_0c2f4e71-f3f3-8387-aec1-8bf185ebf0fb-dd3b7741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a370309-b0d5-fe60-1d5c-85b533e56ccf-dd3b7741 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d775f0ed-672e-4c3f-a7d3-3cfb31832c83-dd3b7741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_361474c9-aa5d-ef84-b5ae-2896ad18a16b-dd3b7741, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-dd3b7741, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-dd3b7741, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-dd3b7741, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-dd3b7741, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-dd3b7741, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-dd3b7741, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-dd3b7741, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-dd3b7741, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-dd3b7741, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-dd3b7741, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-dd3b7741, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-dd3b7741 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_278377ac-d805-a9d2-8444-52ab6f8d4bf2-6f8d4be1 {
  align-self: center;
  justify-self: end;
}

#w-node-_278377ac-d805-a9d2-8444-52ab6f8d4c85-6f8d4be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_13421edc-6925-29c9-5033-d35184ef18dc-dd3b77a2, #w-node-bd115d91-7dea-a91a-9bc4-a4a178fc73a0-dd3b77a2, #w-node-_8bf1ccbb-8d05-2c96-f7fa-560e2a9f7433-dd3b77a2, #w-node-_13fbec18-1d0a-b9f1-74c0-c10f3f5f0c5f-dd3b77a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46da7e08-4ae1-e84d-dffe-e6d9f5bbcba7-dd3b77a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3c99c4d3-c3d7-e5e1-4159-205f1b18dbf6-dd3b77a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c5bc9942-78c4-f9d0-2a13-3607d20cf446-dd3b77a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abe67-dd3b77a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abe75-dd3b77a2, #w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abe83-dd3b77a2, #w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abe91-dd3b77a2, #w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abe9f-dd3b77a2, #w-node-_6d370a8c-07b6-db13-b4f8-71f11b4abead-dd3b77a2, #w-node-e5be6668-4e3d-ae9d-976b-8160fbdf91b9-fbdf91b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5be6668-4e3d-ae9d-976b-8160fbdf91bd-fbdf91b6 {
  justify-self: end;
}

#w-node-a409119a-4c18-4602-f906-e6a51f2d4bc2-dd3b77a7, #w-node-_327333cf-08a3-9a9b-d4dc-8249747ab7c2-dd3b77a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2ca8fb9d-b41e-45d2-a717-dbba29acc240-dd3b77a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ca8fb9d-b41e-45d2-a717-dbba29acc244-dd3b77a7 {
  justify-self: end;
}

#w-node-faed9574-ba58-ff2e-c2c3-c7599e52e748-dd3b77a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02c8a32e-d554-cf1a-1383-f62a2caeb2c4-dd3b77a8 {
  align-self: stretch;
}

#w-node-_02c8a32e-d554-cf1a-1383-f62a2caeb2c7-dd3b77a8, #w-node-_5ce95a6a-c52b-7750-5533-6a3e966e8eb2-dd3b77ab, #w-node-_2764b98b-bd9e-0a32-06d9-d0c0bf0d17bd-dd3b77ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab164b03-27ed-4253-c9be-238c76ac045d-dd3b77ab {
  justify-self: end;
}

#w-node-_2c82033b-0b84-35d9-15c0-1f1ed0b3e48b-dd3b77ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d906287-7c24-d79f-4c72-0a4b66b3ee27-dd3b77ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_627ebe2f-ad0e-5f6f-9b87-7fe6a901942d-dd3b77ab {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ec1084ef-814b-f9f6-e093-7fd0f83e1f15-dd3b77ab, #w-node-b1dea499-56e3-68b0-c8e7-bf1f93de8851-dd3b77ab, #w-node-_8193dcc8-5d72-aa20-1c90-b7350d356810-dd3b77ab, #w-node-b2682c49-0d9a-737c-4e34-ec5294adcad1-dd3b77ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b2112f-19d7-21dd-558a-bc1ae4ec3b1f-dd3b77ae {
  align-self: center;
  justify-self: end;
}

#w-node-b2ff9c45-6243-ae6b-2ec2-04cf00a64e77-00a64e73 {
  justify-self: start;
}

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

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

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

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

#w-node-fc3c2d62-77db-2a43-5187-a790929cd6e7-dd3b77b0, #w-node-_364535a7-39ad-cf59-392e-97436477d098-dd3b77b0, #w-node-f46344c5-8459-0736-2d42-6962233f7239-dd3b77b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5380c20e-b2cc-5104-ee5e-9d87b772ebc8-dd3b77b0 {
  justify-self: center;
}

#w-node-_9b5aad35-bf2f-3126-8bfa-93fcb5aaf629-dd3b77b0, #w-node-a5c1d323-8475-837a-840b-cf394d48a26c-dd3b77b0 {
  justify-self: end;
}

#w-node-_0cb5cbbc-1bad-0c38-5cb6-8203525590c9-dd3b77c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9303bae-6213-1883-9c13-f93e21c14349-dd3b77c8 {
  justify-self: start;
}

#w-node-_524deb1d-6433-958b-6161-b57112e7b957-dd3b77cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-fdecf3d7-d514-2ba4-99fb-de3b049aab12-dd3b780f, #w-node-_74fb19f5-f866-fd4e-9d52-50c563adca1c-dd3b780f, #w-node-faf14f08-14cb-27c8-b525-a3c24c414754-dd3b7819, #w-node-c0e62ef9-fc34-dbfe-3e80-2c3a8b1699d0-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0e62ef9-fc34-dbfe-3e80-2c3a8b1699d7-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-df947ad5-bc23-3741-3809-3c758d6e8534-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-df947ad5-bc23-3741-3809-3c758d6e8546-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_13fddb8b-f5c3-6fb7-ae60-509ffce75fc7-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13fddb8b-f5c3-6fb7-ae60-509ffce75fce-dd3b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_028adddd-2af8-134e-8433-de11cc6adcbd-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b41e224e-0cf2-960c-982b-aa9eae882d0b-dd3b781c, #w-node-_21df03d3-daf2-3638-badb-f9c69e2cd6f3-dd3b781c, #w-node-_2cd223dc-e5b3-2a55-af9b-ab43758f600a-dd3b781c, #w-node-_13542ca8-bead-09da-ac08-8daeaafccec3-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_028adddd-2af8-134e-8433-de11cc6adcce-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18e44e49-11cf-f338-c829-eea26458e23c-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_18e44e49-11cf-f338-c829-eea26458e224-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_18e44e49-11cf-f338-c829-eea26458e22c-dd3b781c, #w-node-_18e44e49-11cf-f338-c829-eea26458e230-dd3b781c, #w-node-_18e44e49-11cf-f338-c829-eea26458e234-dd3b781c, #w-node-_18e44e49-11cf-f338-c829-eea26458e238-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca96f6fd-d13b-3e4b-793e-18e1fce560f6-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ca96f6fd-d13b-3e4b-793e-18e1fce560fe-dd3b781c, #w-node-ca96f6fd-d13b-3e4b-793e-18e1fce56102-dd3b781c, #w-node-ca96f6fd-d13b-3e4b-793e-18e1fce56106-dd3b781c, #w-node-ca96f6fd-d13b-3e4b-793e-18e1fce5610a-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca96f6fd-d13b-3e4b-793e-18e1fce5610e-dd3b781c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76c6d1ed-fdb3-e234-1cde-9ea4cf0d8e59-dd3b781d {
  justify-self: start;
}

#w-node-_037fa965-4643-6f09-9cd9-f7d6097fdd33-dd3b781e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_037fa965-4643-6f09-9cd9-f7d6097fdd41-dd3b781e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7a303780-5c25-380c-0c62-07b65f393975-dd3b7825, #w-node-c9c66fff-b2f1-9e04-485a-d4ae16727e20-dd3b7825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b99709ea-2e87-3386-f5d5-9457767a27f1-dd3b7825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_40a1729e-cdf0-0f69-5ff3-17a1d55600ad-dd3b7825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_40a1729e-cdf0-0f69-5ff3-17a1d55600a6-dd3b7825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3e10d544-0aee-213b-79b1-e36ce813c930-dd3b7825 {
  justify-self: end;
}

#w-node-a5805abd-953e-0693-acb0-d8057ab9cdec-7ab9cde8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5805abd-953e-0693-acb0-d8057ab9cdfd-7ab9cde8 {
  justify-self: end;
}

#w-node-_882464ac-9c4c-de42-6907-d9b78b111ce3-dd3b7826, #w-node-_53771b83-38b4-bbfa-d736-f51f927962c7-dd3b7826, #w-node-aa4a74e7-7b26-c60f-d66c-781acd4a363f-dd3b7826, #w-node-_627b0c9d-fb46-cf5c-1127-c36d005e2ee1-dd3b7826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e551361b-7933-9e73-3689-13c1f51798fa-dd3b7826 {
  justify-self: end;
}

#w-node-b29798a3-da1f-667b-43e3-2b94df820b78-dd3b7826 {
  justify-self: start;
}

#w-node-_99bf62db-12df-446b-f26a-0e0821575914-dd3b7826 {
  justify-self: end;
}

#w-node-_99bf62db-12df-446b-f26a-0e0821575917-dd3b7826, #w-node-_6df9b536-8f66-df7b-e6cd-a3340da21926-dd3b7826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad197ee7-f99d-21a9-22c7-754360343f72-dd3b7826, #w-node-_0af22555-5f93-d3d2-d506-d026e17ce474-dd3b7826 {
  justify-self: end;
}

#w-node-_8e39a0bd-3249-92f6-4799-04b0cea3741b-dd3b7827, #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289c9-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c395c664-17e6-10e4-3f9a-defe96d47209-dd3b7827, #w-node-a513572c-a3b4-fde4-5ba7-a1d9d162621d-dd3b7827, #w-node-d830b855-a2e4-330e-7f96-81d78472ef22-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b77365ab-b6fa-2115-06db-ecea23138fa1-dd3b7827, #w-node-b77365ab-b6fa-2115-06db-ecea23138fa5-dd3b7827, #w-node-b77365ab-b6fa-2115-06db-ecea23138fa9-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289f8-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d38c86aa-25d3-b2d0-d09e-be85c712d80d-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d38c86aa-25d3-b2d0-d09e-be85c712d811-dd3b7827, #w-node-_097ae898-a8b3-31ab-1db7-0171c1e4cb86-dd3b7827 {
  justify-self: end;
}

#w-node-_097ae898-a8b3-31ab-1db7-0171c1e4cb89-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_097ae898-a8b3-31ab-1db7-0171c1e4cb7f-dd3b7827 {
  justify-self: start;
}

#w-node-e79a45ba-674e-36ef-a546-ee2d146caad4-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e79a45ba-674e-36ef-a546-ee2d146caad8-dd3b7827 {
  justify-self: end;
}

#w-node-_76843e7b-f42c-52d7-df84-db7e80ad799b-dd3b7827 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c809ce97-245b-aef5-2a62-25140704cc3a-dd3b7827, #w-node-_10c95b34-1e1b-4b19-fa71-2e4e885e157a-dd3b7827, #w-node-_205b0b10-9203-bc5a-a4e9-98ad22db26a5-dd3b7827, #w-node-d8b73024-1b11-2224-2529-444bc72a8e12-dd3b7827, #w-node-e1c1639f-9505-4230-0f8a-9d298595e0c1-dd3b7827, #w-node-_59c0336e-7217-8a71-fac0-ea94d520280a-dd3b782c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca98c12a-75d6-8e39-065d-77b54d4ed0f7-dd3b782c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4ff50ff9-7a11-2ae6-948d-a801d6b07722-dd3b782c {
  justify-self: end;
}

#w-node-_3eac6534-0e0a-38c0-1065-e51cde96e000-dd3b782c, #w-node-_6cdb391b-d813-a54f-f10f-e1f33e78d47c-dd3b782c {
  justify-self: start;
}

#w-node-a726ca93-0918-4a06-c262-b26a2a194613-dd3b782c {
  justify-self: end;
}

#w-node-a726ca93-0918-4a06-c262-b26a2a194615-dd3b782c {
  justify-self: start;
}

#w-node-_205c31e2-e219-a804-f157-bbfe71598310-dd3b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_205c31e2-e219-a804-f157-bbfe71598348-dd3b782d {
  justify-self: start;
}

#w-node-a8b34184-6164-387e-f267-e37c63c5fc23-dd3b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8b34184-6164-387e-f267-e37c63c5fc2a-dd3b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a8b34184-6164-387e-f267-e37c63c5fc41-dd3b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a8b34184-6164-387e-f267-e37c63c5fc52-dd3b782d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_037fc616-26d0-a7c6-03d3-5004d76fab67-dd3b7835, #w-node-_037fc616-26d0-a7c6-03d3-5004d76fabaf-dd3b7835, #w-node-_037fc616-26d0-a7c6-03d3-5004d76fac2d-dd3b7835, #w-node-_037fc616-26d0-a7c6-03d3-5004d76facac-dd3b7835 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdddc34a-8c30-c467-125c-451bb71b08a0-dd3b7837, #w-node-_771b725e-326c-5e3c-d014-6345c0fbe3ae-dd3b7837 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fdddc34a-8c30-c467-125c-451bb71b08a4-dd3b7837 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

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

#w-node-_854cd809-7079-5c31-60ad-5c46335cf60b-dd3b7839, #w-node-_854cd809-7079-5c31-60ad-5c46335cf60f-dd3b7839 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_665138a7-6526-1c8f-e230-e23c2c3fb63d-dd3b7839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_854cd809-7079-5c31-60ad-5c46335cf61f-dd3b7839 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-c64ffdea-db4d-fe97-7a05-e4998112748d-dd3b783a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b624d97-bd7f-fe36-067f-53f9fe9dbfbf-dd3b783a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_19728186-acf1-7e68-94a4-dfd2222fe0a4-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0ad-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0b1-dd3b783a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19728186-acf1-7e68-94a4-dfd2222fe0b7-dd3b783a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-dd3b783d, #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289c9-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289f8-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af82-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af89-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe062a-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe062e-f63c7d20, #w-node-b695e93e-8684-7d65-0d73-9581affe0637-f63c7d20 {
  justify-self: end;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe063a-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe063e-f63c7d20 {
  justify-self: start;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe064a-f63c7d20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe064e-f63c7d20 {
  justify-self: end;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289c9-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c160ff07-cd9d-e72f-70af-6afb2b1289f8-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af82-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af89-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe062a-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe062e-79bf6ff6, #w-node-b695e93e-8684-7d65-0d73-9581affe0637-79bf6ff6 {
  justify-self: end;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe063a-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe063e-79bf6ff6 {
  justify-self: start;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe064a-79bf6ff6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b695e93e-8684-7d65-0d73-9581affe064e-79bf6ff6 {
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_1f317bbb-e49b-204a-067e-2a9962406fa5-dd3b7741, #w-node-b69c048b-99b0-c624-5932-9bad749363a3-dd3b7741, #w-node-_40cd090a-b1b5-97d9-b65f-9aaf7e4675d7-dd3b7741, #w-node-cd8509b8-f847-0533-f128-887ff8b873f1-dd3b7741, #w-node-_1c8d5f65-9a3a-cc70-2337-d26669f1dd80-dd3b7741, #w-node-_092ca8fe-ab57-efd6-26ab-ae296980c74e-dd3b7741, #w-node-_0a787e1f-9bfb-abc4-b893-8d6258d4d3a5-dd3b7741, #w-node-_2b2ee990-739c-ed4d-94d0-35feaa527df1-dd3b7741, #w-node-_0c2f4e71-f3f3-8387-aec1-8bf185ebf0fb-dd3b7741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a370309-b0d5-fe60-1d5c-85b533e56ccf-dd3b7741 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d775f0ed-672e-4c3f-a7d3-3cfb31832c83-dd3b7741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_361474c9-aa5d-ef84-b5ae-2896ad18a16b-dd3b7741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_83c16c52-9f73-3a54-5af6-f39f26d6649a-dd3b7741 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93d11f17-8dd7-e1b7-7051-2406633f50d1-dd3b7741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a370309-b0d5-fe60-1d5c-85b533e56ccf-dd3b7741 {
    grid-column: span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-dd3b7741, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-dd3b7741 {
    order: -9999;
  }

  #w-node-_278377ac-d805-a9d2-8444-52ab6f8d4bfe-6f8d4be1, #w-node-ca0e16ad-68c5-f00a-d8ad-93ff3fa2abc7-da7c51c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_13fbec18-1d0a-b9f1-74c0-c10f3f5f0c5f-dd3b77a2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_46da7e08-4ae1-e84d-dffe-e6d9f5bbcba7-dd3b77a2 {
    order: -9999;
    grid-column: span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_3c99c4d3-c3d7-e5e1-4159-205f1b18dbf6-dd3b77a2 {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-c5bc9942-78c4-f9d0-2a13-3607d20cf446-dd3b77a2 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-e5be6668-4e3d-ae9d-976b-8160fbdf91bd-fbdf91b6 {
    justify-self: auto;
  }

  #w-node-_2ca8fb9d-b41e-45d2-a717-dbba29acc240-dd3b77a7, #w-node-_2ca8fb9d-b41e-45d2-a717-dbba29acc244-dd3b77a7, #w-node-_02c8a32e-d554-cf1a-1383-f62a2caeb2c7-dd3b77a8, #w-node-_2c82033b-0b84-35d9-15c0-1f1ed0b3e48b-dd3b77ab, #w-node-b2ff9c45-6243-ae6b-2ec2-04cf00a64e77-00a64e73 {
    justify-self: center;
  }

  #w-node-_3f53b5bb-0037-753d-8c52-b80543ad0e09-dd3b77b0 {
    justify-self: auto;
  }

  #w-node-c0e62ef9-fc34-dbfe-3e80-2c3a8b1699d7-dd3b7819, #w-node-df947ad5-bc23-3741-3809-3c758d6e8534-dd3b7819, #w-node-_13fddb8b-f5c3-6fb7-ae60-509ffce75fce-dd3b7819, #w-node-_028adddd-2af8-134e-8433-de11cc6adcbd-dd3b781c, #w-node-_18e44e49-11cf-f338-c829-eea26458e224-dd3b781c, #w-node-ca96f6fd-d13b-3e4b-793e-18e1fce560f6-dd3b781c {
    order: -9999;
  }

  #w-node-_86eccdeb-18f1-6527-ffbb-dba0b5974cca-dd3b781d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_76c6d1ed-fdb3-e234-1cde-9ea4cf0d8e59-dd3b781d {
    justify-self: center;
  }

  #w-node-f7457da3-7416-df8a-ead9-6584186e404d-186e4032 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b99709ea-2e87-3386-f5d5-9457767a27f1-dd3b7825, #w-node-_40a1729e-cdf0-0f69-5ff3-17a1d55600ad-dd3b7825 {
    order: -9999;
  }

  #w-node-_8c123a41-60bd-a3fe-239a-346bfddcf8bb-dd3b7825 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_882464ac-9c4c-de42-6907-d9b78b111ce3-dd3b7826, #w-node-_53771b83-38b4-bbfa-d736-f51f927962c7-dd3b7826, #w-node-aa4a74e7-7b26-c60f-d66c-781acd4a363f-dd3b7826 {
    grid-column: span 2 / span 2;
  }

  #w-node-_99bf62db-12df-446b-f26a-0e0821575914-dd3b7826 {
    order: -9999;
  }

  #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-dd3b7827, #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-dd3b7827 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_097ae898-a8b3-31ab-1db7-0171c1e4cb86-dd3b7827, #w-node-a8b34184-6164-387e-f267-e37c63c5fc2a-dd3b782d, #w-node-a8b34184-6164-387e-f267-e37c63c5fc41-dd3b782d {
    order: -9999;
  }

  #w-node-c64ffdea-db4d-fe97-7a05-e4998112748d-dd3b783a {
    order: 9999;
  }

  #w-node-_9b624d97-bd7f-fe36-067f-53f9fe9dbfbf-dd3b783a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_236d29f2-d3ad-e1ab-1847-2ba7fe9d6403-e1455578 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-f63c7d20, #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-f63c7d20, #w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af89-f63c7d20 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-b695e93e-8684-7d65-0d73-9581affe0637-f63c7d20 {
    order: -9999;
  }

  #w-node-f84dcecb-88dd-ddca-1acc-3e60b2233ef4-79bf6ff6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289d0-79bf6ff6, #w-node-c160ff07-cd9d-e72f-70af-6afb2b1289e7-79bf6ff6, #w-node-_30c9b0d9-3836-c444-a8f4-53d2dfb3af89-79bf6ff6 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-b695e93e-8684-7d65-0d73-9581affe0637-79bf6ff6 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6a370309-b0d5-fe60-1d5c-85b533e56ccf-dd3b7741 {
    grid-column: span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-dd3b7741, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-dd3b7741 {
    order: -9999;
  }

  #w-node-_627ebe2f-ad0e-5f6f-9b87-7fe6a901942d-dd3b77ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2ff9c45-6243-ae6b-2ec2-04cf00a64e77-00a64e73 {
    justify-self: center;
  }

  #w-node-ca5c189e-e552-0438-5389-fa864a213471-dd3b7819, #w-node-_8c5cfff4-f0d0-d312-1c33-92c1bfce2d0d-dd3b7819, #w-node-_11ac20c7-428f-eb16-9f10-a0601cf41bf8-dd3b7819, #w-node-_803b6820-42b2-353d-5919-504ba74f5664-dd3b781b, #w-node-a80c71ce-e8af-9e65-6f7e-e01245a0cc6a-dd3b781b, #w-node-_9b0ade9c-2515-7182-2918-35ca55f24961-dd3b781b {
    justify-self: stretch;
  }

  #w-node-_76c6d1ed-fdb3-e234-1cde-9ea4cf0d8e59-dd3b781d {
    justify-self: center;
  }

  #w-node-_27efb9b0-2156-ebbf-6250-d740bc434126-dd3b7825 {
    justify-self: stretch;
  }

  #w-node-_8c123a41-60bd-a3fe-239a-346bfddcf8bb-dd3b7825, #w-node-_882464ac-9c4c-de42-6907-d9b78b111ce3-dd3b7826, #w-node-_53771b83-38b4-bbfa-d736-f51f927962c7-dd3b7826, #w-node-aa4a74e7-7b26-c60f-d66c-781acd4a363f-dd3b7826 {
    grid-column: span 1 / span 1;
  }

  #w-node-_55bdb8e9-6c90-c374-fee5-1cc1695024fd-dd3b7827, #w-node-c54ac7e4-838e-db14-e2ed-e2777346ef9f-dd3b7827, #w-node-a7948279-7563-93f1-aa25-3feb87f3fec5-dd3b7827, #w-node-_5a3d70ba-49a5-1c3b-0029-070ec53960a2-dd3b7827, #w-node-a7081e57-a5c8-3a99-3143-f481e85f56d9-dd3b7827, #w-node-_1b5cddc7-35e6-7d0a-6391-f25cc2afe905-dd3b7827, #w-node-a8b34184-6164-387e-f267-e37c63c5fbf1-dd3b782d {
    justify-self: stretch;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-dd3b783d, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-dd3b783d, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-dd3b783d, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-dd3b783d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-dd3b783d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-dd3b783d, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-dd3b783d, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-dd3b783d, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-dd3b783d, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-dd3b783d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-dd3b783d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-dd3b783d, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-dd3b783d, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-dd3b783d, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-dd3b783d, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-dd3b783d, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-dd3b783d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-dd3b783d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-dd3b783d, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-dd3b783d, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-dd3b783d, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-dd3b783d, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-dd3b783d, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-dd3b783d, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-dd3b783d, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-dd3b783d {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_278377ac-d805-a9d2-8444-52ab6f8d4bfe-6f8d4be1, #w-node-ca0e16ad-68c5-f00a-d8ad-93ff3fa2abc7-da7c51c6, #w-node-_87dedf75-8f1a-6f25-008b-42739d816a0c-dd3b77b0, #w-node-_86eccdeb-18f1-6527-ffbb-dba0b5974cca-dd3b781d, #w-node-_037fa965-4643-6f09-9cd9-f7d6097fdd33-dd3b781e, #w-node-_037fa965-4643-6f09-9cd9-f7d6097fdd41-dd3b781e, #w-node-f7457da3-7416-df8a-ead9-6584186e404d-186e4032, #w-node-fdddc34a-8c30-c467-125c-451bb71b08a0-dd3b7837, #w-node-_771b725e-326c-5e3c-d014-6345c0fbe3ae-dd3b7837, #w-node-fdddc34a-8c30-c467-125c-451bb71b08a4-dd3b7837, #w-node-_854cd809-7079-5c31-60ad-5c46335cf60b-dd3b7839, #w-node-_854cd809-7079-5c31-60ad-5c46335cf60f-dd3b7839 {
    grid-column: span 1 / span 1;
  }

  #w-node-_665138a7-6526-1c8f-e230-e23c2c3fb63d-dd3b7839 {
    justify-self: start;
  }

  #w-node-_854cd809-7079-5c31-60ad-5c46335cf61f-dd3b7839, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0a4-dd3b783a, #w-node-_3dc6046e-5b40-2ae6-2bc7-ff2e488081e1-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0a9-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0ad-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0b1-dd3b783a, #w-node-_19728186-acf1-7e68-94a4-dfd2222fe0b7-dd3b783a, #w-node-_236d29f2-d3ad-e1ab-1847-2ba7fe9d6403-e1455578, #w-node-f84dcecb-88dd-ddca-1acc-3e60b2233ef4-79bf6ff6 {
    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;
}