:root {
  --main: #5a8360;
  --yellow: #feffb0;
}
a {
    color: #000;
    text-decoration: none;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.banner8_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.section {
  background-color: #f2f4f5;
}

.padding-global {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 10%;
  padding-right: 10%;
}

.text-block {
  text-align: left;
  padding-left: 13px;
  font-size: 16px;
  font-weight: 700;
}

.banner8_icon-wrapper {
  flex: none;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  padding-left: 0;
}

.icon-1x1-small.ico-banner {
  color: #796868;
  background-color: #0000;
}

.text-size-small {
  font-size: .875rem;
}

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

.banner8_close-button {
  margin-left: 1rem;
}

.banner8_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.navigation.nav-bar-main {
  background-color: #fff;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav-link {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link.w--current {
  color: #642eff;
}

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

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  cursor: pointer;
  background-color: #b42318;
  border: 1px solid #000;
  border-radius: 60px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 15px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  background-color: #272727;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

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

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

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

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.heading {
  float: right;
  color: #b42318;
  margin-left: 15px;
  font-family: Varela, sans-serif;
  font-size: 28px;
  position: static;
}

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

.paragraph-regular.text-weight-bold {
  font-weight: 700;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hero-header10_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.rating_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.rating_component.is-horizontal {
  flex-flow: wrap;
}

.rating_star-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-regular {
  letter-spacing: -.011em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-size-regular.text-color-alternate.text-width-50ch {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.section_hero-header10 {
  position: relative;
}

.icon-1x1-small-2 {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.icon-1x1-small-2.is-rating-item {
  color: #facc00;
}

.hero-header10_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h1 {
  letter-spacing: -.01em;
  font-size: 3.5rem;
  line-height: 4rem;
}

.heading-style-h1.text-color-alternate {
  color: #af4747;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 3rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  display: flex;
}

.text-size-small-2 {
  letter-spacing: -.006em;
  font-size: .875rem;
  line-height: 1.25rem;
}

.padding-global-2 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fcfcfc;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #d60535;
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 2px #14141408;
}

.button:hover {
  box-shadow: none;
  background-color: #c50027;
  text-decoration: none;
}

.button:active {
  background-color: #d60535;
}

.button:focus-visible, .button[data-wf-focus-visible] {
  box-shadow: none;
}

.button.is-secondary {
  color: #d50031fa;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px #df030073, 0 1px 2px #14141408;
}

.button.is-secondary:hover {
  background-color: #ff070026;
  box-shadow: 0 0 0 1px #df030073;
}

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

.button.is-secondary:focus-visible, .button.is-secondary[data-wf-focus-visible] {
  outline-offset: 0rem;
}

.button.is-secondary.is-neutral {
  color: #000000de;
  background-color: #fcfcfc;
  box-shadow: 0 0 0 1px #00000026, 0 1px 2px #14141408;
}

.button.is-secondary.is-neutral:hover {
  background-color: #00000017;
  box-shadow: 0 0 0 1px #00000045;
}

.button.is-secondary.is-neutral:active {
  background-color: #0000001f;
}

.button.is-secondary.is-neutral:focus-visible, .button.is-secondary.is-neutral[data-wf-focus-visible] {
  outline-offset: 0rem;
  outline: .125rem solid #00000045;
}

.hero-header10_component {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 43rem;
  height: 100svh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  display: flex;
  position: relative;
}

.eyebrow_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #0000009c;
  letter-spacing: -.006em;
  background-color: #f9f9f9;
  border: 1px solid #00000026;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 2rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  box-shadow: 0 2px 4px #14141408, 0 1px 2px #1414141a;
}

.eyebrow_component.is-align-left {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #1414143d;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.text-color-alternate {
  color: #fcfcfc;
}

.body {
  margin-left: 0;
  padding-left: 0;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.container-large {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.content-image-block {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 488px;
  padding: 32px;
  display: flex;
}

.content-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.section-large {
  padding: 20px 5% 19px;
  position: relative;
}

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

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

.h3-heading {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.paragraph-x-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.subheading-regular {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-2 {
  height: 6%;
}

.text-span {
  color: #5a8360;
  -webkit-text-stroke-color: var(--main);
}

.button-2 {
  float: none;
  clear: none;
  margin-left: 7%;
  padding: 15px 35px;
  display: inline-block;
}

.button-2.feature-btn {
  outline-offset: 1px;
  color: #f0f0f0;
  text-align: center;
  letter-spacing: 1.2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #eedcdc;
  text-transform: capitalize;
  text-overflow: clip;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #b43e3e;
  border-radius: 60px;
  outline: 2.2px solid #e4d9d9;
  margin-left: 0%;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.tab-icon-green {
  background-color: #ebfff5;
  border: 1px solid #d6ffeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tab-icon-orange {
  background-color: #fff2eb;
  border: 1px solid #ffe7d6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.content-tabs-menu-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  max-width: 528px;
  margin-left: 5%;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large-2 {
  background-color: #eee;
  margin-top: 45px;
  padding: 120px 5%;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.tab-progress-bar-base {
  background-color: #edeff3;
  border-radius: 99px;
  width: 100%;
  height: 5px;
  margin-inline: auto;
  inset-block: auto 0;
  inset-inline: 0;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

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

.content-footer {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.tab-progress-bar {
  width: var(--fb-tab-progress, 0);
  background-color: #fe5b25;
  border-radius: 99px;
  height: 5px;
  transition-property: width;
  transition-duration: .125s;
}

.paragraph-x-small {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.tab-link-dropdown {
  overflow: hidden;
}

.text-color-orange {
  color: #fe5b25;
}

.tab-link-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.tab-pane {
  aspect-ratio: 3 / 2;
  border: 1px solid #edeff3;
  border-radius: 24px;
  overflow: hidden;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.content-tabs-row {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.tab-icon-purple {
  background-color: #faf5ff;
  border: 1px solid #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-link-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-gray-800 {
  color: #394151;
}

.code-embed {
  display: none;
}

.container-2 {
  clear: left;
  text-align: left;
}

.image {
  border-radius: 0;
}

.hiw-button-icon {
  color: #8d95a3;
}

.h1-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.hiw-image-wrapper {
  background-color: #edeef1;
  border: 1px dashed #b5bbc4;
  border-radius: 12px;
  width: 100%;
  padding: 8px;
}

.image-cover {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.paragraph-regular-2 {
  color: #49505b;
  letter-spacing: -.12px;
  font-size: 16px;
  line-height: 28px;
}

.hiw-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

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

.hiw-number {
  color: #fff;
  letter-spacing: -.08px;
  background-color: #ce0a0a;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.hiw-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.badge-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  border: 1px dashed #b5bbc4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.section-regular {
  background-color: #a19880;
  padding: 96px 5%;
  position: relative;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 628px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h5-heading {
  color: #25272c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

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

.hiw-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #49505b;
  letter-spacing: -.08px;
  border: 1px solid #d8dbdf;
  border-radius: 8px;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hiw-image-small {
  aspect-ratio: 3.48 / 2.4;
  background-color: #f7f8f8;
  border: 2px solid #fff;
  border-radius: 8px;
  overflow: hidden;
}

.hiw-milestone-step {
  border: 1px solid #d7d7db;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.hiw-milestone-step.step-01 {
  color: #fff;
  background-color: #70d789;
  border-color: #70d789;
}

.hiw-milestone-block {
  height: 300vh;
}

.hiw-milestone-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

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

.h5-heading-2 {
  color: #131315;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
}

.h5-heading-2.text-weight-bold {
  font-weight: 700;
}

.hiw-milestone-line-small {
  background-color: #d7d7db;
  flex-direction: column;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hiw-milestone-sticky {
  position: sticky;
  top: 180px;
}

.hiw-milestone-steps {
  grid-row-gap: 24px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 40px;
  display: flex;
}

.overline-2 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-2.text-color-purple {
  color: #8870d7;
}

.hiw-milestone-line-inner {
  background-color: #70d789;
  width: 1px;
  height: 0%;
}

.hiw-milestone-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

.h2-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.title-wrapper-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 550px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hiw-milestone-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hiw-image-large {
  border: 1.5px solid #e4e4e7;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 3px 3px #e4e4e7;
}

.paragraph-small-4 {
  color: #6b5843;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.paragraph-small-4.text-color-tertiary {
  color: #6b5843;
}

.form-input-light {
  color: #2f261d;
  background-color: #f8f7f2;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-input-light:focus {
  border-color: #ccc3a3;
}

.form-input-light::placeholder {
  color: #6b5843;
}

.row-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-testimonial-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #ccc3a3;
  border-radius: 16px;
  flex-flow: column;
  max-width: 360px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto 12px 12px;
}

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

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 640px;
  margin-bottom: 64px;
  display: flex;
}

.form-field-label {
  color: #6b5843;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.subheading-large {
  color: #2f261d;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-large.text-color-secondary {
  color: #6b5843;
}

.form-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-heading-3 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

.section-large-3 {
  background-color: #f8f7f2;
  padding: 96px 5%;
  position: relative;
}

.section-large-3.background-secondary {
  background-color: #f1efe5;
}

.text-accent {
  color: #487f6a;
  font-style: italic;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-2:hover {
  background-color: #584837;
}

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

.contact-image {
  border-radius: 24px;
  overflow: hidden;
}

.contact-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.column-x-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-large-4 {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

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

.contact-card-outline {
  background-color: #f1efe5;
  border: 1px solid #ccc3a3;
  border-radius: 16px;
  padding: 24px;
}

.contact-feature-pattern {
  position: absolute;
  inset: -10px -10px auto auto;
}

.subheading-x-small {
  color: #2f261d;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.75;
}

.subheading-x-small.text-color-tertiary {
  color: #6b5843;
}

.text-color-red {
  color: #ed775a;
}

.form-text-area-light {
  color: #2f261d;
  background-color: #f8f7f2;
  border: 1px #000;
  border-radius: 8px;
  min-height: 228px;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.form-text-area-light:focus {
  border-color: #ccc3a3;
}

.form-text-area-light::placeholder {
  color: #6b5843;
}

.h6-heading-2 {
  color: #2f261d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.testimonial-avatar {
  border-radius: 99px;
  flex: none;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.paragraph-regular-3 {
  color: #6b5843;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

.f-header-image-wrapper-tall {
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  height: 630px;
  overflow: hidden;
}

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

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

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: #0000;
}

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

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

.f-header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-header-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-h1-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.carousel-horizontal-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 100px;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-button-group {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.fade-gradient-right {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(93deg, #0000, #f8f6f6b5 60%, #f8f6f6);
  width: 15%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-regular-2 {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.text-color-red-600 {
  color: #932525;
}

.fade-gradient-left {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(89deg, #f8f6f6, #f8f6f6b8 48%, #0000);
  width: 15%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header-section {
  background-color: #f8f6f6;
  padding: 86px 5% 48px;
  position: relative;
}

.header-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.paragraph-x-small-2 {
  font-size: 12px;
  line-height: 16px;
}

.carousel-horizontal {
  width: 100%;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.text-color-green-600 {
  color: #2f7561;
}

.header-grid {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h1-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-large:hover {
  background-color: #734573;
}

.button-primary-large.icon-right {
  padding-right: 12px;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-color-blue-600 {
  color: #2f5c98;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.button-outline-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0a0a0a;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline-large:hover {
  color: #361b36;
  background-color: #fafafa;
  border-color: #d4d4d4;
}

.button-outline-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.header-feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #171717;
  flex-direction: row;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.header-divider {
  background-color: #e7e0df;
  width: 1.5px;
  height: 12px;
}

.header-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.header-image-block {
  background-color: #f2eeee;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 488px;
  min-height: 536px;
  padding: 62px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text {
  color: #558ed4;
}

.grid-two-column-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.header-image-wrap {
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  width: 100%;
  max-width: 338px;
  height: 500px;
  margin-bottom: 64px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.header-shape {
  pointer-events: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto -104px 0% auto;
}

.overline-3 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.client-logo-wrapper {
  justify-content: space-between;
  display: flex;
}

.client-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 486px;
  margin-top: 112px;
  display: flex;
}

.button-icon {
  background-color: #f5f5f5;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.client-logo {
  border: 1px solid #f5f5f5;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.button-group-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.client-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.button-video {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #141414;
  letter-spacing: -.02em;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 16px 12px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color .3s, color .3s;
  display: flex;
}

.client-image {
  border-radius: 100%;
  flex: none;
  width: 144px;
  height: 144px;
  overflow: hidden;
}

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

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

.heading-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.header-image {
  object-fit: cover;
  border-radius: 999px;
  width: 100%;
  height: 100%;
  position: relative;
}

.client-avatar {
  background-color: #f5f5f5;
  border-radius: 99px;
  flex: none;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.scroll-link {
  grid-column-gap: 4px;
  color: #3d3d3d;
  letter-spacing: -.02em;
  justify-content: center;
  align-items: center;
  padding: 4px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.section-large-4 {
  background-color: #eaf1f3;
  padding: 120px 5%;
  position: relative;
}

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

.paragraph-large.text-weight-bold {
  font-weight: 700;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.client-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary-3:hover {
  background-color: #3d3d3d;
}

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

.button-link-large {
  grid-column-gap: 16px;
  color: #000;
  letter-spacing: -.02em;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.icon-link {
  color: #141414;
  background-color: #6cd894;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.h2-heading-4 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.paragraph-regular-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.feature-outline-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.feature-outline-l:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

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

.wrap-v-x-small {
  z-index: 5;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.title-wrapper-s {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 440px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature-image-l {
  border-radius: 8px;
  height: 336px;
  overflow: hidden;
}

.overline-4 {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.h6-heading-3 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.h1-heading-4 {
  color: #2f261d;
  letter-spacing: -.03em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.15;
}

.h1-heading-4.text-color-inverse {
  color: #fff;
}

.video-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f7f2;
  border-radius: 99px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  display: flex;
}

.paragraph-x-small-3 {
  color: #6b5843;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
}

.video-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 300px;
  margin-bottom: 300px;
  display: flex;
}

.background-video {
  width: 100%;
  height: 100%;
  position: sticky;
  inset: 0%;
}

.paragraph-x-large-3 {
  color: #6b5843;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-x-large-3.text-color-inverse {
  color: #fff;
}

.text-italics {
  font-style: italic;
}

.author-verified {
  color: #487f6a;
  width: 20px;
  height: 20px;
}

.video-section {
  background-image: url('../images/Noise.png'), radial-gradient(circle at 50% 100%, #0000 50%, #00000080);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 120px, auto;
  padding: 40px 5%;
  position: relative;
}

.button-primary-large-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2a5144;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: #2a5144;
}

.video-badge {
  color: #6b5843;
  background-color: #fff;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
}

.subheading-regular-2 {
  color: #2f261d;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.container-regular-4 {
  z-index: 2;
  width: 100%;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.author-avatar {
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.content-feature-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-x-large-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.column-x-large-2.column-space-between {
  justify-content: space-between;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.container-large-6 {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h2-heading-5 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large-2 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 638px) 1fr;
}

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

.subheading-regular-3 {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-wrapper {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.section-x-large {
  padding: 144px 5%;
}

.button-primary-large-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 37px 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-3:hover {
  background-color: #576b5b;
}

.header-18-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-x-small {
  width: 100%;
  max-width: 628px;
  margin-left: auto;
  margin-right: auto;
}

.h1-heading-5 {
  letter-spacing: -.03em;
  width: 20em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
}

.button-group-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.header-18-section {
  background-image: linear-gradient(#a18a6f4d, #a18a6f4d), url('../images/edward-muntinga-Qcl0YqqGwus-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding: 164px 5%;
  display: flex;
}

.button-secondary-large {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f7f8;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.paragraph-large-3 {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
}

.nav-18-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-18-menu-line {
  transform-origin: center;
  background-color: currentColor;
  border-radius: 4px;
  width: 20px;
  height: 2px;
}

.nav-18-menu-line.line-middle {
  top: 50%;
}

.nav-18-menu-line.line-bottom {
  bottom: 0;
}

.nav-18-menu-burger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-18-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.button-outline-large-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.nav-18-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-18-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-18-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.nav-18-buttons-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.nav-18-menu-button {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 0;
}

.nav-18-menu-button.w--open {
  background-color: #000;
}

.nav-18-link {
  padding: 12px 16px;
  transition: color .3s;
}

.nav-18-link:hover, .nav-18-link.w--current {
  color: #000;
}

.navbar {
  background-color: #fff;
  padding: 16px 5%;
}

.nav-18-brand {
  padding-left: 0;
  padding-right: 0;
}

.button-primary-large-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--main);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 32px 16px;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.text-block-2 {
  clear: right;
  text-align: center;
  flex: 0 auto;
  position: static;
}

.heading-2 {
  clear: none;
}

.content-13-component {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.section-regular-3 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0%;
  position: relative;
}

.content-13-image {
  border-radius: 12px;
  width: 100%;
  max-width: 520px;
  overflow: hidden;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.h2-heading-6 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.overline-small-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.icon-wrapper-regular {
  border: 1px solid #c8d1d9;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.content-13-title {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 628px;
  display: flex;
}

.icon-wrapper-xlarge {
  border: .35rem solid #edf0f2;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: .25rem;
  display: flex;
}

.text-color-secondary {
  color: #2e3138;
  text-align: center;
}

.header-center {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50rem;
  margin-bottom: 4.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.feature_grid-2-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.feature_item-tall {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  border: 1px solid #dde3e8;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.feature_item-tall.s2 {
  background-color: var(--yellow);
}

.feature_item-tall.s3 {
  background-color: #ebe7e7;
}

.feature_footnote-center {
  grid-column-gap: .25rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.feature_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.label-medium {
  letter-spacing: -.18px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.icon-embed-xxsmall {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-3.padding-section-medium {
  margin-top: 54px;
}

.label-xsmall {
  letter-spacing: 0;
  width: 80px;
  font-size: .75rem;
  line-height: 1rem;
}

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

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .5rem;
  padding: .625rem .875rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.button-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-3.is-outline {
  color: #000;
  background-color: #fff;
  box-shadow: 0 2px 1px #95a0b214, inset 0 0 0 1px #dde3e8;
}

.button-3.is-large {
  background-color: #698f67;
  border-radius: .625rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.button-3.is-secondary {
  color: #000;
  background-color: #f5f7f8;
}

.feature_content-small {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-large {
  letter-spacing: -.32px;
  font-size: 1.25rem;
  line-height: 2rem;
}

.text-size-large.text-weight-medium {
  font-size: 27px;
}

.text-size-large.text-color-secondary {
  text-transform: none;
}

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

.button-4 {
  clear: none;
  text-align: center;
  background-color: #22221d;
  border-radius: 60px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 30px;
}

.container-3 {
  text-align: center;
  margin-top: 18px;
}

.image-2 {
  text-align: left;
  flex: 1;
  margin-bottom: -175px;
  display: block;
}

.bold-text-2 {
  white-space: normal;
  font-size: 27px;
  line-height: 37px;
  text-decoration: none;
}

.bold-text-3 {
  font-size: 16px;
}

.text-span-2 {
  background-color: var(--yellow);
}

.feature_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.feature_grid-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-large-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-secondary-2 {
  color: #313234;
  letter-spacing: 1.4px;
  word-break: break-all;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-4.padding-section-medium {
  margin-top: 25px;
}

.feature_bento-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.feature_content-small-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.heading-3 {
  color: #000;
  margin-top: 34px;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-top: 21px;
}

.section-3 {
  text-align: left;
  background-color: #5cb6b0;
  margin-left: auto;
  margin-right: auto;
}

.icon-button-outline {
  color: #586174;
  border: 1px solid #edeff2;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 12px;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
}

.icon-button-outline:hover {
  color: #1457ff;
  background-color: #f0f5ff;
  border-color: #b8ceff;
}

.subheading-small {
  color: #07090d;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.form-input {
  color: #000;
  border: 1px solid #edeff2;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .3s, border-color .3s;
}

.form-input:hover {
  border-color: #b8ceff;
}

.form-input:focus {
  background-color: #f0f5ff;
  border-color: #1457ff;
}

.form-input.text-area {
  min-height: 160px;
  font-size: 20px;
}

.form-input.icon-left {
  color: #000;
  padding-left: 48px;
  font-size: 22px;
}

.overline-5 {
  color: #e0e0e0;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-5 {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.row-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-checkbox {
  border-radius: 12px;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-top: 0;
  margin-right: 10px;
}

.form-checkbox.w--redirected-checked {
  background-color: #1457ff;
  background-image: url('../images/check-fill.svg');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.container-regular-5 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  width: 100%;
  max-width: 450px;
  margin-bottom: 0;
  margin-left: auto;
}

.contact-details-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-4:hover {
  background-color: #1a44a0;
}

.text-link {
  color: #232a39;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.text-link:hover {
  color: #1457ff;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.contact-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.form-checkbox-field {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-success-message {
  background-color: #f0f5ff;
  border-radius: 12px;
  padding: 14px 18px;
}

.h3-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}

.form-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-error-message {
  text-align: center;
  background-color: #fde7e7;
  border-radius: 6px;
  padding: 12px 16px;
}

.contact-section {
  background-color: #6a946e;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.max-width-small {
  width: 100%;
  max-width: 450px;
}

.form-checkbox-label {
  color: #586174;
  margin-bottom: 0;
}

.form-field-icon {
  position: absolute;
  left: 12px;
}

.form-field-label-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.icon-regular-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.select-field {
  color: #000;
  margin-top: 0;
  padding-top: 4px;
  font-size: 22px;
}

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

.bold-text-4 {
  vertical-align: baseline;
  margin-top: 0;
  display: block;
}

.heading-4 {
  color: var(--main);
}

.heading-5 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact_form-wide {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-link {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.text-weight-normal {
  font-weight: 400;
}

.form_checkbox-label {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: .5rem;
  min-height: 2.5rem;
  margin-bottom: 0;
  padding: .625rem .75rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25rem;
  box-shadow: 0 1px .5px #95a0b21f;
}

.form_input.is-text-area {
  min-height: 10rem;
}

.form_input.is-text-area.is-tall {
  min-height: 15.5rem;
}

.form_input.is-select-input {
  -webkit-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: .1rem;
}

.text-color-red-601 {
  color: #b81e1e;
}

.form_checkbox-icon {
  border-width: 2px;
  border-color: #868fa5;
  border-radius: .125rem;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: #160042;
  background-size: .75rem;
  border-style: none;
  border-radius: .25rem;
}

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

.container-xsmall {
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  color: #6b0005;
  background-color: #ffeeeb;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: .25rem;
  display: flex;
}

.contact_form-block-xlarge {
  max-width: 40rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.section_contact {
  background-color: #e9e7bb;
}

.form_input-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-5.padding-section-medium {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.form_select-icon {
  pointer-events: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  inset: 10px 10px 0% auto;
}

.form_message-success {
  color: #256a33;
  background-color: #f0faf2;
}

.text-color-gray-800 {
  color: #5f6674;
}

.label-small {
  letter-spacing: -.08px;
  font-size: .875rem;
  line-height: 1.25rem;
}

.form_field-label {
  margin-bottom: .375rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.contact_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.contact_footnote {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_field-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
}

.heading-6 {
  margin-top: 35px;
  font-size: 37px;
}

.section-4 {
  margin-top: 56px;
}

.section-4.services-section {
  background-color: #fdfdfd;
  margin-bottom: 0;
  padding-bottom: 21px;
}

.image-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  background-color: #fff;
}

.section-5.billing-section {
  padding-top: 44px;
  padding-bottom: 26px;
}

.section-6 {
  margin-left: auto;
  margin-right: auto;
}

.faq_arrow-wrapper {
  padding: 4px;
}

.faq_question-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.faq_question-row {
  justify-content: space-between;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-custom1 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.faq_answer-small {
  margin-top: .5rem;
}

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

.faq_accent-line {
  background-color: #2e3138;
  width: .25rem;
}

.faq_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: .5rem;
  padding: 1.5rem;
  transition: background-color .2s;
  display: flex;
  overflow: hidden;
}

.faq_item:hover {
  background-color: #f5f7f8;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.faq_answer-wrapper {
  overflow: hidden;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

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

.h6-heading-4 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.h6-heading-4.txt-car {
  color: #c58128;
  border: 1px #000;
  border-radius: 0;
  font-weight: 700;
  text-decoration: underline;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section-regular-4 {
  background-color: #fff;
  padding: 36px 5%;
  position: relative;
}

.subheading-large-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

.column-3x-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.h2-heading-7 {
  color: var(--main);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: var(--main);
}

.heading-7 {
  text-align: center;
  margin-top: -51px;
  margin-bottom: 35px;
}

.bold-text-10 {
  display: block;
}

.image-4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-11 {
  font-size: 22px;
}

.image-5 {
  border: 3px solid var(--yellow);
  text-align: center;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.footer-dark {
  text-align: center;
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  display: block;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

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

.section-7 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.button-primary-large-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-5:hover {
  background-color: #000;
}

.container-small-2 {
  width: 100%;
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-large-4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.button-outline-large-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #c8d1d9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-flex;
}

.button-group-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.section-regular-5 {
  background-color: #fff;
  padding: 64px 5%;
  position: relative;
}

.subheading-large-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.h2-heading-8 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .banner8_icon-wrapper {
    display: none;
  }

  .navigation {
    position: relative;
  }

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-link {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .button-primary-s {
    display: none;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-wrapper, .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .nav-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .content-image-block {
    max-width: none;
  }

  .column-regular {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .content-tabs-menu-list {
    max-width: none;
    margin-bottom: 32px;
    margin-left: 0%;
  }

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

  .tab-image {
    width: 100%;
  }

  .content-tabs-row {
    flex-direction: column;
  }

  .image-cover {
    padding-right: 15px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .hiw-milestone-step.step-03 {
    color: #fff;
    background-color: #70d789;
    border-color: #70d789;
  }

  .hiw-milestone-block {
    height: auto;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .hiw-milestone-sticky {
    position: static;
    top: 40px;
  }

  .section-large-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .f-header-image-wrapper-tall {
    max-width: none;
    height: 360px;
  }

  .f-header-grid {
    grid-template-columns: 1fr;
  }

  .header-section {
    padding-top: 64px;
  }

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

  .header-content {
    max-width: 600px;
  }

  .header-image-block {
    max-width: none;
    min-height: auto;
    max-height: 600px;
  }

  .grid-two-column-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .h1-heading-5 {
    text-overflow: clip;
    overflow-wrap: normal;
    font-size: 40px;
  }

  .nav-18-buttons {
    display: none;
  }

  .nav-18-link {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-18-menu {
    background-color: #fff;
    border-bottom: 1px solid #c9d2d9;
    padding-bottom: 8px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-13-component {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    text-decoration: none;
    display: block;
  }

  .section-regular-3 {
    text-align: center;
  }

  .content-13-image {
    max-width: none;
    height: 520px;
  }

  .feature_grid-2-col {
    grid-template-columns: 1fr;
  }

  .feature_grid-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form {
    max-width: none;
  }

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

  .contact-section {
    padding-bottom: 140px;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .code-embed-2 {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner8_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 1.75rem;
  }

  .banner8_close-button {
    margin-left: 0;
    position: absolute;
    bottom: auto;
    left: auto;
    right: .5rem;
  }

  .banner8_content-wrapper {
    flex-direction: column;
    align-items: stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .hero-heading-left {
    padding: 60px 15px;
  }

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

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

  .h3-heading {
    font-size: 36px;
  }

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

  .h2-heading {
    font-size: 40px;
  }

  .h1-heading {
    font-size: 56px;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .h5-heading {
    font-size: 28px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

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

  .h2-heading-2 {
    font-size: 44px;
  }

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

  .form-text-area-light {
    min-height: 188px;
  }

  .f-header-image-wrapper-tall {
    height: 400px;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

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

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

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

  .client-block {
    margin-top: 60px;
  }

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

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

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

  .h2-heading-4 {
    font-size: 44px;
  }

  .grid-three-column-2 {
    grid-template-columns: 1fr;
  }

  .h6-heading-3 {
    font-size: 28px;
  }

  .h1-heading-4 {
    font-size: 52px;
  }

  .video-title {
    margin-top: 150px;
    margin-bottom: 150px;
  }

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

  .h2-heading-5 {
    font-size: 46px;
    line-height: 54px;
  }

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

  .h1-heading-5 {
    font-size: 24px;
  }

  .paragraph-large-3 {
    text-align: left;
    padding-right: 20px;
  }

  .nav-18-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-18-buttons-2 {
    display: none;
  }

  .content-13-features {
    grid-template-columns: 1fr;
  }

  .content-13-image {
    height: 350px;
  }

  .h2-heading-6 {
    font-size: 36px;
  }

  .feature_grid-2-col, .feature_grid-3-col {
    grid-template-columns: 1fr;
  }

  .h3-heading-2 {
    font-size: 36px;
    line-height: 52px;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .h6-heading-4 {
    font-size: 20px;
  }

  .h2-heading-7 {
    font-size: 36px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .h2-heading-8 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  .button-primary-s {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .button-group-2 {
    flex-flow: column;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-header10_component {
    align-items: stretch;
  }

  .container {
    max-width: none;
  }

  .content-image-block {
    min-height: auto;
    padding: 24px;
  }

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

  .tab-link-horizontal {
    flex-flow: column;
  }

  .h1-heading {
    font-size: 52px;
  }

  .hiw-milestone-step {
    width: 32px;
    height: 32px;
  }

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

  .contact-testimonial-card {
    position: static;
  }

  .form-caption {
    flex-flow: column;
    align-items: flex-start;
  }

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

  .header-button-group {
    flex-flow: column;
  }

  .fade-gradient-right, .fade-gradient-left {
    display: none;
  }

  .header-feature-wrapper {
    justify-content: center;
    align-items: center;
  }

  .header-image-block {
    padding: 24px 16px;
  }

  .client-block, .button-group-3 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .video-card {
    border-radius: 24px;
    flex-flow: column;
    align-items: stretch;
  }

  .h1-heading-5 {
    text-align: center;
    white-space: normal;
    word-break: break-all;
    font-size: 23px;
    display: block;
    position: static;
  }

  .heading-2 {
    font-size: 25px;
  }

  .header-center {
    margin-bottom: 3.5rem;
  }

  .feature_item-tall {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .image-2 {
    margin-bottom: -37px;
  }

  .text-color-secondary-2 {
    font-size: 16px;
  }

  .form-checkbox {
    margin-left: 0;
  }

  .contact-details-grid {
    grid-template-columns: 1fr;
  }

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

  .form-checkbox-field {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-4 {
    max-width: none;
  }
}

#w-node-f4d9ad1b-5e07-9bb1-f9a6-d592eae09573-e4565f16, #w-node-f4d9ad1b-5e07-9bb1-f9a6-d592eae0957a-e4565f16, #w-node-f4d9ad1b-5e07-9bb1-f9a6-d592eae09581-e4565f16, #w-node-f4d9ad1b-5e07-9bb1-f9a6-d592eae09588-e4565f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4d9ad1b-5e07-9bb1-f9a6-d592eae0958f-e4565f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-af9de1fb-edbf-1a7c-f634-b1e42f45a990-e4565f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af9de1fb-edbf-1a7c-f634-b1e42f45a992-e4565f16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_61c2d738-4491-b47a-895e-50fbfd2f81cf-fcea07e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_61c2d738-4491-b47a-895e-50fbfd2f81f9-fcea07e1, #w-node-_9b986506-2527-a1e7-df1a-f6888a0fd0c3-7b2081ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f552e-7b2081ed, #w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f553e-7b2081ed, #w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f554e-7b2081ed, #w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f555e-7b2081ed, #w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f556e-7b2081ed, #w-node-c3d052a1-9ed9-63a2-5e7e-20f89b2f557e-7b2081ed, #w-node-ee62f34c-c658-b8fb-3b5a-5c8d85b4830d-087ab776, #w-node-ee62f34c-c658-b8fb-3b5a-5c8d85b48313-087ab776, #w-node-ee62f34c-c658-b8fb-3b5a-5c8d85b4831b-087ab776, #w-node-ee62f34c-c658-b8fb-3b5a-5c8d85b48323-087ab776, #w-node-_1fb56216-3d0e-bfb9-50a8-8b8f2b8b0644-6929f14b, #w-node-_1fb56216-3d0e-bfb9-50a8-8b8f2b8b064b-6929f14b, #w-node-_1fb56216-3d0e-bfb9-50a8-8b8f2b8b0652-6929f14b, #w-node-_1fb56216-3d0e-bfb9-50a8-8b8f2b8b0659-6929f14b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fcc2cbc-0bf4-40be-dab9-fc8900b96424-6929f14b {
  justify-self: end;
}

#w-node-c3f3b64d-34ff-15e6-80aa-7fe81ecf33b2-6929f14b, #w-node-b19299ff-b592-d667-ba89-1b86bb7eb5af-6929f14b, #w-node-_173e7b11-04e5-2ce8-5459-0ec611a7729c-6929f14b, #w-node-_173e7b11-04e5-2ce8-5459-0ec611a772a4-6929f14b, #w-node-_173e7b11-04e5-2ce8-5459-0ec611a772ad-6929f14b, #w-node-_173e7b11-04e5-2ce8-5459-0ec611a772b5-6929f14b, #w-node-_173e7b11-04e5-2ce8-5459-0ec611a772bd-6929f14b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_61c2d738-4491-b47a-895e-50fbfd2f81f9-fcea07e1 {
    justify-self: start;
  }

  #w-node-_9b986506-2527-a1e7-df1a-f6888a0fd0c3-7b2081ed {
    justify-self: center;
  }

  #w-node-_1fcc2cbc-0bf4-40be-dab9-fc8900b96424-6929f14b {
    justify-self: stretch;
  }
}
