:root {
  --alley-component-library--gray--800: #26272c;
  --alley-component-library--gray--100: #b2b3bd;
  --alley-component-library--neutral--black: black;
  --alley-component-library--blue--700: #7788f8;
  --alley-component-library--neutral--off-white: #f4f4f6;
  --alley-component-library--gray--500: #5e606e;
  --alley-component-library--blue--900: #363636;
  --alley-component-library--gray--0: #dedfe3;
  --alley-component-library--red--200: #fdd8e0;
  --alley-component-library--green--400: #c5e7d1;
  --alley-component-library--gray--300: #868898;
  --alley-component-library--blue--100: #eceefe;
  --alley-component-library--gray--900: #131316;
  --alley-component-library--gray--700: #383942;
  --alley-component-library--orange--900: #f69351;
  --alley-component-library--blue--800: #6478f7;
  --alley-component-library--neutral--white: white;
  --grey: var(--alley-component-library--gray--800);
  --test: var(--alley-component-library--red--200);
}

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

body {
  color: #333;
  letter-spacing: -.014em;
  font-family: Synonym, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  letter-spacing: 0;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-banner-button-small {
  background-color: var(--alley-component-library--gray--800);
  color: var(--alley-component-library--gray--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.a-banner-button-small:hover {
  color: var(--alley-component-library--neutral--black);
  background-color: #fff;
}

.a-banner-strong-text {
  color: var(--alley-component-library--blue--700);
  font-weight: 700;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  line-height: 1.8;
}

.a-banner-icon {
  background-color: var(--alley-component-library--gray--800);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.a-banner-announcement {
  background-color: var(--alley-component-library--neutral--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-bar {
  z-index: 100000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffd9;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.a-icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-footer-icon-wrapper {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-footer-language {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.a-footer-link-small {
  color: var(--alley-component-library--gray--500);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link-small:hover {
  color: var(--alley-component-library--blue--900);
  text-decoration: underline;
}

.a-footer-legal {
  grid-column-gap: 32px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.a-footer-divider-small {
  background-color: var(--alley-component-library--gray--0);
  width: 100%;
  height: 1px;
}

.a-footer-link {
  color: var(--alley-component-library--gray--500);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.a-footer-link:hover {
  color: var(--alley-component-library--blue--900);
}

.a-footer-link-block {
  grid-column-gap: 8px;
  grid-row-gap: 14px;
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.a-subheading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-footer-link-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 60px;
  display: none;
}

.a-error-message {
  background-color: var(--alley-component-library--red--200);
}

.a-success-message {
  background-color: var(--alley-component-library--green--400);
}

.a-button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  border-radius: 9px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 11px 20px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  box-shadow: inset 0 -2px 1px #000;
}

.a-button-primary:hover {
  background-image: linear-gradient(#0009, #0009);
}

.a-button-primary:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-button-primary.nav-bar {
  margin-left: 10px;
}

.a-button-primary.nav-bar-button {
  min-height: auto;
  margin-left: 12px;
  padding: 5px 12px 6px;
  font-size: 16px;
}

.a-button-primary.alternate {
  outline-offset: -1px;
  color: #000;
  background-color: #fff;
  outline: 1px solid #0000004d;
  box-shadow: inset 0 -2px 1px #00000080;
}

.a-button-primary.alternate:hover {
  background-image: linear-gradient(#00000026, #00000026);
}

.a-button-primary.in-form {
  border-radius: 9px;
  align-self: center;
  margin-right: 14px;
  padding: 5px 12px;
  font-family: Inter, sans-serif;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.a-button-primary.top-left-corner {
  position: absolute;
  inset: 24px auto auto 24px;
}

.a-button-primary.top-left-corner.w--current {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
}

.a-button-primary.top-left-corner.white.w--current {
  color: #000;
  letter-spacing: 0;
  background-color: #f3f3f3;
}

.a-footer-text-field {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  color: #000;
  background-color: #f5f5f5;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 24px 12px 48px;
  font-size: 16px;
  transition: border .2s;
}

.a-footer-text-field:focus {
  border-style: solid;
  border-color: var(--alley-component-library--blue--900);
}

.a-footer-form-icon {
  z-index: 1;
  filter: brightness(0%);
  position: absolute;
  inset: auto auto 13px 14px;
}

.a-footer-input-wrapper {
  flex: 1;
  position: relative;
}

.a-footer-form {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.a-footer-form-block {
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
}

.a-icon-button {
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-icon-button:hover {
  background-color: var(--alley-component-library--neutral--off-white);
  color: var(--alley-component-library--neutral--black);
}

.a-footer-social {
  grid-column-gap: 8px;
  display: flex;
}

.a-footer-divider {
  background-color: var(--alley-component-library--gray--0);
  width: 1px;
  height: 32px;
}

.a-footer-logo-link {
  margin-left: -16px;
}

.a-footer-main-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.a-footer-detail-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.a-container-regular {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.a-section-regular.top-line {
  color: #2b2b2b;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/ian-macdonald-pmqTJDVbKdM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-top: 1px dotted #0000004d;
}

.a-header-grid-image {
  border-radius: 8px;
  width: 100%;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000000d;
}

.a-header-grid-column {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.a-header-image-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  align-items: start;
  width: 100%;
  margin-top: 75px;
  padding-right: 5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.a-header-image-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 40%;
  height: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-header-logo-block {
  grid-column-gap: 44px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

.a-paragraph-small-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-header-logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  color: var(--alley-component-library--gray--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 140px;
  display: flex;
}

.a-caption {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-header-play {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-header-button-wrapper {
  align-items: center;
}

.a-paragraph-regular {
  max-width: 600px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 31px;
}

.a-span-underline {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-h1-heading {
  color: var(--alley-component-library--gray--900);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.a-margin-bottom-48 {
  margin-bottom: 48px;
}

.a-detail-small {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.a-detail-small.a-text-color-primary {
  color: var(--alley-component-library--blue--900);
}

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

.a-header-content {
  color: var(--alley-component-library--gray--700);
  max-width: 650px;
  margin-top: 24px;
}

.a-header-block {
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  display: flex;
}

.a-header-section {
  padding: 120px 5% 120px 2%;
  position: relative;
  overflow: hidden;
}

.a-header-dashboard {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-paragraph-regular-2 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.a-paragraph-regular-2.small-width {
  max-width: 600px;
}

.a-h1-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-h1-heading-2.centered {
  text-align: center;
}

.a-margin-bottom-49 {
  margin-bottom: 16px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-section-header {
  border-top: 1px solid #00000026;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.a-h5-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.4;
}

.a-content-card-primary {
  grid-row-gap: 32px;
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.a-content-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 32px;
}

.numbers {
  color: #3336;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 400;
}

.text-block {
  text-align: center;
  border-radius: 7px;
  padding: 7px 12px;
  font-weight: 500;
}

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

.text-span {
  color: #333;
}

.a-paragraph-small-3 {
  margin-bottom: 0;
  line-height: 1.8;
}

.a-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.a-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-feature-icon {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-feature-card {
  border: 1px solid var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  padding: 24px;
}

.a-text-color-orange-900 {
  color: var(--alley-component-library--orange--900);
}

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-2:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-2:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-large {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.a-feature-text-grid {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.a-feature-card-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.a-h3-heading {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hepta Slab, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.a-h3-heading.a-weight-bold {
  font-weight: 700;
}

.a-h3-heading.white {
  color: #fff;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-feature-title {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  margin-right: auto;
  display: flex;
}

.a-section-large {
  padding: 120px 5%;
  display: none;
  position: relative;
}

.a-h2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 1.2;
}

.a-h2.centered {
  text-align: center;
}

.a-margin-bottom-12 {
  margin-bottom: 12px;
}

.a-pricing-footnote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-button-primary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-square:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.a-prcing-feature-wrap {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.a-pricing-features-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.a-margin-bottom-32 {
  margin-bottom: 32px;
}

.a-margin-bottom-50 {
  margin-bottom: 8px;
}

.a-pricing-badge {
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.a-pricing-card-detail {
  justify-content: space-between;
  display: flex;
}

.a-margin-bottom-24 {
  margin-bottom: 24px;
}

.a-pricing-card {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  padding: 24px 32px 32px;
  display: flex;
}

.a-button-secondary-square {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square:hover {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-secondary-square:active {
  background-color: #d8d7df;
}

.a-pricing-grid-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.a-paragraph-regular-3 {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.a-paragraph-regular-3.bold {
  font-weight: 500;
}

.a-title-wrap-center-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-margin-bottom-64 {
  color: #6e6e6e;
  margin-bottom: 64px;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-2 {
  color: var(--alley-component-library--gray--500);
}

.nav-bar-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.nav-bar-link {
  color: #000;
  letter-spacing: 0;
  border-radius: 6px;
  padding: 7px 10px 8px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-bar-link:hover {
  background-color: #f7f7f7;
}

.link-block {
  margin-top: 2px;
}

.link-block.w--current {
  margin-left: -16px;
}

.a-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.a-faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.a-faq-content {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.a-faq-arrow {
  border: 1px solid var(--alley-component-library--gray--0);
  background-color: var(--alley-component-library--neutral--white);
  color: var(--alley-component-library--gray--300);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.a-subheading-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.8;
}

.a-faq-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.a-faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.a-faq-toggle:hover {
  color: var(--alley-component-library--blue--900);
}

.a-faq-dropdown {
  border-bottom: 1px solid var(--alley-component-library--gray--0);
  background-color: #fff;
  padding: 24px 32px;
  transition: all .3s;
  display: block;
}

.a-faq-dropdown.a-faq-remove-line {
  border-bottom-style: none;
}

.a-faq-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 64px;
}

.a-h3-heading-2 {
  color: var(--alley-component-library--gray--900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1.2;
}

.a-detail-small-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-65 {
  margin-bottom: 16px;
}

.a-title-wrap-center-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small-2 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.a-text-color-orange-901 {
  color: var(--alley-component-library--orange--900);
}

.a-caption-2 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-3:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-3:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-feature-button-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.a-paragraph-regular-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.a-icon-extra-small {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.a-button-arrow-icon {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: var(--alley-component-library--blue--900);
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: var(--alley-component-library--blue--800);
}

.a-subheading-regular-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-66 {
  margin-bottom: 8px;
}

.a-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-67 {
  margin-bottom: 16px;
}

.a-feature-links-grid {
  grid-template-rows: auto;
  margin-top: 48px;
  margin-bottom: 48px;
}

.a-span-underline-2 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: var(--alley-component-library--blue--900);
}

.a-h3-heading-3 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-detail-regular-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-feature-content {
  max-width: 500px;
}

.a-feature-grid {
  grid-column-gap: 72px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-large-2 {
  padding: 120px 5%;
  display: none;
  position: relative;
}

.a-cta-image-bottom-right {
  width: 65%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.a-cta-image-top {
  width: 45%;
  margin-bottom: 18px;
}

.a-cta-image-wrapper {
  width: 100%;
  max-width: 430px;
  margin-left: auto;
  position: relative;
}

.a-cta-icon-circle {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-cta-link-wrapper {
  grid-column-gap: 16px;
  color: var(--alley-component-library--neutral--black);
  align-items: center;
  display: flex;
}

.a-cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  max-width: 430px;
  display: flex;
  overflow: hidden;
}

.a-cta-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.a-h5-heading-2 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}

.a-margin-bottom-68 {
  margin-bottom: 16px;
}

.a-cta-grid {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.a-cta-grid-wrapper {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 32px;
  padding: 64px 5%;
}

.a-section-regular-3 {
  padding: 92px 5%;
  display: none;
  position: relative;
}

.a-margin-bottom-69 {
  margin-bottom: 16px;
}

.a-blog-footer-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-text-link-regular {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-subheading-large-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image-border {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 24px;
  width: 100%;
  height: 270px;
  margin-bottom: 16px;
  overflow: hidden;
}

.a-blog-card-centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.a-blog-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 32px;
}

.a-margin-bottom-70 {
  margin-bottom: 24px;
}

.a-blog-title-wrapper-l {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-x-small-3 {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span-3 {
  font-weight: 700;
}

.number-outline {
  background-color: #0000001f;
  border-radius: 4px;
  margin-right: 6px;
  padding: 3px;
}

.number {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.list-item-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image {
  filter: brightness(10000%);
}

.div-block {
  flex: 1;
}

.a-header-dashboard-2 {
  width: 100%;
  height: 100%;
  margin-top: 64px;
}

.a-caption-3 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-small-3 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-header-play-2 {
  background-color: var(--alley-component-library--blue--100);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-button-video-2 {
  grid-column-gap: 12px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 24px 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.a-button-video-2:hover {
  background-color: var(--alley-component-library--neutral--off-white);
}

.a-button-video-2:active {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-4:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-4:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-header-button-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
}

.a-paragraph-regular-6 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-span-underline-3 {
  border-bottom: 6px solid var(--alley-component-library--blue--900);
  color: #43445f;
}

.a-h1-heading-3 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.a-margin-bottom-71 {
  margin-bottom: 48px;
}

.a-detail-small-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-detail-small-3.a-text-color-primary, .a-text-color-primary-2 {
  color: var(--alley-component-library--blue--900);
}

.a-margin-bottom-72 {
  margin-bottom: 16px;
}

.a-title-wrap-center-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-header-2 {
  background-image: linear-gradient(#fffc, #fff 47% 65%, #fffc), url('../images/j-king-ebuixpviQH0-unsplash.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 2080px;
  padding-top: 120px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: relative;
}

.section {
  background-color: #000;
  background-image: url('../images/Brokerful-pattern.svg'), linear-gradient(221deg, #daffe1, #ffe2da 37%, #fff8da 74%, #ffe3da);
  background-position: 0 0, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  padding: 70px 24px 108px;
  display: flex;
}

.header-content {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  align-items: center;
  display: flex;
}

.div-block-2 {
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.image-holder {
  background-image: linear-gradient(138deg, #0000 62%, #000), url('../images/Andrew-Mead-Home.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 9px;
  flex: 1;
  height: 400px;
  position: relative;
}

.text-block-2 {
  color: #fff;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  inset: auto 24px 24px auto;
}

.nav-bar-container {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  max-width: 1280px;
  display: flex;
}

.div-block-3 {
  margin-bottom: 14px;
}

.text-span-4 {
  font-family: PT Sans, sans-serif;
}

.testimonial-section {
  border-bottom: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  padding: 86px 24px;
  display: flex;
}

.testimonial-content {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  font-size: 24px;
  line-height: 140%;
}

.testimonial-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 720px;
  display: flex;
}

.testimonial-attribution {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
  max-width: 460px;
  display: flex;
}

.author {
  font-family: Sedgwick Ave, sans-serif;
  font-size: 24px;
}

.div-block-4 {
  background-color: #dbdbdb;
  width: 1px;
  height: 60px;
}

.text-block-3 {
  text-align: left;
  font-size: 13px;
  line-height: 16px;
}

.text-block-4 {
  color: #00948f;
  font-size: 15px;
  font-weight: 600;
}

.features-section {
  border-bottom: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  padding: 20px 24px 44px;
  display: flex;
}

.features-content {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -56px;
  display: flex;
}

.grid-item {
  color: #333;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  flex-direction: column;
  flex: 1;
  height: 250px;
  padding: 18px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.grid-item:hover {
  background-image: linear-gradient(#ffffffb3, #fff0);
  box-shadow: 0 5px 8px #0000001a;
}

.image-2 {
  opacity: .51;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-5 {
  margin-bottom: 4px;
  font-size: 16.5px;
  font-weight: 600;
}

.text-block-6 {
  color: #838383;
}

.arrow-button {
  letter-spacing: 0;
  background-color: #f5f5f5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
}

.image-3 {
  filter: brightness(0%) hue-rotate(296deg);
  width: 28px;
  margin-bottom: 8px;
}

.features-content-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
}

.image-4 {
  border-radius: 200px;
  width: 56px;
}

.div-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.product-section {
  background-color: #ffe2da;
  background-image: linear-gradient(221deg, #daffe1, #ffe2da 37%, #f3ffda 74%, #ffe3da);
  justify-content: center;
  align-items: center;
  padding: 72px 24px;
  display: none;
}

.image-holder-copy {
  border-radius: 9px;
  flex: 1;
  height: 400px;
  position: relative;
}

.product-content {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  align-items: center;
  display: flex;
}

.a-header-content-copy {
  color: var(--alley-component-library--gray--700);
  max-width: 400px;
}

.div-block-2-copy {
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 42px;
  display: flex;
}

.text-span-5 {
  color: #a3a3a3;
  font-weight: 400;
}

.form {
  display: flex;
}

.form:focus {
  color: #001aff;
}

.text-field {
  color: #000;
  background-color: #220c0c00;
  border: 1px #000;
  border-radius: 6px;
  flex: 1;
  margin-bottom: 0;
  padding: 0 77px 0 0;
  font-size: 18px;
  transition: all .2s;
}

.text-field:hover {
  color: #ff4144;
}

.text-field:focus {
  color: #4254f8;
}

.text-field:focus-visible {
  color: #000;
}

.text-field[data-wf-focus-visible] {
  color: #000;
}

.text-field::placeholder {
  color: #0000008c;
  font-weight: 300;
}

.form-block {
  flex: 1;
  margin-bottom: 0;
}

.disclaimer-text {
  opacity: .6;
  font-size: 12px;
  line-height: 16px;
}

.a-paragraph-regular-copy {
  color: #000;
  margin-bottom: -10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

.action-area {
  background-color: #2525251f;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  max-width: 500px;
  margin-top: 24px;
  margin-bottom: 6px;
  padding: 6px 10px 2px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -2px 1px #0000001a;
}

.action-area.own-page {
  max-width: 100%;
  margin-top: 0;
}

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

.button {
  position: absolute;
  inset: 2% auto auto 2%;
}

.zillow-page-content {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
}

.image-5 {
  opacity: .2;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  opacity: .55;
  width: 16px;
  margin-right: 4px;
}

.heading {
  text-align: center;
}

.paragraph-3 {
  margin-top: 42px;
}

.lottie-animation {
  z-index: -1;
  width: 150px;
  position: absolute;
}

.map-animation {
  filter: hue-rotate(279deg);
  width: 200px;
  margin-top: -100px;
  margin-bottom: -32px;
}

.success-message {
  background-color: #feffd6;
  margin-bottom: 6px;
}

.paragraph-4 {
  color: #5f606e;
  margin-top: 24px;
  font-size: 15px;
  line-height: 22px;
}

.vertical-segments {
  justify-content: center;
  align-items: center;
  padding-bottom: 42px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.product-features-content {
  flex-flow: column;
  flex: 1;
  padding-top: 22px;
  display: flex;
}

.feature-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.feature-holder.hidden {
  display: none;
}

.feature-left {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-7 {
  align-self: center;
  margin-bottom: 24px;
}

.feature-text {
  max-width: 500px;
  font-size: 18px;
  line-height: 26px;
}

.text-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-decoration: none;
  display: flex;
}

.arrow {
  letter-spacing: 0;
  font-family: Inter, sans-serif;
}

.left-bottom-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 12px;
  display: flex;
}

.no-top-margin {
  max-width: 520px;
  margin-top: 0;
}

.footer {
  padding: 92px 5%;
  position: relative;
}

.footer.top-line {
  color: #2b2b2b;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/ian-macdonald-pmqTJDVbKdM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  border-top: 1px dotted #0000004d;
}

.cta-content-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.cta-section {
  background-color: #ffe2da;
  background-image: linear-gradient(221deg, #daffe1, #ffe2da 37%, #f3ffda 74%, #ffe3da);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 108px 24px;
  display: flex;
}

.paragraph-5 {
  max-width: 600px;
}

.bold-text {
  font-weight: 500;
}

.features-content-copy {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.corny-section {
  position: relative;
}

.heading-2 {
  color: #fff;
  line-height: 46px;
  position: absolute;
  inset: 42px 0% auto 42px;
}

.text-span-6 {
  font-size: 32px;
}

.background-image {
  background-image: url('../images/j-king-ebuixpviQH0-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
  margin-top: 22px;
}

.background-image._2 {
  background-image: url('../images/ian-macdonald-pmqTJDVbKdM-unsplash.jpg');
  background-position: 50% 15%;
  margin-top: 0;
}

.dots {
  background-image: url('../images/Brokerful-pattern.svg');
  background-position: 0 0;
  background-size: auto;
  height: 32px;
  position: absolute;
  inset: auto 0% -32px;
}

.text-block-7-copy {
  align-self: center;
  margin-bottom: 24px;
}

.heading-3 {
  text-align: center;
  max-width: 700px;
  margin: 29px auto 28px;
  font-size: 24px;
}

.a-caption-4 {
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.a-icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.a-margin-bottom-73 {
  margin-bottom: 12px;
}

.a-pricing-footnote-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 430px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.a-prcing-feature-wrap-2 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.a-subheading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-pricing-feature {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 32px;
  display: none;
}

.a-button-secondary-square-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--alley-component-library--blue--900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-secondary-square-2:hover {
  background-color: var(--alley-component-library--blue--100);
}

.a-button-secondary-square-2:active {
  background-color: #d8d7df;
}

.a-h3-heading-4 {
  color: var(--alley-component-library--gray--900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.a-h3-heading-4.a-weight-bold {
  font-weight: 600;
}

.a-margin-bottom-74 {
  margin-bottom: 16px;
}

.a-margin-bottom-75 {
  margin-bottom: 32px;
}

.a-subheading-large-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-76 {
  margin-bottom: 8px;
}

.a-pricing-card-2 {
  background-color: var(--alley-component-library--neutral--off-white);
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 32px 32px;
  display: flex;
}

.a-button-primary-square-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-square-2:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-square-2:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
}

.a-paragraph-regular-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.a-margin-bottom-77 {
  margin-bottom: 24px;
}

.a-detail-small-4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-title-wrap-center-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-margin-bottom-78 {
  margin-bottom: 64px;
}

.a-container-regular-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.a-section-regular-4 {
  padding: 92px 5%;
  position: relative;
}

.text-span-7 {
  color: #b64545;
  margin-left: 2px;
  font-size: 14px;
  font-weight: 400;
}

.a-text-link-regular-2 {
  color: var(--alley-component-library--blue--900);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.a-margin-bottom-79 {
  margin-bottom: 16px;
}

.a-blog-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-blog-image-border-2 {
  border: 1px solid var(--alley-component-library--gray--0);
  border-radius: 24px;
  width: 100%;
  height: 270px;
  margin-bottom: 16px;
  overflow: hidden;
}

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

.a-button-primary-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--alley-component-library--blue--900);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.a-button-primary-5:hover {
  background-color: var(--alley-component-library--blue--800);
}

.a-button-primary-5:active {
  background-color: var(--alley-component-library--blue--700);
}

.a-margin-bottom-80 {
  margin-bottom: 32px;
}

.a-detail-regular-3 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.a-blog-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-container-regular-5 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 991px) {
  .a-banner-container {
    justify-content: flex-start;
  }

  .a-button-primary {
    display: flex;
  }

  .a-footer-detail-row {
    justify-content: center;
  }

  .a-header-image-grid {
    padding-left: 5%;
  }

  .a-header-image-block {
    max-width: 100%;
    height: 500px;
    position: relative;
  }

  .a-header-logo-wrapper {
    margin-top: 60px;
  }

  .a-header-button-wrapper {
    justify-content: center;
  }

  .a-header-block {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
  }

  .a-header-section {
    padding-bottom: 0;
  }

  .a-content-card-primary {
    justify-content: space-between;
  }

  .a-content-grid-large {
    grid-template-columns: 1fr;
  }

  .a-button-primary-2 {
    display: flex;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-button-primary-square {
    display: flex;
  }

  .a-pricing-grid-columns {
    grid-template-columns: 1fr;
  }

  .a-faq-content {
    width: 100%;
  }

  .a-button-primary-3 {
    display: flex;
  }

  .a-feature-grid {
    grid-template-columns: 1fr;
  }

  .a-cta-image-wrapper {
    max-width: 100%;
  }

  .a-cta-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary-4 {
    display: flex;
  }

  .a-header-button-wrapper-2 {
    justify-content: center;
  }

  .div-block-2 {
    display: none;
  }

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

  .feature-holder {
    flex-flow: column;
  }

  .features-content-copy {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .a-button-primary-square-2 {
    display: flex;
  }

  .a-pricing-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary-5 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .a-banner-button-small, .a-banner-icon {
    position: static;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .a-footer-form {
    flex-direction: column;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-header-image-grid {
    margin-top: 20px;
  }

  .a-header-logo-wrapper {
    flex-direction: column;
  }

  .a-h1-heading {
    font-size: 48px;
  }

  .a-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-h1-heading-2 {
    font-size: 48px;
  }

  .a-section-header {
    padding-top: 72px;
  }

  .a-content-button-wrapper, .a-feature-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .a-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-h2 {
    font-size: 48px;
  }

  .nav-bar-link {
    display: none;
  }

  .a-h3-heading-2 {
    font-size: 40px;
  }

  .a-section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-feature-button-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-feature-links-grid {
    grid-template-columns: 1fr;
  }

  .a-h3-heading-3 {
    font-size: 40px;
  }

  .a-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-cta-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .a-section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .a-blog-grid-small {
    grid-template-columns: 1fr;
  }

  .a-h1-heading-3 {
    font-size: 48px;
  }

  .a-section-header-2 {
    padding-top: 72px;
  }

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

  .heading-small {
    font-size: 48px;
  }

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

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

  .a-h3-heading-4 {
    font-size: 40px;
  }

  .a-section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

@media screen and (max-width: 479px) {
  .a-footer-legal {
    flex-direction: column;
  }

  .a-footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .a-footer-link-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary {
    width: 100%;
  }

  .a-button-primary.in-form {
    max-width: 60px;
  }

  .a-footer-divider {
    display: none;
  }

  .a-footer-main-wrapper {
    flex-direction: column;
  }

  .a-header-grid-column {
    grid-row-gap: 12px;
  }

  .a-header-image-grid {
    grid-column-gap: 12px;
  }

  .a-header-image-block {
    height: 320px;
  }

  .a-header-button-wrapper {
    flex-direction: column;
  }

  .a-content-card-primary {
    padding: 24px;
  }

  .a-button-primary-2 {
    width: 100%;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr;
  }

  .a-button-primary-square {
    width: 100%;
  }

  .a-paragraph-regular-4 {
    line-height: 1.5;
  }

  .a-subheading-large-2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .a-faq-dropdown {
    padding: 24px 0;
  }

  .a-faq-grid-wrapper {
    margin-top: 14px;
  }

  .a-section-regular-2 {
    padding-bottom: 42px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .a-button-primary-3 {
    width: 100%;
  }

  .a-cta-content {
    flex-direction: column;
  }

  .a-button-primary-4 {
    width: 100%;
  }

  .a-header-button-wrapper-2 {
    flex-direction: column;
  }

  .section {
    padding: 20px 12px 70px;
  }

  .testimonial-section {
    padding: 42px 12px;
  }

  .features-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .features-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-item {
    height: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .arrow-button, .a-paragraph-regular-copy {
    display: none;
  }

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

  .vertical-segments {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-section {
    padding: 42px 12px 64px;
  }

  .features-content-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .a-button-primary-square-2, .a-button-primary-5 {
    width: 100%;
  }
}

#w-node-cf0aab29-6145-f613-1a36-e88d69b998c3-3620e974, #w-node-cf0aab29-6145-f613-1a36-e88d69b998d0-3620e974, #w-node-_38821239-d909-54b3-23cd-3b15e9075d92-3620e974, #w-node-_40522f79-c0b4-0b85-d72a-b551d95acc75-3620e974, #w-node-_1746513e-1820-db1a-b2af-7cfd03ba1b7a-3620e974, #w-node-_62d222c2-3bf7-2c79-f386-6b64bba9b566-3620e974, #w-node-ca4accaf-a805-3579-48ef-b483daf43e44-3620e974, #w-node-ca4accaf-a805-3579-48ef-b483daf43e61-3620e974, #w-node-d26e21da-01f5-2590-14f7-6b8936b31da6-3620e974, #w-node-d26e21da-01f5-2590-14f7-6b8936b31da7-3620e974, #w-node-d26e21da-01f5-2590-14f7-6b8936b31db0-3620e974, #w-node-d26e21da-01f5-2590-14f7-6b8936b31db1-3620e974, #w-node-_4009b0d6-2873-21bb-8be3-a017edd9104f-3620e974, #w-node-_4009b0d6-2873-21bb-8be3-a017edd91057-3620e974, #w-node-_4009b0d6-2873-21bb-8be3-a017edd9105f-3620e974, #w-node-_4009b0d6-2873-21bb-8be3-a017edd91067-3620e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4009b0d6-2873-21bb-8be3-a017edd9106f-3620e974 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4009b0d6-2873-21bb-8be3-a017edd91079-3620e974, #w-node-_4009b0d6-2873-21bb-8be3-a017edd91081-3620e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1617bea9-35bc-0a99-1b4c-a51a4b1521da-3620e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1617bea9-35bc-0a99-1b4c-a51a4b1521db-3620e974, #w-node-_1617bea9-35bc-0a99-1b4c-a51a4b1521e5-3620e974, #w-node-_1617bea9-35bc-0a99-1b4c-a51a4b1521f0-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2e86-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2e8e-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2e96-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2e9e-3620e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2ea6-3620e974 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2eb0-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2eb8-3620e974, #w-node-af91b284-f030-2926-d1d9-b78a6d0b2fd0-3620e974 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61185fc4-034d-b31c-ff64-213119aa33f7-19aa33e2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_61185fc4-034d-b31c-ff64-213119aa3409-19aa33e2, #w-node-_61185fc4-034d-b31c-ff64-213119aa3413-19aa33e2, #w-node-_61185fc4-034d-b31c-ff64-213119aa341d-19aa33e2, #w-node-_61185fc4-034d-b31c-ff64-213119aa3429-19aa33e2, #w-node-_61185fc4-034d-b31c-ff64-213119aa3431-19aa33e2, #w-node-_61185fc4-034d-b31c-ff64-213119aa343d-19aa33e2, #w-node-f566d410-dfdb-7603-6b54-35f6f1fb82e7-c796b1fa, #w-node-f566d410-dfdb-7603-6b54-35f6f1fb8329-c796b1fa, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb218-17159ab2, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb219-17159ab2, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb222-17159ab2, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb223-17159ab2, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb22c-17159ab2, #w-node-_7e7cf666-c23f-3b2a-1adb-4a5c5adfb22d-17159ab2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1617bea9-35bc-0a99-1b4c-a51a4b1521da-3620e974 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4009b0d6-2873-21bb-8be3-a017edd9106f-3620e974, #w-node-_9ead564c-f83f-8b98-4191-6fb1f7fc2ea6-3620e974 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Extralight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Synonym';
  src: url('../fonts/Synonym-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}