:root {
  --text--primary: #0f2d5a;
  --white: white;
  --background--interactive-strong: #0f2d5a;
  --background--interactive-destructive: #d82a54;
  --background--subtle: #edf3f7;
  --text--on-interactive-strong: #fff;
  --text--interactive-destructive: #d82a54;
  --line--on-interactive: rgba(7, 29, 63, .25);
  --combine-library--grey-600: #5f6570;
  --text--secondary: #264772;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--primary-600: #6157f8;
  --combine-library--white: white;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--primary-base: #642eff;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--grey-050: #f2f3f7;
  --black: black;
  --text--interactive: #0f2d5a;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  box-sizing: border-box;
  float: none;
  border-style: solid;
  border-color: var(--text--primary);
  background-color: var(--text--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  object-fit: fill;
  border-radius: 100px;
  flex: 0 auto;
  min-width: 600px;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

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

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

.hero-heading-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

.hero-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

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

.shadow-two {
  flex: 0 auto;
  margin-left: 100px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
}

.heading {
  text-align: center;
}

.heading-3 {
  color: #0f2d5a;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

.type-primary-status-enabled-inverse-false-size-regular {
  grid-row-gap: 8px;
  background-color: var(--background--interactive-strong);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-column-gap: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.label {
  letter-spacing: -.026em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaia Grotesk;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.align-left {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  padding: 16px 20px 8px;
  text-decoration: none;
  display: flex;
}

.frame-2720 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.today-s-plan {
  color: var(--text--primary);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaia Grotesk, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.align-center {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 375px;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.status-enabled-feedback-warning-has-input-no {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 335px;
  text-decoration: none;
  display: flex;
}

.input-field {
  grid-column-gap: 12px;
  border: 1.5px solid var(--background--interactive-destructive);
  background-color: var(--background--subtle);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.label {
  color: var(--text--on-interactive-strong);
  letter-spacing: -.026em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.input-feedback {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 4px;
  text-decoration: none;
  display: flex;
}

.feedback-message {
  color: var(--text--interactive-destructive);
  letter-spacing: -.014em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaia Grotesk, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.variant-label {
  grid-column-gap: 12px;
  border: 1.5px solid var(--line--on-interactive);
  background-color: var(--background--subtle);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335px;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.type-warning {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--combine-library--grey-600);
  text-align: center;
  margin-top: -5px;
  padding-bottom: 20px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.f-paragraph-regular {
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.f-banner-badge {
  background-color: var(--text--secondary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-flex-row {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text--primary);
  background-color: #e7f6d4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 49px;
  padding: 8px 5%;
  display: flex;
}

.body {
  background-color: var(--white);
}

.image {
  margin-top: -12px;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-text-size-regular {
  color: var(--text--secondary);
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5 {
  color: var(--text--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.combine-feature6_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-feature6_image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  overflow: hidden;
}

.combine-feature6_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--primary);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: transform .25s, color .25s;
  display: flex;
}

.combine-feature6_item:hover {
  transform: translate(0, -.75rem);
}

.combine-feature6_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

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

.combine-padding-section-medium {
  flex: 0 auto;
  width: 100%;
  max-width: 1040px;
  padding-top: 2rem;
  padding-bottom: 4rem;
  font-family: Kaiagrotesk, sans-serif;
  display: block;
}

.combine-padding-global {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.combine-section_feature6 {
  background-color: var(--combine-library--white);
}

.image-2 {
  max-width: 80%;
  display: block;
}

.list {
  color: #0f2d5a;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 20px;
  list-style-type: decimal;
}

.list-item {
  letter-spacing: 0;
  padding-bottom: 20px;
}

.list-item-2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: #2d66b5;
}

.text-span-4 {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/Frame-30.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  font-size: 23px;
}

.paragraph {
  color: var(--text--secondary);
  text-align: center;
  font-family: Kaiagrotesk, sans-serif;
}

.f-testimonial-background {
  background-color: var(--flowui-component-library--gray-100);
  width: 100%;
  height: 38%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

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

.f-testimonial-right-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: var(--text--primary);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.f-testimonial-right-a:hover {
  border-color: var(--flowui-component-library--gray-900);
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

.f-testimonial-left-a {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--grey-600);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  top: -90px;
  bottom: auto;
  left: auto;
  right: 60px;
}

.f-testimonial-left-a:hover {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
}

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

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

.f-paragraph-regular-2.f-text-weight-medium, .f-text-weight-medium {
  font-weight: 500;
}

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

.f-testimonial-avatar-small {
  background-color: var(--flowui-component-library--gray-200);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

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

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: var(--flowui-component-library--gray-900);
  background-color: #fff;
  border-radius: 12px;
  padding: 32px 32px 5px;
  display: block;
  box-shadow: 23px 23px 64px -16px rgba(57, 59, 106, .06);
}

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-testimonial-slider-large {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.f-h3-heading {
  color: var(--text--primary);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 30px;
  line-height: 1.2;
}

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

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

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

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

.f-testimonial-section {
  background-color: #e6f4fa;
  padding: 80px 5% 20px;
  position: relative;
  overflow: hidden;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary-2 {
  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-2:hover {
  color: #fff;
  background-color: #32343a;
}

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

.heading-4 {
  color: var(--text--primary);
  font-family: Kaiagrotesk, sans-serif;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-brand {
  font-family: Kaiagrotesk, sans-serif;
  text-decoration: none;
}

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

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

.title-small {
  color: var(--text--primary);
  text-transform: none;
  margin-bottom: 12px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

.text-span-5 {
  font-size: 13px;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  max-width: 940px;
  position: relative;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  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: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-header-input-field {
  color: var(--flowui-component-library--gray-900);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.f-header-input-field::placeholder {
  color: var(--flowui-component-library--gray-400);
}

.f-header-form-wrapper {
  border: 1px solid var(--flowui-component-library--grey-300);
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.f-header-form-block {
  max-width: 360px;
  margin-bottom: 0;
}

.f-paragraph-large {
  color: var(--text--secondary);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  line-height: 32px;
}

.f-margin-bottom-41 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--text--primary);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: -40px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

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

.f-heading-detail-small-2 {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.f-header-title-wrapper-center {
  z-index: 5;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-image-cover {
  border-style: solid;
  border-color: var(--line--on-interactive);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.f-header-image-wrapper-top {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.f-container-regular-2 {
  object-fit: fill;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  margin-top: 0;
  padding: 80px 5% 10px;
  position: relative;
}

.f-navigation-button {
  background-color: var(--text--primary);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-logo {
  width: auto;
  height: 44px;
  margin-right: 20px;
}

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

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 10px 5%;
  display: flex;
  position: fixed;
}

.button-primary-copy {
  border-style: solid;
  border-color: var(--text--primary);
  background-color: var(--text--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  border-radius: 100px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary-copy-copy {
  border-style: solid;
  border-color: var(--text--primary);
  background-color: var(--text--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  border-radius: 100px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.button-primary-copy-copy:hover {
  color: #fff;
  background-color: #2d66b5;
}

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

.f-banner-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--text--primary);
  background-color: #e6f4fa;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 49px;
  padding: 8px 5%;
  display: flex;
}

.f-testimonial-section-copy {
  background-color: #e7f6d4;
  padding: 80px 5% 20px;
  position: relative;
  overflow: hidden;
}

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

.heading-5 {
  color: var(--text--primary);
  font-family: Kaiagrotesk, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.text-span-7 {
  color: #2d66b5;
}

.text-block-2 {
  font-family: Kaiagrotesk, sans-serif;
  font-weight: 400;
}

.f-image-cover-copy {
  border-top-style: solid;
  border-top-color: var(--line--on-interactive);
  border-right-style: solid;
  border-right-color: var(--line--on-interactive);
  border-bottom-style: solid;
  border-bottom-color: var(--line--on-interactive);
  border-left-style: solid;
  border-left-color: var(--line--on-interactive);
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: none;
}

.f-logo-copy {
  width: auto;
  height: 30px;
  margin-right: 20px;
}

.pain_area {
  color: #2d66b5;
}

.combine-text-size-regular-2 {
  color: var(--text--primary);
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h5-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4 {
  color: var(--combine-library--grey-600);
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--white);
  text-align: left;
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

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

.combine-chevron-right_icon-2 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-heading-style-h2-2 {
  color: var(--text--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-feature7_content-sticky {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--text--primary);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1.25rem;
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-padding-section-medium-2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-section_feature7 {
  background-color: var(--combine-library--grey-050);
}

.bold-text {
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.text-block-3 {
  background-color: var(--text--primary);
  color: var(--white);
  border-radius: 11px;
  padding: 12px 15px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 31px;
  font-weight: 700;
}

.button-primary-copy {
  box-sizing: border-box;
  float: none;
  border-style: solid;
  border-color: var(--text--primary);
  background-color: var(--text--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  object-fit: fill;
  border-radius: 100px;
  flex: 0 auto;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

.subheadline {
  font-size: 24px;
  font-weight: 400;
}

.text-span-8 {
  color: #2d66b5;
}

.text-span-9 {
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
}

.button-primary-contact {
  box-sizing: border-box;
  float: none;
  border: 1px solid var(--text--primary);
  color: var(--text--primary);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  flex: 0 auto;
  min-width: auto;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

.button-primary-contact:hover {
  color: #fff;
  background-color: #2d66b5;
}

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

.heading-6 {
  font-family: Kaiagrotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-4 {
  color: var(--text--primary);
  font-family: Kaiagrotesk, sans-serif;
  font-weight: 700;
}

.text-span-10 {
  font-weight: 400;
}

.text-block-5 {
  color: var(--text--primary);
  margin-bottom: 60px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.button-primary-copy {
  box-sizing: border-box;
  float: none;
  border-style: solid;
  border-color: var(--text--primary);
  background-color: var(--text--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .7px;
  text-transform: none;
  object-fit: fill;
  border-radius: 100px;
  flex: 0 auto;
  min-width: 400px;
  margin-top: 10px;
  margin-left: 60px;
  margin-right: 60px;
  padding: 12px 25px;
  font-family: Kaiagrotesk, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 200%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  position: static;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #2d66b5;
}

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

.section {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  margin-top: 20px;
  display: flex;
}

.text-span-11 {
  font-size: 28px;
  font-weight: 500;
}

.text-span-13 {
  font-size: 26px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    align-self: center;
    margin-left: 60px;
  }

  .menu-button {
    padding: 12px;
  }

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

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

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

  .shadow-two {
    text-align: center;
    margin-left: 0;
  }

  .f-banner {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .combine-heading-style-h5 {
    font-size: 1.1rem;
  }

  .combine-feature6_image-wrapper {
    height: 50%;
  }

  .combine-feature6_item {
    color: var(--combine-library--grey-800);
    text-decoration: none;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

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

  .list-item {
    text-align: left;
    padding-bottom: 10px;
    font-size: 17px;
  }

  .list-item-2 {
    text-align: left;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

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

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

  .f-paragraph-large {
    font-size: 15px;
  }

  .f-h1-heading {
    font-size: 40px;
  }

  .f-header-title-wrapper-center {
    margin-bottom: 60px;
  }

  .f-image-cover, .f-header-image-wrapper-top {
    height: auto;
  }

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

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .button-primary-copy, .button-primary-copy-copy {
    align-self: center;
    margin-left: 0;
  }

  .f-banner-copy {
    padding-top: 8px;
    padding-bottom: 2px;
  }

  .heading-5 {
    margin-top: 10px;
    font-size: 23px;
    line-height: 22px;
  }

  .f-image-cover-copy {
    height: auto;
    display: none;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

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

  .button-primary-copy {
    align-self: flex-start;
    margin-left: 0;
  }

  .text-span-9 {
    line-height: 105%;
  }

  .button-primary-contact, .button-primary-copy {
    align-self: center;
    margin-left: 60px;
  }

  .text-span-11 {
    line-height: 130%;
  }

  .text-span-12 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
  }

  .text-span-13 {
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-right {
    padding: 0 15px 30px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .f-paragraph-regular {
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-flex-row {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .combine-feature6_image-wrapper {
    height: 50%;
  }

  .combine-feature6_component {
    grid-template-columns: minmax(min-content, 24rem);
    justify-content: center;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .list {
    padding-left: 20px;
  }

  .list-item {
    padding-bottom: 0;
    font-size: 13px;
  }

  .list-item-2 {
    font-size: 18px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

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

  .hero-without-image {
    padding: 60px 15px;
  }

  .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: rgba(26, 27, 31, .75);
  }

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

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

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

  .f-paragraph-large {
    font-size: 12px;
  }

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

  .f-header-image-wrapper-top {
    height: auto;
  }

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

  .f-banner-copy {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .f-image-cover-copy {
    display: none;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-heading-right {
    padding-top: 0;
  }

  .shadow-two {
    margin-left: 0;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 33px;
  }

  .text-block {
    color: var(--background--interactive-destructive);
    font-size: 15px;
  }

  .f-paragraph-regular {
    text-align: center;
  }

  .f-banner-flex-row {
    text-align: left;
  }

  .f-banner {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image {
    display: block;
  }

  .combine-feature6_image {
    height: 50%;
  }

  .combine-feature6_image-wrapper {
    height: 30%;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list {
    padding-left: 10px;
    font-size: 17px;
  }

  .list-item {
    text-align: left;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .list-item-2, .text-span-2 {
    text-align: left;
    font-size: 17px;
  }

  .text-span-4 {
    line-height: .9;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .f-h3-heading {
    margin-bottom: -30px;
    font-size: 21px;
  }

  .f-container-regular {
    flex-flow: wrap;
    display: block;
  }

  .f-testimonial-section {
    padding-bottom: 0;
  }

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

  .margin-bottom-24px-2 {
    font-family: Kaiagrotesk, sans-serif;
    font-size: 18px;
  }

  .f-paragraph-large {
    font-size: 16px;
    line-height: 19px;
  }

  .f-h1-heading {
    max-width: 270px;
    margin-bottom: -20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 1;
  }

  .f-header-title-wrapper-center {
    margin-bottom: 0;
  }

  .f-image-cover {
    display: none;
  }

  .f-header-image-wrapper-top {
    height: auto;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-content {
    width: 0;
  }

  .f-navigation {
    min-height: 0;
    display: block;
  }

  .f-banner-copy {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .f-image-cover-copy {
    margin-top: -40px;
    margin-bottom: 20px;
    display: block;
  }

  .combine-heading-style-h2-2 {
    text-align: center;
    line-height: 1;
  }

  .combine-feature7_content-sticky {
    margin-bottom: -40px;
  }

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

  .button-primary-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-9 {
    font-size: 16px;
    line-height: 110%;
  }

  .button-primary-contact {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary-copy {
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span-11 {
    font-size: 18px;
    line-height: 110%;
  }

  .text-span-12 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-span-13 {
    font-size: 20px;
    line-height: 100%;
  }
}

#w-node-c2340007-dc69-f12c-64e5-e112bb97a2c6-afaf4722, #w-node-c2340007-dc69-f12c-64e5-e112bb97a2c6-4344b90b, #w-node-c2340007-dc69-f12c-64e5-e112bb97a2c6-0bac7b99, #w-node-c2340007-dc69-f12c-64e5-e112bb97a2c6-169fbfd1, #w-node-c2340007-dc69-f12c-64e5-e112bb97a2c6-25faca9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Kaiagrotesk';
  src: url('../fonts/KaiaGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaiagrotesk';
  src: url('../fonts/KaiaGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaiagrotesk';
  src: url('../fonts/KaiaGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}