:root {
  --swatch--default-white: white;
  --font-family--inter: Inter, sans-serif;
  --swatch--black: #0d0d12;
  --_responsive-variables---paragraph--text-16: 1em;
  --font-weight--font-weight-400: 400;
  --_responsive-variables---heading--h-56: 3.5em;
  --font-weight--font-weight-600: 600;
  --_responsive-variables---heading--h-48: 3em;
  --_responsive-variables---heading--h-40: 2.5em;
  --_responsive-variables---heading--h-32: 2em;
  --_responsive-variables---heading--h-24: 1.5em;
  --_responsive-variables---heading--h-20: 1.25em;
  --container--c-1280: 80em;
  --_responsive-variables---spacing--150: 9.375em;
  --container--c-848: 53em;
  --_responsive-variables---paragraph--text-18: 1.125em;
  --swatch--secondary-black: #535353;
  --swatch--yellow: #fadb49;
  --_responsive-variables---heading--h-64: 4em;
  --_responsive-variables---paragraph--text-24: 1.5em;
  --_responsive-variables---spacing--8: .5em;
  --_responsive-variables---paragraph--text-20: 1.25em;
  --_responsive-variables---spacing--24: 1.5em;
  --swatch--default-black: black;
  --_responsive-variables---paragraph--text-14: .875em;
  --_responsive-variables---spacing--16: 1em;
  --_responsive-variables---spacing--32: 2em;
  --_responsive-variables---spacing--48: 3em;
  --_responsive-variables---spacing--40: 2.5em;
  --_responsive-variables---spacing--64: 4em;
  --primary-button-hover\<deleted\|variable-4cf8087c\>: #cc3a02;
  --swatch--white-chalk: #f7f7f1;
  --swatch--dark-tan: #e4dccb;
  --_responsive-variables---spacing--184: 11.5em;
  --_responsive-variables---spacing--80: 5em;
  --swatch--light-tan: #f5f1e9;
  --_responsive-variables---spacing--224: 14em;
  --_responsive-variables---spacing--112: 7em;
  --_responsive-variables---spacing--96: 6em;
  --swatch--transparent: #fff0;
  --font-weight--font-weight-500: 500;
  --_responsive-variables---paragraph--text-12: .75em;
  --container--cc-1344: 84em;
  --_responsive-variables---spacing--75: 4.7em;
  --_responsive-variables---paragraph--text-10: .625em;
  --font-weight--font-weight-700: 700;
  --container--c-1064: 66.5em;
  --_responsive-variables---spacing--56: 3.5em;
  --_responsive-variables---spacing--72: 4.5em;
}

body {
  background-color: var(--swatch--default-white);
  font-family: var(--font-family--inter);
  color: var(--swatch--black);
  font-size: var(--_responsive-variables---paragraph--text-16);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-400);
  text-wrap: pretty;
}

h1 {
  font-size: var(--_responsive-variables---heading--h-56);
  line-height: 1.125;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_responsive-variables---heading--h-48);
  line-height: 1.16667;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_responsive-variables---heading--h-40);
  line-height: 1.33333;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_responsive-variables---heading--h-32);
  line-height: 1.4;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_responsive-variables---heading--h-24);
  line-height: 1.44248;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_responsive-variables---heading--h-20);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-600);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

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

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

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

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

.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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.main-wrapper {
  position: static;
  overflow: clip;
}

.main-wrapper.is-relative-10 {
  z-index: 10;
  background-color: var(--swatch--default-white);
  display: block;
  position: relative;
}

.container-1280 {
  width: 100%;
  max-width: var(--container--c-1280);
  margin-left: auto;
  margin-right: auto;
}

.page-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.global-styles {
  display: none;
}

.page-wrapper {
  overflow: clip;
}

.padding-section-150 {
  padding-top: var(--_responsive-variables---spacing--150);
  padding-bottom: var(--_responsive-variables---spacing--150);
}

.container-848 {
  width: 100%;
  max-width: var(--container--c-848);
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 39.19em;
  margin-bottom: 0;
  display: flex;
}

.heading-wrapper.is-cta {
  z-index: 3;
  max-width: 47em;
  margin-bottom: 1.5em;
  position: relative;
}

.heading-wrapper.text-align-center {
  max-width: 43em;
}

.heading-wrapper.max-width-344 {
  max-width: 21.5em;
}

.heading-wrapper.left-align {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-size-18 {
  font-family: var(--font-family--inter);
  font-size: var(--_responsive-variables---paragraph--text-18);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-400);
}

.text-size-18.text-color-secondary {
  letter-spacing: -.02em;
}

.text-size-18.text-color-secondary.is-inline {
  display: inline;
}

.text-size-18.text-weight-600 {
  color: var(--swatch--black);
  letter-spacing: -.03em;
}

.text-size-18.text-weight-600.nowrap {
  color: var(--swatch--secondary-black);
}

.text-size-18.text-color-yellow {
  color: var(--swatch--yellow);
  font-weight: var(--font-weight--font-weight-600);
}

.text-size-16 {
  font-family: var(--font-family--inter);
  font-size: var(--_responsive-variables---paragraph--text-16);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-400);
  letter-spacing: -.02em;
}

.text-size-16.text-color-grey {
  color: #a3a3a3;
}

.text-size-16.text-weight-500 {
  letter-spacing: -.02em;
}

.text-size-16.text-letter-spacing {
  letter-spacing: -.01em;
}

.text-size-16.text-letter-spacing-2 {
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
}

.heading-64 {
  font-size: var(--_responsive-variables---heading--h-64);
  letter-spacing: -.02em;
  font-weight: 600;
  line-height: 1.2;
}

.heading-48 {
  font-size: var(--_responsive-variables---heading--h-48);
  line-height: 1.16667;
  font-weight: var(--font-weight--font-weight-600);
}

.heading-32 {
  font-size: var(--_responsive-variables---heading--h-32);
  line-height: 1.33;
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.02em;
}

.heading-32.text-weight-500 {
  letter-spacing: -.02em;
  letter-spacing: -.02em;
}

.heading-24 {
  font-size: var(--_responsive-variables---heading--h-24);
  line-height: 1.44248;
  font-weight: var(--font-weight--font-weight-600);
}

.heading-24.text-weight-500 {
  letter-spacing: -.02em;
}

.text-size-24 {
  font-family: var(--font-family--inter);
  font-size: var(--_responsive-variables---paragraph--text-24);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-400);
  letter-spacing: -.02em;
}

.text-size-24.text-weight-500 {
  letter-spacing: -.02em;
  text-transform: capitalize;
  white-space: normal;
}

.text-size-24.text-weight-500.yellow {
  color: var(--swatch--yellow);
}

.margin-bottom-8 {
  margin-bottom: var(--_responsive-variables---spacing--8);
}

.text-size-20 {
  font-family: var(--font-family--inter);
  font-size: var(--_responsive-variables---paragraph--text-20);
  line-height: 1.5;
  font-weight: var(--font-weight--font-weight-400);
  letter-spacing: -.02em;
}

.text-size-20.text-weight-600.text-align-center {
  text-align: center;
}

.text-size-20.text-weight-600.is-nav-ad {
  font-size: var(--_responsive-variables---paragraph--text-20);
}

.text-size-20.is-link {
  color: var(--swatch--default-black);
}

.text-size-14 {
  font-size: var(--_responsive-variables---paragraph--text-14);
  line-height: 160%;
}

.text-size-14.text-color-pale {
  color: #aea995;
}

.text-size-14.text-uppercase {
  color: #aea995;
  text-transform: uppercase;
}

.margin-bottom-16 {
  margin-bottom: var(--_responsive-variables---spacing--16);
}

.margin-bottom-24 {
  margin-bottom: var(--_responsive-variables---spacing--24);
}

.margin-bottom-48 {
  margin-bottom: var(--_responsive-variables---spacing--48);
}

.navbar {
  z-index: 999;
  background-color: var(--swatch--default-white);
  position: sticky;
  inset: 0% 0% auto;
}

.brand {
  width: 100%;
  max-width: 8.4em;
  color: var(--swatch--black);
}

.brand.w--current {
  max-width: 10.7em;
  margin-left: auto;
  margin-right: auto;
}

.brand.is-footer.w--current {
  max-width: 9.6em;
  margin: 0;
}

.brand.main-logo.w--current {
  width: 8.5em;
  max-width: none;
}

.brand.client-logo {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 10rem;
  height: 5rem;
  max-height: 4rem;
  display: flex;
}

.brand.client-logo.w--current {
  max-width: 8.5em;
}

