:root {
  --neutral--600: #7e7f88;
  --neutral--800: #1b1e3e;
  --accent--primary-1: black;
  --neutral--100: white;
  --blackline-black: black;
  --neutral--300: #ebebf0;
  --general--shadow-01: rgba(27, 30, 62, .08);
  --neutral--200: #f7f9fa;
  --general--shadow-02: rgba(20, 20, 43, .08);
  --gradient-top: #282b4a;
  --gradient-bottom: #121429;
  --secondary--color-1: #1b5ad2;
  --secondary--color-2: #f1f8ff;
  --secondary--color-3: #e8edff;
  --secondary--color-4: #3adcff;
  --secondary--color-5: #735dfb;
  --neutral--700: #494b5c;
  --neutral--500: #9e9fa8;
  --neutral--400: #dbdbdd;
  --blackline-white: white;
  --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-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(26, 29, 54, .08);
  --button-shadow--color-2: rgba(26, 29, 54, .08);
  --button-shadow--color-03: rgba(26, 29, 54, .1);
  --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);
  --gradient-variant-top: #40b8fc;
  --gradient-variant-bottom: #0a6cff;
  --blacklline-blush: #f7cac9;
  --blackline-baby-blush: #fadfdf;
  --secondary-color-6: #0c1335;
  --blackline-sky: #a3c6da;
  --alley-component-library-blue--900: #5167f6;
  --alley-component-library-gray--0: #dedfe3;
  --alley-component-library-blue--800: #6478f7;
  --alley-component-library-blue--700: #7788f8;
  --alley-component-library-gray--900: #131316;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-warning300: #fec84b;
  --lynx-grey: #797c83;
  --lynx-black: #1f2022;
  --lynx-white: white;
  --blackline-mint: #cce2d8;
  --blackline-mist: #cde5ee;
  --blackline-lime: #e0eee8;
  --blackline-blue: #c8dde9;
  --blackline-light-blue: #def0f5;
  --blackline-grass: #66716c;
  --blackline-magenta: #7e7173;
  --blackline-shallow-blue: #52636d;
  --blackline-grey-blue: #677377;
  --accessible-components-dark-grey: #9b9b9b;
  --systemflow-lite-primary--60: #2f54eb;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-primary--50: #597ef7;
  --systemflow-lite-primary--70: #1d39c4;
  --systemflow-lite-primary--80: #10239e;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-neutral--40: #dde1e6;
  --systemflow-lite-neutral--50: #d0d4d9;
  --systemflow-lite-primary--40: #85a5ff;
  --systemflow-lite-neutral--70: #838d95;
  --systemflow-lite-neutral--20: #f9fafb;
  --untitled-ui-gray700: #344054;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
}

.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 {
  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-pagination-previous-icon {
  margin-right: 4px;
}

.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-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  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;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  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 {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

.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-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

body {
  color: var(--neutral--600);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75em;
}

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

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

p {
  margin-bottom: 16px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  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: 24px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 86px 64px;
  font-size: 18px;
  line-height: 30px;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper, .page-wrapper.position-relative {
  background-image: linear-gradient(264deg, #cce2d8, #c8dde9 32%, #fce2e5 74%, #cce2d8);
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  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: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.form {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 50px;
  color: var(--blackline-black);
  grid-template-columns: 1fr .8fr;
}

.grid-2-columns.logo-strip-v4 {
  grid-column-gap: 90px;
  grid-template-columns: .8fr .8fr;
}

.grid-2-columns.blog-card-featured {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 64px;
}

.grid-2-columns.title-and-categories.mg-bottom-48px {
  grid-template-columns: .45fr 1fr;
}

.grid-2-columns.text-left-default {
  grid-column-gap: 74px;
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.text-left-default.integrations-grid {
  grid-column-gap: 24px;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.grid-2-columns.text-right-default {
  grid-column-gap: 50px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.content-left-short {
  grid-column-gap: 64px;
  grid-template-columns: .8fr 1.2fr;
}

.grid-2-columns.content-left-short.gap-row-24px {
  align-content: center;
  align-items: center;
}

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

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

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-grid {
  grid-column-gap: 80px;
  grid-template-columns: 1fr 1fr;
}

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

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

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

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns.cta-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.about-hero-grid {
  grid-column-gap: 28px;
  grid-template-columns: 1fr .6fr;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.grid-2-columns.about-stats-grid {
  grid-column-gap: 94px;
  grid-row-gap: 32px;
  display: none;
}

.grid-2-columns.team-member-grid {
  max-width: 1008px;
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1.25fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.rich-text-left---card-right {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr .5fr;
}

.grid-2-columns.rich-text-left---card-right.v2 {
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns.blog-2-columns-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 56px;
  align-items: start;
}

.grid-2-columns.aside-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: .5fr 1fr;
}

.grid-2-columns.pricing-grid {
  grid-column-gap: 60px;
  grid-row-gap: 48px;
  grid-template-columns: .8fr 1fr;
}

.grid-2-columns.product-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.grid-2-columns.features-single-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-columns: .6fr 1fr;
}

.grid-2-columns.careers-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
}

.grid-2-columns.request-demo-grid {
  grid-template-columns: 1fr .7fr;
}

.grid-2-columns.sales-hero {
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.values-grid {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  align-items: start;
}

.grid-2-columns.perks-grid {
  grid-column-gap: 70px;
  grid-row-gap: 56px;
}

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

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

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

.card.form {
  min-height: 588px;
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 64px 50px;
  display: flex;
}

.card.form.demo-form {
  min-height: 832px;
  border-width: 1px;
  border-color: var(--neutral--300);
  border-radius: 12px;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

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

.card.whats-included {
  border-radius: 12px;
  overflow: hidden;
}

.card.figma-file {
  border-radius: 12px;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 12px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.card.sales-home-page:hover {
  transform: scale(.96);
}

.card.buy-now {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  background-color: #4253ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate(0, -4px);
}

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

.card.testimonial-card {
  width: 500px;
  min-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  margin-left: 24px;
  padding: 28px;
  display: flex;
}

.card.blog-sidebar {
  max-width: 376px;
  border-radius: 12px;
  padding: 32px 36px 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.card.pricing-card {
  width: 100%;
  border-radius: 12px;
  padding: 32px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card.pricing-card:hover {
  transform: translate(0, -4px);
}

.card.pricing-card.popular-card {
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
}

.card.pricing-table-card {
  border-radius: 12px;
  padding: 74px 72px;
}

.card.product-card {
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 56px;
}

.card.search-results-card {
  height: 100%;
  transform-style: preserve-3d;
  padding: 48px 32px;
  text-decoration: none;
  transition-property: transform;
}

.card.search-results-card:hover {
  transform: translate3d(0, -5px, .01px);
}

.style---color-block {
  min-height: 180px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  position: relative;
}

.style---color-block.bg-accent-1 {
  background-color: var(--blackline-black);
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.pricing-tablet {
  max-width: 854px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-4-columns.logo-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: start;
  align-items: center;
  justify-items: center;
}

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

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

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

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

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

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

.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: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.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-secondary-2 {
  color: var(--secondary--color-2);
}

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

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

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

.color-neutral-800 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
}

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

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

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

.color-neutral-500.mg-bottom-0 {
  color: var(--blackline-white);
}

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

.color-neutral-300.mg-bottom-0 {
  color: var(--blackline-white);
}

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

.color-neutral-100 {
  color: var(--neutral--100);
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

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

.color-neutral-400.mg-bottom-0 {
  color: var(--blackline-white);
}

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

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: var(--neutral--400);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.divider._120px {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.divider._160px {
  margin-top: 160px;
  margin-bottom: 160px;
}

.divider._60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.divider._52px {
  margin-top: 52px;
  margin-bottom: 52px;
}

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

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

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

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

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

.mg-bottom-24px {
  color: var(--neutral--600);
  margin-bottom: 24px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

.mg-bottom-32px {
  color: var(--accent--primary-1);
  margin-bottom: 32px;
}

.mg-bottom-32px.mg-bottom-16px-tablet {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

.mg-bottom-40px {
  color: var(--accent--primary-1);
  margin-bottom: 40px;
}

.mg-bottom-48px {
  color: var(--blackline-black);
  margin-bottom: 48px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

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

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

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

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

.mg-left-40px {
  margin-left: 40px;
}

.mg-left-48px {
  margin-left: 48px;
}

.mg-left-64px {
  margin-left: 64px;
}

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

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

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

.text-200 {
  color: var(--blackline-black);
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-200.list {
  line-height: 24px;
}

.text-200.medium {
  font-family: Nootype radikal, sans-serif;
  font-weight: 400;
}

.text-200.medium.color-accent-1 {
  text-align: left;
  font-size: 12px;
}

.text-200.medium.color-neutral-100 {
  color: var(--blackline-black);
}

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

.text-200.bold.color-neutral-800 {
  color: var(--accent--primary-1);
  text-align: left;
  margin-top: 0;
  font-weight: 500;
  line-height: 1.75em;
}

.text-200.bold.color-neutral-100 {
  color: var(--blackline-white);
  font-weight: 500;
}

.text-200.bold.footer-title {
  color: var(--blackline-white);
  margin-bottom: 32px;
  display: block;
}

.text-200.bold.nav-dropdown-title {
  margin-bottom: 24px;
}

.text-200.color-neutral-600.mg-bottom-16px {
  color: var(--neutral--500);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

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

.display-1 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-1.mg-bottom-12px {
  font-size: 38px;
}

.display-1.mg-bottom-12px.brix---display-2 {
  line-height: 1.368em;
}

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

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

.grid-1-column.gap-row-80px {
  grid-template-rows: auto;
}

.grid-1-column.gap-row-80px.perks-grid {
  grid-template-rows: auto auto auto;
}

.grid-1-column._2-col-tablet-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

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

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

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

.gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

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

.gap-column-48px {
  grid-column-gap: 48px;
}

.gap-column-56px {
  grid-column-gap: 56px;
}

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

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

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

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

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

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

.display-2 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.368em;
}

.display-2.mg-bottom-4px, .display-2.mg-bottom-80px {
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.display-2.color-neutral-100 {
  color: var(--blackline-black);
}

.display-2.color-neutral-100.mg-bottom-12px {
  font-family: Nootype radikal, sans-serif;
}

.display-2.color-neutral-100.mg-bottom-32px {
  color: var(--blackline-white);
}

.display-2.color-neutral-100.mg-bottom-0 {
  color: var(--blackline-black);
  text-align: left;
  font-weight: 700;
}

.display-2.mg-bottom-0 {
  color: var(--blackline-black);
  font-weight: 700;
}

.display-2.mg-bottom-32px.mg-bottom-20px-tablet {
  font-weight: 700;
}

.display-3 {
  color: var(--blackline-black);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.353em;
}

.display-3.no-wrap {
  white-space: nowrap;
}

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

.display-4 {
  color: var(--blackline-black);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

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

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

.paragraph-large {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.paragraph-small {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.833em;
}

.text-400 {
  font-size: 22px;
  line-height: 1.091em;
}

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

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

.text-400.bold.color-neutral-800 {
  color: var(--blackline-black);
}

.text-300 {
  font-size: 18px;
  line-height: 1.111em;
}

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

.text-300.medium.color-neutral-800 {
  color: var(--blackline-black);
  margin-bottom: 12px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
  line-height: 1.75em;
}

.text-300.medium.color-neutral-800:hover {
  color: rgba(0, 0, 0, .7);
}

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

.text-300.bold.color-neutral-800 {
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.text-100 {
  font-size: 14px;
  line-height: 1.143em;
}

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

.text-100.medium.color-neutral-800 {
  color: var(--neutral--800);
  color: #1b1e3e;
}

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

.text-100.color-neutral-400 {
  color: var(--blackline-black);
}

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

.text-link {
  color: var(--accent--primary-1);
  text-decoration: none;
  transition: color .3s;
}

.text-link:hover, .text-link.color-neutral-800 {
  color: var(--neutral--800);
}

.text-link.color-neutral-800:hover {
  color: var(--accent--primary-1);
}

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

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

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  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: 80px;
}

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

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

.grid-3-columns.logo-strip-v4 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-columns: auto auto auto;
  justify-items: center;
}

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

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

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

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

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

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

.grid-3-columns.gap-column-56px {
  grid-column-gap: 56px;
}

.grid-3-columns.gap-column-56px.gap-row-48px {
  grid-column-gap: 56px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.grid-3-columns.team-members-grid {
  grid-column-gap: 24px;
  grid-row-gap: 42px;
}

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

.style---shadow-card {
  min-height: 220px;
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

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

.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 {
  min-height: 52vh;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

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

.inner-container._400px {
  max-width: 400px;
}

.inner-container._460px {
  max-width: 460px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._500px.full-width-tablet {
  max-width: none;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
  position: relative;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._680px {
  max-width: 680px;
  max-width: 680px;
}

.inner-container._485px {
  max-width: 485px;
}

.inner-container._440px {
  max-width: 440px;
}

.inner-container._375px {
  max-width: 375px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._585px {
  max-width: 585px;
}

.inner-container._560px {
  max-width: 560px;
}

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

.inner-container._415px {
  max-width: 415px;
}

.inner-container._415px.full-width-tablet {
  max-width: none;
}

.inner-container._575px {
  max-width: 575px;
}

.inner-container._625px {
  max-width: 625px;
}

.inner-container._675px {
  max-width: 675px;
}

.inner-container._515px {
  max-width: 515px;
}

.inner-container._435px {
  max-width: 435px;
}

.inner-container._645px {
  max-width: 645px;
}

.inner-container._535px {
  max-width: 535px;
}

.inner-container._545px {
  max-width: 545px;
}

.inner-container._750px {
  max-width: 750px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container._615px {
  max-width: 615px;
}

.inner-container._565px {
  max-width: 565px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._465px {
  max-width: 465px;
}

.inner-container._275px {
  max-width: 275px;
}

.inner-container._425px {
  max-width: 425px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._735px {
  max-width: 735px;
}

.inner-container._715px {
  max-width: 715px;
}

.inner-container._350px {
  max-width: 350px;
}

.inner-container._555px {
  max-width: 555px;
}

.inner-container._632px {
  max-width: 632px;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._388px {
  max-width: 388px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 24px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

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

.mg-bottom-0 {
  color: var(--blackline-black);
  margin-bottom: 0;
  font-weight: 300;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

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

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

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  background-color: var(--blackline-black);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-image: none;
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 2px 6px rgba(18, 20, 41, .19);
}

.btn-primary:hover {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, .81);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  background-color: var(--blackline-black);
  background-image: none;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 16px;
}

.btn-primary.small.white {
  background-color: var(--blackline-black);
  color: var(--blackline-black);
  background-image: none;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: var(--blackline-black);
  margin-left: 16px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.btn-primary.small.header-btn-hidde-on-mb:hover {
  background-color: rgba(0, 0, 0, .75);
}

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

.btn-primary.large {
  padding: 24px 36px;
  font-size: 18px;
  line-height: 20px;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--blackline-black);
  background-image: none;
}

.btn-primary.white.button-row {
  background-color: var(--blackline-black);
  color: var(--blackline-white);
}

.btn-primary.white.button-row:hover {
  background-color: rgba(0, 0, 0, .75);
}

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

.btn-primary.button-row {
  margin-right: 24px;
}

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

.btn-primary.download-app.white {
  color: var(--accent--primary-1);
}

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

.btn-primary.integration-button {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.buy-template-button {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  background-image: none;
}

.btn-primary.buy-template-button.no-hover:hover {
  background-color: var(--neutral--100);
}

.btn-primary.pd-top-and-bottom-16px {
  padding-top: 16px;
  padding-bottom: 16px;
}

.btn-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 96px;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: inset 0 -3px 5px rgba(18, 20, 41, .04), 0 2px 6px rgba(18, 20, 41, .06);
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 14px 18px;
  font-size: 14px;
  line-height: 16px;
}

.btn-secondary.large {
  padding: 24px 36px;
  font-size: 18px;
  line-height: 20px;
}

.btn-secondary.white {
  border: 1px solid var(--blackline-black);
  color: var(--blackline-black);
  background-color: rgba(0, 0, 0, 0);
  font-family: Nootype radikal, sans-serif;
}

.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);
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  color: var(--neutral--100);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

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

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
  background-image: none;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 14px;
  line-height: 16px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 18px;
  line-height: 20px;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  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: 14px 22px;
  font-size: 14px;
  line-height: 16px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 18px;
  line-height: 20px;
}

.input {
  min-height: 54px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

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

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

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

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

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

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

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 60px;
  font-size: 16px;
  line-height: 18px;
}

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

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

.input.cart-quantity-input {
  width: 64px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.quntity {
  width: 110px;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

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

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

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

.input.search-input {
  padding-top: 21px;
  padding-bottom: 21px;
}

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

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

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

.input.subscribe-btn-inside {
  min-height: 60px;
  padding-right: 146px;
}

.input.dropdown {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  padding: 0;
}

.input.dropdown-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.comment {
  display: none;
}

.position-relative {
  display: block;
  position: relative;
  overflow: visible;
}

.position-relative.home-hero-bg-wrapper {
  align-items: center;
  display: flex;
}

.position-relative.cta-card-wrapper {
  padding-top: 115px;
  overflow: hidden;
}

.position-relative.overflow-hidden {
  padding-left: 24px;
  padding-right: 24px;
}

.position-relative.analytics-relative {
  width: 100%;
  height: 100%;
}

.text-area {
  min-height: 112px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 22px;
  margin-bottom: 0;
  padding: 24px 24px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.857em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

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

.text-area::-ms-input-placeholder {
  color: var(--neutral--600);
}

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

.text-area.small {
  min-height: 100px;
  margin-bottom: 24px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
}

.text-area.small::placeholder {
  font-size: 14px;
  line-height: 16px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  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-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

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

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  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: 6px;
  border-color: var(--accent--primary-1);
}

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

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

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

.avatar-circle._01 {
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
}

.avatar-circle._03 {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.square-icon {
  border-radius: 16px;
}

.square-icon.password-page {
  width: 100px;
  border-radius: 22px;
  margin-bottom: 16px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

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

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-circle {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--blackline-black);
  color: var(--neutral--100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.social-icon-circle:hover {
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, .68);
}

.social-icon-circle.size-30px {
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  font-size: 14px;
}

.social-icon-circle.size-10px {
  width: 10px;
}

.line-rounded-icon {
  color: var(--blackline-black);
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  color: var(--blackline-white);
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-right.color-neutral-800 {
  color: var(--neutral--800);
}

.line-rounded-icon.link-icon-right.integration-button {
  margin-left: 3px;
}

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

.line-rounded-icon.dropdown-arrow {
  margin-left: 4px;
}

.line-rounded-icon.success-message-check {
  color: var(--neutral--800);
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.success-message-check---left {
  color: var(--accent--primary-1);
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check---top {
  color: var(--accent--primary-1);
  margin-bottom: 4px;
  font-size: 22px;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  color: var(--blackline-black);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

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

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 34px;
  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 {
  font-weight: 300;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
  border-radius: 12px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.rich-text figure {
  max-width: 100%;
  min-width: 100%;
  margin: 40px 0;
}

.rich-text ul, .rich-text ol {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 12px;
}

.rich-text blockquote {
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  border-radius: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 80px 88px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.833em;
}

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

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

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

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

.buttons-row.right {
  justify-content: flex-end;
}

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

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

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

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

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  margin-right: 10px;
  padding: 2px;
}

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

.style---logo-wrapper {
  width: 100%;
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1224px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section {
  background-color: var(--neutral--100);
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.bg-neutral-200.position-relative---overflow-hidden {
  background-color: var(--neutral--200);
}

.section.bg-neutral-200.about-values-section {
  z-index: 1;
  background-color: var(--neutral--200);
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-200.integration-single-hero {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-200.careers-perks {
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

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

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-page {
  background-image: linear-gradient(to right, white 65%, var(--neutral--800) 65%);
  padding-top: 218px;
  padding-bottom: 218px;
  overflow: hidden;
}

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

.section.home-hero-v1 {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

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

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

.section.pd-0px.position-relative---overflow-hidden {
  background-color: var(--blackline-white);
  display: none;
}

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

.section.pd-80px.bg-gradient {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section.pd-150px {
  background-color: var(--neutral--100);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.pd-150px.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.section.pd-top-115px---bottom-140px {
  padding-top: 115px;
  padding-bottom: 140px;
}

.section.pd-top-115px---bottom-140px.position-relative---overflow-hidden {
  background-color: rgba(0, 0, 0, 0);
}

.section.pd-top-100px---bottom-120px {
  padding-top: 100px;
  padding-bottom: 120px;
}

.section.pd-top-100px {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

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

.section.request-a-demo-seciton {
  min-height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 100px;
}

.section.pd-115px {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section.pd-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.features-single-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

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

.section.pd-140px.bg-neutral-200 {
  background-color: var(--blackline-white);
}

.section.coming-soon-section {
  min-height: 85vh;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.section.about-story {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.section.home-hero-v1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.top-bar-wrapper {
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  color: var(--neutral--100);
  text-align: center;
  padding-left: 108px;
  padding-right: 108px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.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);
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.link-wrapper:hover, .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.white:hover {
  color: var(--secondary--color-2);
}

.link-wrapper.text-bold {
  display: none;
}

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

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

.link-text.nav-link {
  padding-right: 0;
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

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

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.heading-h1-size {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

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

.heading-h3-size {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.455em;
}

.heading-h4-size {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
}

.heading-h4-size.mg-bottom-8px {
  font-weight: 500;
}

.heading-h4-size.mg-bottom-12px {
  font-size: 16px;
  font-weight: 500;
}

.heading-h5-size {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.429em;
}

.heading-h6-size.blog-card-title.popular-blog-wrapper {
  margin-bottom: 0;
}

.header-wrapper {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-wrapper.bg-transparent {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}

.header-wrapper._32px {
  padding-top: 32px;
  padding-bottom: 32px;
}

.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;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--blackline-black);
  padding: 0;
  font-family: Nootype radikal, sans-serif;
  font-weight: 400;
}

.header-nav-link:hover {
  opacity: .4;
  color: var(--blackline-black);
}

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

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

.header-nav-list-item {
  color: var(--neutral--800);
  margin-bottom: 0;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125em;
}

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

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

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

.dropdown-toggle {
  color: var(--neutral--800);
  align-items: center;
  padding: 0;
  transition: none;
  display: flex;
}

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

.dropdown-column-wrapper {
  width: 800px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 15px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-pd {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  padding: 40px;
}

.header-logo {
  transition: opacity .2s, color .3s;
}

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

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

.header-logo-link.left {
  padding-right: 24px;
}

.header-logo-link.left:hover {
  transform: translate(0, -4px);
}

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

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

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

.btn-circle-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--blacklline-blush);
  color: var(--neutral--100);
  background-image: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.btn-circle-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: var(--blackline-baby-blush);
  background-image: none;
  font-size: 22px;
}

.btn-circle-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

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

.btn-circle-primary.white:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

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

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

.utility-page-wrap {
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.utility-page-content {
  width: 100%;
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

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

.social-media-grid-top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
}

.social-media-grid-top.center {
  justify-content: center;
  justify-items: center;
}

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

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

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

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

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

.flex-horizontal.start.button-row {
  margin-left: 22px;
}

.flex-horizontal.start.gap-column-64px---gap-row-24px {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
}

.flex-horizontal.start.gap-8px, .flex-horizontal.start.gap-48px {
  display: none;
}

.flex-horizontal.customer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.flex-horizontal.title-left---end {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-horizontal.blog-post-information {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-horizontal.title-left---button-right {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.contact-emails {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  justify-content: center;
}

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

.footer-wrapper {
  background-color: var(--blackline-black);
}

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

.footer-logo-wrapper {
  margin-bottom: 16px;
  transition: transform .3s, color .3s;
}

.footer-logo-wrapper:hover {
  transform: translate(0, -4px);
}

.footer-logo-wrapper.w--current {
  margin-bottom: 16px;
}

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

.footer-logo-wrapper.width-200px {
  max-width: 200px;
}

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

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

.footer-list-wrapper.horizontal.left {
  justify-content: flex-end;
}

.footer-list-item {
  margin-bottom: 16px;
  padding-left: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.143em;
}

.footer-list-item.horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list-item.horizontal.left {
  padding-left: 24px;
  padding-right: 0;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--600);
  font-family: Nootype radikal, sans-serif;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--blackline-white);
}

.footer-link.w--current {
  color: var(--neutral--600);
}

.footer-link.w--current:hover {
  color: var(--blackline-white);
}

.footer-link.underline {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
}

.footer-link.underline:hover {
  color: var(--accent--primary-1);
}

.footer-links-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.footer-links-section.pd-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--300);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.error-message {
  width: 100%;
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

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

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.sticky-top._48px-top {
  top: 48px;
}

.floating-item {
  position: absolute;
}

.floating-item.home-hero-v1 {
  z-index: -1;
  max-width: 65%;
  top: 0%;
  bottom: -15%;
  left: auto;
  right: -8%;
}

.floating-item.features-single {
  z-index: -1;
  max-width: 95%;
  top: -10%;
  bottom: 0%;
  left: auto;
  right: -13%;
}

.opacity-30 {
  opacity: .3;
}

.opacity-50 {
  opacity: .5;
}

.opacity-90 {
  opacity: .9;
}

.play-button-large {
  box-shadow: 0 8px 24px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.play-button-large.width-80px {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
}

.bg-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.video-bg-image {
  width: 100%;
  height: 100%;
}

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.cta-card {
  background-color: var(--accent--primary-1);
  border-radius: 30px;
  padding: 110px 60px;
  position: relative;
}

.cta-card.cta-text-left {
  background-color: var(--blackline-black);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 12px;
  padding: 88px 0 88px 64px;
  position: static;
}

.cta-card.newsletter-wrapper {
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.accordion-spacer {
  min-height: 16px;
}

.accordion-spacer._8px {
  min-height: 8px;
}

.empty-state {
  width: 100%;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
}

.team-member-square {
  border-radius: 10px;
  overflow: hidden;
  transform: translate(0);
}

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.large {
  padding: 72px 64px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

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

.image.integration-image {
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  border-radius: 3px;
}

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

.pricing-table-top {
  min-height: 134px;
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.pricing-table-top.first {
  border-bottom-width: 1.5px;
  border-bottom-color: var(--neutral--500);
  align-items: flex-start;
  padding-bottom: 24px;
  padding-left: 0;
}

.pricing-content-wrapper {
  min-height: 78px;
  border-bottom: 1px solid var(--neutral--400);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.pricing-content-wrapper.left {
  max-height: 78px;
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.pricing-content-wrapper.empty {
  max-height: 78px;
}

.pricing-content-wrapper.title {
  min-height: 120px;
  border-bottom-width: 1.5px;
  border-bottom-color: var(--neutral--500);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 28px;
}

.pricing-content-wrapper.title.top {
  min-height: 62px;
  justify-content: flex-start;
  padding-top: 0;
}

.blog-card-featured-wrapper {
  width: 100%;
  color: var(--neutral--600);
  text-decoration: none;
}

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

.blog-card-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.popular-blog-card-image-wrapper {
  width: 78px;
  height: 78px;
  min-height: 78px;
  min-width: 78px;
  border-radius: 6px;
}

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

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

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

.blog-card-wrapper {
  max-width: 1010px;
  color: var(--neutral--600);
  margin-left: auto;
  text-decoration: none;
}

.divider-details {
  width: 30px;
  height: 1px;
  background-color: var(--neutral--400);
  margin-left: 16px;
  margin-right: 16px;
}

.image-wrapper {
  margin-bottom: 0;
  display: block;
}

.image-wrapper.left-icon {
  margin-right: 6px;
}

.image-wrapper.border-radius-12px {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.border-radius-12px.overflow-hidden {
  overflow: hidden;
}

.image-wrapper.about-image-wrapper-bottom {
  border-radius: 12px;
  margin-top: 56px;
  overflow: hidden;
}

.image-wrapper.about-image-wrapper-top {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.mg-bottom-16px {
  margin-bottom: auto;
}

.image-wrapper.border-radius-20px {
  border-radius: 20px;
  overflow: hidden;
}

.image-wrapper.integration-01 {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
}

.image-wrapper.integration-02 {
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.image-wrapper.integration-03 {
  position: absolute;
  bottom: 16%;
  left: 14%;
}

.image-wrapper.integration-04 {
  position: absolute;
  top: 25%;
  left: 22%;
}

.image-wrapper.integration-05 {
  position: absolute;
  bottom: 11%;
  left: 26%;
}

.image-wrapper.integration-06 {
  position: absolute;
  top: 34%;
  left: 35%;
}

.image-wrapper.integration-07 {
  position: absolute;
  bottom: 5%;
  left: 42%;
}

.image-wrapper.integration-08 {
  position: absolute;
  top: 27%;
  right: 47%;
}

.image-wrapper.integration-09 {
  position: absolute;
  bottom: 8%;
  right: 42%;
}

.image-wrapper.integration-10 {
  position: absolute;
  top: 37%;
  right: 35%;
}

.image-wrapper.integration-11 {
  position: absolute;
  bottom: 12%;
  right: 27%;
}

.image-wrapper.integration-12 {
  position: absolute;
  top: 8%;
  right: 27%;
}

.image-wrapper.integration-13 {
  position: absolute;
  bottom: 29%;
  right: 16%;
}

.image-wrapper.integration-14 {
  position: absolute;
  top: 9%;
  right: 9%;
}

.image-wrapper.integration-15 {
  position: absolute;
  bottom: 19%;
  right: 4%;
}

.image-wrapper.integration-logo {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
}

.image-wrapper.careers-hero-image-wrapper {
  max-width: 1110px;
  margin-top: -88px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrapper.pricing-card-image-wrapper {
  min-height: 35px;
  min-width: 35px;
}

.image-wrapper.image-card {
  overflow: hidden;
}

.image-wrapper.blob-top-image-wrapper {
  z-index: -1;
  position: absolute;
  top: -42%;
  bottom: auto;
  left: -41%;
  right: auto;
}

.image-wrapper.blob-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: -34%;
  left: auto;
  right: -28%;
}

.image-wrapper.integrations-image-wrapper {
  box-shadow: -2px 0 12px 0 var(--general--shadow-02);
  border-radius: 12px;
  overflow: hidden;
}

.image-wrapper.overflow-visible {
  overflow: visible;
}

._404-not-found {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 150px;
  font-weight: 700;
  line-height: 159px;
}

.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: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--secondary--color-2);
  color: var(--accent--primary-1);
}

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

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

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

.cart-button {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  transition: opacity .3s, color .3s;
  position: relative;
}

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

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

.cart-container {
  max-width: 560px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 32px;
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding-top: 28px;
  padding-bottom: 22px;
}

.cart-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.cart-close-button {
  width: 24px;
  height: 24px;
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

.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 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.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: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

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

.image-home-link-wrapper {
  max-width: 280px;
  transform-style: preserve-3d;
  border-radius: 10px;
  flex: none;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.image-home-link {
  object-fit: cover;
}

.card-sales-home-image {
  width: 100%;
}

.card-sales-home-content {
  text-align: center;
  padding: 24px 32px 32px;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.badge-home {
  border: 1px solid var(--neutral--400);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: #211f54;
  background-color: #fff;
  border-radius: 40px;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.home-surprises-card {
  border: 1px solid var(--neutral--300);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.cta-square-logo {
  border-radius: 22px;
  margin-bottom: 24px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid var(--neutral--300);
}

.mg-bottom-12px {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
  display: block;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.body {
  font-family: Nootype radikal, sans-serif;
}

.social-media-link {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  color: var(--blackline-white);
  justify-content: center;
  align-items: center;
  font-family: Social Icons Font, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.social-media-link:hover {
  color: rgba(255, 255, 255, .65);
  transform: translate(0, -2px);
}

.social-media-link.large {
  font-size: 23px;
  line-height: 23px;
}

.footer-list-container {
  grid-column-gap: 40px;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 6px;
  color: var(--neutral--600);
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.footer-link-badge {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  border-radius: 18px;
  padding: 4px 6px;
  font-size: 8px;
  font-weight: 600;
  line-height: 1em;
}

.footer-link-text {
  color: var(--neutral--800);
  text-decoration: none;
}

.footer-link-text:hover {
  color: var(--accent--primary-1);
}

.dropdown-nav-grid {
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-image-wrapper {
  overflow: hidden;
}

.bg-image-wrapper.home-hero-image {
  width: 950px;
  max-width: 166%;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 12px;
  position: absolute;
  left: 15%;
  overflow: visible;
}

.bg-image-wrapper.customers-bg-image-wrapper {
  width: 90%;
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 10px;
  margin-left: auto;
}

.bg-image-wrapper.sales-bg-image-wrapper {
  width: 90%;
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 10px;
  margin-right: auto;
}

.bg-image-wrapper.sales-bg-image-wrapper.analytics-image-wrapper {
  width: 100%;
}

.bg-image-wrapper.image-card.cta-top-left-float {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 12px;
}

.bg-image-wrapper.image-card.cta-bottom-left-float {
  border-width: 1.4px;
  border-radius: 12px;
  box-shadow: 0 5px 9px rgba(10, 20, 41, .21);
}

.bg-image-wrapper.image-card.cta-rght-float {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.bg-image-wrapper.home-hero-image {
  width: 800px;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 15px;
  position: absolute;
  left: 15%;
  box-shadow: 0 2px 6px rgba(27, 30, 62, .08);
}

.bg-image-wrapper.sales-bg-image-wrapper {
  width: 90%;
  border: 1px solid #ebebf0;
  border-radius: 15px;
  margin-right: auto;
  box-shadow: 0 2px 6px rgba(27, 30, 62, .08);
}

.bg-image-wrapper.customers-bg-image-wrapper {
  width: 90%;
  border: 1px solid #ebebf0;
  border-radius: 10px;
  margin-left: auto;
  box-shadow: 0 2px 6px rgba(27, 30, 62, .08);
}

.btn-variant {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  border-radius: 48px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition: transform .3s, color .3s;
}

.btn-variant:hover {
  transform: translate(0, -4px);
}

.position-absolute {
  position: absolute;
}

.position-absolute.home-hero-left-float {
  max-width: 45%;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 11px;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.position-absolute.customers-left-float {
  width: 45%;
  border: 1px solid var(--neutral--300);
  border-radius: 7px;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 4px 26px rgba(18, 20, 41, .23);
}

.position-absolute.sales-right-float {
  width: 45%;
  border: 1.5px solid var(--accent--primary-1);
  border-radius: 8px;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(18, 20, 41, .21);
}

.position-absolute.home-hero-left-float {
  max-width: 45%;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 10px;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(27, 30, 62, .08);
}

.position-absolute.sales-right-float {
  width: 45%;
  border: 1.5px solid var(--blackline-white);
  border-radius: 10px;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(18, 20, 41, .21);
}

.position-absolute.customers-left-float {
  width: 45%;
  border: 1px solid #ebebf0;
  border-radius: 10px;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 4px 26px rgba(18, 20, 41, .23);
}

.bg-divider-top-left-neutral-200 {
  height: 50px;
  max-width: 100vw;
  border-top: 50px solid var(--neutral--100);
  border-left: 100vw solid var(--neutral--200);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-divider-top-left-neutral-200.home-hero-divider {
  background-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.center-tablet {
  flex-direction: row;
  align-items: flex-start;
}

.subtitle-wrapper.link {
  transform-style: preserve-3d;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
}

.subtitle-wrapper.link:hover {
  opacity: .8;
  color: var(--accent--primary-1);
  transform: translate3d(0, -2px, .01px);
}

.text-block {
  color: var(--neutral--600);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.bg-top-half-neutral-200 {
  z-index: -1;
  min-height: 35%;
  border-right: 100vw solid var(--neutral--200);
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-neutral-800-container {
  background-color: var(--blackline-black);
  border-radius: 20px;
  padding: 120px 76px;
}

.bg-neutral-800-container.slider-bottom {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.get-started-step-wrapper {
  border-left: 1.5px solid var(--neutral--400);
  text-decoration: none;
}

.get-started-step-wrapper.career-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta-image-wrapper {
  width: 55%;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: auto;
  bottom: -14%;
  left: auto;
  right: -10%;
}

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

.border-left-neutral-400 {
  background-color: rgba(0, 0, 0, 0);
  border-left: 2px solid rgba(0, 0, 0, .47);
  border-radius: 0;
  padding-left: 40px;
}

.integrations-container {
  max-width: 635px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.integrations-wrapper {
  align-items: center;
  display: flex;
}

.integration-badge {
  grid-column-gap: 6px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 41px;
  align-items: center;
  margin-left: 12px;
  padding: 12px 25px;
  display: flex;
}

.integrations-line {
  display: flex;
}

.bg-gradient-left-white {
  width: 15%;
  background-image: linear-gradient(92deg, var(--neutral--200) 3%, transparent);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-gradient-left-white.small {
  width: 15%;
}

.bg-gradient-left-white.small.neutral-200 {
  background-image: linear-gradient(92deg, var(--neutral--200) 2.58%, transparent 92%);
  display: none;
}

.bg-gradient-left-white.small.testimonial {
  min-height: 350px;
  background-image: linear-gradient(92deg, var(--secondary-color-6) 1.1%, transparent 80%);
}

.bg-gradient-left-white._12 {
  width: 12%;
}

.bg-gradient-right-white {
  width: 15%;
  background-image: linear-gradient(272deg, var(--neutral--200) 5%, transparent);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-gradient-right-white.smal {
  width: 15%;
}

.bg-gradient-right-white.smal.neutral-200 {
  background-image: linear-gradient(272deg, var(--neutral--200) 2.58%, transparent 92.44%);
  display: none;
}

.bg-gradient-right-white.smal.testimonial {
  min-height: 350px;
  background-image: linear-gradient(272deg, var(--secondary-color-6) 2.58%, transparent 80%);
}

.bg-gradient-right-white._12 {
  width: 12%;
}

.bg-divider-bottom-left-bg-neutral-200 {
  max-width: 100vw;
  min-height: 50px;
  border-right: 100vw solid var(--neutral--200);
  border-bottom: 50px solid var(--neutral--100);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.testimonial-container {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 15px;
  display: none;
}

.testimonial-line-wrapper {
  display: flex;
}

.testimonial-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.medium {
  font-weight: 600;
}

.bg-bottom-neutral-200 {
  z-index: -1;
  width: 100%;
  height: 35%;
  border-top: 50px solid rgba(0, 0, 0, 0);
  border-left: 100vw solid var(--neutral--200);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-divider-top-left-neutral-100 {
  min-height: 50px;
  border-top: 50px solid var(--neutral--200);
  border-left: 99vw solid var(--neutral--100);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-link {
  color: var(--neutral--800);
  font-family: Social Icons Font, sans-serif;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  display: block;
}

.social-icon-link:hover {
  color: var(--accent--primary-1);
}

.social-icon-link.large {
  font-size: 24px;
}

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

.heading-wrapper.center {
  justify-content: center;
}

.heading-wrapper.small {
  grid-column-gap: 4px;
}

.category-badge {
  grid-column-gap: 8px;
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  border-radius: 52px;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 15px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s, background-color .3s, transform .3s;
  display: flex;
}

.category-badge:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform: translate(0, -4px);
}

.category-badge.w--current, .category-badge.w--current:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.category-badge.right {
  margin-left: 16px;
  margin-right: 0;
}

.search-input {
  min-height: 60px;
}

.input-icon {
  font-family: Line Rounded Icons, sans-serif;
  font-size: 18px;
  line-height: 18px;
  position: absolute;
  top: auto;
  bottom: 21px;
  left: auto;
  right: 16px;
}

.search {
  margin-bottom: 0;
}

.popular-article-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.bg-top-half {
  min-height: 100%;
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-top-half-wrapper {
  z-index: -1;
  min-height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-top-half-wrapper._65 {
  min-height: 65%;
}

.bg-half-bottom {
  min-height: 40px;
  border-right: 100vw solid var(--gradient-bottom);
  border-bottom: 40px solid var(--neutral--100);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-single {
  font-size: 16px;
  line-height: 18px;
}

.blog-post-information-wrapper {
  min-height: 54px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.category-badge-image-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-badge-image-wrapper.opacity-0 {
  opacity: 0;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-width {
  width: 100%;
}

.contact-links-wrapper {
  grid-row-gap: 32px;
  border-left: 1.5px solid var(--neutral--400);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.contact-links-wrapper.whatsapp {
  margin-top: 32px;
}

.contact-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--neutral--600);
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.faq-wrapper {
  border-left: 1.5px solid var(--accent--primary-1);
  cursor: pointer;
  padding-left: 32px;
  transition: transform .3s;
}

.faq-wrapper:hover {
  transform: translate(0, -4px);
}

.integrations-banner-wrapper {
  height: 315px;
  min-height: 315px;
  min-width: 1486px;
  position: relative;
  transform: translate(0%);
}

.marquee-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
}

.border-left-accent-1 {
  border-left: 2.5px solid var(--accent--primary-1);
}

.border-left-accent-1._40px {
  padding-left: 40px;
}

.border-left-accent-1._40px.mg-bottom-24px {
  margin-left: -1.5px;
}

.border-left-accent-1._32px {
  margin-left: -2px;
  padding-left: 32px;
}

.bg-divider-bottom-right-neutral-200 {
  min-height: 50px;
  border-bottom: 50px solid var(--neutral--100);
  border-left: 100vw solid var(--neutral--200);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.integrations-tabs-wrapper {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.integrations-tabs-wrapper.sidebar {
  margin-bottom: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
}

.integration-tab {
  border-left: 1.5px solid var(--neutral--400);
  background-color: rgba(0, 0, 0, 0);
  padding: 4px 0;
  transition: transform .3s, color .3s;
}

.integration-tab:hover {
  transform: translate(0, -4px);
}

.integration-tab.w--current {
  background-color: var(--neutral--100);
}

.integration-tab.w--current:hover {
  transform: none;
}

.paragraph {
  color: var(--neutral--600);
  line-height: 28px;
}

.logo-strip-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  display: flex;
}

.border-left-item-accent-1 {
  width: 2.5px;
  min-height: 50%;
  background-color: var(--accent--primary-1);
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: -1px;
  right: auto;
  transform: translate(0, -50%);
}

.testimonial-card-wrapper {
  position: absolute;
  left: 0;
  right: 0;
}

.min-height-345px {
  min-height: 345px;
}

.pricing-card-wrapper {
  width: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-card-content-left-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-feature-title {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

.pricing-feature-title.hidden-on-desktop {
  display: none;
}

.pricing-card-text-price-under {
  color: var(--neutral--600);
  text-align: right;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125em;
}

.pricing-card-text-price-under.color-neutral-400 {
  color: var(--neutral--400);
}

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

.career-card-content-bottom {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.apply-now-card {
  background-image: linear-gradient(to bottom, var(--gradient-top), var(--gradient-bottom));
  border-radius: 12px;
  padding: 56px 42px;
}

.pd-left-32px {
  padding-left: 32px;
}

.pd-left-32px.border-left-accent-1 {
  margin-left: -1.5px;
}

.email-link-wrapper {
  grid-row-gap: 24px;
  color: var(--neutral--600);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.email-link-wrapper:hover {
  color: var(--accent--primary-1);
  transform: translate(0, -4px);
}

.cart-qantity-nav {
  height: auto;
  min-width: 0;
  color: var(--accent--primary-1);
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
}

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

.center-tablet {
  flex-direction: column;
  display: flex;
}

.border-radius-12px {
  border-radius: 12px;
}

.border-radius-12px.overflow-hidden.shadow-03 {
  transform: translate(0);
}

.footer-single {
  border-top: 1px solid var(--neutral--300);
  background-color: var(--blackline-black);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  padding-top: 28px;
  padding-bottom: 28px;
}

.home-screenshots-container {
  width: 48%;
  max-width: 580px;
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 24px;
}

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

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

.subtitle-icon._4px {
  color: var(--blackline-sky);
  margin-top: -4px;
}

.subtitle-icon._2px {
  margin-top: -2px;
}

.subtitle-icon._6px {
  color: var(--blackline-black);
  margin-top: -6px;
}

.nav-logo {
  transition: transform .3s, color .3s;
}

.nav-logo:hover {
  transform: translate(0, -4px);
}

.feature-item-wrapper {
  border-left: 1.5px solid var(--neutral--400);
  padding-left: 40px;
  position: relative;
}

.mg-bottom-20px {
  color: var(--blackline-black);
  margin-bottom: 20px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

.flex {
  display: flex;
}

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

.mg-bottom-6px {
  margin-bottom: 6px;
}

.text-capitalize {
  text-transform: capitalize;
}

.pd-left-0 {
  padding-left: 0;
}

.pd-sides-24px {
  padding-left: 24px;
  padding-right: 24px;
}

.success-message-transparent {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.btn-inside-input-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
}

.btn-inside-input-success-message {
  min-height: 60px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

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

.footer-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr auto;
  justify-content: space-around;
  align-items: start;
  display: flex;
}

.footer-grid.v2 {
  grid-column-gap: 48px;
  grid-template-columns: 2fr 1fr 1.4fr;
}

.footer-first-column {
  max-width: 306px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.social-round-links-container {
  grid-column-gap: 8px;
  display: flex;
}

.tab-link-60 {
  opacity: .6;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition-property: none;
}

.tab-link-60.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.avatar-left-link {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-top {
  border-bottom: 1px solid var(--neutral--300);
  padding-top: 72px;
  padding-bottom: 84px;
}

.social-links-single---container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-bottom---text-and-links-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer---logo-and-buttons-container {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-under-input-success-message {
  min-height: 124px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.nav-right {
  align-items: center;
  display: flex;
}

.eyebrow-header-copy {
  width: 550px;
  text-align: left;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.image-54 {
  max-width: 30%;
}

.flexed-button-content {
  align-items: center;
  padding-right: 0;
  display: flex;
}

.heading {
  width: 530px;
  float: none;
  clear: none;
  color: #0e0e0e;
  letter-spacing: 0;
  column-count: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 76px;
}

.div-block-31 {
  margin-left: 20px;
}

.slider-6 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-13 {
  height: 70px;
  margin-top: 140px;
}

.grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 10px;
  display: grid;
}

.nav-right-content.mobile {
  display: none;
}

.webflow-cta-button {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 20px 10px 10px;
  line-height: 26px;
  transition: color .2s;
  display: inline-block;
}

.webflow-cta-button:hover {
  color: #000;
  font-weight: 700;
}

.webflow-cta-button.black {
  color: #fff;
  background-color: #0e0e0e;
  border-radius: 10px;
  font-weight: 400;
  transition: background-color .2s;
}

.webflow-cta-button.black:hover {
  background-color: #222;
}

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

.grid {
  grid-column-gap: 2px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
  margin-left: 20px;
  display: flex;
}

.nav-link {
  color: #000;
  margin-right: 0;
  padding: 10px 40px 10px 0;
  font-weight: 400;
}

.nav-link.w--current {
  color: #000;
  margin-right: 0;
  padding-left: 0;
  font-weight: 500;
}

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

.space-horizontal-tiny {
  width: 16px;
  display: inline-block;
}

.hero-introduction-section {
  height: 960px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  position: relative;
}

.image-51 {
  max-width: 65%;
}

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

.slide-nav-2 {
  overflow: visible;
}

.image-55 {
  width: auto;
  flex: 0 auto;
}

.black-button {
  filter: blur();
  color: #fff;
  text-transform: none;
  background-color: #0e0e0e;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: -2px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.black-button:hover {
  background-color: #1f1f1f;
}

.image-56 {
  max-width: 70%;
}

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

.image-4 {
  width: 1050px;
  height: 510px;
  max-height: 700px;
  max-width: 1200px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 40px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
}

.image-57 {
  max-width: 60%;
}

.container {
  max-width: 1360px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.container.medium {
  max-width: 1040px;
  margin-top: 91px;
  margin-bottom: 115px;
  padding-top: 0;
}

.webflow-icon-wrapper {
  width: 29px;
  height: 29px;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.webflow-icon-wrapper.white {
  background-color: #fff;
}

.brand {
  padding-left: 0;
}

.nav-menu {
  color: #000;
}

.navbar-thirds {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / .4fr .25fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-5 {
  width: 500px;
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.image-39 {
  padding-top: 10px;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-35 {
  text-align: left;
  padding-right: 10px;
}

.body-copy {
  width: 680px;
  max-width: 680px;
  color: #000;
  text-align: center;
  margin: -5px auto 73px 147px;
  padding-top: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.heading-67 {
  width: 1100px;
  text-align: center;
  margin-left: -76px;
  margin-right: auto;
  font-size: 48px;
  font-weight: 700;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.eyebrow-header-2 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-22 {
  font-weight: 300;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.testimonial-card-4 {
  background-color: rgba(205, 229, 238, .15);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-slider-small-2-copy {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 100px 30px;
  position: relative;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.review-class {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-slide-nav {
  display: none;
}

.testimonial-author-2 {
  width: 197.996px;
  margin-bottom: 2px;
  font-size: 18px;
}

.tagline-2 {
  margin-top: -6px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}

.text-block-108 {
  color: #f6f7fc;
  font-weight: 300;
}

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.features-title-2 {
  color: #f6f7fc;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.features-metrics-2 {
  width: 1200px;
  clear: none;
  text-align: center;
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  justify-content: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 30px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 22px;
  height: 22px;
}

.circular-icon-wrap {
  width: 50px;
  height: 50px;
  background-color: #fce2e5;
  border-radius: 25px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.heading-6 {
  width: 270px;
  height: 36px;
}

.image-6 {
  width: 24px;
  height: 24px;
}

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

.horizontal-content.top {
  align-items: flex-start;
  margin-left: 67px;
  display: none;
  overflow: visible;
}

.title {
  width: 900px;
  color: #000;
  text-align: center;
  margin-top: -5px;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-top: 0;
  padding-left: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 75px;
  display: block;
}

.title.margin-bottom-32px {
  width: 1000px;
  margin-top: -68px;
  margin-bottom: 80px;
  margin-left: auto;
  font-weight: 700;
}

.hero-heading-center {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 80px 30px 0;
  position: relative;
}

.light-text {
  width: 250px;
  color: rgba(0, 0, 0, .6);
  font-weight: 300;
}

.heading-5 {
  width: 270px;
  height: 36px;
  padding-right: 0;
}

.shadow-two-image {
  width: 565px;
  height: 320px;
  max-height: 400px;
  max-width: 700px;
  min-height: 0;
  min-width: 400px;
  box-shadow: none;
  border: 0 solid rgba(0, 0, 0, .26);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.hero-heading-left {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  padding: 0 30px 60px;
  position: relative;
}

.checkmark-list-item {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Table-checkmark.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.div-block-18 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.heading-60 {
  width: 550px;
  margin-top: 38px;
  margin-bottom: 29px;
  margin-right: auto;
  font-size: 37px;
  font-weight: 700;
  line-height: 70px;
}

.text-span-4 {
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  display: inline;
}

.large-text {
  text-align: left;
  margin: 3px 0 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  overflow: auto;
}

.hero-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
}

.hero-split {
  width: 450px;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.limit {
  max-width: 450px;
  margin-left: 29px;
  margin-right: -308px;
  padding-left: 0;
  padding-right: 0;
}

.text-span-3 {
  font-size: 16px;
  font-weight: 300;
}

.shadow-two-2-copy {
  width: 510px;
  height: 390px;
  max-width: 700px;
  min-width: 432px;
  box-shadow: none;
  border: 0 solid rgba(0, 0, 0, .26);
  margin-left: 0;
  margin-right: auto;
}

.hero-heading-right-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 45px 30px 100px;
  position: relative;
}

.heading-61 {
  width: 550px;
  margin-bottom: 25px;
  font-size: 37px;
  font-weight: 700;
  line-height: 70px;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
}

.text-block-72 {
  font-weight: 300;
}

.shadow-two-2 {
  width: 510px;
  height: 380px;
  max-width: 700px;
  box-shadow: none;
  border: 0 solid rgba(0, 0, 0, .26);
  border-radius: 11px;
  margin-left: auto;
}

.div-block-19 {
  margin-left: auto;
  margin-right: 152px;
}

.text-block-74 {
  width: 230px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.margin-bottom-24px-4 {
  width: 720px;
  color: #f6f7fc;
  margin-top: -6px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 400;
  line-height: 24px;
  transition: color .2s;
}

.white-button:hover {
  color: #000;
}

.hero-stack-2 {
  height: 1065.25px;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding: 80px 30px 0;
  position: relative;
}

.heading-64 {
  width: 910px;
  color: #f6f7fc;
  margin-top: 8px;
  font-size: 50px;
  font-weight: 700;
}

.text-block-59 {
  color: #f6f7fc;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.text-block-103 {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.link-3 {
  color: #000;
  margin-bottom: 20px;
  text-decoration: underline;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-large-2 {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  outline: 3px #000;
  margin-top: 0;
  padding: 40px 30px;
  position: relative;
}

.testimonial-author-image-three {
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.centered-subheading-7 {
  width: 820px;
  max-width: 850px;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.button-6 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.testimonial-slide-2 {
  width: 940px;
  height: 401.176px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .63);
  border-radius: 18px;
  outline: 3px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 64px;
  display: grid;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.slide-9 {
  box-shadow: 1px 1px 3px #000;
}

.centered-heading-12 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 48px;
  font-weight: 700;
}

.centered-heading-12.head-wrapper-two {
  margin-top: 10px;
}

.text-block-101 {
  font-size: 14px;
  font-weight: 300;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-quote-2 {
  width: 460px;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
}

.testimonial-content {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.div-block-29 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.testimonial-image-two-2 {
  width: 400px;
  height: 400px;
  object-fit: cover;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.testimonial-author-name-2 {
  font-weight: 700;
  line-height: 20px;
}

.testimonial-slider-two {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-image {
  width: 70px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  border: 0 solid rgba(0, 0, 0, 0);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-bottom: 0;
  display: inline-block;
}

.text-block-102 {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 30px;
}

.text-block-99 {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 30px;
}

.space-top-tiny {
  height: 16px;
  padding-bottom: 0;
}

.feature {
  color: #0e0e0e;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  overflow: visible;
}

.feature.light-background.mesh.cta {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/header.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 100px;
  margin-left: auto;
  padding: 90px 24px 80px 100px;
}

.text-block-98 {
  margin-top: -14px;
  font-size: 14px;
  font-weight: 300;
}

.para-54 {
  width: 300px;
  text-align: center;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
}

.center-content {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 22px;
  font-size: 50px;
  display: flex;
}

.center-content.center-text {
  margin-top: -77px;
  margin-bottom: 43px;
  padding-top: 0;
}

.center-content.center-text.place-above {
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.large-text-copy {
  text-align: left;
  margin: 0 0 20px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  overflow: auto;
}

.heading-93 {
  margin-bottom: 0;
  font-size: 18px;
}

.limit-large {
  max-width: 740px;
}

.text-block-94 {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}

.heading-90 {
  width: 600px;
  text-align: left;
  margin-top: 100px;
  margin-left: 220px;
}

.heading-90.center-content {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-6 {
  color: #f6f7fc;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 300;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-privacy-policy {
  color: #fff;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.image-42 {
  width: 20px;
  height: 20px;
}

.link-4 {
  color: #f6f7fc;
}

.link-4:active {
  font-weight: 500;
}

.link-5 {
  color: #f6f7fc;
  font-size: 18px;
  font-weight: 300;
}

.link-5.w--current {
  margin-left: 10px;
  margin-right: 10px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-start;
  display: flex;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-89 {
  color: #fff;
  font-weight: 300;
}

.heading-55 {
  color: #fff;
  padding-top: 51px;
  font-size: 24px;
}

.image-40 {
  width: 15px;
  height: 15px;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-light {
  background-color: #0e0e0e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.notice-bar {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: url('../images/Notice-bar-shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.container-2 {
  max-width: 1360px;
  padding-left: 40px;
  padding-right: 40px;
}

.notice-bar-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-14 {
  color: #a4c6db;
  font-weight: 400;
}

.close-wrap {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hero-heading-left-8 {
  background-color: #f5f7fa;
  background-image: url('../images/header.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  margin-top: -124px;
  padding: 159px 276px 100px 30px;
  position: relative;
}

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

.hero-split-6 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-100 {
  width: 600px;
  max-height: 400px;
  max-width: 700px;
  margin-top: 40px;
  font-weight: 700;
}

.margin-bottom-24px-17 {
  width: 500px;
  max-height: 500px;
  max-width: 600px;
  margin-bottom: 40px;
  font-weight: 300;
}

.shadow-two-7 {
  width: 660px;
  height: 620px;
  max-height: 700px;
  max-width: 700px;
  margin-left: 51px;
}

.heading-list {
  font-size: 18px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-81 {
  font-size: 14px;
  font-weight: 400;
}

.image-29 {
  width: 28px;
  height: 29px;
  max-height: 32px;
  max-width: 32px;
  margin-top: -149px;
}

.paragraph-46 {
  margin-left: 20px;
  font-weight: 300;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  margin-left: 200px;
  margin-right: auto;
  display: flex;
}

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-28 {
  width: 33px;
  max-height: 36px;
  max-width: 36px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -144px;
}

.text-span-6, .bold-text-11 {
  font-size: 18px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-list {
  border: 0 solid #000;
  margin: 0 auto;
  padding: 80px 30px;
  position: relative;
}

.features-paragraph-2 {
  width: 420px;
  margin-bottom: 24px;
  font-weight: 300;
}

.image-27 {
  width: 36px;
  height: 36px;
  max-height: 37px;
  max-width: 37px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  margin-top: -138px;
  padding-top: 0;
  display: inline-block;
}

.heading-85 {
  width: 500px;
  margin-top: 13px;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}

.column {
  margin-top: 53px;
}

.heading-14 {
  margin: 10px 31px 20px -20px;
  padding-right: 0;
  font-size: 48px;
  font-weight: 700;
}

.white-text {
  color: #fff;
}

.columns-3 {
  margin-top: -32px;
}

.split-black {
  background-color: #0e0e0e;
  background-image: url('../images/Hero-lines.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 290px;
  padding: 120px 100px;
  display: flex;
}

.split-black.no-shape {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 110px;
  padding-bottom: 120px;
}

.paragraph-4 {
  margin-bottom: -11px;
  margin-left: -16px;
  padding-top: 4px;
  padding-right: 82px;
  font-weight: 300;
}

.image-58 {
  border-radius: 18px;
}

.text-block-51 {
  color: #fff;
  margin-left: -19px;
  margin-right: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-circles {
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 80px 30px;
  position: relative;
}

.bold-text-2 {
  text-transform: uppercase;
  font-weight: 500;
}

.text-block-50 {
  text-align: center;
  margin-top: -9px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-26 {
  text-align: center;
  font-weight: 300;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
  margin-left: 0;
  font-size: 48px;
  font-weight: 700;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 82px;
  display: grid;
}

.team-member-position {
  margin-bottom: 24px;
  font-weight: 300;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-card {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.heading-73 {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.text-block-62 {
  text-align: center;
  font-weight: 300;
}

.heading-65 {
  width: 1200px;
  font-size: 61px;
  font-weight: 700;
}

.paragraph-24 {
  margin-bottom: 20px;
  font-weight: 300;
}

.heading-83 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 10px;
}

.pricing-overview {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0 30px 80px;
  position: relative;
}

.light-background {
  background-color: #edf0f9;
}

.light-background.mesh {
  background-image: url('../images/Artboard.png');
  margin-bottom: 52px;
  padding-bottom: 50px;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.title-copy {
  width: 900px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-top: 0;
  padding-left: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 75px;
  display: block;
}

.eyebrow-header {
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.hero-stack-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-top: 100px;
  padding: 0 30px;
  position: relative;
}

.body-copy-copy {
  width: 900px;
  max-width: 1000px;
  color: #000;
  text-align: center;
  margin: -5px auto 60px 0;
  padding-top: 0;
  padding-right: 0;
  font-weight: 300;
}

.div-block-17 {
  text-align: center;
}

.text-block-69 {
  text-align: center;
  margin-top: 129px;
  font-size: 14px;
  font-weight: 400;
}

.centered-heading-5 {
  width: 1000px;
  text-align: center;
  margin: 21px auto 16px;
  padding-top: 0;
  font-size: 48px;
  font-weight: 700;
}

.pricing-description {
  width: 920px;
  max-width: 920px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  font-size: 16px;
  font-weight: 300;
}

.tab-link-tab-4-2 {
  background-color: #f6f7fc;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  font-weight: 300;
}

.tab-link-tab-4-2:hover, .tab-link-tab-4-2:focus {
  background-color: #cde5ee;
}

.tab-link-tab-4-2:visited {
  background-color: #f6f7fc;
}

.tab-link-tab-4-2.w--current {
  color: #000;
  background-color: #f6f7fc;
}

.tab-link-tab-4-2.w--current:hover {
  background-color: rgba(205, 229, 238, .44);
}

.text-block-71 {
  color: #000;
}

.heading-75 {
  width: 480px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 37px;
  font-weight: 500;
  line-height: 53px;
}

.image-48 {
  width: 570px;
  height: 370px;
  max-height: 700px;
  max-width: 700px;
}

.tab-link-tab-1 {
  background-color: #f6f7fc;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 20px;
}

.tab-link-tab-1:hover {
  background-color: #cde5ee;
}

.tab-link-tab-1.w--current {
  float: none;
  clear: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #cde5ee;
  background-color: #cde5ee;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.image-46 {
  width: 650px;
  height: 350px;
  max-height: 500px;
  max-width: 700px;
}

.tab-link-tab-3 {
  background-color: #f6f7fc;
  border-radius: 10px;
  margin-left: 10px;
}

.tab-link-tab-3:hover {
  background-color: rgba(205, 229, 238, .44);
}

.tab-link-tab-3.w--current {
  background-color: #f6f7fc;
  border-radius: 10px;
  padding: 10px 20px;
}

.tab-link-tab-3.w--current:hover, .tab-link-tab-3.w--current:focus {
  background-color: #cde5ee;
}

.text-block-63 {
  color: #0e0e0e;
  border-radius: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
}

.tab-link-tab-2 {
  cursor: pointer;
  background-color: #f6f7fc;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 20px;
}

.tab-link-tab-2:hover, .tab-link-tab-2.w--current {
  background-color: #cde5ee;
}

.tab-link-tab-2.w--current:active {
  color: #000;
}

.image-47 {
  width: 617px;
  height: 340px;
  max-height: 700px;
  max-width: 700px;
}

.margin-bottom-24px-8 {
  width: 450px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.text-block-66 {
  color: #000;
  cursor: pointer;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
}

.text-block-66:hover {
  color: #000;
}

.text-block-66:active {
  color: #fff;
}

.text-block-66:focus {
  color: #000;
}

.tabs-menu-2 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 100px;
  display: flex;
}

.hero-heading-left-5 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding: 100px 140px 100px 30px;
  position: relative;
}

.image-49 {
  width: 570px;
  max-height: 700px;
  max-width: 700px;
}

.text-block-67 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.section-6 {
  margin-top: -73px;
  margin-bottom: 6px;
}

.pricing-thirds {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-header {
  text-align: left;
  margin-left: 220px;
  margin-right: auto;
  padding-left: 0;
  padding-right: 10px;
  font-weight: 400;
}

.table-wrap {
  margin-top: 40px;
}

.pricing-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.pricing-row.light-background {
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-color: rgba(164, 198, 219, .3);
  border-radius: 12px;
  grid-template-columns: 1fr .5fr;
}

.logos-title-large {
  width: auto;
  color: #f6f7fc;
  background-color: rgba(205, 229, 238, .16);
  border-bottom: 0 solid #e4ebf3;
  margin-bottom: 53px;
  padding: 55px 30px;
  position: relative;
}

.heading-68 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.text-block-60 {
  text-align: center;
  font-weight: 400;
}

.bold-text-4 {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.clients-wrapper {
  max-width: 750px;
  justify-content: space-between;
  align-items: center;
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  color: #fff;
}

.columns-2 {
  margin-top: 143px;
  padding-left: 100px;
  padding-right: 100px;
}

.process-number {
  width: 72px;
  height: 72px;
  background-color: #fce2e5;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  display: flex;
}

.paragraph-40 {
  font-size: 16px;
  font-weight: 300;
}

.centered-heading-7 {
  width: auto;
  color: #000;
  text-align: center;
  margin: 19px auto 164px;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
}

.space-top-small-2 {
  margin-top: 24px;
  font-size: 23px;
  font-weight: 500;
}

.image-44 {
  width: 34px;
  height: 33px;
}

.pricing-overview-3 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 80px 30px 0;
  position: relative;
}

.limit-small {
  max-width: 340px;
}

.heading-19-copy {
  margin-top: 40px;
}

.heading-18 {
  font-size: 50px;
  font-weight: 700;
  transition: opacity .2s;
}

.input-field {
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 14px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: opacity .2s;
}

.input-field:hover, .input-field:focus {
  border-bottom-color: #000;
}

.input-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
}

.input-field::placeholder {
  color: rgba(0, 0, 0, .3);
  font-size: 16px;
}

.split {
  grid-column-gap: 2px;
  grid-row-gap: 50px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -1px;
  padding-top: 0;
  display: flex;
}

.text-block-84 {
  color: #0e0e0e;
  text-align: left;
  font-weight: 300;
}

.text-block-86 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.text-block-9 {
  font-size: 16px;
  font-weight: 300;
}

.text-block-85 {
  color: #000;
  text-align: left;
  font-weight: 300;
}

.error-message-2 {
  color: #fce2e5;
  background-color: #a4c6db;
}

.success-message-2 {
  color: #58aa60;
  background-color: #f6f7fc;
  padding: 16px 24px;
}

.career-deet-content {
  display: flex;
}

.field-label {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.space-top-extra {
  height: 120px;
  margin-bottom: 0;
}

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

.submit-button {
  width: 100%;
  background-color: #000;
  border-radius: 50px;
  margin-top: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 24px;
  display: block;
}

.limit-medium {
  max-width: 570px;
  margin-top: 0;
  margin-left: auto;
}

.limit-medium.contact-spread {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-left: auto;
  display: flex;
}

.nav-link-copy {
  color: #f6f7fc;
  margin-right: -5px;
  padding: 6px 25px 10px 18px;
  font-weight: 400;
}

.nav-link-copy:hover {
  color: #f6f7fc;
}

.nav-link-copy.w--current {
  color: #000;
  padding-left: 12px;
  font-weight: 700;
}

.nav-link-copy.w--current:active {
  color: #000;
}

.black-segment {
  width: 36%;
  outline-offset: 0px;
  background-color: #000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  outline: 3px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.application-form-block {
  z-index: 2;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto 60px;
  padding: 40px 60px 60px;
  position: relative;
}

.div-block-23 {
  margin-left: 2px;
  margin-right: auto;
}

.team-member-position-3 {
  width: 290px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.image-50 {
  width: 35.9926px;
  height: 32px;
}

.centered-subheading-6 {
  max-width: 530px;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.paragraph-50 {
  font-size: 16px;
  font-weight: 300;
}

.team-member-name-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.link-2 {
  color: #000;
}

.centered-heading-11 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 16px;
  margin-left: auto;
  font-size: 48px;
  font-weight: 700;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  margin-left: -16px;
  margin-right: auto;
  display: grid;
}

.nav-link-copy-copy {
  color: #000;
  margin-right: -5px;
  padding: 10px 25px 10px 18px;
  font-weight: 400;
}

.nav-link-copy-copy:hover {
  color: #000;
}

.nav-link-copy-copy:active, .nav-link-copy-copy:focus {
  color: #000;
  font-weight: 700;
}

.nav-link-copy-copy.w--current {
  color: #000;
  padding-left: 12px;
  font-weight: 700;
}

.nav-link-copy-copy.w--current:active {
  color: #000;
}

.text-block-58 {
  color: #000;
  padding-bottom: 38px;
  font-size: 16px;
  font-weight: 300;
}

.heading-59 {
  color: #000;
  margin-top: -11px;
  font-size: 48px;
  font-weight: 700;
}

.text-block-34 {
  color: #0e0e0e;
}

.text-block-39 {
  color: #000;
  text-transform: capitalize;
  margin-top: 47px;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-14 {
  margin-top: 42px;
  margin-left: -16px;
}

.form-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 16px;
  padding: 10px 75px 65px 100px;
  display: grid;
}

.sign-up-form-block-copy {
  width: 570px;
  height: 700px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: 65px;
  margin-left: 88px;
  margin-right: -31px;
  padding: 60px;
  position: relative;
}

.heading-54 {
  text-align: left;
  font-weight: 500;
}

.div-block-20 {
  margin-left: -3px;
  margin-right: auto;
}

.section-3 {
  background-image: url('../images/header.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -127px;
}

.textarea {
  margin-top: 22px;
  padding-top: 16px;
}

.black-background {
  background-color: #000;
}

.new-heading {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
}

.text-span-10 {
  font-weight: 500;
  line-height: 48px;
}

.centered-heading-24 {
  text-align: left;
  margin: 40px auto;
  padding-left: 100px;
  font-size: 24px;
  font-weight: 700;
}

.text-span-18 {
  font-weight: 500;
}

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

.paragraph-54-copy {
  text-align: left;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
}

.paragraph-54 {
  text-align: left;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
}

.bg-divider-top-left-neutral-201 {
  height: 50px;
  max-width: 100vw;
  border-top: 50px solid #fff;
  border-left: 100vw solid #f7f9fa;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-divider-top-left-neutral-201.home-hero-divider {
  border-top-color: rgba(0, 0, 0, 0);
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.btn-variant-2 {
  color: #1b1e3e;
  background-color: #fff;
  border-radius: 48px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  transition: transform .3s, color .3s;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.btn-variant-2:hover {
  transform: translate(0, -4px);
}

.btn-variant-2.mg-bottom-32px {
  display: none;
}

.btn-primary-2 {
  background-color: var(--blackline-black);
  color: var(--blackline-white);
  text-align: center;
  transform-style: preserve-3d;
  background-image: none;
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 2px 6px rgba(18, 20, 41, .19);
}

.btn-primary-2:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  transform: translate3d(0, -3px, .01px);
}

.display-5 {
  color: #1b1e3e;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-5.mg-bottom-12px {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.display-5.color-green-100 {
  color: #fff;
}

.image-59 {
  width: 100%;
  height: 98%;
  border-radius: 10px;
}

.subtitle-wrapper-2 {
  grid-column-gap: 8px;
  color: #408bfc;
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.subtitle-wrapper-2.center {
  justify-content: center;
}

.display-6 {
  color: #1b1e3e;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.368em;
}

.display-6.mg-bottom-12px {
  font-family: Nootype radikal, sans-serif;
}

.display-6.color-neutral-100 {
  color: #fff;
}

.display-6.color-neutral-100.mg-bottom-12px {
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.btn-secondary-2 {
  color: var(--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 96px;
  padding: 18px 22px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: inset 0 -3px 5px rgba(18, 20, 41, .04), 0 2px 6px rgba(18, 20, 41, .06);
}

.btn-secondary-2:hover {
  color: #fff;
  background-color: #408bfc;
  border-color: #408bfc;
  transform: translate3d(0, -3px, .01px);
}

.empty-state-2 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.paragraph-55 {
  color: var(--blackline-black);
  font-weight: 300;
}

.rich-text-block, .rich-text-block-2 {
  font-weight: 300;
}

.heading-101, .heading-102 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.heading-103 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
}

.heading-104, .heading-105, .heading-106 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.link-15 {
  color: var(--accent--primary-1);
  font-family: Nootype radikal, sans-serif;
}

.brix---btn-primary-small {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom, .brix---hamburger-menu-bar-top {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

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

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

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

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link {
  color: var(--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--accent--primary-1);
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---dropdown-link {
  width: 100%;
  color: var(--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--accent--primary-1);
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd {
  padding: 40px;
}

.brix---dropdown-card {
  min-width: 280px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle {
  color: var(--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

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

.brix---header-logo {
  max-width: 250px;
}

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

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

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

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---display-2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px {
  margin-bottom: 56px;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  background-color: var(--blackline-white);
  color: var(--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-7 {
  padding-top: 180px;
  padding-bottom: 180px;
}

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

.section-7.pd-0px.position-relative---overflow-hidden {
  background-color: var(--blackline-white);
}

.section-7.pd-150px {
  background-color: var(--blackline-white);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-7.features-single-hero {
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-7.pd-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.color-neutral-801 {
  color: #9e9fa8;
}

.color-neutral-802 {
  color: #dbdbdd;
}

.image-60 {
  width: 562px;
  height: 100%;
  border-radius: 7px;
}

.mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.color-accent-2 {
  color: #408bfc;
}

.bg-top-half-neutral-201 {
  z-index: -1;
  min-height: 35%;
  border-bottom: 50px solid rgba(0, 0, 0, 0);
  border-right: 100vw solid #f7f9fa;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-neutral-800-container-2 {
  background-color: var(--blackline-black);
  border-radius: 20px;
  padding: 120px 76px;
}

.divider-2 {
  height: 1px;
  background-color: #dbdbdd;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-2._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-2._40px.bg-neutral-600 {
  background-color: #7e7f88;
}

.brix---color-accent-2 {
  color: var(--blackline-black);
}

.brix---display-3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

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

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

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

.brix---icon-stats-v7 {
  width: 72px;
  border-radius: 16px;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-content-v7 {
  padding: 56px 26px 32px;
}

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

.brix---display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

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

.brix---display-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---icon-big-stats-v7 {
  width: 108px;
  border-radius: 24px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---card-stat-purple {
  background-color: var(--accent--primary-1);
  border-radius: 24px;
  padding: 236px 56px 56px;
}

.brix---stats-v7-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.brix---paragraph-default {
  color: var(--blackline-black);
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

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

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-2 {
  margin-bottom: 56px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  background-color: var(--blackline-white);
  color: var(--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---display-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---section-3 {
  background-color: var(--blackline-white);
  color: var(--neutral--100);
  padding-top: 100px;
  padding-bottom: 100px;
}

.bold-text-15 {
  color: var(--blackline-black);
  font-size: 16px;
  font-weight: 500;
}

.bold-text-16 {
  font-weight: 500;
}

.image-61 {
  color: var(--system--red-200);
  margin-bottom: 10px;
}

.line-rounded-icon-white {
  color: var(--blackline-black);
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-white.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon-white.link-icon-right {
  color: var(--blackline-black);
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon-white.link-icon-right.color-neutral-800 {
  color: var(--neutral--800);
}

.line-rounded-icon-white.link-icon-right.integration-button {
  margin-left: 3px;
}

.line-rounded-icon-white.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon-white.dropdown-arrow {
  margin-left: 4px;
}

.line-rounded-icon-white.success-message-check {
  color: var(--neutral--800);
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-white.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon-white.success-message-check---left {
  color: var(--accent--primary-1);
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon-white.success-message-check---top {
  color: var(--accent--primary-1);
  margin-bottom: 4px;
  font-size: 22px;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size-2 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---display-6 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---card-stats-v3 {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.brix---grid-3-columns---1-col-mb {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-600px---center-3 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-3 {
  margin-bottom: 56px;
}

.brix---inner-container-490px-center {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-4 {
  background-color: var(--blackline-white);
  color: var(--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.paragraph-56 {
  color: var(--blackline-black);
  margin-bottom: 16px;
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
}

.mg-bottom-white {
  color: var(--blackline-white);
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.image-62 {
  max-width: 180px;
  color: var(--neutral--600);
}

.bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 500;
}

.text-block-109 {
  color: var(--neutral--600);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.text-block-110 {
  color: var(--accent--primary-1);
  margin-top: 8px;
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-111 {
  font-family: Nootype radikal, sans-serif;
}

.nav-link-2 {
  display: none;
}

.brix---btn-primary-small-2 {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-2:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl-2 {
  margin-left: 24px;
}

.brix---hamburger-menu-bar-bottom-2, .brix---hamburger-menu-bar-top-2 {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---hamburger-menu-wrapper-2 {
  padding: 0;
  transition: transform .3s;
}

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

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

.brix---header-nav-list-item-show-in-mbl-2 {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-link-2 {
  color: var(--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link-2:hover {
  color: var(--accent--primary-1);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.brix---dropdown-link-2 {
  width: 100%;
  color: var(--neutral--600);
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link-2:hover {
  color: var(--accent--primary-1);
}

.brix---dropdown-links-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---dropdown-pd-2 {
  padding: 40px;
}

.brix---dropdown-card-2 {
  min-width: 280px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-column-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  transform: translate(0);
}

.brix---dropdown-column-wrapper-2.w--open {
  transform: translate(-50%);
}

.brix---dropdown-chevron-2 {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-toggle-2 {
  color: var(--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle-2:hover {
  color: var(--accent--primary-1);
}

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

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

.brix---header-logo-2 {
  max-width: 250px;
}

.brix---header-logo-link-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

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

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.image-63, .image-64, .image-65, .image-66 {
  max-width: 15%;
  margin-bottom: 10px;
}

.text-block-112 {
  color: var(--neutral--500);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.bold-text-24, .bold-text-25, .bold-text-26 {
  font-weight: 500;
}

.image-67, .image-68, .image-69, .image-70, .image-71 {
  max-width: 15%;
  margin-bottom: 10px;
}

.image-72, .image-73 {
  max-width: 30%;
}

.text-block-113 {
  color: var(--neutral--600);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.image-74 {
  max-width: 30%;
}

.mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.section-2 {
  background-color: var(--blackline-white);
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.section-2.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.bg-neutral-200.position-relative---overflow-hidden {
  background-color: var(--neutral--200);
}

.section-2.bg-neutral-200.about-values-section {
  z-index: 1;
  background-color: var(--blackline-white);
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-2.bg-neutral-200.integration-single-hero {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.section-2.bg-neutral-200.careers-perks {
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-2.top {
  padding-top: 100px;
}

.section-2.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-2.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.hero-page {
  background-image: linear-gradient(to right, white 65%, var(--neutral--800) 65%);
  padding-top: 218px;
  padding-bottom: 218px;
  overflow: hidden;
}

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

.section-2.home-hero-v1 {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

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

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

.section-2.pd-0px.position-relative---overflow-hidden {
  background-color: var(--blackline-white);
  display: none;
}

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

.section-2.pd-80px.bg-gradient {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-2.pd-150px {
  background-color: var(--neutral--100);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-2.pd-top-115px---bottom-140px {
  padding-top: 115px;
  padding-bottom: 140px;
}

.section-2.pd-top-115px---bottom-140px.position-relative---overflow-hidden {
  background-color: rgba(0, 0, 0, 0);
}

.section-2.pd-top-100px---bottom-120px {
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-2.pd-top-100px {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

.section-2.pd-top-80px---bottom-100px {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section-2.request-a-demo-seciton {
  min-height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-2.pd-115px {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-2.pd-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-2.features-single-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-2.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2.pd-140px.bg-neutral-200 {
  background-color: var(--blackline-white);
}

.section-2.coming-soon-section {
  min-height: 85vh;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.section-2.about-story {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.section-2.home-hero-v1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.image-75 {
  max-width: 10%;
  margin-bottom: 10px;
}

.image-wrapper-2 {
  overflow: visible;
}

.container-default-2 {
  max-width: 1224px;
  padding-left: 24px;
  padding-right: 24px;
}

.image-76 {
  max-width: 70%;
}

.subtitle-wrapper-3 {
  grid-column-gap: 8px;
  color: #408bfc;
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.subtitle-wrapper-3.center {
  justify-content: center;
}

.text-block-115 {
  color: var(--neutral--500);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.display-7 {
  color: #1b1e3e;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.368em;
}

.display-7.mg-bottom-12px {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 700;
}

.image-wrapper-3 {
  overflow: visible;
}

.image-wrapper-3.image-card {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.empty-state-3 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.heading-107 {
  color: var(--accent--primary-1);
  font-family: Nootype radikal, sans-serif;
}

.image-77 {
  max-width: 10%;
}

.text-block-116 {
  color: var(--neutral--500);
  font-family: Nootype radikal, sans-serif;
  font-weight: 500;
}

.image-78, .image-79, .image-80, .image-81, .image-82, .image-83, .image-84 {
  max-width: 10%;
  margin-bottom: 10px;
}

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size-3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

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

.brix---display-7 {
  font-size: 72px;
  font-weight: 700;
  line-height: 84px;
}

.brix---mg-bottom-24px-3 {
  margin-bottom: 24px;
}

.brix---card-stats-v3-2 {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 28px;
  display: flex;
}

.brix---grid-3-columns---1-col-mb-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-600px---center-4 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-56px-4 {
  margin-bottom: 56px;
}

.brix---inner-container-490px-center-2 {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-6 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-5 {
  background-color: var(--blackline-white);
  color: var(--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.image-85, .image-86, .image-87, .image-88, .image-89, .image-90 {
  margin-bottom: 10px;
}

.image-91 {
  max-width: 15%;
  margin-bottom: 10px;
}

.image-92 {
  max-width: 10%;
}

.display-8 {
  color: #1b1e3e;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.278em;
}

.display-8.mg-bottom-12px {
  color: var(--accent--primary-1);
}

.btn-primary-3 {
  background-color: var(--blackline-black);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-image: none;
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 2px 6px rgba(18, 20, 41, .19);
}

.btn-primary-3:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .75);
  transform: translate3d(0, -3px, .01px);
}

.image-93 {
  width: 562px;
  height: 100%;
}

.mg-bottom-32px-2 {
  color: var(--blackline-black);
  margin-bottom: 32px;
}

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

.line-rounded-icon-2.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.section-copy {
  background-color: var(--neutral--100);
  padding-top: 180px;
  padding-bottom: 180px;
  display: block;
}

.section-copy.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.bg-neutral-200.position-relative---overflow-hidden {
  background-color: var(--neutral--200);
}

.section-copy.bg-neutral-200.about-values-section {
  z-index: 1;
  background-color: var(--neutral--200);
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.section-copy.bg-neutral-200.integration-single-hero {
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.section-copy.bg-neutral-200.careers-perks {
  padding-top: 220px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-copy.top {
  padding-top: 100px;
}

.section-copy.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section-copy.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.hero-page {
  background-image: linear-gradient(to right, white 65%, var(--neutral--800) 65%);
  padding-top: 218px;
  padding-bottom: 218px;
  overflow: hidden;
}

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

.section-copy.home-hero-v1 {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
}

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

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

.section-copy.pd-0px.position-relative---overflow-hidden {
  background-color: var(--blackline-white);
  display: none;
}

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

.section-copy.pd-80px.bg-gradient {
  background-image: url('../images/Blackline-Gradient-Mesh.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section-copy.pd-150px {
  background-color: var(--neutral--100);
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-copy.pd-top-115px---bottom-140px {
  padding-top: 115px;
  padding-bottom: 140px;
}

.section-copy.pd-top-115px---bottom-140px.position-relative---overflow-hidden {
  background-color: rgba(0, 0, 0, 0);
}

.section-copy.pd-top-100px---bottom-120px {
  padding-top: 100px;
  padding-bottom: 120px;
}

.section-copy.pd-top-100px {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
}

.section-copy.pd-top-80px---bottom-100px {
  padding-top: 80px;
  padding-bottom: 100px;
}

.section-copy.request-a-demo-seciton {
  min-height: 85vh;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 100px;
}

.section-copy.pd-115px {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section-copy.pd-100px {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-copy.features-single-hero {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-copy.pd-140px {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-copy.pd-140px.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.section-copy.coming-soon-section {
  min-height: 85vh;
  padding-top: 150px;
  position: relative;
  overflow: hidden;
}

.section-copy.about-story {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 220px;
  position: relative;
  overflow: hidden;
}

.section-copy.home-hero-v1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.bold-text-28, .bold-text-29 {
  color: var(--blackline-white);
  font-weight: 500;
}

.a-text-link-regular {
  color: var(--alley-component-library-blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-blog-image-border {
  width: 100%;
  height: 270px;
  border: 1px solid var(--alley-component-library-gray--0);
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
}

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

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library-blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary:hover {
  background-color: var(--alley-component-library-blue--800);
}

.a-button-primary:active {
  background-color: var(--alley-component-library-blue--700);
}

.a-h3-heading {
  color: var(--alley-component-library-gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.a-blog-title-wrapper {
  max-width: 450px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  background-color: var(--blackline-white);
  padding: 92px 5%;
  position: relative;
}

.mg-bottom-40px-2 {
  margin-bottom: 40px;
}

.btn-secondary-3 {
  color: var(--blackline-black);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 96px;
  padding: 18px 22px;
  font-family: Nootype radikal, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: inset 0 -3px 5px rgba(18, 20, 41, .04), 0 2px 6px rgba(18, 20, 41, .06);
}

.btn-secondary-3:hover {
  background-color: var(--blackline-black);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
  transform: translate3d(0, -3px, .01px);
}

.empty-state-4, .empty-state-5 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.mg-bottom-40px-3 {
  margin-bottom: 40px;
}

.empty-state-6 {
  width: 100%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.blog-card-wrapper-2 {
  max-width: 1010px;
  color: #7e7f88;
  margin-left: auto;
  text-decoration: none;
}

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

.text-block-117 {
  font-family: Nootype radikal, sans-serif;
  font-weight: 300;
  line-height: 1.75em;
  display: block;
}

.line-rounded-icon-copy {
  color: var(--blackline-black);
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon-copy.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon-copy.link-icon-right {
  color: var(--blackline-black);
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon-copy.link-icon-right.color-neutral-800 {
  color: var(--neutral--800);
}

.line-rounded-icon-copy.link-icon-right.integration-button {
  margin-left: 3px;
}

.line-rounded-icon-copy.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon-copy.dropdown-arrow {
  margin-left: 4px;
}

.line-rounded-icon-copy.success-message-check {
  color: var(--neutral--800);
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon-copy.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon-copy.success-message-check---left {
  color: var(--accent--primary-1);
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

.line-rounded-icon-copy.success-message-check---top {
  color: var(--accent--primary-1);
  margin-bottom: 4px;
  font-size: 22px;
}

.text-block-118 {
  color: var(--blackline-black);
  font-family: Nootype radikal, sans-serif;
  font-weight: 400;
}

.text-block-119 {
  font-family: Nootype radikal, sans-serif;
  font-weight: 400;
}

.blog-card-wrapper-3 {
  max-width: 1010px;
  color: #7e7f88;
  margin-left: auto;
  text-decoration: none;
}

.select-field {
  min-height: 54px;
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  color: var(--neutral--600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 17px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.select-field:hover {
  border-color: var(--neutral--500);
}

.video, .video-2, .video-3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.uui-testimonial11_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-testimonial11_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial11_arrow:hover {
  background-color: var(--untitled-ui-gray50-501);
}

.uui-testimonial11_arrow.left {
  right: 4rem;
}

.uui-testimonial08_logo {
  max-height: 3rem;
}

.uui-testimonial11_divider {
  width: 1px;
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial11_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial11_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial11_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial11_client-image {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}

.uui-testimonial11_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-testimonial11_slide {
  margin-right: 5rem;
}

.uui-testimonial11_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial11 {
  display: block;
}

.uui-testimonial09_logo {
  max-height: 3rem;
}

.uui-testimonial09_divider {
  width: 1px;
  background-color: var(--untitled-ui-gray200);
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-testimonial09_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial09_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-warning300);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial09_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial09_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial09_lightbox-image {
  width: 100%;
  height: 35rem;
  object-fit: cover;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 57, .1);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-testimonial09_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-testimonial09_component {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.video-4 {
  margin-bottom: 20px;
}

.image-94 {
  max-width: 180px;
  padding-left: 0;
  padding-right: 0;
  display: inline;
}

.image-95 {
  max-width: 80%;
}

.image-96 {
  max-width: 90%;
}

.image-97 {
  background-color: #fff;
}

.lightbox-link {
  margin-bottom: 10px;
}

.lynx-client-info {
  color: var(--lynx-grey);
  text-transform: capitalize;
  margin-top: 5px;
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-reviews {
  max-width: 294px;
  color: var(--lynx-grey);
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lynx-white);
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin-top: 14px;
}

.lynx-heading {
  max-width: 740px;
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lightbox-image {
  margin-bottom: 10px;
}

.image-98 {
  border-radius: 11px;
  margin-bottom: 0;
  display: block;
}

.image-99 {
  border-radius: 11px;
}

.position-relative-2 {
  position: relative;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #ebebf0;
  border-radius: 24px;
  box-shadow: 0 2px 6px rgba(27, 30, 62, .08);
}

.card-2.testimonial-card {
  width: 400px;
  min-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-radius: 12px;
  margin-left: 24px;
  padding: 0;
  display: flex;
}

.btn-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #408bfc;
  background-image: linear-gradient(#282b4a, #121429);
  border-radius: 80px;
  justify-content: center;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  box-shadow: 0 2px 6px rgba(18, 20, 41, .19);
}

.btn-primary-4:hover {
  color: #fff;
  background-color: #1b5ad2;
  transform: translate3d(0, -3px, .01px);
}

.bg-divider-bottom-left-bg-neutral-201 {
  max-width: 100vw;
  min-height: 50px;
  border-bottom: 50px solid #fff;
  border-right: 100vw solid #f7f9fa;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-401 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-401.medium {
  font-weight: 600;
}

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

.text-401.bold.color-neutral-800 {
  color: #1b1e3e;
}

.bg-gradient-left-2 {
  width: 35%;
  background-image: linear-gradient(92deg, #fff 2.58%, rgba(0, 0, 0, 0) 92%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-gradient-left-2.small {
  width: 15%;
}

.bg-gradient-left-2.small.neutral-200 {
  background-image: linear-gradient(92deg, #f7f9fa 2.58%, rgba(0, 0, 0, 0) 92%);
  display: none;
}

.image-100 {
  width: 562px;
  height: 100%;
}

.mg-bottom-32px-3 {
  margin-bottom: 32px;
}

.testimonial-container-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 15px;
  display: flex;
}

.bg-gradient-right-2 {
  width: 35%;
  background-image: linear-gradient(272deg, #fff 2.58%, rgba(0, 0, 0, 0) 92.44%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-gradient-right-2.smal {
  width: 15%;
}

.bg-gradient-right-2.smal.neutral-200 {
  background-image: linear-gradient(272deg, #f7f9fa 2.58%, rgba(0, 0, 0, 0) 92.44%);
}

.bg-divider-top-left-neutral-202 {
  height: 50px;
  max-width: 100vw;
  border-top: 50px solid #fff;
  border-left: 100vw solid #f7f9fa;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.container-default-3 {
  max-width: 1224px;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 1000px;
  height: 414px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two-2 {
  width: 940px;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 2.25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px 12px 64px;
  display: grid;
}

.testimonial-content-2 {
  max-width: 460px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-2 {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  width: 350px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

.testimonial-author-image-three-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  height: 350px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-25 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  height: auto;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-5 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  display: block;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  display: grid;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.image-101 {
  display: block;
}

.image-102, .image-103 {
  border-radius: 20px;
}

.mask-2 {
  height: 571.25px;
  position: relative;
}

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

.team-slider-wrapper-mobile {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
  display: none;
}

.mask-2-mobile {
  height: 571.25px;
  position: relative;
}

.image-104, .image-105 {
  max-width: 180px;
}

.image-106 {
  max-width: none;
  align-self: flex-start;
}

.client-logos {
  max-width: none;
  mix-blend-mode: normal;
}

.div-block-32 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.paragraph-57, .paragraph-58, .paragraph-59 {
  color: var(--accent--primary-1);
}

.bg-gradient-right-white-copy {
  width: 15%;
  background-image: linear-gradient(272deg, var(--neutral--100) 5%, transparent);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-gradient-right-white-copy.smal {
  width: 15%;
}

.bg-gradient-right-white-copy.smal.neutral-200 {
  background-image: linear-gradient(272deg, var(--neutral--200) 2.58%, transparent 92.44%);
  display: none;
}

.bg-gradient-right-white-copy.smal.testimonial {
  min-height: 350px;
  background-image: linear-gradient(272deg, var(--secondary-color-6) 2.58%, transparent 80%);
}

.bg-gradient-right-white-copy._12 {
  width: 12%;
}

.bg-gradient-left-white-copy {
  width: 15%;
  background-image: linear-gradient(92deg, var(--neutral--100) 3%, transparent);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bg-gradient-left-white-copy.small {
  width: 15%;
}

.bg-gradient-left-white-copy.small.neutral-200 {
  background-image: linear-gradient(92deg, var(--neutral--200) 2.58%, transparent 92%);
  display: none;
}

.bg-gradient-left-white-copy.small.testimonial {
  min-height: 350px;
  background-image: linear-gradient(92deg, var(--secondary-color-6) 1.1%, transparent 80%);
}

.bg-gradient-left-white-copy._12 {
  width: 12%;
}

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

.community-grid.pricing-tablet {
  max-width: 854px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.community-grid.logo-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  justify-items: center;
}

.text-block-121 {
  width: 200px;
  margin-top: 0;
  font-family: Nootype radikal, sans-serif;
  font-size: 14px;
}

.div-block-34 {
  display: block;
}

.div-block-35 {
  max-width: 100%;
  margin-top: 32px;
}

.image-107 {
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.team-name {
  margin-top: 8px;
  font-family: Nootype radikal, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111rem;
}

.team-role {
  color: var(--neutral--500);
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1255em;
}

.team-role-copy {
  color: var(--neutral--500);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1255em;
}

.team-likes {
  color: var(--accent--primary-1);
  margin-top: 2px;
  font-family: Nootype radikal, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5em;
}

.div-block-36 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

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

  .grid-2-columns.rich-text-left---card-right {
    grid-column-gap: 56px;
  }

  .color-neutral-600.mg-bottom-0 {
    font-size: 16px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .display-2.mg-bottom-0 {
    font-size: 38px;
  }

  .grid-3-columns.logo-strip-v4 {
    grid-column-gap: 64px;
  }

  .mg-bottom-0 {
    font-size: 18px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section.pd-80px.bg-gradient {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .link-text.nav-link {
    font-weight: 400;
  }

  .heading-h4-size.mg-bottom-12px {
    font-size: 18px;
  }

  .header-nav-link {
    font-size: 18px;
    font-weight: 400;
  }

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

  .floating-item.features-single {
    right: -8%;
  }

  .overflow-hidden {
    background-image: none;
  }

  .cta-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .eyebrow-header-copy {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .heading {
    width: 570px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 58px;
    line-height: 73px;
    display: block;
  }

  .webflow-cta-button:hover {
    color: #000;
  }

  .webflow-cta-button.black {
    background-color: #000;
    margin-top: 0;
    margin-left: auto;
    padding: 10px 20px 10px 10px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nav-link {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 1px #000;
    border-radius: 10px;
  }

  .hero-introduction-section {
    height: 970px;
    margin-right: 0;
    padding-bottom: 100px;
  }

  .black-button {
    text-align: center;
    margin-top: 0;
    display: inline;
  }

  .image-4 {
    width: 1050px;
    height: 510px;
    max-height: 1000px;
    max-width: 1200px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container {
    margin-top: 0;
  }

  .container.medium {
    margin-top: -100px;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 32px;
  }

  .eyebrow-header-2 {
    text-align: center;
    margin-top: 100px;
  }

  .testimonial-slider-small-2-copy {
    padding-top: 0;
  }

  .review-class {
    width: 70px;
    height: 70px;
    max-height: 70px;
    max-width: 70px;
  }

  .circular-icon-wrap {
    margin-left: 130px;
  }

  .light-text {
    width: 330px;
  }

  .shadow-two-image {
    width: 540px;
    height: 310px;
    min-height: 0;
    box-shadow: none;
    border: 0 solid rgba(0, 0, 0, .32);
    margin-left: auto;
  }

  .hero-heading-left {
    padding-bottom: 10px;
  }

  .hero-wrapper {
    margin-bottom: 108px;
  }

  .hero-split {
    margin-left: -156px;
    margin-right: 0;
  }

  .shadow-two-2-copy {
    width: 535px;
    height: 400px;
    box-shadow: none;
    border: 0 solid rgba(0, 0, 0, .32);
    margin-left: auto;
  }

  .hero-heading-right-3 {
    padding-bottom: 10px;
  }

  .hero-wrapper-2 {
    margin-bottom: 108px;
  }

  .shadow-two-2 {
    width: 520px;
    height: 400px;
    box-shadow: none;
    border: 0 solid rgba(0, 0, 0, .32);
  }

  .hero-image.shadow-two {
    width: 1300px;
    height: 800px;
    max-height: 800px;
    max-width: 110%;
    box-shadow: none;
    margin-bottom: 0;
    display: block;
  }

  .white-button {
    padding: 10px 20px;
    font-weight: 400;
  }

  .hero-stack-2 {
    padding-bottom: 0;
  }

  .testimonial-slider-large-2 {
    border: 0 solid #000;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-author-image-three {
    width: 70px;
    height: 60px;
    max-height: 60px;
    max-width: 70px;
    margin-right: 10px;
  }

  .testimonial-slide-2 {
    grid-column-gap: 10px;
    padding-top: 0;
    padding-left: 60px;
  }

  .centered-heading-12 {
    margin-top: 100px;
  }

  .centered-heading-12.head-wrapper-two {
    margin-top: 80px;
  }

  .testimonial-quote-2 {
    width: 450px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 45px;
  }

  .testimonial-content {
    margin-top: 0;
    margin-right: 25px;
    padding-bottom: 20px;
  }

  .testimonial-author-name-2 {
    line-height: 30px;
  }

  .testimonial-image {
    width: 70px;
    height: 60px;
    max-height: 70px;
    max-width: 70px;
  }

  .testimonial-image.centered {
    width: 70px;
    height: 60px;
    margin-bottom: 0;
  }

  .feature {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 60px;
  }

  .feature.light-background.mesh.cta {
    width: 1280px;
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .link-block-2 {
    margin-left: -13px;
  }

  .center-content.center-text.place-above {
    margin-left: auto;
    margin-right: auto;
  }

  .large-text-copy {
    margin-bottom: 20px;
    margin-left: auto;
  }

  .text-block-94 {
    font-weight: 400;
  }

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

  .heading-90.center-content {
    text-align: left;
    margin-top: auto;
    margin-left: auto;
  }

  .notice-bar {
    padding-bottom: 16px;
  }

  .hero-heading-left-8 {
    background-image: url('../images/header.jpg');
    background-position: 0 0;
    background-size: cover;
    margin-top: -118px;
    padding-top: 180px;
    padding-bottom: 100px;
    padding-right: 161px;
  }

  .hero-wrapper-5 {
    margin-left: -89px;
    margin-right: -114px;
  }

  .hero-split-6 {
    width: 500px;
    max-width: 600px;
  }

  .heading-100 {
    width: 670px;
    max-width: 900px;
    margin-top: 10px;
    font-weight: 700;
  }

  .margin-bottom-24px-17 {
    width: 550px;
    max-width: 700px;
    margin-right: auto;
    font-weight: 300;
  }

  .shadow-two-7 {
    width: 690px;
    height: 640px;
    max-height: 800px;
    max-width: 800px;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-81 {
    width: 220px;
    margin-left: auto;
    margin-right: 220px;
    font-size: 14px;
    font-weight: 400;
  }

  .container-4 {
    margin-left: auto;
  }

  .features-list {
    border: 0 solid #000;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .heading-14 {
    margin-top: 13px;
  }

  .section-5 {
    margin-top: -32px;
  }

  .split-black {
    margin-top: 102px;
  }

  .split-black.no-shape {
    margin-top: 79px;
    margin-bottom: 79px;
  }

  .paragraph-4 {
    font-weight: 300;
  }

  .bold-text-2 {
    text-transform: uppercase;
    text-decoration: none;
  }

  .centered-heading {
    margin-top: -12px;
    margin-left: auto;
  }

  .team-member-position {
    font-weight: 300;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading-73 {
    margin-bottom: auto;
  }

  .text-block-62 {
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .paragraph-24 {
    font-weight: 400;
  }

  .pricing-overview {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-32 {
    font-weight: 300;
  }

  .title-copy, .eyebrow-header {
    margin-top: 0;
  }

  .hero-stack-5 {
    margin-top: 80px;
  }

  .body-copy-copy {
    font-weight: 300;
  }

  .tab-link-tab-4-2 {
    border-radius: 10px;
  }

  .heading-75 {
    width: 500px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-3 {
    border-radius: 10px;
  }

  .tab-link-tab-2 {
    cursor: pointer;
    border-radius: 10px;
  }

  .text-block-66 {
    cursor: pointer;
  }

  .tabs-menu-2 {
    margin-bottom: 40px;
  }

  .hero-heading-left-5 {
    margin-bottom: 140px;
  }

  .list-header {
    text-transform: none;
    margin-left: 165px;
  }

  .logos-title-large {
    width: auto;
    display: block;
  }

  .process-number {
    background-color: #fce2e5;
    border-width: 0;
  }

  .paragraph-40 {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .space-top-small-2 {
    text-transform: none;
    font-weight: 500;
  }

  .pricing-overview-3 {
    margin-bottom: 100px;
    padding-left: 40px;
  }

  .input-field {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .split {
    margin-top: 0;
    padding-bottom: 62px;
  }

  .error-message-2 {
    color: #d24646;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    margin-bottom: 10px;
  }

  .field-label {
    margin-top: 25px;
    margin-bottom: 0;
  }

  .space-top-extra {
    margin-bottom: auto;
  }

  .submit-button {
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .limit-medium {
    max-width: 530px;
    margin-top: 0;
    margin-left: 40px;
  }

  .nav-link-copy, .nav-link-copy:hover {
    color: #f6f7fc;
  }

  .nav-link-copy:focus-visible {
    color: #f6f7fc;
  }

  .nav-link-copy[data-wf-focus-visible] {
    color: #f6f7fc;
  }

  .application-form-block {
    margin-top: auto;
  }

  .team-member-position-3 {
    width: 400px;
  }

  .team-card-2 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
    grid-template-columns: .25fr .25fr .25fr;
    margin-left: -152px;
    margin-right: auto;
  }

  .nav-link-copy-copy {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .text-block-58, .heading-59, .text-block-39 {
    color: #000;
  }

  .div-block-14 {
    margin-top: 33px;
  }

  .form-cta {
    background-color: rgba(0, 0, 0, 0);
  }

  .sign-up-form-block-copy {
    height: 670px;
    border: 0 solid #000;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-3 {
    background-size: cover;
    margin-top: -141px;
  }

  .textarea {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-54-copy {
    margin-bottom: 100px;
  }

  .paragraph-54 {
    margin-bottom: 40px;
  }

  .bold-text-15 {
    font-size: 18px;
  }

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

  .brix---card-stats-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .brix---btn-primary-small-2 {
    background-color: var(--blackline-black);
  }

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

  .brix---card-stats-v3-2 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .team-slider-wrapper {
    margin-top: 20px;
  }

  .team-block {
    height: 300px;
    padding-bottom: 0;
  }

  .team-slider-arrow {
    background-color: rgba(0, 0, 0, 0);
  }

  .mask-2 {
    height: 520px;
  }

  .slide-14 {
    position: relative;
  }

  .team-slider-wrapper-mobile {
    margin-top: 20px;
  }

  .mask-2-mobile {
    height: 520px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .color-neutral-400.mg-bottom-32px, .mg-bottom-32px.mg-bottom-16px-tablet, .mg-bottom-40px, .mg-bottom-48px, .text-200.medium {
    color: var(--neutral--600);
  }

  .text-200.bold.color-neutral-800 {
    margin-top: 0;
    font-size: 18px;
    display: block;
    overflow: visible;
  }

  .display-1.mg-bottom-12px.brix---display-2 {
    font-weight: 700;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .container-default.position-relative-1920px {
    position: relative;
  }

  .section.bg-neutral-200.position-relative---overflow-hidden {
    background-color: var(--neutral--200);
  }

  .section.home-hero-v1 {
    padding-top: 150px;
    padding-bottom: 260px;
  }

  .section.pd-80px.bg-gradient {
    background-size: cover;
  }

  .section.home-hero-v1 {
    padding-top: 150px;
    padding-bottom: 260px;
  }

  .floating-item.home-hero-v1 {
    max-width: 100%;
    min-height: 150%;
    bottom: -61%;
    right: -14%;
  }

  .floating-item.features-single {
    top: -28%;
    right: -19%;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .mg-bottom-12px {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
  }

  .bg-gradient-left-white.small.neutral-200, .testimonial-container {
    display: none;
  }

  .display-5.mg-bottom-12px {
    font-size: 54px;
    line-height: 1.28em;
  }

  .display-6.color-neutral-100.mg-bottom-12px {
    font-size: 38px;
    line-height: 1.368em;
  }

  .section-7.bg-neutral-200.position-relative---overflow-hidden {
    display: none;
  }

  .section-2.home-hero-v1 {
    padding-top: 150px;
    padding-bottom: 260px;
  }

  .container-default-2.position-relative-1920px {
    position: relative;
  }

  .display-8.mg-bottom-12px {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.278em;
  }

  .section-copy.home-hero-v1 {
    padding-top: 150px;
    padding-bottom: 260px;
  }

  .uui-section_testimonial11 {
    display: block;
  }

  .video-4 {
    margin-bottom: 20px;
  }

  .paragraph-57, .paragraph-58, .paragraph-59 {
    color: var(--neutral--600);
  }

  .bg-gradient-left-white-copy.small.neutral-200 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  .page-wrapper {
    background-image: linear-gradient(264deg, #cce2d8, #c8dde9 32%, #fce2e5 74%, #cce2d8);
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    overflow: visible;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.cta-v1 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-v4 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-card-featured {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.title-and-categories, .grid-2-columns.title-and-categories.mg-bottom-48px {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.text-left-default {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-left-default.integrations-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.text-right-default, .grid-2-columns.content-left-short {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-left-short.gap-row-24px {
    grid-row-gap: 24px;
  }

  .grid-2-columns.content-left-short.gap-row-64px, .grid-2-columns.content-left-short.gap-row-64px-tablet {
    grid-row-gap: 64px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.home-hero-grid, .grid-2-columns.cta-grid {
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.about-hero-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 64px;
    display: block;
  }

  .grid-2-columns.about-stats-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .grid-2-columns.rich-text-left---card-right {
    grid-column-gap: 32px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.aside-left {
    grid-column-gap: 32px;
    grid-template-columns: .6fr 1fr;
  }

  .grid-2-columns.pricing-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.careers-grid {
    grid-column-gap: 48px;
  }

  .grid-2-columns.request-demo-grid, .grid-2-columns.sales-hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.perks-grid {
    grid-column-gap: 48px;
  }

  .style---navigation-sidebar {
    max-height: 100%;
    min-height: auto;
    box-shadow: none;
    position: static;
  }

  .card.form {
    min-height: 556px;
    padding: 48px 32px;
  }

  .card.form.demo-form {
    min-height: 476px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.blog-sidebar {
    width: 100%;
    max-width: none;
    position: static;
    top: 0;
  }

  .card.pricing-table-card {
    padding: 56px 48px;
  }

  .card.product-card {
    margin-bottom: 0;
  }

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

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-columns.gap-24px.about-images-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._120px.bg-neutral-300, .divider._160px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .divider._52px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-32px.mg-bottom-16px-tablet {
    margin-bottom: 16px;
  }

  .mg-bottom-80px {
    margin-bottom: 72px;
  }

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.bold.footer-title {
    font-size: 18px;
  }

  .text-200.bold.nav-dropdown-title {
    font-size: 16px;
  }

  .display-1 {
    font-size: 50px;
  }

  .grid-1-column.gap-row-80px {
    grid-row-gap: 72px;
  }

  .grid-1-column.gap-row-80px.perks-grid {
    grid-row-gap: 110px;
  }

  .grid-1-column._2-col-tablet-form {
    grid-template-columns: 1fr 1fr;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.mg-bottom-0 {
    text-align: left;
  }

  .display-2.mg-bottom-32px.mg-bottom-20px-tablet {
    margin-bottom: 20px;
  }

  .display-3 {
    font-size: 32px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .text-400 {
    font-size: 22px;
  }

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

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

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-strip-v4 {
    grid-template-columns: auto auto auto;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid-3-columns.gap-column-56px.gap-row-48px {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3-columns.team-members-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._600px.full-width-mobile {
    max-width: 600px;
  }

  .inner-container._400px.full-width-tablet, .inner-container._460px.full-width-tablet, .inner-container._500px.full-width-tablet, .inner-container._700px, .inner-container._640px.full-width-tablet, .inner-container._485px.mg-bottom-32px, .inner-container._440px.full-width-tablet, .inner-container._375px, .inner-container._550px, .inner-container._585px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._560px.center-desktop {
    margin-left: 0;
  }

  .inner-container._415px.full-width-tablet {
    max-width: 100%;
    display: block;
    overflow: hidden;
  }

  .inner-container._675px, .inner-container._545px, .inner-container._750px.full-width-tablet, .inner-container._565px, .inner-container._275px, .inner-container._425px.full-width-tablet, .inner-container._420px.full-width-tablet, .inner-container._715px.full-width-tablet, .inner-container._350px.full-width-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .inner-container.full-width-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    white-space: nowrap;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
    margin-right: 16px;
  }

  .btn-primary.small.nav-btn {
    padding: 18px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .position-relative {
    display: block;
  }

  .position-relative.home-hero-bg-wrapper {
    height: 70vw;
    justify-content: center;
  }

  .position-relative.cta-card-wrapper {
    padding-top: 0;
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text blockquote {
    padding: 64px 32px;
    font-size: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .buttons-row.mg-bottom-64px.mg-bottom-32px-tablet {
    margin-bottom: 32px;
  }

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

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

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

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.bg-neutral-200.about-values-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.bg-neutral-200.integration-single-hero {
    padding-bottom: 130px;
  }

  .section.bg-neutral-200.careers-perks {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 50%, var(--neutral--800) 50%);
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section.pd-150px, .section.pd-top-115px---bottom-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-top-100px---bottom-120px {
    padding-bottom: 100px;
  }

  .section.request-a-demo-seciton {
    padding-bottom: 80px;
  }

  .section.pd-115px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pd-100px, .section.features-single-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.coming-soon-section {
    padding-top: 80px;
  }

  .section.about-story {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .section.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .top-bar-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.header-link-hidde-on-tablet {
    display: none;
  }

  .link-wrapper.nav-link {
    font-size: 18px;
  }

  .link-text.nav-link {
    font-size: 18px;
    line-height: 18px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 18px;
  }

  .header-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: #cee6ee;
    padding: 32px 24px 16px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 18px;
    padding-left: 0;
  }

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

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

  .header-nav-list-item.show-in-mobile {
    overflow: hidden;
  }

  .dropdown-column-wrapper {
    width: 100%;
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
    transform: none;
  }

  .dropdown-pd {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
    padding: 20px 0 4px;
  }

  .hamburger-menu-wrapper {
    width: 40px;
    margin-left: 16px;
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: translate(0, -2px);
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 100%;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-left-side {
    grid-column-gap: 48px;
    flex: 1;
    justify-content: space-between;
    margin-right: 16px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .flex-horizontal.title-left---end {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .flex-horizontal.blog-post-information {
    flex-wrap: wrap;
  }

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

  .footer-links-section.pd-72px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-3-columns {
    grid-template-columns: 1fr;
  }

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

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

  .sticky-top.static-tablet {
    position: static;
    top: 0;
  }

  .floating-item.home-hero-v1 {
    max-height: 55%;
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .floating-item.features-single {
    max-width: 120vw;
    min-height: 50%;
    top: auto;
    bottom: -9%;
    left: 0%;
    right: 0%;
  }

  .play-button-large {
    max-width: 50%;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .cta-card.cta-text-left {
    padding-right: 64px;
  }

  .cta-card.newsletter-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .accordion-spacer {
    min-height: 12px;
  }

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

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 120px;
    grid-row-gap: 8px;
  }

  .pricing-content-wrapper.title {
    display: none;
  }

  .blog-card-image {
    display: block;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
  }

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

  .blog-card-wrapper {
    width: 500px;
    height: 475px;
  }

  .image-wrapper.about-image-wrapper-bottom, .image-wrapper.about-image-wrapper-top {
    border-radius: 10px;
  }

  .image-wrapper.careers-hero-image-wrapper {
    margin-top: -82px;
  }

  .image-wrapper.image-card {
    width: 100%;
    display: block;
    overflow: visible;
  }

  .image-wrapper.blob-top-image-wrapper {
    z-index: -1;
    top: -65%;
    left: -78%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    z-index: -1;
    bottom: -67%;
    right: -17%;
  }

  .image-wrapper.integrations-image-wrapper {
    max-width: 400px;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

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

  .image-home-link-wrapper {
    max-width: 100%;
  }

  .image-home-link-wrapper.last {
    display: none;
  }

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

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-nav-grid {
    flex-flow: row;
    display: flex;
  }

  .bg-image-wrapper.home-hero-image {
    width: 90%;
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
  }

  .bg-image-wrapper.sales-bg-image-wrapper {
    width: 80%;
    object-fit: fill;
    margin-right: auto;
    overflow: visible;
  }

  .bg-image-wrapper.image-card.cta-top-left-float, .bg-image-wrapper.image-card.cta-bottom-left-float, .bg-image-wrapper.image-card.cta-rght-float {
    border-radius: 10px;
  }

  .bg-image-wrapper.home-hero-image {
    width: 90%;
    max-width: 100%;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .position-absolute.home-hero-left-float {
    max-width: 33%;
  }

  .position-absolute.customers-left-float, .position-absolute.sales-right-float {
    background-color: var(--neutral--100);
  }

  .position-absolute.home-hero-left-float {
    max-width: 33%;
  }

  .position-absolute.sales-right-float, .position-absolute.customers-left-float {
    background-color: #fff;
  }

  .subtitle-wrapper.center.left---tablet {
    justify-content: flex-start;
  }

  .subtitle-wrapper.center-tablet {
    justify-content: center;
  }

  .subtitle-wrapper.center-tablet.mg-bottom-12px {
    justify-content: flex-start;
  }

  .bg-neutral-800-container {
    padding: 80px 56px;
  }

  .cta-image-wrapper {
    width: 100%;
    margin-bottom: -115px;
    position: static;
  }

  .integrations-container {
    max-width: 100%;
  }

  .testimonial-container {
    position: relative;
  }

  .category-badge.right {
    margin-left: 0;
    margin-right: 16px;
  }

  .bg-top-half-wrapper {
    min-height: 55%;
  }

  .full-width {
    width: 100%;
  }

  .faq-wrapper {
    padding-left: 24px;
  }

  .integrations-banner-wrapper {
    min-width: 1200px;
  }

  .integrations-tabs-wrapper.sidebar {
    grid-row-gap: 40px;
  }

  .logo-strip-wrapper {
    grid-column-gap: 51px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-feature-title.hidden-on-desktop {
    display: block;
  }

  .full-width-tablet {
    width: 100%;
    max-width: 100%;
  }

  .pricing-card-text-price-under.color-neutral-400 {
    color: var(--neutral--400);
  }

  .career-card-content-bottom {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .apply-now-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

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

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

  .home-screenshots-container {
    width: 100%;
    max-width: 100%;
    margin-top: 90px;
    margin-bottom: -40px;
    position: static;
  }

  .footer-grid {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    grid-template-columns: 2.25fr 1fr;
  }

  .footer-grid.v2 {
    grid-template-columns: 2.25fr 1fr;
  }

  .footer-first-column {
    max-width: none;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .footer-top {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .footer-bottom---text-and-links-container {
    flex-direction: column;
  }

  .footer---logo-and-buttons-container {
    text-align: center;
    flex-direction: column;
  }

  .nav-right-content.desktop {
    display: none;
  }

  .nav-right-content.mobile {
    flex-direction: column;
    display: flex;
  }

  .webflow-cta-button {
    justify-content: center;
  }

  .nav-link {
    margin-top: 10px;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 0;
  }

  .space-horizontal-tiny {
    width: 14px;
  }

  .space-horizontal-tiny.mobile-nav {
    height: 24px;
  }

  .hero-introduction-section {
    margin-top: auto;
  }

  .container {
    padding-left: 32px;
    padding-right: 20px;
  }

  .webflow-icon-wrapper.white {
    background-color: #f6f7fc;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    flex-direction: column;
    padding: 32px;
    display: flex;
    box-shadow: 1px 1px 17px -12px rgba(0, 0, 0, .73);
  }

  .navbar-thirds {
    justify-content: space-between;
    display: flex;
  }

  .menu-button {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-size: auto;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .container-11 {
    max-width: 728px;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .testimonial-slide-2 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

  .space-top-tiny {
    height: 14px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    padding-left: 10px;
  }

  .footer-privacy-policy, .footer-bottom-2 {
    padding-left: 10px;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-7 {
    margin-left: 0;
  }

  .features-right {
    max-width: 100%;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4 {
    max-width: 728px;
  }

  .split-black {
    padding: 100px 40px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .space-top-small-2 {
    margin-top: 22px;
  }

  .split {
    grid-template-columns: 1fr;
    margin-left: auto;
  }

  .text-block-86 {
    margin-right: auto;
  }

  .text-block-9 {
    font-size: 15px;
  }

  .image-43 {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
  }

  .career-deet-content {
    margin-right: auto;
  }

  .space-top-extra {
    height: 90px;
  }

  .black-segment {
    width: 32px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .application-form-block {
    padding-right: 60px;
  }

  .centered-subheading-6 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .centered-heading-11 {
    font-size: 45px;
    line-height: 58px;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .form-cta {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .sign-up-form-block-copy {
    width: auto;
  }

  .new-heading {
    margin-top: 80px;
    font-size: 45px;
  }

  .centered-heading-24 {
    font-size: 21px;
  }

  .btn-primary-2 {
    white-space: nowrap;
  }

  .display-5 {
    font-size: 50px;
  }

  .image-59 {
    width: 110vw;
    max-width: none;
  }

  .subtitle-wrapper-2.center.left---tablet {
    justify-content: flex-start;
  }

  .display-6 {
    font-size: 36px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

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

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

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---dropdown-pd {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-2 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 48px;
  }

  .brix---section, .section-7 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section-7.pd-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7.features-single-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-7.pd-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg-neutral-800-container-2 {
    padding: 80px 56px;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .brix---display-3 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---display-1 {
    font-size: 64px;
    line-height: 76px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---card-stat-purple {
    padding: 139px 38px 36px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 48px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---display-5 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---grid-4-columns-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-6 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

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

  .brix---section-4 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .mg-bottom-white {
    text-align: left;
  }

  .brix---hamburger-menu-bar-bottom-2 {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---hamburger-menu-bar-top-2 {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-wrapper-2 {
    order: -1;
    transition: transform .3s;
  }

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

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

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-column-wrapper-2 {
    padding-top: 0;
    position: static;
  }

  .brix---dropdown-column-wrapper-2.w--open {
    transform: none;
  }

  .brix---header-nav-menu-list-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-menu-wrapper-2 {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .brix---header-logo-2 {
    max-width: 232px;
  }

  .brix---header-wrapper-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .section-2.bg-neutral-200.about-values-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-2.bg-neutral-200.integration-single-hero {
    padding-bottom: 130px;
  }

  .section-2.bg-neutral-200.careers-perks {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section-2.hero-page {
    background-image: linear-gradient(to bottom, white 50%, var(--neutral--800) 50%);
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-2.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section-2.pd-150px, .section-2.pd-top-115px---bottom-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.pd-top-100px---bottom-120px {
    padding-bottom: 100px;
  }

  .section-2.request-a-demo-seciton {
    padding-bottom: 80px;
  }

  .section-2.pd-115px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.pd-100px, .section-2.features-single-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.pd-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.coming-soon-section {
    padding-top: 80px;
  }

  .section-2.about-story {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .section-2.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .subtitle-wrapper-3.center.left---tablet {
    justify-content: flex-start;
  }

  .display-7 {
    font-size: 36px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---display-7 {
    font-size: 58px;
    line-height: 70px;
  }

  .brix---card-stats-v3-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 48px;
  }

  .brix---section-5 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .display-8 {
    font-size: 50px;
  }

  .btn-primary-3 {
    white-space: nowrap;
  }

  .section-copy {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .section-copy.bg-neutral-200.about-values-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section-copy.bg-neutral-200.integration-single-hero {
    padding-bottom: 130px;
  }

  .section-copy.bg-neutral-200.careers-perks {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section-copy.hero-page {
    background-image: linear-gradient(to bottom, white 50%, var(--neutral--800) 50%);
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-copy.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .section-copy.pd-150px, .section-copy.pd-top-115px---bottom-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.pd-top-100px---bottom-120px {
    padding-bottom: 100px;
  }

  .section-copy.request-a-demo-seciton {
    padding-bottom: 80px;
  }

  .section-copy.pd-115px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.pd-100px, .section-copy.features-single-hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.pd-140px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.coming-soon-section {
    padding-top: 80px;
  }

  .section-copy.about-story {
    padding-top: 40px;
    padding-bottom: 150px;
  }

  .section-copy.home-hero-v1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .a-blog-image-border {
    width: 500px;
  }

  .a-button-primary, .mg-bottom-40px-2 {
    display: flex;
  }

  .mg-bottom-40px-3 {
    display: block;
  }

  .blog-card-wrapper-2 {
    height: 442.453px;
    margin-bottom: auto;
  }

  .blog-card-image-2 {
    margin-top: auto;
  }

  .text-block-117 {
    margin-bottom: auto;
    padding-bottom: 0;
  }

  .blog-card-wrapper-3 {
    height: 442.453px;
    margin-bottom: auto;
  }

  .uui-testimonial11_content {
    min-height: auto;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-testimonial09_lightbox-image {
    width: 100%;
    object-fit: cover;
  }

  .uui-testimonial09_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .image-94 {
    padding-left: 10px;
    padding-right: 16px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
    display: flex;
  }

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

  .lynx-heading {
    font-size: 38px;
  }

  .btn-primary-4 {
    white-space: nowrap;
  }

  .testimonial-container-2 {
    position: relative;
  }

  .container-12 {
    max-width: 728px;
  }

  .testimonial-slider-two-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .container-13 {
    max-width: 728px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .team-slider-wrapper {
    height: 635.25px;
    display: none;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .team-slider-wrapper-mobile {
    height: auto;
    display: block;
  }

  .mask-2-mobile {
    height: auto;
  }

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

  .community-grid.pricing-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .community-grid.gap-24px.about-images-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block-35 {
    text-align: left;
  }

  .grid-5 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    border-radius: 18px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.form {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.blog-card-featured {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-left-short.gap-row-24px {
    grid-row-gap: 20px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.product-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero-grid {
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns.cta-grid {
    grid-row-gap: 56px;
  }

  .grid-2-columns.about-hero-grid {
    margin-bottom: 56px;
  }

  .grid-2-columns.about-stats-grid {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: none;
  }

  .grid-2-columns.team-member-grid, .grid-2-columns.rich-text-left---card-right, .grid-2-columns.rich-text-left---card-right.v2 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-2-columns-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 48px;
  }

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

  .grid-2-columns.features-single-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns.careers-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.perks-grid {
    grid-row-gap: 40px;
  }

  .card.form {
    min-height: 548px;
    border-radius: 16px;
    padding: 40px 32px;
  }

  .card.form.demo-form {
    min-height: 824px;
    padding: 40px 32px 48px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.testimonial-card {
    margin-left: 16px;
    padding: 24px;
  }

  .card.blog-sidebar {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .card.pricing-table-card {
    padding: 0 40px 64px;
  }

  .card.product-card {
    padding: 40px 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.gap-24px.about-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.logo-grid {
    width: 100%;
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._120px.bg-neutral-300 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._160px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .divider._60px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._52px {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .mg-left-40px {
    margin-left: 32px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.bold.footer-title {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 42px;
  }

  .grid-1-column.gap-row-80px.perks-grid {
    grid-row-gap: 80px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-32px.gap-row-24px-mbl {
    grid-row-gap: 24px;
  }

  .grid-1-column._2-col-tablet-form {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 32px;
  }

  .display-3 {
    font-size: 28px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

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

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns.logo-strip-v4 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

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

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

  .grid-3-columns.gap-column-48px.gap-row-80px {
    grid-row-gap: 56px;
  }

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

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

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

  .grid-3-columns.team-members-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._600px, .inner-container._600px.full-width-mobile {
    max-width: 100%;
  }

  .inner-container._400px {
    width: 100%;
    max-width: 100%;
  }

  .inner-container._460px, .inner-container._500px, .inner-container._640px, .inner-container._585px, .inner-container._560px.center-desktop, .inner-container._415px, .inner-container._575px, .inner-container._515px, .inner-container._645px, .inner-container._535px, .inner-container._750px, .inner-container._780px, .inner-container._615px, .inner-container._540px, .inner-container._465px, .inner-container._425px, .inner-container._420px, .inner-container._735px, .inner-container._715px, .inner-container._555px.center, .inner-container._520px.full-width-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
    border-radius: 16px;
  }

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

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px 20px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small.nav-btn {
    padding-bottom: 18px;
  }

  .btn-primary.large {
    padding: 20px 32px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding: 16px 20px;
  }

  .btn-secondary.large {
    padding: 20px 32px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.subscribe-btn-inside {
    padding-right: 140px;
  }

  .position-relative.home-hero-bg-wrapper {
    width: auto;
    height: 60vw;
    flex: none;
    align-self: auto;
    display: block;
  }

  .text-area {
    border-radius: 18px;
    padding-top: 16px;
  }

  .text-area.small {
    padding-top: 16px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
    border-radius: 12px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text p {
    margin-bottom: 12px;
  }

  .rich-text h3 {
    margin-top: 32px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 32px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 18px;
  }

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

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.bg-neutral-200.about-values-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.bg-neutral-200.integration-single-hero {
    padding-bottom: 120px;
  }

  .section.bg-neutral-200.careers-perks {
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-page {
    padding-top: 80px;
  }

  .section.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

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

  .section.pd-top-115px---bottom-140px {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section.pd-top-100px---bottom-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pd-top-100px {
    padding-top: 64px;
  }

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

  .section.request-a-demo-seciton {
    padding-bottom: 72px;
  }

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

  .section.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.features-single-hero {
    padding-top: 64px;
    padding-bottom: 72px;
  }

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

  .section.coming-soon-section {
    padding-top: 72px;
  }

  .section.about-story {
    padding-bottom: 120px;
  }

  .section.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .link-wrapper.text-bold.mg-left-40px {
    margin-left: 32px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 40px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 16px;
  }

  .header-nav-menu-wrapper {
    border: 0 #000;
  }

  .header-nav-list-item.show-in-mobile {
    display: block;
  }

  .header-logo {
    max-width: 90%;
  }

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

  .hamburger-menu-wrapper, .hamburger-menu-bar {
    width: 32px;
  }

  .btn-circle-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .social-media-grid-top.right {
    grid-template-columns: auto auto auto auto;
  }

  .social-media-grid-top.right.gap-20px {
    grid-template-columns: auto auto auto auto 1fr;
  }

  .flex-horizontal.title-left---button-right.mg-bottom-40px, .flex-horizontal.title-left---button-right.mg-bottom-56px {
    flex-wrap: wrap;
  }

  .flex-horizontal.contact-emails {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo-wrapper.mg-bottom-24px {
    margin-bottom: 20px;
  }

  .footer-logo-wrapper.max-w-160px-mbl {
    max-width: 160px;
  }

  .footer-list-wrapper.horizontal.left.center-mbl {
    justify-content: center;
  }

  .footer-list-item {
    margin-bottom: 14px;
  }

  .footer-list-item.horizontal.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-links-section.pd-72px.pd-48px-mbl {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

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

  .sticky-top.static-mbl {
    position: static;
    top: 0;
  }

  .play-button-large.width-80px {
    width: 70px;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
  }

  .cta-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card.cta-text-left {
    padding-top: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-card.newsletter-wrapper {
    padding: 64px 48px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .image.integration-image {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .pricing-table-top {
    min-height: auto;
    margin-bottom: 24px;
    padding: 80px 0 0;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 88px;
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: space-between;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    width: 100px;
    height: 100px;
    min-height: 100px;
    min-width: 100px;
    border-radius: 5px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .blog-card-wrapper {
    width: 100%;
  }

  .image-wrapper.about-image-wrapper-bottom {
    margin-top: 32px;
  }

  .image-wrapper.about-image-wrapper-bottom._2nd-row {
    margin-top: 0;
  }

  .image-wrapper.about-image-wrapper-top._2nd-row {
    margin-top: -32px;
  }

  .image-wrapper.integration-01 {
    width: 62px;
    height: 62px;
  }

  .image-wrapper.integration-02 {
    width: 83px;
    height: 83px;
  }

  .image-wrapper.integration-03 {
    width: 50px;
    height: 50px;
  }

  .image-wrapper.integration-04 {
    width: 48px;
    height: 48px;
  }

  .image-wrapper.integration-05 {
    width: 78px;
    height: 78px;
  }

  .image-wrapper.integration-06 {
    width: 61px;
    height: 61px;
  }

  .image-wrapper.integration-07 {
    width: 70px;
    height: 70px;
  }

  .image-wrapper.integration-08 {
    width: 60px;
    height: 60px;
  }

  .image-wrapper.integration-09 {
    width: 45px;
    height: 45px;
  }

  .image-wrapper.integration-10 {
    width: 65px;
    height: 65px;
  }

  .image-wrapper.integration-11 {
    width: 44px;
    height: 44px;
  }

  .image-wrapper.integration-12 {
    width: 65px;
    height: 65px;
    top: 10%;
    right: 24%;
  }

  .image-wrapper.integration-13 {
    width: 74px;
    height: 74px;
  }

  .image-wrapper.integration-14 {
    width: 60px;
    height: 60px;
    top: 12%;
  }

  .image-wrapper.integration-15 {
    width: 72px;
    height: 72px;
  }

  .image-wrapper.mg-left-40px {
    margin-left: 32px;
  }

  .image-wrapper.blob-top-image-wrapper {
    top: -80%;
    left: -113%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    bottom: -85%;
    right: -79%;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .image-home-link-wrapper {
    max-width: 100%;
    min-width: 0;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .footer-list-container {
    grid-column-gap: 60px;
    grid-row-gap: 14px;
    flex-wrap: wrap;
  }

  .dropdown-nav-grid {
    grid-column-gap: 48px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bg-image-wrapper.image-card.cta-top-left-float, .bg-image-wrapper.image-card.cta-bottom-left-float, .bg-image-wrapper.image-card.cta-rght-float {
    border-radius: 8px;
  }

  .bg-image-wrapper.home-hero-image {
    width: auto;
    max-width: none;
    object-fit: none;
    flex: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .position-absolute.home-hero-left-float {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .subtitle-wrapper.mg-bottom-16px {
    font-size: 14px;
    line-height: 16px;
  }

  .bg-neutral-800-container {
    border-radius: 16px;
    padding: 56px 40px;
  }

  .get-started-step-wrapper.career-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cta-image-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 12px;
  }

  .border-left-neutral-400 {
    padding-left: 32px;
  }

  .integrations-container {
    grid-row-gap: 14px;
  }

  .integration-badge {
    padding: 10px 20px;
  }

  .heading-wrapper {
    flex-wrap: wrap;
  }

  .category-badge {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .bg-top-half-wrapper {
    min-height: 65%;
  }

  .blog-post-information-wrapper {
    min-height: 50px;
  }

  .integrations-banner-wrapper {
    min-width: 900px;
  }

  .border-left-accent-1._40px {
    padding-left: 32px;
  }

  .integrations-tabs-wrapper.sidebar {
    grid-row-gap: 32px;
    margin-bottom: 0;
    position: static;
  }

  .pricing-card-wrapper {
    grid-column-gap: 24px;
  }

  .pricing-card-content-left-wrapper {
    flex-direction: column;
  }

  .apply-now-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .feature-item-wrapper {
    padding-left: 28px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .footer-grid {
    grid-column-gap: 32px;
    grid-template-columns: 2fr 1fr;
  }

  .footer-grid.v2 {
    grid-column-gap: 32px;
    grid-row-gap: 56px;
    grid-template-columns: 2fr 1fr;
  }

  .footer-bottom---text-and-links-container {
    grid-row-gap: 12px;
  }

  .btn-under-input-success-message {
    min-height: 126px;
  }

  .space-horizontal-tiny {
    width: 12px;
  }

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

  .nav-menu {
    padding: 24px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-card-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-small-2-copy {
    padding: 60px 15px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-metrics-2, .hero-heading-center, .hero-heading-left {
    padding: 60px 15px;
  }

  .large-text {
    font-size: 16px;
    line-height: 28px;
  }

  .hero-heading-right-3, .hero-stack-2, .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .space-top-tiny {
    height: 12px;
  }

  .large-text-copy {
    font-size: 16px;
    line-height: 28px;
  }

  .footer-wrapper-two {
    padding-left: 10px;
    padding-right: 0;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-privacy-policy {
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-copyright {
    padding-left: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .notice-bar-content {
    text-align: left;
  }

  .hero-heading-left-8, .features-list {
    padding: 60px 15px;
  }

  .split-black {
    padding: 100px 24px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .pricing-overview, .hero-stack-5, .hero-heading-left-5, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .space-top-small-2 {
    margin-top: 20px;
  }

  .pricing-overview-3 {
    padding: 60px 15px;
  }

  .space-top-extra {
    height: 80px;
  }

  .application-form {
    grid-template-columns: 1fr;
  }

  .black-segment {
    width: 24px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .form-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sign-up-form-block-copy {
    padding: 40px;
  }

  .centered-heading-24 {
    padding-right: 10px;
  }

  .bold-text-14 {
    line-height: 30px;
  }

  .btn-primary-2 {
    padding: 16px 20px;
  }

  .display-5 {
    font-size: 42px;
  }

  .image-59 {
    width: 110vw;
    height: auto;
    max-width: none;
    object-fit: fill;
  }

  .display-6 {
    font-size: 32px;
  }

  .btn-secondary-2 {
    padding: 16px 20px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---display-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 40px;
  }

  .brix---section, .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-7.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-7.features-single-hero {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section-7.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-neutral-800-container-2 {
    border-radius: 16px;
    padding: 56px 40px;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---display-3 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-content-v7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---display-1 {
    font-size: 40px;
    line-height: 54px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---icon-big-stats-v7 {
    width: 80px;
    border-radius: 17px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---card-stat-purple {
    padding-top: 80px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-56px-2 {
    margin-bottom: 40px;
  }

  .brix---section-2, .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .line-rounded-icon-white.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .brix---display-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 40px;
  }

  .brix---section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-primary-small-2 {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl-2 {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl-2 {
    display: block;
  }

  .brix---header-logo-2 {
    max-width: 90%;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.bg-neutral-200.about-values-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-2.bg-neutral-200.integration-single-hero {
    padding-bottom: 120px;
  }

  .section-2.bg-neutral-200.careers-perks {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-2.top {
    padding-top: 64px;
  }

  .section-2.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-2.hero-page {
    padding-top: 80px;
  }

  .section-2.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

  .section-2.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.pd-top-115px---bottom-140px {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section-2.pd-top-100px---bottom-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.pd-top-100px {
    padding-top: 64px;
  }

  .section-2.pd-top-80px---bottom-100px {
    padding-bottom: 80px;
  }

  .section-2.request-a-demo-seciton {
    padding-bottom: 72px;
  }

  .section-2.pd-115px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.features-single-hero {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section-2.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-2.coming-soon-section {
    padding-top: 72px;
  }

  .section-2.about-story {
    padding-bottom: 120px;
  }

  .section-2.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

  .container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-7 {
    font-size: 32px;
  }

  .brix---display-7 {
    font-size: 48px;
    line-height: 56px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 40px;
  }

  .brix---section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .display-8 {
    font-size: 42px;
  }

  .btn-primary-3 {
    padding: 16px 20px;
  }

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

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.bg-neutral-200.about-values-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-copy.bg-neutral-200.integration-single-hero {
    padding-bottom: 120px;
  }

  .section-copy.bg-neutral-200.careers-perks {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-copy.top {
    padding-top: 64px;
  }

  .section-copy.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section-copy.hero-page {
    padding-top: 80px;
  }

  .section-copy.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

  .section-copy.pd-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.pd-top-115px---bottom-140px {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .section-copy.pd-top-100px---bottom-120px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.pd-top-100px {
    padding-top: 64px;
  }

  .section-copy.pd-top-80px---bottom-100px {
    padding-bottom: 80px;
  }

  .section-copy.request-a-demo-seciton {
    padding-bottom: 72px;
  }

  .section-copy.pd-115px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.pd-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.features-single-hero {
    padding-top: 64px;
    padding-bottom: 72px;
  }

  .section-copy.pd-140px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.coming-soon-section {
    padding-top: 72px;
  }

  .section-copy.about-story {
    padding-bottom: 120px;
  }

  .section-copy.home-hero-v1 {
    padding-top: 64px;
    padding-bottom: 130px;
  }

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

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mg-bottom-40px-2 {
    margin-bottom: 34px;
  }

  .btn-secondary-3 {
    padding: 16px 20px;
  }

  .mg-bottom-40px-3 {
    margin-bottom: 34px;
  }

  .blog-card-wrapper-2 {
    width: 100%;
  }

  .line-rounded-icon-copy.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .blog-card-wrapper-3 {
    width: 100%;
  }

  .uui-testimonial11_slide-nav {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .uui-testimonial11_arrow {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-testimonial11_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial11_arrow.left {
    right: 3.5rem;
  }

  .uui-testimonial08_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial11_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial11_divider {
    display: none;
  }

  .uui-testimonial11_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial11_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial11_client-image {
    height: 22rem;
  }

  .uui-testimonial11_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial11_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-testimonial11_component {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-testimonial09_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial09_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial09_divider {
    display: none;
  }

  .uui-testimonial09_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 22rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-testimonial09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .card-2.testimonial-card {
    margin-left: 16px;
    padding: 24px;
  }

  .btn-primary-4 {
    padding: 16px 20px;
  }

  .text-401 {
    font-size: 16px;
  }

  .mg-bottom-32px-3 {
    margin-bottom: 28px;
  }

  .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-slider-wrapper-mobile {
    width: 100%;
  }

  .community-grid.pricing-tablet {
    grid-template-columns: 1fr;
  }

  .community-grid.gap-24px.about-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .community-grid.logo-grid {
    width: 100%;
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  .grid-2-columns.form, .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.content-left-short {
    grid-row-gap: 32px;
  }

  .grid-2-columns.content-left-short.gap-row-64px {
    grid-template-columns: minmax(200px, 1fr);
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.about-stats-grid {
    grid-column-gap: 24px;
    grid-auto-rows: 75px;
    grid-auto-columns: 125px;
  }

  .grid-2-columns.team-member-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.blog-2-columns-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.values-grid {
    grid-row-gap: 48px;
  }

  .card.form {
    min-height: 842px;
    border-radius: 12px;
    padding: 34px 24px;
  }

  .card.form.demo-form {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.testimonial-card {
    width: 330px;
    min-width: 0;
    flex-direction: column;
  }

  .card.blog-sidebar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pricing-table-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.product-card {
    padding: 32px 24px;
  }

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

  .grid-4-columns.logo-grid {
    grid-column-gap: 12px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-content: start;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._120px.bg-neutral-300 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._160px {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._60px, .divider._52px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 12px;
  }

  .mg-bottom-16px.mg-left-32px {
    margin-left: 24px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-24px.mg-bottom-24px-mobile {
    margin-bottom: 24px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .mg-left-32px.mg-left-24px-mbp, .mg-left-40px {
    margin-left: 24px;
  }

  .display-1 {
    font-size: 35px;
  }

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

  .display-2 {
    font-size: 30px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-4 {
    font-size: 20px;
  }

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

  .grid-3-columns.logo-strip-v4 {
    grid-column-gap: 64px;
    grid-row-gap: 32px;
  }

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

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

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

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

  .grid-3-columns.team-members-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    border-radius: 16px;
    margin-right: 14px;
  }

  .mg-bottom-0.mg-left-32px {
    margin-left: 24px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.white-mbp {
    background-color: var(--neutral--100);
    background-image: linear-gradient(to bottom, var(--gradient-variant-top), var(--gradient-variant-bottom));
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

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

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.subscribe-btn-inside {
    margin-bottom: 16px;
    padding-right: 24px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
    border-radius: 14px;
  }

  .social-icon-circle {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.success-message-check---left, .line-rounded-icon.success-message-check---top {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text h3 {
    margin-top: 24px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .rich-text blockquote {
    padding: 48px 24px;
    font-size: 16px;
  }

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

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

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

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.bg-neutral-200.about-values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.integration-single-hero {
    padding-bottom: 100px;
  }

  .section.bg-neutral-200.careers-perks {
    padding-top: 100px;
    padding-bottom: 72px;
  }

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

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 74%, var(--neutral--800) 74%);
    padding-top: 72px;
  }

  .section.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

  .section.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-top-115px---bottom-140px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section.pd-top-100px---bottom-120px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-top-100px {
    padding-top: 48px;
  }

  .section.pd-top-80px---bottom-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.request-a-demo-seciton {
    padding-bottom: 64px;
  }

  .section.pd-115px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.features-single-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section.pd-140px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.coming-soon-section {
    padding-top: 64px;
  }

  .section.about-story {
    padding-bottom: 100px;
  }

  .section.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .link-wrapper.text-bold.mg-left-40px {
    margin-left: 24px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

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

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h6-size.blog-card-title.popular-blog-wrapper {
    font-size: 14px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo {
    max-width: 86%;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .header-left-side {
    grid-column-gap: 32px;
    margin-right: 12px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .social-media-grid-top.right {
    flex: 0 auto;
  }

  .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-vertical.end.start-mb {
    align-items: flex-start;
  }

  .flex-horizontal.start.button-row {
    margin-top: 16px;
    margin-left: 0;
  }

  .flex-horizontal.start.gap-column-64px---gap-row-24px {
    flex-wrap: wrap;
  }

  .flex-horizontal.start.gap-16px {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-horizontal.start.gap-48px {
    flex-wrap: wrap;
  }

  .flex-horizontal.customer-wrapper, .flex-horizontal.blog-post-information {
    flex-direction: column;
  }

  .flex-horizontal.contact-emails {
    flex-direction: column;
    justify-content: center;
  }

  .flex-horizontal.gap-24px {
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-logo-wrapper.width-200px {
    max-width: 230px;
  }

  .footer-list-wrapper.horizontal {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .footer-list-item.horizontal {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-links-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-links-section.pd-72px.pd-48px-mbl {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .success-message.white-message {
    padding: 0;
  }

  .play-button-large.width-80px {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .cta-card.cta-text-left {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-card.newsletter-wrapper {
    min-height: 420px;
    padding: 48px 24px;
  }

  .avatar-image {
    width: 100%;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .pricing-table-top {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card-image-wrapper.popular-blog-card-image-wrapper {
    width: 78px;
    height: 78px;
    min-height: 78px;
    min-width: 78px;
  }

  .blog-card-title.mg-bottom-0 {
    font-size: 18px;
  }

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

  .blog-card-wrapper {
    height: 380px;
  }

  .image-wrapper.border-radius-12px {
    border-radius: 10px;
  }

  .image-wrapper.about-image-wrapper-bottom, .image-wrapper.about-image-wrapper-top {
    border-radius: 8px;
  }

  .image-wrapper.integration-01 {
    width: 52px;
    height: 52px;
  }

  .image-wrapper.integration-02 {
    width: 72px;
    height: 72px;
  }

  .image-wrapper.integration-03 {
    bottom: 24%;
  }

  .image-wrapper.integration-05 {
    width: 68px;
    height: 68px;
  }

  .image-wrapper.integration-07 {
    width: 65px;
    height: 65px;
  }

  .image-wrapper.integration-08 {
    top: 17%;
  }

  .image-wrapper.integration-09 {
    bottom: 16%;
    right: 39%;
  }

  .image-wrapper.integration-10 {
    width: 60px;
    height: 60px;
  }

  .image-wrapper.integration-13, .image-wrapper.integration-15 {
    width: 64px;
    height: 64px;
  }

  .image-wrapper.mg-left-40px, .image-wrapper.mg-left-40px.mg-bottom-12px {
    margin-left: 24px;
  }

  .image-wrapper.integration-logo {
    width: 64px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
  }

  .image-wrapper.image-card {
    border-radius: 8px;
  }

  .image-wrapper.blob-top-image-wrapper {
    top: -72%;
    left: -132%;
  }

  .image-wrapper.blob-bottom-image-wrapper {
    bottom: -34%;
    right: -50%;
  }

  ._404-not-found {
    font-size: 80px;
    line-height: 90px;
  }

  .cart-container {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 24px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-nav-grid {
    flex-wrap: wrap;
    display: flex;
  }

  .bg-image-wrapper.sales-bg-image-wrapper {
    border-radius: 8px;
  }

  .position-absolute.customers-left-float {
    width: 51%;
  }

  .position-absolute.sales-right-float {
    width: 50%;
    border-radius: 4px;
  }

  .position-absolute.home-hero-left-float {
    border-radius: 6px;
  }

  .position-absolute.sales-right-float {
    width: 50%;
    border-radius: 4px;
  }

  .position-absolute.customers-left-float {
    width: 51%;
  }

  .bg-divider-top-left-neutral-200 {
    height: 30px;
    border-top-width: 30px;
  }

  .bg-neutral-800-container {
    border-radius: 12px;
    padding: 40px 32px;
  }

  .border-left-neutral-400 {
    padding-left: 24px;
  }

  .integration-badge {
    margin-left: 10px;
  }

  .bg-gradient-left-white.small, .bg-gradient-right-white.smal {
    width: 20%;
  }

  .bg-divider-bottom-left-bg-neutral-200 {
    min-height: 30px;
    border-bottom-width: 30px;
  }

  .bg-divider-top-left-neutral-100 {
    min-height: 30px;
    border-top-width: 30px;
  }

  .social-icon-link.large {
    font-size: 20px;
  }

  .category-badge {
    font-size: 14px;
  }

  .bg-top-half-wrapper {
    min-height: 75%;
  }

  .bg-half-bottom {
    min-height: 24px;
    border-bottom-width: 24px;
  }

  .integrations-banner-wrapper {
    min-width: 800px;
  }

  .marquee-wrapper {
    display: flex;
    overflow: hidden;
  }

  .border-left-accent-1._40px, .border-left-accent-1._40px.mg-bottom-24px, .border-left-accent-1._32px {
    padding-left: 24px;
  }

  .bg-divider-bottom-right-neutral-200 {
    min-height: 30px;
    border-bottom-width: 30px;
  }

  .logo-strip-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .min-height-345px {
    min-height: 450px;
  }

  .pricing-card-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .apply-now-card {
    padding: 48px 24px;
  }

  .pd-left-32px.border-left-accent-1 {
    padding-left: 24px;
  }

  .home-screenshots-container {
    margin-top: 72px;
  }

  .screenshots-grid.column-02, .screenshots-grid.column-01 {
    grid-row-gap: 16px;
  }

  .feature-item-wrapper {
    padding-left: 24px;
  }

  .btn-inside-input-wrapper {
    position: static;
  }

  .btn-inside-input-success-message {
    min-height: 126px;
    border-radius: 12px;
    flex-direction: column;
  }

  .footer-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-first-column {
    text-align: left;
    align-items: flex-start;
  }

  .footer-top {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .footer---logo-and-buttons-container {
    text-align: left;
    align-items: stretch;
  }

  .btn-under-input-success-message {
    min-height: 126px;
    border-radius: 12px;
    flex-direction: column;
  }

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

  .space-horizontal-tiny.mobile-nav {
    height: 12px;
  }

  .image-4 {
    width: 100%;
  }

  .container {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    padding: 16px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-card-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-11 {
    max-width: none;
  }

  .title {
    margin-bottom: 24px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading-12 {
    margin-bottom: 24px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .feature {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .footer-wrapper-two, .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .image-40 {
    margin-right: auto;
  }

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

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .title-copy, .centered-heading-5 {
    margin-bottom: 24px;
  }

  .pricing-row {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
  }

  .career-deet-content {
    flex-direction: column;
  }

  .black-segment {
    width: 0;
  }

  .application-form-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
  }

  .team-grid-3 {
    grid-template-columns: 1fr;
  }

  .sign-up-form-block-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .centered-heading-24 {
    margin-bottom: 24px;
    padding-left: 40px;
    padding-right: 0;
    line-height: 30px;
  }

  .paragraph-54-copy, .paragraph-54 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-card-title-2.mg-bottom-0 {
    font-size: 18px;
  }

  .bg-divider-top-left-neutral-201 {
    height: 30px;
    border-top-width: 30px;
  }

  .btn-primary-2 {
    width: 100%;
  }

  .display-5 {
    font-size: 35px;
  }

  .image-59 {
    border-radius: 4px;
  }

  .display-6 {
    font-size: 30px;
  }

  .btn-secondary-2, .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-2 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---grid-4-columns {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px {
    margin-bottom: 32px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-7.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-7.features-single-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section-7.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mg-bottom-24px-2 {
    margin-bottom: 20px;
  }

  .mg-bottom-24px-2.mg-bottom-24px-mobile {
    margin-bottom: 24px;
  }

  .bg-neutral-800-container-2 {
    border-radius: 12px;
    padding: 40px 32px;
  }

  .divider-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---display-3 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---display-1 {
    font-size: 34px;
    line-height: 46px;
  }

  .brix---icon-big-stats-v7 {
    width: 72px;
    border-radius: 18px;
  }

  .brix---card-stat-purple {
    padding: 85px 26px 32px;
  }

  .brix---stats-v7-grid {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

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

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---display-5 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---grid-4-columns-2 {
    grid-template-columns: 1fr;
  }

  .line-rounded-icon-white.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon-white.success-message-check---left, .line-rounded-icon-white.success-message-check---top {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-6 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns---1-col-mb {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px-3 {
    margin-bottom: 32px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mg-bottom-white.mg-left-32px {
    margin-left: 24px;
  }

  .image-62 {
    max-width: 120px;
  }

  .brix---btn-primary-small-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl-2, .brix---header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .brix---header-logo-2 {
    max-width: 84%;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-2.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.bg-neutral-200.about-values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.bg-neutral-200.integration-single-hero {
    padding-bottom: 100px;
  }

  .section-2.bg-neutral-200.careers-perks {
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .section-2.top {
    padding-top: 56px;
  }

  .section-2.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-2.hero-page {
    background-image: linear-gradient(to bottom, white 74%, var(--neutral--800) 74%);
    padding-top: 72px;
  }

  .section-2.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

  .section-2.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.pd-top-115px---bottom-140px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section-2.pd-top-100px---bottom-120px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.pd-top-100px {
    padding-top: 48px;
  }

  .section-2.pd-top-80px---bottom-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.request-a-demo-seciton {
    padding-bottom: 64px;
  }

  .section-2.pd-115px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-2.features-single-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section-2.pd-140px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-2.coming-soon-section {
    padding-top: 64px;
  }

  .section-2.about-story {
    padding-bottom: 100px;
  }

  .section-2.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

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

  .display-7 {
    font-size: 30px;
  }

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

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---display-7 {
    font-size: 38px;
    line-height: 48px;
  }

  .brix---mg-bottom-24px-3 {
    margin-bottom: 16px;
  }

  .brix---grid-3-columns---1-col-mb-2 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-56px-4 {
    margin-bottom: 32px;
  }

  .brix---container-default-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .display-8 {
    font-size: 35px;
  }

  .btn-primary-3 {
    width: 100%;
  }

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

  .section-copy.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy.bg-neutral-200.about-values-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.bg-neutral-200.integration-single-hero {
    padding-bottom: 100px;
  }

  .section-copy.bg-neutral-200.careers-perks {
    padding-top: 100px;
    padding-bottom: 72px;
  }

  .section-copy.top {
    padding-top: 56px;
  }

  .section-copy.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-copy.hero-page {
    background-image: linear-gradient(to bottom, white 74%, var(--neutral--800) 74%);
    padding-top: 72px;
  }

  .section-copy.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

  .section-copy.pd-150px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.pd-top-115px---bottom-140px {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .section-copy.pd-top-100px---bottom-120px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.pd-top-100px {
    padding-top: 48px;
  }

  .section-copy.pd-top-80px---bottom-100px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.request-a-demo-seciton {
    padding-bottom: 64px;
  }

  .section-copy.pd-115px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.pd-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-copy.features-single-hero {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .section-copy.pd-140px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-copy.coming-soon-section {
    padding-top: 64px;
  }

  .section-copy.about-story {
    padding-bottom: 100px;
  }

  .section-copy.home-hero-v1 {
    padding-top: 48px;
    padding-bottom: 90px;
  }

  .a-button-primary {
    width: 100%;
  }

  .btn-secondary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .blog-card-wrapper-2 {
    height: 400px;
    margin-bottom: 0;
  }

  .line-rounded-icon-copy.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon-copy.success-message-check---left, .line-rounded-icon-copy.success-message-check---top {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .blog-card-wrapper-3 {
    height: 400px;
    margin-bottom: 0;
  }

  .uui-testimonial11_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial11_client-image {
    height: 15rem;
  }

  .uui-testimonial11_content {
    grid-template-columns: 1fr;
  }

  .uui-testimonial09_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial09_component {
    grid-template-columns: 1fr;
  }

  .image-94 {
    max-width: 120px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .card-2.testimonial-card {
    width: 330px;
    min-width: 0;
    flex-direction: column;
  }

  .btn-primary-4 {
    width: 100%;
  }

  .bg-divider-bottom-left-bg-neutral-201 {
    min-height: 30px;
    border-bottom-width: 30px;
  }

  .bg-gradient-left-2.small, .bg-gradient-right-2.smal {
    width: 20%;
  }

  .bg-divider-top-left-neutral-202 {
    height: 30px;
    border-top-width: 30px;
  }

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

  .container-12 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

  .container-13 {
    max-width: none;
  }

  .centered-heading-25 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    margin-left: auto;
    margin-right: auto;
  }

  .team-slider-arrow {
    display: none;
  }

  .image-104 {
    max-width: 120px;
  }

  .image-105 {
    max-width: 100px;
  }

  .bg-gradient-right-white-copy.smal, .bg-gradient-left-white-copy.small {
    width: 20%;
  }

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

  .community-grid.logo-grid {
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
  }

  .div-block-35 {
    max-width: 140px;
  }

  .grid-4 {
    width: 100%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 48px;
    padding-right: 48px;
  }
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b5c-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b75-b70e83f1 {
  justify-self: center;
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b73-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b74-b70e83f1 {
  justify-self: center;
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b72-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b76-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a117-b70e83f1, #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a11f-b70e83f1, #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a127-b70e83f1, #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a14c-b70e83f1, #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a14d-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a16b-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a170-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a171-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a176-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb6a-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb6b-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb8f-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1815c661-2a41-1d67-8088-71c5125776b3-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1815c661-2a41-1d67-8088-71c5125776b4-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1815c661-2a41-1d67-8088-71c5125776b9-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cbf830e9-cd06-3a35-fdac-bd98376ca564-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf830e9-cd06-3a35-fdac-bd98376ca565-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: start;
}

#w-node-cbf830e9-cd06-3a35-fdac-bd98376ca575-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb94-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb95-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb9a-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c67e5e76-2804-8e3c-0c41-12c3a48c5b9f-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_31388c2d-d965-859d-ee57-8f8bf17d696b-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93e39b1e-0a4d-c3ab-7ffe-7288047effbe-b70e83f1, #w-node-_4a44d788-77fc-e0ca-bf4a-3c87f4e9b931-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6632577a-e15a-3606-440b-6188ac913ee1-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6632577a-e15a-3606-440b-6188ac913ee3-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6632577a-e15a-3606-440b-6188ac913ee5-b70e83f1, #w-node-_6632577a-e15a-3606-440b-6188ac913eef-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_868a73c6-2dfc-d614-71c9-d92088f91d9d-b70e83f1, #w-node-_868a73c6-2dfc-d614-71c9-d92088f91da1-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_581f706c-c32d-27a4-9f17-7b18a3d06a2c-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_581f706c-c32d-27a4-9f17-7b18a3d06a38-b70e83f1, #w-node-_868a73c6-2dfc-d614-71c9-d92088f91db7-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_868a73c6-2dfc-d614-71c9-d92088f91dbb-b70e83f1, #w-node-c58f98ca-4e66-5e13-dab8-251f17dd230e-b70e83f1, #w-node-c58f98ca-4e66-5e13-dab8-251f17dd231c-b70e83f1, #w-node-_0a82cb14-65a2-061d-fd0f-5093d2e92e1f-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0db3c31e-db65-d602-f508-3cecc10a8e83-b70e83f1, #w-node-c9fb02f8-2602-c623-06d0-a88fd7bf254b-b70e83f1, #w-node-ec21f991-1f23-f450-9ba9-362b381d1860-b70e83f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
  align-self: stretch;
}

#w-node-fb287d71-6968-5457-7aaa-1d717d49b355-7d49b342, #w-node-_283f8209-57ea-2d69-f545-c9893f579b3a-7d49b342, #w-node-fb287d71-6968-5457-7aaa-1d717d49b353-7d49b342, #w-node-_65d25ac6-2995-4086-701c-b36ae063db75-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd2e4162-adff-a006-3e2f-44e605595eb2-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6e9d7b5b-2c31-d453-1d91-4de048fd6375-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9a9d8644-8ea9-b623-d409-e63428424230-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-b01f5de2-f5d3-8b1d-215e-f48856ca1c30-b70e8402, #w-node-_0fab4914-4626-121c-d044-164146a7a2f4-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8c259974-0df7-98fe-ce8b-767476b38dc8-b70e8402 {
  align-self: start;
}

#w-node-_7c6e59d1-f904-be4a-a2a5-3448db7ab7e7-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-f444102a-c760-252e-6a68-94727899697e-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f9248de2-81c8-f13a-3471-b1c519efaded-b70e8402 {
  align-self: start;
}

#w-node-f9248de2-81c8-f13a-3471-b1c519efadf5-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-ba212480-76c7-49b1-b6ef-4ccdd8fdb764-b70e8402, #w-node-bb8d4b22-0f5f-c359-8e2d-7d1f8f7e377b-b70e8402, #w-node-_82427749-d599-e855-49a2-c970a1c7d3cf-b70e8402, #w-node-_2bbec608-b114-a277-9b31-d24354f5495d-b70e8402, #w-node-f3c5c833-639c-c7cf-2d56-0a85438ef360-b70e8402, #w-node-_7fe77482-bb30-2304-0978-c344dba989f9-b70e8402, #w-node-d2d94f1e-cb81-7467-d517-0753f85dd3af-b70e8402, #w-node-_6c0450e9-e597-0548-f776-b41769b972df-b70e8402, #w-node-_4347985d-cce7-2ec5-f4ca-e9217ee61be3-b70e8402, #w-node-_8a86fc1a-fd82-dc85-6d26-3c117f46c888-b70e8402, #w-node-_74aa1242-104d-9ca0-9035-1fe65bdb4a4c-b70e8402, #w-node-c0fbef3c-3819-69e2-e9a8-04ee7da27351-b70e8402, #w-node-ac440a8d-8873-39f6-8f1d-71cacf344862-b70e8402, #w-node-df63dfb8-9abf-c317-8b1d-ce954b8a7438-b70e8402, #w-node-a51cfd27-6b3f-081a-c4fa-7052d18086a8-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a37e74f2-f79f-3d3d-fd62-c0e24af10e7d-b70e8402 {
  align-self: start;
}

#w-node-_76543896-934b-fc26-6ad7-b6bb7b1d95f0-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-bf50375a-10d7-cf0f-156d-3598d80026f5-b70e8402, #w-node-eb9ab1a2-70b5-4356-d89a-f9709d801277-b70e8402, #w-node-_0709e50c-cacd-49a6-a5b2-a37d44c726e3-b70e8402, #w-node-_86ad8a53-719b-d210-3a6d-d0d03d1ffff8-b70e8402, #w-node-_8e43496d-0575-b935-42d4-32007de408d9-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e43496d-0575-b935-42d4-32007de408e7-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5775b1e3-2f1b-8228-6609-83bf10edb28e-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5775b1e3-2f1b-8228-6609-83bf10edb28f-b70e8402, #w-node-_5775b1e3-2f1b-8228-6609-83bf10edb290-b70e8402 {
  justify-self: center;
}

#w-node-_5775b1e3-2f1b-8228-6609-83bf10edb291-b70e8402 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24c5806c-f33b-07ce-ab6d-0a5b77561e58-b70e8402, #w-node-_78b81915-be80-e6ce-d789-79c59078f937-b70e8402 {
  justify-self: center;
}

#w-node-_450db25e-5668-eb60-70dd-66ca7cf68238-7cf68235 {
  align-self: start;
}

#w-node-_450db25e-5668-eb60-70dd-66ca7cf68240-7cf68235 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_450db25e-5668-eb60-70dd-66ca7cf68242-7cf68235, #w-node-_450db25e-5668-eb60-70dd-66ca7cf68249-7cf68235, #w-node-_450db25e-5668-eb60-70dd-66ca7cf68252-7cf68235, #w-node-_450db25e-5668-eb60-70dd-66ca7cf68259-7cf68235, #w-node-_1130fdb8-7bbc-df99-a9b1-06cf6fcee3e0-b70e8404, #w-node-_5ca42774-2f2c-6849-c4e4-cc5287b6c523-b70e8404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce085908-9cfc-5f6a-c9eb-f09ec6e58b91-b70e8404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c1e5d6c8-df35-d4a1-5197-949682b916db-b70e8404 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_779498c5-206a-5dfe-9d9a-ca5c16d586ad-16d586ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_44cb29f2-c127-561d-5396-d2cbfa647e25-b70e8408, #w-node-_7939cd13-3e4b-8105-ca81-0df046b07dd1-b70e8408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b5f4eae9-fa40-b172-09a8-2ef9bba12723-b70e8408, #w-node-_81fdab70-9e64-dd99-902e-8f7308a3573e-b70e8408, #w-node-d21709d5-8d64-117c-a1b8-6d536a6c2043-b70e8408, #w-node-_05584f27-0852-4330-41e9-dbe1a8641628-b70e8408, #w-node-_0df4300a-0f7b-f677-2bda-df48a4db6f0a-b70e8408, #w-node-_5cff4461-203c-ff9c-29f0-ed604b801317-b70e8408, #w-node-a84714bb-5080-bf19-b644-6b1120e90d85-b70e8408, #w-node-a9ef7489-bf77-45e3-23b3-464a03d1c743-b70e8408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9795d4c8-7eb8-b1cc-9901-7a9bbcc7f9eb-b70e8408 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_42552967-b298-49d8-ff5b-df6091dd5705-91dd5701 {
  justify-self: start;
}

#w-node-cbae3902-4812-dec0-2b2c-b055b3bdf17d-b70e840c, #w-node-_12fa7761-3d67-3331-79c1-bad4d6ef753a-b70e840c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Source.w-node-_58aa604f-6b6b-35c6-fc08-abf5d4cc47ba-b70e840c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbae3902-4812-dec0-2b2c-b055b3bdf181-b70e840c {
  justify-self: start;
}

#w-node-c0d30351-f696-5eae-1662-84c824a2a2c6-b70e840c {
  justify-self: end;
}

#w-node-_4d9a4d76-3b91-ad84-e08f-841ad8a99886-b70e840c, #w-node-_9134f8ba-20c9-c07a-5445-decc9b9ae16d-b70e840c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9863ed7e-ec9f-1fe9-4cd5-b7ec39411b8f-b70e840c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_73af0293-7ccf-d8bf-b3e5-0468d767dbae-b70e840c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40bfb37e-49eb-7962-d0e0-ae98b5a2024e-b70e8410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_44cea77a-d721-34d1-f248-f2921feef380-b70e8413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d110162b-50dc-b90a-e3f1-2e3144168325-b70e8413, #w-node-_62e1396b-f61c-4f19-395d-6aa9d4c03a08-b70e8414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_62e1396b-f61c-4f19-395d-6aa9d4c03a23-b70e8414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_62e1396b-f61c-4f19-395d-6aa9d4c03a26-b70e8414 {
  justify-self: stretch;
}

#w-node-d147e595-d1bd-40a0-95f6-31c74f6ff9b9-b70e8430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d147e595-d1bd-40a0-95f6-31c74f6ff9c4-b70e8430 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: start;
  justify-self: end;
}

#w-node-d147e595-d1bd-40a0-95f6-31c74f6ff9ba-b70e8430 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2cf75c6c-509a-dc10-0ae5-ba44bda171db-b70e8432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_33153e81-ae8f-ae82-faf1-80c6039a8d6c-b70e8432, #w-node-_824352e0-ed5a-4801-f343-439a70ae40f9-b70e8432, #w-node-_6460acc2-0fd7-383e-b1b6-1295acf2a4b1-b70e8432, #w-node-_20a3a6ce-12a1-24a9-1939-aacd82d135dd-b70e8432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbf466ca-8f17-e78b-fa11-038c0e2b26a8-b70e8432 {
  align-self: start;
  justify-self: end;
}

#w-node-_600f4bb3-082a-7372-f1b5-15b5fdfbb3c6-b70e8434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_32983183-ac30-de7b-f906-e61074fcbce9-b70e8434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-d7457fff-5285-9590-f14a-2f5673b0bb4b-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77bdead3-7401-fd32-f109-2a6ef9afa61e-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f0491f0d-3f2b-6a7e-64c5-0e1e95033f5e-b70e844d, #w-node-f0491f0d-3f2b-6a7e-64c5-0e1e95033f81-b70e844d, #w-node-_17c587a8-470b-7ce9-26b3-958899e7d404-b70e844d, #w-node-_372a936a-8b3a-1418-1edf-10fe20126c31-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c587a8-470b-7ce9-26b3-958899e7d407-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9d623be0-3ee6-69a9-e9a4-c673bc8a94b9-b70e844d, #w-node-_45adabcd-3d60-60df-aa5c-fa436d0aed40-b70e844d, #w-node-fcaa5bb6-a2b9-5f95-3ea8-9e8f7c04987b-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45adabcd-3d60-60df-aa5c-fa436d0aed41-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_45adabcd-3d60-60df-aa5c-fa436d0aed46-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_64ddc616-d89c-40fa-d3d9-85106a023f59-b70e844d, #w-node-e07e70fc-d2eb-8d98-5b40-a243c24f6558-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07e70fc-d2eb-8d98-5b40-a243c24f6559-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad179888-8014-b67e-b3f0-e1136906611a-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad179888-8014-b67e-b3f0-e11369066128-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ad179888-8014-b67e-b3f0-e11369066129-b70e844d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06006139-e378-f6c6-de89-8ee936c517e1-36c517de, #w-node-_06006139-e378-f6c6-de89-8ee936c517e2-36c517de, #w-node-_06006139-e378-f6c6-de89-8ee936c517e8-36c517de {
  align-self: start;
}

#w-node-_6b433534-cfcf-f560-0211-d5b575d9ec3a-75d9ec31, #w-node-_6b433534-cfcf-f560-0211-d5b575d9ec41-75d9ec31, #w-node-_6b433534-cfcf-f560-0211-d5b575d9ec4a-75d9ec31, #w-node-_6b433534-cfcf-f560-0211-d5b575d9ec51-75d9ec31, #w-node-_6b433534-cfcf-f560-0211-d5b575d9ec57-75d9ec31, #w-node-_6b433534-cfcf-f560-0211-d5b575d9ec5d-75d9ec31 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e02e5282-19a2-d2b8-71f6-29c00490ebf3-b70e844e {
  align-self: stretch;
}

#w-node-_2326fd3c-adbd-c2fc-2f27-c88f880b57a7-b70e844e {
  justify-self: center;
}

#w-node-_77581dc9-62ba-3f69-04e6-b0231db1d322-b70e844e, #w-node-_7dd5b279-2f1e-2af3-226c-8c4133c3ddd2-b70e844e, #w-node-_7dd5b279-2f1e-2af3-226c-8c4133c3ddd4-b70e844e, #w-node-_7dd5b279-2f1e-2af3-226c-8c4133c3ddd6-b70e844e, #w-node-_7dd5b279-2f1e-2af3-226c-8c4133c3ddd8-b70e844e, #w-node-_7dd5b279-2f1e-2af3-226c-8c4133c3ddda-b70e844e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34c49600-c71d-445e-bc10-1e01ddd20e31-ddd20e2d {
  justify-self: start;
}

#w-node-_34c49600-c71d-445e-bc10-1e01ddd20e44-ddd20e2d, #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e46-ddd20e2d, #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e48-ddd20e2d, #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e4a-ddd20e2d, #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e4c-ddd20e2d, #w-node-f4f579cb-d1ba-afc4-8f68-10675d72c9bb-b70e8453, #w-node-f4f579cb-d1ba-afc4-8f68-10675d72c9bd-b70e8453, #w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-b70e8456, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-b70e8456, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-b70e8456, #w-node-b802a070-9102-8775-5428-930ff319ab2f-b70e8456, #w-node-c65ebb9a-0003-60c6-c9f8-473e2fee1b2f-b70e8456, #w-node-_5eb27792-4351-d8fc-ea25-105b76196b2b-b70e8456, #w-node-c4b4a860-7d95-555a-fc7a-89f463a0fe67-b70e8456, #w-node-_5b0d90e5-bfd5-f30b-256b-3e7c69948a4c-b70e8456, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-b70e8456, #w-node-_5911279f-5b02-5ab9-1e00-0f567e65840e-b70e8456, #w-node-_576dee7c-98b6-ac4a-73f3-d1c4d349723d-b70e8456, #w-node-_2188cfbc-9e76-1eca-e10c-91b57108f17a-b70e8456, #w-node-_17943a4a-51de-04fe-e76c-7fee7b4ee6d6-b70e8456, #w-node-_9373ef53-bf1d-c028-fbe2-9f57308a7ace-b70e8456, #w-node-_441effa2-1207-da1e-9c1e-36ba63b7c04f-b70e8456, #w-node-_7dba5195-6c88-5408-4a3e-b14cc4e5cee0-b70e8456, #w-node-_13aea0b7-10e2-fb79-975a-f2e3bbaa54ec-b70e8456, #w-node-e183309a-25d9-66a2-8e0a-c53966a27cb7-b70e8456, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ead-b70e8456, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49eb5-b70e8456, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-b70e8456, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-b70e8456, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-b70e8456, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-b70e8456, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b70e8456, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-b70e8456, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-b70e8456, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-b70e8456, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b70e8456, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-b70e8456, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a138b21-9f9e-af03-003f-43c092a71913-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca711-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca71d-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca722-b70e8456 {
  align-self: end;
  justify-self: center;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca723-b70e8456 {
  align-self: center;
  justify-self: center;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca724-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca725-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca726-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca727-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca728-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72b-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72c-b70e8456 {
  align-self: center;
  justify-self: end;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72d-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72e-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72f-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca730-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca731-b70e8456, #w-node-_36b06b9f-f5c3-73b5-4241-3516f828b3a0-b70e8456, #w-node-_36b06b9f-f5c3-73b5-4241-3516f828b3a9-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8122a168-67e5-bdc9-405c-8dd1d0c213ec-b70e8456, #w-node-_6341c81c-dfff-b90c-366d-a998d2280162-b70e8456 {
  align-self: center;
  justify-self: center;
}

#w-node-da99ca64-132d-cc80-6bb5-52133201a406-b70e8456 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-da99ca64-132d-cc80-6bb5-52133201a40a-b70e8456 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
  justify-self: end;
}

#w-node-_71f9d5d3-9933-2484-3e5a-225dfe8a4f3b-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_71f9d5d3-9933-2484-3e5a-225dfe8a4f3e-b70e8456 {
  align-self: center;
  justify-self: end;
}

#w-node-bd95ef76-51be-6e52-dd17-a453ce9d10ae-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a613-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a61d-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a628-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a634-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a63e-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a648-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a651-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a65b-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a665-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a66f-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a679-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a683-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a68d-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_709c0b26-b515-d21b-75ac-a5d73a43e6b0-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_709c0b26-b515-d21b-75ac-a5d73a43e6b3-b70e8456 {
  align-self: center;
  justify-self: end;
}

#w-node-_38228eb0-e8a3-514b-207e-1d304aa8d327-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d32d-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d333-b70e8456 {
  justify-self: center;
}

#w-node-_38228eb0-e8a3-514b-207e-1d304aa8d339-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d33e-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d343-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d348-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d34d-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d352-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d357-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d35c-b70e8456 {
  align-self: center;
  justify-self: center;
}

#w-node-_74cc98dc-8e4e-b035-ec8f-d531cc47919a-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_74cc98dc-8e4e-b035-ec8f-d531cc47919d-b70e8456 {
  align-self: center;
  justify-self: end;
}

#w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791bd-b70e8456 {
  align-self: center;
  justify-self: center;
}

#w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791c4-b70e8456, #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791c6-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791c8-b70e8456, #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791ca-b70e8456, #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791ce-b70e8456 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d451fb28-c158-40dd-3854-1ce78235e77c-b70e8456, #w-node-d451fb28-c158-40dd-3854-1ce78235e787-b70e8456, #w-node-d451fb28-c158-40dd-3854-1ce78235e793-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_917f197e-3584-e319-5f13-66fb51f706c3-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_917f197e-3584-e319-5f13-66fb51f706c5-b70e8456 {
  align-self: center;
  justify-self: end;
}

#w-node-_6e7fe4de-89f0-eba1-03f7-08b4468bd370-b70e8456 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e7fe4de-89f0-eba1-03f7-08b4468bd377-b70e8456 {
  align-self: center;
  justify-self: center;
}

#w-node-_6e7fe4de-89f0-eba1-03f7-08b4468bd390-b70e8456 {
  justify-self: center;
}

#w-node-_6e5cf138-29fe-c5a4-7947-bd30591eb068-b70e845c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-d1253eb4-4fe2-c08e-0bd6-de2c35a9b78a-b70e845c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_00cf4a4e-83a0-7108-91e4-25a0ac1a9a66-b70e845c {
  justify-self: stretch;
}

#w-node-_157dc848-29da-2190-3740-300a7b5749b3-b70e845e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_157dc848-29da-2190-3740-300a7b5749ce-b70e845e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-eacca27c-e67a-3852-3e2d-7f51a952a0a1-b70e845f {
  justify-self: stretch;
}

#w-node-d878ca9d-7684-fcfc-f5ec-8b5cc40e058e-b70e845f, #w-node-_11530a9d-6a55-e514-da4b-e250e3edce83-b70e845f, #Source.w-node-_11530a9d-6a55-e514-da4b-e250e3edce86-b70e845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1cedb823-d734-3b4b-9d7e-1039473f92f7-b70e845f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

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

#w-node-_5b9c4ce9-84e7-e4c6-f8b0-a5bfb6777544-b70e8477, #w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-b70e8477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-cbf830e9-cd06-3a35-fdac-bd98376ca565-b70e83f1 {
    align-self: end;
  }

  #w-node-_81a28517-3278-f165-610d-2287c60bba2f-c60bba2c, #w-node-_70f3e982-98b0-536a-d11d-95c3692faa74-b70e844d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca71d-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca722-b70e8456 {
    align-self: end;
    justify-self: center;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca723-b70e8456, #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca724-b70e8456 {
    justify-self: center;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca727-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: start;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72b-b70e8456 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72c-b70e8456 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72d-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-_61bf02a4-54f0-ecf5-5e62-38fcf20ca72e-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_96d51430-cb25-024d-5896-be098fd1a613-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a61d-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a628-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a634-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a63e-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a648-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a651-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a66f-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a679-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a683-b70e8456, #w-node-_96d51430-cb25-024d-5896-be098fd1a68d-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d33e-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d343-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d348-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d34d-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d352-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d357-b70e8456, #w-node-_38228eb0-e8a3-514b-207e-1d304aa8d35c-b70e8456 {
    align-self: center;
    justify-self: center;
  }

  #w-node-d451fb28-c158-40dd-3854-1ce78235e793-b70e8456, #w-node-_917f197e-3584-e319-5f13-66fb51f706ae-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6e7fe4de-89f0-eba1-03f7-08b4468bd390-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b5c-b70e83f1 {
    justify-self: center;
  }

  #w-node-fb3cdd82-cf6b-8dc2-60af-846b7419a176-b70e83f1, #w-node-_1815c661-2a41-1d67-8088-71c5125776b9-b70e83f1, #w-node-_8cfdaf74-db45-f075-20fb-c3a5f551cb9a-b70e83f1 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-e8628b78-b73b-b721-9c8d-5d0f04e53937-b70e83f1, #w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb287d71-6968-5457-7aaa-1d717d49b39b-7d49b342 {
    justify-self: end;
  }

  #w-node-f9248de2-81c8-f13a-3471-b1c519efadf5-b70e8402 {
    justify-self: auto;
  }

  #w-node-a37e74f2-f79f-3d3d-fd62-c0e24af10e7d-b70e8402 {
    align-self: start;
  }

  #w-node-_8e43496d-0575-b935-42d4-32007de408e7-b70e8402 {
    justify-self: stretch;
  }

  #w-node-_42552967-b298-49d8-ff5b-df6091dd5705-91dd5701 {
    justify-self: center;
  }

  #w-node-_631dcdc8-8449-ebd9-0bfb-23e3070dbe4d-b70e8410 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_62e1396b-f61c-4f19-395d-6aa9d4c03a08-b70e8414 {
    justify-self: start;
  }

  #w-node-_45a4fa5d-e716-b54e-7e41-42c54c5c6abf-b70e8434 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_17c587a8-470b-7ce9-26b3-958899e7d407-b70e844d, #w-node-_45adabcd-3d60-60df-aa5c-fa436d0aed46-b70e844d {
    order: -9999;
  }

  #w-node-ad179888-8014-b67e-b3f0-e11369066128-b70e844d {
    justify-self: stretch;
  }

  #w-node-_06006139-e378-f6c6-de89-8ee936c517e8-36c517de {
    align-self: start;
    justify-self: stretch;
  }

  #w-node-e02e5282-19a2-d2b8-71f6-29c00490ebf3-b70e844e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2326fd3c-adbd-c2fc-2f27-c88f880b57a7-b70e844e {
    justify-self: center;
  }

  #w-node-_77581dc9-62ba-3f69-04e6-b0231db1d322-b70e844e {
    grid-column: span 2 / span 2;
  }

  #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e31-ddd20e2d, #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e43-ddd20e2d, #w-node-_3345e6ac-3074-1833-8780-d8bc289b9f7c-b70e8456 {
    justify-self: center;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b70e8456, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b70e8456 {
    order: -9999;
  }

  #w-node-_6e7fe4de-89f0-eba1-03f7-08b4468bd390-b70e8456 {
    justify-self: stretch;
  }

  #w-node-_6e5cf138-29fe-c5a4-7947-bd30591eb068-b70e845c, #w-node-_157dc848-29da-2190-3740-300a7b5749b3-b70e845e {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
    grid-column: span 2 / span 2;
  }

  #w-node-_42552967-b298-49d8-ff5b-df6091dd5705-91dd5701 {
    justify-self: center;
  }

  #w-node-_9863ed7e-ec9f-1fe9-4cd5-b7ec39411b8f-b70e840c {
    justify-self: auto;
  }

  #w-node-d147e595-d1bd-40a0-95f6-31c74f6ff9c4-b70e8430 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-d147e595-d1bd-40a0-95f6-31c74f6ff9ba-b70e8430 {
    align-self: start;
  }

  #w-node-_32983183-ac30-de7b-f906-e61074fcbce9-b70e8434 {
    order: -9999;
  }

  #w-node-e02e5282-19a2-d2b8-71f6-29c00490ebf3-b70e844e {
    grid-column: span 2 / span 2;
  }

  #w-node-_34c49600-c71d-445e-bc10-1e01ddd20e31-ddd20e2d {
    justify-self: center;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-b70e8456, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-b70e8456 {
    order: -9999;
  }

  #w-node-da99ca64-132d-cc80-6bb5-52133201a406-b70e8456 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791c8-b70e8456, #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791ca-b70e8456, #w-node-_74cc98dc-8e4e-b035-ec8f-d531cc4791ce-b70e8456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-b70e8477, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-b70e8477, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-b70e8477, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-b70e8477, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-b70e8477, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-b70e8477, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-b70e8477, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-b70e8477, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-b70e8477, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-b70e8477, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-b70e8477, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-b70e8477, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-b70e8477, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-b70e8477, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-b70e8477, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-b70e8477, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-b70e8477, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-b70e8477, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-b70e8477, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-b70e8477, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-b70e8477, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-b70e8477, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-b70e8477, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-b70e8477, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-b70e8477, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-b70e8477 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b75-b70e83f1 {
    justify-self: center;
  }

  #w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b73-b70e83f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d383a1f8-e199-ebb3-cc8c-3b5908339b72-b70e83f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93e39b1e-0a4d-c3ab-7ffe-7288047effbe-b70e83f1, #w-node-_4a44d788-77fc-e0ca-bf4a-3c87f4e9b931-b70e83f1, #w-node-_868a73c6-2dfc-d614-71c9-d92088f91da1-b70e83f1, #w-node-_581f706c-c32d-27a4-9f17-7b18a3d06a38-b70e83f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fb287d71-6968-5457-7aaa-1d717d49b346-7d49b342 {
    grid-column: span 1 / span 1;
  }

  #w-node-fb287d71-6968-5457-7aaa-1d717d49b39b-7d49b342 {
    justify-self: auto;
  }

  #w-node-_5775b1e3-2f1b-8228-6609-83bf10edb28e-b70e8402 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5775b1e3-2f1b-8228-6609-83bf10edb290-b70e8402 {
    justify-self: center;
  }

  #w-node-_5775b1e3-2f1b-8228-6609-83bf10edb291-b70e8402 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24c5806c-f33b-07ce-ab6d-0a5b77561e58-b70e8402, #w-node-_78b81915-be80-e6ce-d789-79c59078f937-b70e8402, #w-node-_42552967-b298-49d8-ff5b-df6091dd5705-91dd5701 {
    justify-self: center;
  }

  #w-node-cbae3902-4812-dec0-2b2c-b055b3bdf17d-b70e840c, #w-node-_12fa7761-3d67-3331-79c1-bad4d6ef753a-b70e840c {
    grid-column: span 1 / span 1;
  }

  #w-node-c0d30351-f696-5eae-1662-84c824a2a2c6-b70e840c {
    justify-self: center;
  }

  #w-node-e02e5282-19a2-d2b8-71f6-29c00490ebf3-b70e844e {
    grid-column: span 1 / span 1;
  }

  #w-node-_2326fd3c-adbd-c2fc-2f27-c88f880b57a7-b70e844e {
    justify-self: auto;
  }

  #w-node-d878ca9d-7684-fcfc-f5ec-8b5cc40e058e-b70e845f, #w-node-_11530a9d-6a55-e514-da4b-e250e3edce83-b70e845f {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-UltraThin.otf') format('opentype'), url('../fonts/Nootype---Radikal-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nootype radikal';
  src: url('../fonts/Nootype---Radikal-UltraThin-Italic.otf') format('opentype'), url('../fonts/Nootype---Radikal-Thin-Italic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}