.nav-menu {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 15vw;
  padding: 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

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

.nav-menu-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-button {
  width: 1.1em;
  height: .7em;
  padding: 0;
}

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

.nav-bg-overlay {
  background-color: #0d0d124d;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-footer {
  background-color: var(--swatch--white-chalk);
}

.section-footer-components {
  grid-template-rows: auto;
  grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-item-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 24.38em;
  display: flex;
}

.footer-link-wrapper {
  flex: 1;
  justify-content: space-between;
  margin-left: 7.5em;
  display: flex;
}

.footer-item {
  color: var(--swatch--black);
  flex-flow: column;
  display: flex;
}

.footer-item.is-form {
  width: 100%;
  max-width: 23.13em;
  margin-left: auto;
  position: relative;
}

.footer-year-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.footer-year-wrapper.left-side {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: left;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 43em;
}

.hide {
  display: none;
}

.ie-notification {
  z-index: 1000;
  color: #fff;
  text-align: center;
  background-color: #ea5820;
  justify-content: center;
  align-items: center;
  padding-top: .83em;
  padding-bottom: .83em;
  font-size: 1.25em;
  font-weight: 400;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.max-width-medium {
  width: 100%;
  max-width: 40em;
}

.max-width-medium.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.heading-56 {
  font-size: var(--_responsive-variables---heading--h-56);
  line-height: 1.125;
  font-weight: var(--font-weight--font-weight-600);
}

.heading-56.text-weight-500 {
  text-wrap: balance;
  text-wrap: balance;
}

.heading-40 {
  font-size: var(--_responsive-variables---heading--h-40);
  line-height: 1.33333;
  font-weight: var(--font-weight--font-weight-600);
}

.heading-40.text-weight-500 {
  letter-spacing: -.02em;
  text-transform: capitalize;
  letter-spacing: -.02em;
  text-transform: capitalize;
}

.btn-primary {
  background-color: var(--swatch--yellow);
  filter: drop-shadow(0 1px 4px #0d0d121f);
  color: var(--swatch--black);
  font-weight: var(--font-weight--font-weight-600);
  border: 1px solid #e5c738;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  padding: .75em 2em;
  transition: all .3s;
  display: flex;
}

.btn-primary:where(.w-variant-ba2ccb3e-27f9-ed1e-e184-4c9111616eab) {
  background-color: var(--swatch--default-white);
}

.btn-primary:where(.w-variant-d6ae8aaa-03ac-32f6-f2c9-de22b0ce69bd) {
  border-color: var(--swatch--black);
  background-color: var(--swatch--black);
  color: var(--swatch--default-white);
}

.btn-primary:where(.w-variant-ed8cb189-5533-c2c5-80bb-5f54c265726c) {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--swatch--default-white);
  filter: drop-shadow(0 1px 2px #0d0d120f);
  color: var(--swatch--secondary-black);
  border-color: #dfe1e7;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.btn-primary:where(.w-variant-a0904908-67ef-4dc0-03b6-d777daa664da) {
  filter: none;
  background-color: #dfe1e7;
  border-color: #dfe1e7;
}

.btn-primary:hover, .btn-primary:hover:where(.w-variant-d6ae8aaa-03ac-32f6-f2c9-de22b0ce69bd) {
  transform: scale(1.05);
}

.btn-primary.dark {
  border-color: var(--swatch--default-black);
  background-color: var(--swatch--black);
  color: var(--swatch--default-white);
  padding: .88em 1em;
  font-size: 1em;
}

.btn-primary.dark:hover {
  transform: scale(1.05);
}

.btn-primary.dark.is-dt {
  display: none;
}

.btn-primary.dark.pagination-btn {
  font-size: 1em;
  transition: all .3s;
}

.btn-primary.dark.pagination-btn:hover {
  background-color: var(--swatch--default-black);
}

.btn-primary.dark-7 {
  border-color: var(--swatch--black);
  background-color: var(--swatch--black);
  color: var(--swatch--default-white);
}

.btn-primary.dark-7:hover {
  transform: scale(1.05);
}

.btn-primary.no-hover {
  border-color: var(--swatch--black);
  background-color: var(--swatch--black);
  color: var(--swatch--default-white);
  transition-property: none;
}

.btn-primary.no-hover:hover {
  transform: none;
}

.text-weight-500 {
  font-weight: var(--font-weight--font-weight-500);
  letter-spacing: normal;
}

.text-weight-600 {
  font-weight: var(--font-weight--font-weight-600);
}

.global-tag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  filter: drop-shadow(0 1px 2px #0d0d120f);
  color: var(--swatch--black);
  text-align: left;
  border: 1px solid #e5e5e5;
  border-radius: .63em;
  justify-content: flex-start;
  align-items: center;
  padding: .31em .75em;
  display: flex;
}

.global-tag.is-lifetime {
  border-color: var(--swatch--yellow);
  color: #615000;
  background-color: #fadb490d;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .2em;
}

.tag-dot {
  background-color: #00e599;
  border: 1px #000;
  border-radius: 100%;
  width: .38em;
  height: .38em;
  box-shadow: 0 0 0 2px #ccfaeb;
}

.tag-dot.is-yellow {
  background-color: var(--swatch--yellow);
  box-shadow: 0 0 0 2px #fadb4973;
}

.tag-dot.is-red {
  background-color: #fb5e51;
  box-shadow: 0 0 0 2px #ffd9d5;
}

.tag-dot.is-orange {
  background-color: #e57a00;
  box-shadow: 0 0 0 2px #e57a0033;
}

.text-color-secondary {
  color: var(--swatch--secondary-black);
}

.form-field {
  filter: drop-shadow(0 1px 2px #0d0d120f);
  height: 3.7em;
  color: var(--swatch--black);
  resize: vertical;
  background-color: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 1em;
  flex: 0 auto;
  margin-bottom: 0;
  padding: 1em 1.25em;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.form-field:focus {
  border-color: var(--swatch--black);
}

.form-field::placeholder {
  color: #0d0d1280;
  font-weight: var(--font-weight--font-weight-500);
}

.form-field.is-dropdown, .form-field.is-dropdown-second {
  background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68dd0621f99262b5680a0003_Dropdown%20Icon.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-field.is-search {
  border-width: 2px;
  border-color: var(--swatch--yellow);
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68f0a38ac7d39414bba13dc1_Search.svg");
  background-position: 4% 46%;
  background-repeat: no-repeat;
  background-size: 5.5%;
  width: 100%;
  padding-left: 2.5em;
  font-size: 1em;
}

.form-field.is-search::placeholder {
  color: var(--swatch--black);
}

.form-field.text-area {
  height: 6.25em;
}

.form-field.is-message {
  height: 8em;
}

.form-field.is-listing-dropdown {
  background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68dd0621f99262b5680a0003_Dropdown%20Icon.svg");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: .9em;
  height: auto;
  padding-right: 1.25em;
}

.form-field.is-field {
  height: auto;
}

.form-field.is-field::placeholder {
  font-size: var(--_responsive-variables---paragraph--text-16);
}

.waitlist-form {
  grid-column-gap: var(--_responsive-variables---spacing--80);
  grid-row-gap: var(--_responsive-variables---spacing--80);
  flex-flow: column;
  width: 100%;
  margin: 0;
  display: flex;
}

.waitlist-form.margin-bottom--80 {
  margin-bottom: -5em;
}

.waitlist-form-field-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 0;
  display: flex;
}

.waitlist-form-field-wrapper.is-flex-vertical {
  flex-flow: column;
}

.form-button {
  filter: drop-shadow(0 1px 4px #0d0d121f);
  width: 100%;
  height: 3.3em;
  color: var(--swatch--black);
  font-weight: var(--font-weight--font-weight-600);
  letter-spacing: -.025em;
  cursor: pointer;
  background-color: #fadb49;
  border: 1px solid #e5c738;
  border-radius: 1em;
  padding: 0 1.5em;
  transition: transform .3s;
}

.form-button:hover {
  transform: scale(1.05);
}

.form-button.is-footer {
  background-color: #f7e902;
  border-style: none;
  border-color: #f7e902;
  width: auto;
  padding-left: 2.75em;
  padding-right: 2.75em;
}

.form-button.is-apply {
  cursor: pointer;
  width: auto;
}

.waitlist-form-success-message {
  background-color: #0000;
  height: 50vh;
  padding: 0;
}

.waitlist-success-message {
  grid-column-gap: .69em;
  grid-row-gap: .69em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.5em;
  padding-right: 6.5em;
  display: flex;
}

.success-message-icon {
  aspect-ratio: 1;
  background-color: #f7f7f1;
  border: 1px solid #53535333;
  border-radius: .38em;
  width: 2.81em;
  margin-bottom: .81em;
  padding: .56em;
  box-shadow: 0 1px 4px #0d0d1214;
}

.waitlist-form-checklist-icon {
  max-width: .88em;
}

.footer-logos {
  grid-column-gap: var(--_responsive-variables---spacing--24);
  grid-row-gap: var(--_responsive-variables---spacing--24);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-item-wrapper {
  grid-column-gap: var(--_responsive-variables---paragraph--text-16);
  grid-row-gap: var(--_responsive-variables---paragraph--text-16);
  opacity: .6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.opacity-60 {
  opacity: .6;
}

.footer-form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.footer-form-fields-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.footer-bottom-wrapper {
  border-top: 1px solid #0d0d1233;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4em;
  display: flex;
}

.footer-right-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-right-wrapper.is-tm {
  display: none;
}

.padding-section-b150 {
  padding-bottom: var(--_responsive-variables---spacing--150);
}

.img-full-width {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-full-width.is-contain {
  object-fit: contain;
  max-width: none;
}

.img-full-width.is-testimonial {
  z-index: 50;
  z-index: 50;
  position: relative;
}

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

.text-size-12 {
  font-size: var(--_responsive-variables---paragraph--text-12);
  letter-spacing: -.02em;
}

.text-size-12.text-color-secondary {
  line-height: 1.333;
}

.text-size-12.text-weight-500 {
  color: #0d0d12;
  letter-spacing: -.02em;
}

.text-size-12.text-weight-500.text-color-white {
  color: var(--swatch--black);
}

.text-size-12.text-weight-500.text-color-grey-500 {
  color: #666d80;
}

.text-size-12.text-color-dark-grey {
  color: #868688;
}

.upgrade-testimonials_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.container-1344 {
  width: 100%;
  max-width: var(--container--cc-1344);
  margin-left: auto;
  margin-right: auto;
}

.testimonial-content-wrapper {
  background-image: linear-gradient(90deg, #0d0d121f, #fff0);
  border: 1px #000;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 1px;
  display: flex;
  overflow: hidden;
}

.testimonial-name-wrapper {
  border-bottom: 1px solid #dfe1e7;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.testimonial-name-wrapper.is-top {
  border-top: 1px solid #dfe1e7;
  border-bottom-style: none;
  padding-top: 2em;
  padding-bottom: 0;
}

.testimonial-img-wrapper {
  aspect-ratio: 1;
  background-color: #5353531c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  display: flex;
  overflow: hidden;
}

.upgrade-testimonials_name {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  margin-left: 1em;
  display: flex;
}

.testimonial-stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-ico {
  color: #fadb49;
  width: 1em;
}

.faq-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.faq-dropdown {
  cursor: pointer;
  border-top: 1px solid #dfe1e7;
  border-bottom: 1px solid #dfe1e7;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-right: 0;
}

.faq-dropdown-toggle {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0;
  display: flex;
}

.faq-dropdown-toggle.w--open {
  padding-top: 0;
  padding-bottom: 1em;
}

.faq-dropdown-icon {
  aspect-ratio: 1;
  flex: none;
  width: 1.6em;
  height: 1.5em;
  margin: 0;
  position: static;
}

.faq-answer.w--open {
  background-color: #0000;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.anchor-link {
  position: absolute;
  inset: -14% 0% auto;
}

.anchor-link.is-lower {
  top: -6%;
}

.anchor-link.is-higher {
  top: -30%;
}

.faq-question-wrapper {
  max-width: 40em;
}

.subheading-wrapper {
  max-width: 39.19em;
}

.subheading-wrapper.is-steps {
  max-width: 20em;
}

.subheading-wrapper.max-width-469 {
  max-width: 29.31em;
}

.apply-form-fields {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 44em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-radio-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.form-radio-wrapper.top--8 {
  margin-top: -.5em;
}

.form-radio-button {
  cursor: pointer;
  background-color: #f7f7f1;
  border: 1px solid #53535333;
  border-radius: .38em;
  width: 1.25em;
  height: 1.25em;
  margin: .2em .75em 0 0;
}

.form-radio-button.w--redirected-checked {
  background-color: var(--swatch--yellow);
  filter: drop-shadow(0 0 #0000);
  background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68dd06e203b17a37b84877f9_Checklist.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  box-shadow: 0 0 #fadb4900;
}

.form-radio-button.w--redirected-focus {
  border-color: var(--swatch--yellow);
  filter: drop-shadow(0 0 #0000);
  box-shadow: 0 0 #0000;
}

.form-radio-btn-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
}

.apply-form-field-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.apply-btn-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.business-hero-component {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.business-hero-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.business-hero-heading {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.business-hero-heading.text-align-center {
  justify-content: flex-start;
  align-items: center;
  max-width: 50em;
}

.business-hero-cta-btn-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-flow: row;
  max-width: 450px;
  display: flex;
}

.button-icon {
  display: none;
}

.button-icon:where(.w-variant-ed8cb189-5533-c2c5-80bb-5f54c265726c) {
  flex: none;
  width: 1.5em;
  max-width: none;
  display: block;
}

.business-hero-checklist-item-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.business-checklist-rich-text ul {
  padding-left: 0;
  list-style-type: none;
}

.business-checklist-rich-text li {
  background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68dd2271d6e59e5ba9e958ce_Checklist-icon.svg");
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: .5em;
  padding-left: 2em;
}

.business-hero-google-reviews {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #f6f6f6;
  border: 1px solid #e9e9e9;
  border-radius: .63em;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.5em;
  transition: transform .3s;
  display: flex;
}

.business-hero-google-reviews:hover {
  transform: scale(1.05);
}

.google-reviews-number {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-reviews-star {
  max-width: 1.25em;
  color: var(--swatch--yellow);
}

.google-reviews-img {
  aspect-ratio: 1;
  width: 1.3em;
  max-width: 1.3em;
  height: 1.3em;
}

.business-hero-img {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.business-hero-location {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  display: flex;
}

.business-hero-location-item {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.business-hero-list-icon {
  color: #626262;
  flex: none;
  width: 1.25em;
}

.business-hero-list-icon.is-blue {
  color: #4285f4;
}

.business-hero-list-icon.is-image {
  z-index: 4;
  aspect-ratio: 1;
  opacity: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 1.5em;
  max-width: none;
  height: 1.5em;
  position: relative;
}

.business-hero-list-icon.is-testimonial {
  width: 2em;
}

.business-hero-img-wrapper {
  aspect-ratio: 1;
  border-radius: 1.5em;
  flex: none;
  width: 100%;
  height: 100%;
  max-height: 32.69em;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.business-hero-map-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 1.5em;
  flex: none;
  width: 100%;
  height: 100%;
  max-height: 18.63em;
  padding: 0;
  overflow: hidden;
}

.business-hero-tag {
  border: 1px solid #dfe1e7;
  border-radius: 1em;
  padding: .25em .5em;
}

.business-hero-tag.is-white {
  background-color: #fff;
}

.section-business-pain-points {
  position: relative;
  overflow: visible;
}

.section-business-pain-points.is-relative {
  position: relative;
}

.business-img-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: 1.5em;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: 450px;
  padding: 0;
  overflow: hidden;
}

.business-pain-points-wrapper {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.business-testimonial-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 2.5em;
  display: grid;
}

.business-testimonial-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--swatch--default-white);
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: none;
  padding: 2em;
  display: flex;
  overflow: hidden;
}

.section-business-what-you-can-expect {
  color: var(--swatch--default-white);
  background-color: #063a3a;
  border-radius: 1.5em;
}

.business-what-you-can-expect-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.what-you-can-expect-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.what-you-can-expect-card {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  background-color: #fff3;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.81em 2.5em;
  display: flex;
}

.what-you-can-expect-checklist-wrapper {
  aspect-ratio: 1;
  background-color: #fff3;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 4em;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.what-you-can-expect-check {
  width: 2em;
  max-width: none;
}

.business-gallery-img-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: 16em 20em 16em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-height: none;
  margin-top: 2.5em;
  display: grid;
}

.section-business-gallery {
  min-height: auto;
  max-height: none;
}

.business-gallery-component {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.business-gallery-img {
  border-radius: 1.5em;
  overflow: hidden;
}

.what-you-can-expect-slider-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.what-you-can-expect-slider-wrapper.what-you-can-expect-swiper {
  flex-flow: column;
  position: relative;
  overflow: hidden;
}

.what-you-can-expect-card-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #9ba78b;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 2em 1.5em;
  display: flex;
  overflow: hidden;
}

.what-you-can-expect-card-wrapper.swiper-slide {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  height: auto;
}

.section-business-steps {
  background-color: #0000;
  border-radius: 1.5em;
  position: relative;
}

.steps-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #cbdcbd;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2em 1.25em;
  display: flex;
}

.steps-number-wrapper {
  aspect-ratio: 1;
  background-color: var(--swatch--black);
  width: 3em;
  color: var(--swatch--default-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: .5em;
  display: flex;
}

.contact-the-business-component {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: background-color .5s;
  display: flex;
}

.contact-business-wrapper {
  grid-column-gap: 7.5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  padding: 0;
  display: grid;
}

.business-contact-details {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.contact-box-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1.5rem;
  border: 1px #000;
  border-top: 1px solid #dfe1e6;
  border-left: 1px solid #dfe1e6;
  border-radius: 1.5em;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 18em;
  padding: 2em;
  display: grid;
  overflow: visible;
}

.contact-box-wrapper.flex-vertical {
  grid-row-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  height: auto;
  display: flex;
}

.contact-content-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-color-grey {
  color: #aea995;
}

.business-contact-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.follow-us-soc-med-links {
  flex-flow: wrap;
  display: flex;
}

.soc-med-link-wrapper {
  width: 100%;
}

.soc-med-links-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .75em;
  flex-flow: wrap;
  display: flex;
}

.soc-med-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  font-weight: var(--font-weight--font-weight-500);
  letter-spacing: -.02em;
  background-color: #f7f7f1;
  border: .2em solid #f7f7f1;
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 1.5em;
  transition: background-color .5s ease-out;
  display: flex;
}

.soc-med-link:hover {
  background-color: #fff;
}

.soc-med-link-icon {
  color: #aea995;
  max-width: 1.25em;
}

.trusted-by-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trusted-by-img-wrapper {
  aspect-ratio: 1;
  border: 1px solid var(--swatch--default-white);
  border-radius: 100%;
  width: 3.5em;
  overflow: hidden;
}

.trusted-by-img-wrapper._2nd {
  background-color: #ececec;
  justify-content: center;
  align-items: center;
  margin-left: -1.25em;
  display: flex;
}

.trusted-number {
  z-index: 70;
  aspect-ratio: 1;
  border: 1px none var(--swatch--default-white);
  background-color: #dfdfdf;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  margin-left: -1.25em;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.google-rating-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-rating-circle-wrapper {
  aspect-ratio: 1;
  width: 10.25em;
  position: relative;
}

.star-rating-heading {
  font-size: var(--_responsive-variables---heading--h-56);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.what-you-can-expect-cards.swiper-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swiper-btns-wrapper {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 2.75em;
  display: flex;
}

.swiper-pagination {
  z-index: 30;
  flex: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
}

.swiper-btn-prev {
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: .63em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  margin: 0;
  transition: background-color .5s, color .5s;
  display: flex;
}

.swiper-btn-prev:hover {
  background-color: var(--swatch--default-white);
  color: var(--swatch--black);
}

.swiper-btn-icon {
  width: 1.8em;
}

.swiper-btn-icon.is-rotate {
  transform: rotate(180deg);
}

.swiper-btn-next {
  aspect-ratio: 1;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: .63em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  margin: 0;
  transition: color .5s, background-color .5s;
  display: flex;
}

.swiper-btn-next:hover {
  background-color: var(--swatch--default-white);
  color: var(--swatch--black);
}

.what-you-can-expect-number-wrapper {
  aspect-ratio: 1;
  background-color: #063a3a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2em;
  margin-bottom: 1em;
  display: flex;
}

.text-block {
  font-size: var(--_responsive-variables---paragraph--text-12);
}

.section-business-tags {
  background-color: #0000;
  border-radius: 1.5em;
}

.tags-wrapper {
  grid-column-gap: .9em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.business-tags-component {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.business-tag-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.business-tag-icon {
  width: 100%;
  max-width: .875em;
}

.business-tag {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  filter: drop-shadow(0 1px 2px #0d0d120f);
  text-align: left;
  white-space: nowrap;
  border: 1px solid #dfe1e7;
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  padding: .75em 1.25em;
  display: flex;
}

.business-tag.is-auto {
  cursor: auto;
  cursor: auto;
}

.text-size-10 {
  color: #868688;
  font-size: .63em;
}

.text-size-10.is-inline {
  display: inline;
}

.footer-ig-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ig-icon-wrapper {
  color: #626262;
  width: 1.38em;
}

.footer-success-message {
  background-color: #0000;
}

.footer-success-message-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-lottie-animation {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 1em;
  max-width: none;
  height: .7em;
  display: flex;
}

.nav-lottie-animation.hide {
  display: none;
}

.nav-desktop-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-16 {
  width: 100%;
  padding-top: var(--_responsive-variables---spacing--16);
  padding-bottom: var(--_responsive-variables---spacing--16);
}

.nav-link-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .63em .63em .63em .75em;
  display: flex;
  position: relative;
}

.nav-link-wrapper.hide {
  display: none;
}

.arrow-icon {
  max-width: 1.25em;
  color: var(--swatch--yellow);
}

.arrow-icon.is-right {
  transform: rotate(180deg);
}

.nav-menu-bottom-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: left;
  background-color: #f7f7f1;
  border-bottom-left-radius: 1.5em;
  flex-flow: column;
  padding: 1.5em 2em 2em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-menu-bottom-content {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-close-btn-icon {
  align-self: flex-end;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
}

.nav-close-wrapper {
  cursor: pointer;
  align-self: flex-end;
  width: .7em;
  height: .7em;
  margin-bottom: 1.5em;
  margin-left: auto;
  transition: transform .5s;
}

.nav-close-wrapper:hover {
  transform: rotate(180deg);
}

.nav-line-wrapper {
  background-color: #dfe1e7;
  width: 100%;
  height: .06em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-ad-wrapper {
  margin-top: 1.5em;
}

.nav-ad-img-wrapper {
  aspect-ratio: auto;
  background-color: var(--swatch--yellow);
  width: 100%;
  height: 13em;
  font-weight: var(--font-weight--font-weight-500);
  border-radius: 1em;
  transition: transform .5s;
  position: relative;
  overflow: hidden;
}

.nav-ad-img-wrapper:hover {
  transform: scale(1.05);
}

.section-business-cta {
  background-color: #0000;
  border-radius: 1.5em;
  position: relative;
}

.back-to-top-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px none var(--swatch--black);
  background-color: var(--swatch--black);
  color: var(--swatch--default-white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: background-color .5s, color .5s;
  display: flex;
}

.back-to-top-wrapper:hover {
  background-color: var(--swatch--default-white);
  color: var(--swatch--black);
}

.head-to-top-wrapper {
  border: 1px solid var(--swatch--black);
  background-color: var(--swatch--default-white);
  border-radius: .38em;
  justify-content: center;
  align-items: center;
  width: 1.63em;
  padding: .38em .25em;
  display: flex;
}

.footer-top-icon {
  color: var(--swatch--default-black);
}

.nav-logo-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-75 {
  padding-top: var(--_responsive-variables---spacing--75);
  padding-bottom: var(--_responsive-variables---spacing--75);
}

.padding-section-t75-b150 {
  padding-top: var(--_responsive-variables---spacing--75);
  padding-bottom: var(--_responsive-variables---spacing--150);
}

.gallery-cms-list {
  display: flex;
}

.gallery-cms-list-wrapper {
  display: block;
}

.gallery-cms-list-wrapper.hide {
  display: none;
}

.business-listing-form-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.link-with-line-wrapper {
  padding-bottom: .25em;
  display: block;
  position: relative;
}

.link-with-line-wrapper.hide {
  display: none;
}

.link-with-line-wrapper.is-bottom {
  padding-bottom: 0;
}

.link-with-line-wrapper.is-upgrade {
  width: 11.8em;
}

.link-with-line-wrapper.flex-footer {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-line {
  background-color: #dfe1e7;
  width: 100%;
  height: .06em;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-line.is-grey {
  color: var(--swatch--secondary-black);
  background-color: #53535366;
}

.link-line.is-dark {
  background-color: var(--swatch--black);
  text-align: center;
}

.link-line.is-tags {
  background-color: var(--swatch--black);
  text-align: center;
  width: 0%;
}

.footer-bottom-content {
  opacity: .7;
  font-size: var(--_responsive-variables---paragraph--text-14);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-trusts-wrapper {
  border-bottom: 1px #dfe1e7;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.swiper-btns {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.service-slide-content {
  margin-top: auto;
}

.margin-t67-b-44 {
  margin-top: 4.19em;
  margin-bottom: -1.25em;
}

.service-slider-wrapper {
  width: 100%;
}

.inner {
  background-color: #fff;
  transform: scale(1.15);
}

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

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

.progress {
  background-color: var(--swatch--yellow);
}

.progress-circl-wrapper {
  transform: scale(1.5);
}

.business-steps-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
}

.google-embed-code {
  width: 100%;
  height: 100%;
}

.business-rich-text {
  display: none;
}

.cms-service-wrapper.is-home {
  margin-bottom: .5em;
}

.service-tag-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 36.25em;
  display: flex;
}

.card-google-reviews {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  background-color: #0000;
  border: 1px #e9e9e9;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.nav-bottom-content {
  display: flex;
}

.nav-advert-wrapper {
  z-index: 1;
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  opacity: 1;
  color: var(--swatch--default-white);
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.advert-btn-icon {
  max-width: .88em;
}

.is-inline.bookmark-this-page {
  cursor: pointer;
  border-bottom: 1px dotted #0d0d1230;
  text-decoration: none;
  transition: all .5s;
  position: relative;
}

.is-inline.bookmark-this-page:hover {
  border-bottom-color: var(--swatch--black);
  color: var(--swatch--black);
}

.nav-link-absolute {
  background-color: var(--swatch--default-white);
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  margin-left: .7em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-link-absolute {
  opacity: 1;
  background-color: #f7f7f2;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 11%;
}

.locked-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.locked-content {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.lock-icon-wrapper {
  z-index: 2;
  aspect-ratio: 1;
  background-color: #f7f7f1;
  border: 1px solid #dfe1e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.25em;
  display: flex;
  position: relative;
}

.lock-icon {
  color: #535353;
  max-width: 1.75em;
}

.locked-line {
  background-color: #0000001a;
  width: 100%;
  height: 2px;
  position: absolute;
}

.locked-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.padding-section-t64-b75 {
  padding-top: var(--_responsive-variables---spacing--64);
  padding-bottom: var(--_responsive-variables---spacing--75);
}

.padding-section-t80 {
  padding-top: var(--_responsive-variables---spacing--80);
}

.padding-section-t150 {
  padding-top: var(--_responsive-variables---spacing--150);
}

.google-reviews-wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-t75 {
  padding-top: var(--_responsive-variables---spacing--75);
}

.section-ad-space {
  display: block;
}

.adspace-component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ad-space-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 1.5rem;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.solution-heading-wrapper {
  max-width: none;
}

.form-link {
  text-decoration: underline;
  transition: color .5s;
}

.form-link:hover {
  color: var(--swatch--yellow);
}

.bg-blurred-wrapper {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #fffefee3;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

._2nd-adspace-component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.west-coast-ad {
  text-align: center;
  border: 1px solid #41105236;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80ch;
  margin: 0;
  padding: 3em;
  display: flex;
  box-shadow: 0 2px 20px #4110521a;
}

._2nd-adspace-heading {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 62px;
  display: flex;
}

.ccoc-logo {
  filter: brightness(0%);
  max-width: 9.375em;
  margin-left: -4px;
}

.ccoc-wrapper {
  flex-flow: column;
  display: flex;
}

.ccoc-link-block {
  transition: opacity .5s;
}

.ccoc-link-block:hover {
  opacity: .7;
}

.business-ccoc-link-block {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #aea995;
  justify-content: flex-start;
  align-items: center;
  transition: color .5s;
  display: flex;
  position: relative;
}

.business-ccoc-link-block:hover {
  color: var(--swatch--default-black);
}

.announcement-bar-wrapper {
  background-color: var(--swatch--yellow);
  padding: .5em;
}

.announcement-content-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-v16 {
  font-size: 1rem;
  font-weight: 400;
}

.text-size-v16.text-weight-medium {
  font-weight: 500;
}

.text-size-v16.text-weight-600 {
  font-weight: 600;
}

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

.button-primary_arrow.is-2 {
  justify-content: center;
  align-items: center;
  position: absolute;
}

.button-primary_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #1c1b1a;
  white-space: nowrap;
  cursor: pointer;
  background-color: #dc9746;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.button-primary_wrapper:hover {
  background-color: #dc9746cc;
}

.button-primary_wrapper.is-nav {
  font-weight: var(--font-weight--font-weight-600);
  font-weight: var(--font-weight--font-weight-600);
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.button-primary_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-announcement-close-icon {
  z-index: 1;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s;
  position: absolute;
  inset: auto 0 auto auto;
}

.nav-announcement-close-icon:hover {
  transform: rotate(90deg);
}

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

.announcement-bar-empty-state {
  display: none;
}

.section-tags-wrapper {
  margin-bottom: 5em;
}

.tags-cms-list {
  grid-column-gap: 4em;
  grid-row-gap: .75em;
  opacity: .6;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: start;
  max-height: 65em;
  padding-bottom: 1.5em;
  display: flex;
  overflow: auto;
}

.tags-cms-list-item {
  font-size: var(--_responsive-variables---paragraph--text-14);
}

.text-inline {
  display: inline;
}

.footer-radio-btn {
  display: none;
}

.footer-link-radio-btn {
  font-weight: var(--font-weight--font-weight-400);
  margin: 0;
  padding: 0;
}

.industries-cms-list {
  grid-column-gap: 12em;
  grid-row-gap: .75em;
  opacity: .6;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  place-items: start;
  max-height: 13em;
  display: flex;
}

.tags-link-footer {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  padding-bottom: .25em;
  display: flex;
  position: relative;
}

.tags-link-footer.is-bottom {
  padding-bottom: 0;
}

.tags-link-footer.is-upgrade {
  width: 11.8em;
}

.tags-link-footer.hide {
  display: none;
}

.tags-link-footer.flex-footer {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cms-ad-btn-wrapper {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  border-radius: .38em;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.4em;
  display: flex;
}

.nav-ad-bg-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.nav-ad-bg-image-wrapper {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.nav-ad-bg-dark-img {
  background-color: #000000a8;
  position: absolute;
  inset: 0%;
}

.adspace-cards-component {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.adspace-cards-cms-list-wrapper {
  display: block;
}

.adspace-cards-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.adspace-empty-state {
  background-color: #0000;
}

.eden-growth-ad {
  text-align: center;
  border: 1px solid #41105236;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 80ch;
  margin: 0;
  padding: 3em;
  display: flex;
  box-shadow: 0 2px 20px #4110521a;
}

.copyright-footer-wrapper {
  display: flex;
}

.footer-partnered-wrapper {
  opacity: .7;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-box-heading-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.backround-video-wrapper {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.built-by-khula-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-left: 1em;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .brand.is-footer {
    max-width: 8.2em;
  }

  .global-tag.is-block {
    background-color: var(--swatch--default-white);
  }

  .global-tag.is-lifetime {
    border-color: var(--swatch--yellow);
    color: #665400;
  }

  .layout-icon-wrapper.is-left.is-active, .layout-icon-wrapper.is-right.is-active, .layout-icon-wrapper.is-left.is-active, .layout-icon-wrapper.is-left.is-active, .layout-icon-wrapper.is-right.is-active, .layout-icon-wrapper.is-right.is-active {
    background-color: var(--swatch--light-tan);
  }

  .button-primary_icon.is-nav {
    width: 1em;
  }

  .embed-icon-2 {
    background-color: #0000;
  }

  .tags-cms-list {
    overflow: auto;
  }

  .global-tag-2.is-block {
    background-color: var(--swatch--default-white);
    background-color: var(--swatch--default-white);
  }

  .lifetime-listing-tag {
    font-size: var(--_responsive-variables---paragraph--text-14);
  }

  .made-in-webflow-footer-wrapper {
    margin-left: .5em;
    display: flex;
  }

  .copyright-footer-wrapper {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_responsive-variables---paragraph--text-16: 1em;
    --_responsive-variables---heading--h-56: 3.5em;
    --_responsive-variables---heading--h-48: 3em;
    --_responsive-variables---heading--h-40: 2.5em;
    --_responsive-variables---heading--h-32: 2em;
    --_responsive-variables---heading--h-24: 1.5em;
    --_responsive-variables---heading--h-20: 1.25em;
    --_responsive-variables---spacing--150: 8em;
    --_responsive-variables---paragraph--text-18: 1.125em;
    --_responsive-variables---heading--h-64: 3.5em;
    --_responsive-variables---paragraph--text-24: 1.5em;
    --_responsive-variables---spacing--8: .5em;
    --_responsive-variables---paragraph--text-20: 1.25em;
    --_responsive-variables---spacing--24: 1.5em;
    --_responsive-variables---paragraph--text-14: .875em;
    --_responsive-variables---spacing--16: 1em;
    --_responsive-variables---spacing--32: 2em;
    --_responsive-variables---spacing--48: 3em;
    --_responsive-variables---spacing--40: 2.5em;
    --_responsive-variables---spacing--64: 4em;
    --_responsive-variables---spacing--184: 9em;
    --_responsive-variables---spacing--80: 5em;
    --_responsive-variables---spacing--224: 9em;
    --_responsive-variables---spacing--112: 7em;
    --_responsive-variables---spacing--96: 6em;
    --_responsive-variables---paragraph--text-12: .75em;
    --_responsive-variables---spacing--75: 4.7em;
    --_responsive-variables---paragraph--text-10: .625em;
    --_responsive-variables---spacing--56: 3.5em;
    --_responsive-variables---spacing--72: 4.5em;
  }

  .nav-menu {
    z-index: 5;
    min-width: 55vw;
    max-width: none;
    height: auto;
    max-height: 100vh;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button {
    background-color: #fff0;
    padding: 0;
  }

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

  .nav-bg-overlay {
    z-index: 0;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .section-footer-components {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .footer-link-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-year-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-year-wrapper.left-side {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    grid-column-gap: .9em;
    grid-row-gap: .9em;
  }

  .dropdown-list {
    padding-right: 2em;
  }

  .nav-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-guide-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .ie-notification {
    font-size: 1.1em;
  }

  .paddings-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .padding-section-hero {
    padding-top: .81em;
  }

  .typography-grid {
    grid-column-gap: 0px;
    grid-row-gap: 4em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    display: grid;
  }

  .color-pallete-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-spacing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .btn-primary.dark.is-dt {
    opacity: 1;
    opacity: 1;
    opacity: 1;
    display: flex;
  }

  .section-join-waitlist.bg-pattern {
    background-repeat: repeat;
    background-size: cover;
  }

  .footer-bottom-wrapper {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-right-wrapper.is-tm {
    display: flex;
  }

  .why-upgrade-component, .why-upgrade-component.is-steps, .why-upgrade-component.is-steps, .why-upgrade-cards-wrapper {
    height: auto;
  }

  .connect-cards-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
  }

  .whats-included-content-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1.25fr 1fr;
  }

  .whats-included-image {
    height: 100%;
    max-height: 33.875em;
  }

  .upgrade-testimonials-wrapper {
    flex-flow: column;
    display: flex;
  }

  .testimonial-bg-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    height: 100%;
  }

  .testimonial-name-wrapper.is-top {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #dfe1e7;
    order: -9999;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .cta-img-wrapper {
    opacity: .3;
  }

  .upgrade-steps-wrapper.three {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .upgrade-step-wrapper {
    max-height: 13.75rem;
  }

  .upgrade-step-content {
    max-width: none;
    margin-top: 4em;
    margin-bottom: 0;
    inset: 0% 0% auto;
  }

  .anchor-link {
    top: -10%;
  }

  .business-hero-component {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    display: flex;
  }

  .business-hero-content-wrapper {
    max-width: none;
  }

  .business-hero-heading {
    width: 100%;
    max-width: none;
  }

  .business-hero-img {
    order: 9999;
    height: auto;
  }

  .business-img-wrapper {
    aspect-ratio: auto;
    order: 9999;
    max-width: none;
    max-height: none;
  }

  .business-pain-points-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
  }

  .business-testimonial-wrapper {
    flex-flow: column;
    display: flex;
  }

  .business-testimonial-content {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .what-you-can-expect-grid {
    align-items: stretch;
  }

  .business-gallery-img-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 34rem;
    display: grid;
  }

  .what-you-can-expect-card-wrapper.swiper-slide {
    flex: none;
    width: 100%;
    padding: 1.5em 1em;
  }

  .steps-card {
    padding: 1.5em 1em;
  }

  .contact-business-wrapper {
    flex-flow: column;
    display: flex;
  }

  .contact-box-wrapper {
    max-height: 18rem;
  }

  .nav-lottie-animation {
    width: 1.125em;
    height: 1.125em;
    color: var(--swatch--black);
  }

  .nav-close-wrapper {
    width: .7em;
    height: .7em;
  }

  .business-steps-wrapper {
    align-items: stretch;
  }

  .business-card-cms-list {
    grid-template-columns: 1fr 1fr;
  }

  .business-card-image-wrapper {
    height: auto;
  }

  .items-and-layout-wrapper {
    margin-top: 3rem;
  }

  .blurred-bg-wrapper {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fffefeba;
    inset: 0%;
  }

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

  .blog_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-header3_content {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog-content-component {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .news-rich-text {
    flex: 0 auto;
    width: 100%;
  }

  .blog-sticky-component {
    flex: none;
    width: 30%;
    padding: 1.25em;
  }

  .solution-heading-wrapper {
    max-width: none;
  }

  .section-business-search {
    max-height: none;
  }

  .bg-blurred-wrapper {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: #fffefeba;
    inset: 0%;
  }

  .btn-nav-wrapper {
    display: none;
  }

  .tags-cms-list-wrapper {
    overflow: auto;
  }

  .tags-cms-list {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    white-space: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    width: 130vw;
    padding-bottom: 2em;
  }

  .industries-cms-list {
    grid-column-gap: 5rem;
    grid-row-gap: 1rem;
    white-space: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90vw;
    max-height: 14em;
    padding-bottom: 2em;
  }

  .background-video {
    max-height: 12em;
  }

  .page-padding-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-100 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive-variables---paragraph--text-16: 1em;
    --_responsive-variables---heading--h-56: 3em;
    --_responsive-variables---heading--h-48: 2.5em;
    --_responsive-variables---heading--h-40: 2em;
    --_responsive-variables---heading--h-32: 1.25em;
    --_responsive-variables---heading--h-24: 1.125em;
    --_responsive-variables---heading--h-20: 1em;
    --_responsive-variables---spacing--150: 7.5em;
    --_responsive-variables---paragraph--text-18: 1em;
    --_responsive-variables---heading--h-64: 2.75em;
    --_responsive-variables---paragraph--text-24: 1.25em;
    --_responsive-variables---spacing--8: .5em;
    --_responsive-variables---paragraph--text-20: 1.125em;
    --_responsive-variables---spacing--24: 1.25em;
    --_responsive-variables---paragraph--text-14: .875em;
    --_responsive-variables---spacing--16: 1em;
    --_responsive-variables---spacing--32: 2em;
    --_responsive-variables---spacing--48: 3em;
    --_responsive-variables---spacing--40: 2.5em;
    --_responsive-variables---spacing--64: 4em;
    --_responsive-variables---spacing--184: 6em;
    --_responsive-variables---spacing--80: 3em;
    --_responsive-variables---spacing--224: 6em;
    --_responsive-variables---spacing--112: 6em;
    --_responsive-variables---spacing--96: 6em;
    --_responsive-variables---paragraph--text-12: .75em;
    --_responsive-variables---spacing--75: 4em;
    --_responsive-variables---paragraph--text-10: .625em;
    --_responsive-variables---spacing--56: 3.5em;
    --_responsive-variables---spacing--72: 4.5em;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-wrapper.text-align-center, .heading-wrapper.mobile-align-center {
    text-align: center;
  }

  .heading-wrapper.is-cta {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-wrapper.text-align-center, .heading-wrapper.mobile-align-center {
    text-align: center;
  }

  .text-size-16.is-inline {
    display: inline;
  }

  .padding-section-120 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-64 {
    font-size: var(--_responsive-variables---heading--h-64);
    line-height: 1.16667em;
  }

  .heading-24.is-sponsor {
    font-size: var(--_responsive-variables---heading--h-40);
    font-size: var(--_responsive-variables---heading--h-40);
  }

  .text-size-24.text-weight-500 {
    white-space: normal;
    white-space: normal;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    min-width: 70vw;
  }

  .section-footer-components {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-item-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5em;
    display: flex;
  }

  .footer-link-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .footer-item {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2.5em;
    display: flex;
  }

  .footer-year-wrapper.left-side {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    max-width: none;
  }

  .dropdown-toggle {
    padding-left: 1.5em;
  }

  .toggle-icon-wrapper {
    margin-left: 1.5em;
  }

  .dropdown-list {
    padding-left: 1.5em;
  }

  .grid-guide-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ie-notification {
    font-size: 1rem;
  }

  .max-width-medium {
    max-width: 26em;
  }

  .max-width-medium.margin-auto {
    max-width: none;
  }

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

  .typography-heading-wrapper {
    margin-left: 0;
  }

  .style-guide-title-wrapper {
    height: auto;
    margin-bottom: 3em;
  }

  .style-guide-title {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .styleguide-heading_wrapper.margin-bottom-83 {
    margin-bottom: 3em;
  }

  .padding-section-hero {
    padding-top: .81em;
    padding-bottom: 7em;
  }

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

  .style-guide-heading-bg {
    height: auto;
    padding: 1.5em 1.25rem;
  }

  .color-pallete-grid-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-components-horizontal-wrapper {
    flex-direction: column;
  }

  .section-spacing-wrapper {
    width: 100%;
  }

  .hover-wrapper {
    grid-row-gap: 5em;
    grid-template-columns: 1fr;
  }

  .style-guide-icon {
    width: 6.23438em;
  }

  .style-button_list {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .typography-paragraph {
    margin-top: 5em;
    padding-top: 5em;
  }

  .style-button_item {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .documentation_wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding-top: 2.5em;
  }

  .documentation-rich-text p, .documentation-rich-text ul {
    font-size: var(--_responsive-variables---paragraph--text-16);
  }

  .documentation-rich-text h1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .documentation-rich-text p, .documentation-rich-text ul {
    font-size: var(--_responsive-variables---paragraph--text-16);
  }

  .waitlist-form-field-wrapper {
    flex-flow: column;
  }

  .bg-pattern {
    background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68db585bec4205d5f3f005ba_Pattern%20BG%20Mobile.avif");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .waitlist-success-message {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-link-item-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-right-wrapper.is-tm {
    font-size: var(--_responsive-variables---paragraph--text-14);
    font-size: var(--_responsive-variables---paragraph--text-14);
  }

  .why-upgrade-component {
    flex-flow: column;
  }

  .why-upgrade-component.is-steps {
    height: auto;
  }

  .why-upgrade-cards.three, .why-upgrade-cards.two, .why-upgrade-cards.three, .why-upgrade-cards.two {
    flex-flow: column;
    display: flex;
  }

  .connect-cards-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .connect-card-content-wrapper {
    margin-left: 1em;
  }

  .why-upgrade-cta-content {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .whats-included-upgrade {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .whats-included-upgrade-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .whats-included-content-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .icon-wrapper.is-absolute {
    margin: 0;
    position: static;
  }

  .whats-included-image {
    width: 100%;
    height: 25em;
  }

  .whats-included-image-wrapper {
    max-width: 70%;
  }

  .whats-included-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .upgrade-testimonials-wrapper {
    flex-flow: column;
    display: flex;
  }

  .testimonial-bg-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .faq-dropdown-toggle {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .upgrade-cta-component {
    text-align: center;
  }

  .upgrade-steps-wrapper.three {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .upgrade-step-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .upgrade-step-wrapper._2nd {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

  .upgrade-step-wrapper._3rd {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .upgrade-step-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .line-step-wrapper {
    display: none;
  }

  .anchor-link {
    top: -6%;
  }

  .btn-absolute-wrapper.is-bottom {
    align-self: flex-start;
    position: static;
  }

  .form-radio-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .form-radio-button {
    flex: none;
  }

  .form-radio-btn-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .apply-btn-wrapper, .business-pain-points-wrapper {
    flex-flow: column;
  }

  .business-testimonial-wrapper {
    flex-flow: column;
    display: flex;
  }

  .business-testimonial-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .business-what-you-can-expect-wrapper {
    text-align: center;
  }

  .what-you-can-expect-grid {
    flex-flow: column;
  }

  .business-gallery-img-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    grid-template-rows: 1fr 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: grid;
  }

  .what-you-can-expect-card-wrapper.swiper-slide {
    justify-content: space-between;
    align-items: center;
  }

  .contact-business-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .swiper-btns-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fixed-footer {
    position: static;
  }

  .nav-lottie-animation {
    width: 1.13em;
    height: 1.13em;
  }

  .link-with-line-wrapper.is-bottom {
    display: inline;
  }

  .footer-bottom-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .business-steps-wrapper {
    flex-flow: column;
  }

  .layout-wrapper {
    display: none;
  }

  .category-service-cms-list-wrapper {
    max-width: none;
  }

  .category-service-cms-list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 91vw;
    padding-bottom: 1.4em;
    overflow: auto;
  }

  .category-service-cms-list-item {
    flex: none;
  }

  .search-form-wrapper {
    width: 100%;
  }

  .blog_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .privacy-rich-text {
    margin-top: 3em;
  }

  .blog-post-header3_content {
    grid-row-gap: 3rem;
  }

  .blog-content-component {
    flex-flow: column;
  }

  .blog-sticky-component {
    text-align: center;
    order: 9999;
    width: auto;
    position: static;
  }

  .footer-dark-bg {
    display: none;
  }

  .community-news-cms-list {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 91vw;
    padding-bottom: 1.4em;
    overflow: auto;
  }

  .ccoc-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .anchor-pagination {
    height: 10em;
    top: -10em;
  }

  .nav-announcement-close-icon {
    top: .5rem;
    right: .5rem;
  }

  .heading-64-2 {
    font-size: 4em;
    line-height: 1.16667em;
  }

  .industries-cms-list {
    grid-column-gap: 3rem;
    grid-row-gap: 1rem;
    width: 80vw;
  }

  .adspace-cards-wrapper {
    flex-flow: column;
  }

  .made-in-webflow-footer-wrapper {
    margin-left: 0;
    display: flex;
  }

  .copyright-footer-wrapper {
    display: flex;
  }

  .footer-partnered-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .background-video {
    max-height: 20em;
  }

  .page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-100 {
    padding-top: 7em;
    padding-bottom: 7em;
  }
}

@media screen and (max-width: 479px) {
  body {
    text-wrap: pretty;
  }

  .heading-wrapper.is-cta {
    max-width: none;
  }

  .heading-wrapper.m-align-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-18.text-color-secondary {
    font-size: var(--_responsive-variables---paragraph--text-18);
    white-space: normal;
    font-size: var(--_responsive-variables---paragraph--text-18);
    white-space: normal;
  }

  .text-size-16.is-inline {
    display: inline;
  }

  .heading-64 {
    font-size: var(--_responsive-variables---heading--h-64);
  }

  .heading-48.text-weight-500 {
    font-size: var(--_responsive-variables---heading--h-40);
    font-size: var(--_responsive-variables---heading--h-40);
  }

  .heading-24.text-weight-500, .heading-24.is-sponsor, .heading-24.text-weight-500, .heading-24.is-sponsor {
    font-size: var(--_responsive-variables---heading--h-32);
  }

  .text-size-24.text-weight-500 {
    font-size: var(--_responsive-variables---paragraph--text-24);
    font-size: var(--_responsive-variables---paragraph--text-24);
  }

  .text-size-20.text-color-secondary {
    font-size: var(--_responsive-variables---paragraph--text-20);
  }

  .text-size-20.text-weight-600 {
    font-size: var(--_responsive-variables---spacing--24);
  }

  .text-size-20.text-weight-600.is-nav-ad {
    font-size: 1.125rem;
  }

  .text-size-20.m-24 {
    font-size: var(--_responsive-variables---spacing--24);
  }

  .text-size-14.is-inline {
    display: inline;
  }

  .text-size-14.is-nav-ad {
    font-size: .75em;
  }

  .margin-bottom-48.m-40 {
    margin-bottom: var(--_responsive-variables---spacing--40);
    margin-bottom: var(--_responsive-variables---spacing--40);
  }

  .brand {
    max-width: 9em;
  }

  .brand.w--current {
    justify-content: flex-start;
    max-width: 8.5em;
  }

  .brand.is-footer.w--current {
    max-width: 10em;
  }

  .brand.main-logo {
    width: 8.5em;
    max-width: none;
  }

  .brand.main-logo.w--current {
    width: 8.5em;
  }

  .brand.client-logo {
    aspect-ratio: 2.39;
    width: 100%;
    max-width: none;
    max-height: 3.2em;
  }

  .nav-menu {
    --_responsive-variables---paragraph--text-16: 1em;
    --_responsive-variables---heading--h-56: 3em;
    --_responsive-variables---heading--h-48: 2.5em;
    --_responsive-variables---heading--h-40: 2em;
    --_responsive-variables---heading--h-32: 1.25em;
    --_responsive-variables---heading--h-24: 1.125em;
    --_responsive-variables---heading--h-20: 1em;
    --_responsive-variables---spacing--150: 7.5em;
    --_responsive-variables---paragraph--text-18: 1em;
    --_responsive-variables---heading--h-64: 2.75em;
    --_responsive-variables---paragraph--text-24: 1.25em;
    --_responsive-variables---spacing--8: .5em;
    --_responsive-variables---paragraph--text-20: 1.125em;
    --_responsive-variables---spacing--24: 1.25em;
    --_responsive-variables---paragraph--text-14: .875em;
    --_responsive-variables---spacing--16: 1em;
    --_responsive-variables---spacing--32: 2em;
    --_responsive-variables---spacing--48: 3em;
    --_responsive-variables---spacing--40: 2.5em;
    --_responsive-variables---spacing--64: 4em;
    --_responsive-variables---spacing--184: 6em;
    --_responsive-variables---spacing--80: 3em;
    --_responsive-variables---spacing--224: 6em;
    --_responsive-variables---spacing--112: 6em;
    --_responsive-variables---spacing--96: 6em;
    --_responsive-variables---paragraph--text-12: .75em;
    --_responsive-variables---spacing--75: 4em;
    --_responsive-variables---paragraph--text-10: .625em;
    --_responsive-variables---spacing--56: 3.5em;
    --_responsive-variables---spacing--72: 4.5em;
    height: 90vh;
    max-height: 90vh;
  }

  .nav-menu-item {
    text-align: left;
  }

  .section-footer-components {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-item-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-wrapper {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.25em;
  }

  .footer-item {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-item.is-form {
    max-width: none;
    margin-bottom: 0;
  }

  .footer-year-wrapper.left-side {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .section-spacing-wrapper {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-40.text-weight-500 {
    font-size: var(--_responsive-variables---heading--h-40);
    font-size: var(--_responsive-variables---heading--h-40);
  }

  .style-button_sizes {
    width: 10.6465em;
    height: auto;
  }

  .btn-primary:where(.w-variant-d6ae8aaa-03ac-32f6-f2c9-de22b0ce69bd), .btn-primary.dark-7, .btn-primary.no-hover, .btn-primary.dark-7, .btn-primary.no-hover {
    text-align: center;
  }

  .style-button_list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-join-waitlist.bg-pattern {
    background-image: radial-gradient(circle farthest-side at 0 100%, #fff 93%, #fff0 98%), url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68db3eb5341e46ac2cae545b_Pattern%20-%20BG.svg");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .global-tag {
    background-color: var(--swatch--default-white);
    text-align: center;
    flex-flow: row;
    width: auto;
  }

  .global-tag.is-block {
    display: block;
  }

  .global-tag.is-lifetime {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .tag-dot.is-green {
    margin-right: .7rem;
    display: inline-flex;
  }

  .form-field.is-message {
    height: 12em;
  }

  .form-field.is-dropdown-second {
    padding-right: 3em;
  }

  .form-field.is-search {
    background-size: 5%;
    width: 100%;
    padding-left: 2.2em;
  }

  .waitlist-form {
    grid-column-gap: var(--_responsive-variables---spacing--48);
    grid-row-gap: var(--_responsive-variables---spacing--48);
  }

  .waitlist-form-fields {
    flex-flow: column;
  }

  .bg-pattern {
    background-image: url("https://cdn.prod.website-files.com/688d3de6e3d779680d7a22cb/68db3eb5341e46ac2cae545b_Pattern%20-%20BG.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer-logos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-link-item-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 3em;
  }

  .footer-right-wrapper {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-svg {
    max-width: 16em;
  }

  .hero-heading-wrapper.is-search, .hero-heading-wrapper.is-tags {
    text-wrap: auto;
  }

  .hero-heading-wrapper.is-contact {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading-wrapper.is-search, .hero-heading-wrapper.is-tags {
    text-wrap: auto;
  }

  .padding-section-t64-b150, .padding-section-b150 {
    padding-bottom: var(--_responsive-variables---spacing--150);
  }

  .connect-cards-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .connect-card-content-wrapper {
    margin: 0;
  }

  .whats-included-list-item {
    border-top: 1px #000;
    border-bottom: 1px #000;
  }

  .whats-included-list-item.no-margin {
    text-align: left;
    border-bottom-style: none;
    justify-content: space-between;
    align-items: center;
  }

  .whats-included-list-item.is-last {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #dfe1e7;
  }

  .icon-wrapper.is-absolute {
    z-index: 3;
    z-index: 3;
    position: relative;
    top: 0%;
  }

  .img-full-width.opacity-30 {
    opacity: .49;
    opacity: .49;
  }

  .whats-included-image-wrapper {
    max-width: none;
  }

  .whats-included-content {
    border-top: 1px #dfe1e7;
    margin-top: 0;
    padding-top: 2.5em;
  }

  .star-icon {
    object-fit: contain;
    width: 1.5em;
  }

  .listing-features-list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checklist-icon {
    flex: none;
  }

  .testimonial-bg-wrapper {
    padding: 1.5em;
  }

  .testimonial-name-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-name-wrapper.is-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-color: #dfe1e7;
    flex-flow: column;
    order: -9999;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 2em;
  }

  .upgrade-testimonials_name {
    margin-left: 0;
  }

  .upgrade-cta-component {
    padding: 2em;
  }

  .relative-button.is-flex-horizontal {
    flex-flow: column;
  }

  .line-step-wrapper {
    z-index: -1;
    opacity: .5;
    display: block;
    position: absolute;
    top: 12px;
  }

  .anchor-link.is-lower {
    top: -1%;
  }

  .btn-absolute-wrapper {
    position: static;
  }

  .btn-absolute-wrapper.is-bottom {
    max-width: 14rem;
  }

  .apply-form-fields {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-radio-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-radio-btn-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .form-checklist-wrapper {
    flex-flow: column;
  }

  .form-checklist-item {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .apply-btn-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-group.mobile-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .business-hero-heading {
    width: 100%;
  }

  .business-hero-cta-btn-wrapper {
    flex-flow: wrap;
  }

  .business-hero-checklist-item-wrapper, .business-checklist-rich-text, .business-checklist-rich-text ul {
    width: 100%;
  }

  .business-checklist-rich-text ul {
    width: 100%;
  }

  .business-checklist-rich-text li {
    white-space: normal;
    width: 100%;
  }

  .business-gallery-img-grid {
    display: flex;
  }

  .business-gallery-img {
    overflow: hidden;
  }

  .what-you-can-expect-card-wrapper.swiper-slide {
    justify-content: space-between;
    align-items: center;
  }

  .business-contact-details {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .contact-box-wrapper {
    flex-flow: column;
    max-height: none;
    display: flex;
  }

  .what-you-can-expect-number-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .business-tag-icon {
    flex: none;
    max-width: 1em;
  }

  .business-tag {
    background-color: var(--swatch--default-white);
    text-align: left;
    flex-flow: row;
    width: auto;
  }

  .listing-pop-up-wrapper {
    inset: auto auto 117% 0%;
  }

  .nav-lottie-animation {
    width: .9em;
    height: .9em;
  }

  .nav-link-wrapper {
    padding-top: .2em;
    padding-bottom: .2em;
  }

  .nav-menu-bottom-wrapper {
    z-index: 4;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .nav-ad-wrapper {
    margin-top: 1.125rem;
  }

  .nav-ad-img-wrapper {
    height: 11em;
  }

  .link-with-line-wrapper.is-bottom {
    display: inline-block;
  }

  .footer-bottom-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .progress-circl-wrapper {
    transform: scale(1.2);
  }

  .flex-h-wrapper {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    white-space: nowrap;
    flex-flow: row;
    margin-top: .5em;
    display: flex;
  }

  .flex-h-wrapper.hide {
    white-space: nowrap;
    white-space: nowrap;
  }

  .bookmark-icon {
    flex: none;
    margin-right: 0;
    display: inline;
  }

  .business-card-cms-list {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .business-card-cms-list-item.is-sponsor {
    padding: 1.5em .5em;
  }

  .business-card-item-wrapper {
    margin-bottom: 0;
  }

  .card-learn-more-wrapper.is-sponsor {
    padding-left: .5em;
    padding-right: .5em;
  }

  .items-and-layout-wrapper {
    margin-top: 1.5rem;
  }

  .category-service-cms-list, .filter-form {
    width: 100%;
  }

  .search-form-wrapper {
    flex-flow: column;
    width: 84%;
  }

  .filter-form-block {
    width: 100%;
  }

  .add-your-business-wrapper {
    white-space: nowrap;
  }

  .is-inline {
    display: inline;
  }

  .locked-content-wrapper {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .blurred-bg-wrapper {
    -webkit-backdrop-filter: blur(52%) blur(100%);
    backdrop-filter: blur(52%) blur(100%);
    background-color: #fffefee6;
  }

  .locked-content {
    padding-bottom: 2em;
    position: sticky;
    top: 6em;
  }

  .lock-in-text {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .blog_list {
    grid-row-gap: 3.25rem;
  }

  .client-logo {
    object-fit: contain;
    object-position: 0% 50%;
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .privacy-rich-text.v3 p {
    font-size: var(--_responsive-variables---paragraph--text-18);
    font-size: var(--_responsive-variables---paragraph--text-18);
    font-size: var(--_responsive-variables---paragraph--text-18);
  }

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

  .blog-content-component {
    flex-flow: column;
  }

  .news-rich-text h3 {
    font-size: 1.5rem;
  }

  .news-rich-text h4 {
    font-size: 1.4rem;
  }

  .news-rich-text h5 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }

  .blog-sticky-component {
    order: 9999;
    padding: 2em;
  }

  .more-news-heading {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-dark-bg {
    display: none;
  }

  .bg-blurred-wrapper {
    -webkit-backdrop-filter: blur(52%) blur(100%);
    backdrop-filter: blur(52%) blur(100%);
    background-color: #fffefee6;
  }

  .west-coast-ad {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .community-news-cms-list {
    width: 100%;
  }

  .ccoc-logo {
    max-width: 10em;
  }

  .announcement-content-wrapper {
    text-align: center;
    max-width: 21rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .button-primary_wrapper.is-nav {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: inline-flex;
  }

  .nav-announcement-close-icon {
    z-index: 1;
    width: .8rem;
    height: .8rem;
    top: .75rem;
    right: .75rem;
  }

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

  .footer-tags-link-wrapper.is-bottom {
    display: inline-block;
  }

  .global-tag-2 {
    text-align: center;
    background-color: #fff;
    flex-flow: row;
    width: auto;
  }

  .global-tag-2.is-block {
    display: block;
  }

  .heading-64-2 {
    font-size: 4em;
  }

  .text-size-14-2.is-inline {
    display: inline;
  }

  .industries-cms-list {
    grid-column-gap: 5.4rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 0;
  }

  .brand-logo-img {
    margin-left: -.25rem;
  }

  .tags-link-footer.is-bottom {
    display: inline-block;
  }

  .eden-growth-ad {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .made-in-webflow-footer-wrapper {
    margin-left: 0;
  }

  .copyright-footer-wrapper {
    width: 100%;
    display: block;
  }

  .footer-partnered-wrapper {
    display: block;
  }

  .background-video {
    max-height: 12em;
  }

  .built-by-khula-wrapper {
    margin-top: 1em;
    margin-left: 0;
    display: inline;
  }
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f7d6-8c791bff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f7d8-8c791bff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f7da-8c791bff {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f7de-8c791bff {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f7dc-8c791bff {
  grid-area: 2 / 3 / 4 / 5;
}

#w-node-_284fc467-a822-20e9-3c74-91410e59f85e-8c791bff, #w-node-d298934e-4e13-03b4-415c-d0da4cd50f97-4cd50f77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_284fc467-a822-20e9-3c74-91410e59f7d6-8c791bff {
    grid-row: span 1 / span 1;
  }

  #w-node-_284fc467-a822-20e9-3c74-91410e59f7d8-8c791bff {
    grid-column: span 1 / span 1;
  }

  #w-node-_284fc467-a822-20e9-3c74-91410e59f7da-8c791bff {
    grid-row: span 1 / span 1;
  }

  #w-node-_284fc467-a822-20e9-3c74-91410e59f7de-8c791bff, #w-node-_284fc467-a822-20e9-3c74-91410e59f7dc-8c791bff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
