@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BlackItalic.ttf') format("truetype"), url('../fonts/Axiforma-HeavyItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Bold.ttf') format("truetype"), url('../fonts/Axiforma-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma book;
  src: url('../fonts/Axiforma-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BookItalic.ttf') format("truetype"), url('../fonts/Axiforma-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Black.ttf') format("truetype"), url('../fonts/Axiforma-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-BoldItalic.ttf') format("truetype"), url('../fonts/Axiforma-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Axiforma;
  src: url('../fonts/Axiforma-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --big-blue: #3340ff;
  --white: white;
  --dark-slate-blue: #474d66;
  --light-cyan: #d6fff6;
  --black-2: #0f1629;
  --black: black;
  --medium-slate-blue: #8267ff;
  --white-smoke: #f1f1f1;
  --ghost-white: #f7f8ff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--gray-400: #b6b9ce;
  --walsh--walsh-dark-green: #204f58;
  --walsh--walsh-dark-green-2: #2c5c5d;
  --walsh--black: #2c2c2c;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --walsh--light-goldenrod-yellow: #d3f6c1;
  --relume-library-lite--rl-black: black;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --relume-library-lite--rl-white: white;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--primary-dark: #2d0896;
  --walsh--walsh-mid-green: #47888a;
}

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

a {
  text-decoration: underline;
}

.nav-badge-wrapper {
  align-items: center;
  display: flex;
}

.badge-new {
  color: #f7f7f7;
  background-color: #40bf6a;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

.badge-popular {
  color: #f7f7f7;
  background-color: #e6191a;
  border-radius: 4px;
  margin-left: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.navigation-link {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #6070c8;
}

.navigation-link.w--open {
  color: #4c4cb3;
}

.nav-bottom-both {
  justify-content: space-between;
  display: flex;
}

.nav-button-blue {
  border: 1px solid var(--big-blue);
  min-height: 40px;
  color: var(--big-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-button-blue:hover {
  color: var(--white);
  background-color: #3340ff;
}

.nav-column-small {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr;
}

.navigation-polka {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

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

.nav-line {
  background-color: #e0e3e6;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.navigation-toggle {
  color: #1a1a1a;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.navigation-toggle:hover, .navigation-toggle.w--open {
  color: #6070c8;
}

.banner {
  background-color: var(--big-blue);
  justify-content: center;
  align-items: center;
  padding: 14px 5%;
  display: flex;
}

.banner-detail {
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

.icon-small-user {
  width: 24px;
  height: 24px;
  color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.navigation-mobile-button {
  align-items: center;
  display: flex;
}

.text-link-default {
  color: #6070c8;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.text-link-default:hover {
  opacity: .8;
}

.nav-dropdown-base {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 20px 20px;
  overflow: hidden;
  box-shadow: 4px 36px 64px -14px #4d4d4d26;
}

.dropdown-list-small {
  z-index: 99;
  min-width: 100%;
}

.dropdown-list-small.w--open {
  z-index: 99;
  background-color: #0000;
  min-width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: absolute;
  inset: 90px 0 auto;
}

.nav-link-large {
  color: #1a1a1a;
  border-radius: 8px;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-link-large:hover {
  color: #4255bd;
  background-color: #f4f5fb;
}

.nav-title {
  color: #1a1a1a;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.navigation-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-small-arrow {
  width: 18px;
  height: 18px;
  color: var(--light-cyan);
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

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

.paragraph-small {
  color: var(--black-2);
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small.text-weight-semibold {
  color: var(--light-cyan);
  font-weight: 600;
}

.nav-column-large {
  grid-column-gap: 20px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.brand {
  margin-right: 20px;
}

.polka-heading-detail-small {
  color: gray;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.navigation-full {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-title-wrapper {
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 24px;
}

.navigation-link-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-button-plain {
  color: #1a1a1a;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-button-plain:hover {
  color: #4255bd;
}

.menu-wrap {
  color: #283338;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-bottom-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}

.nav-contact {
  color: #4255bd;
  background-color: #0000;
  border: 1px solid #6070c8;
  border-radius: 8px;
  align-items: center;
  margin-left: 14px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.nav-contact:hover {
  border-color: #d3d3d3;
}

.navigation-line-break {
  width: 1px;
  height: 100%;
  max-height: 48px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-contact-wrapper {
  align-items: center;
  display: flex;
}

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

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

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

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

.header-dashboard {
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.header-badge {
  color: #6070c8;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.paragraph-regular {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-regular.text-weight-semibold {
  font-weight: 600;
}

.paragraph-regular.text-weight-semibold.blue-text {
  color: var(--big-blue);
}

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

.paragraph-regular.darkbg {
  color: var(--white);
}

.paragraph-regular.leftalign {
  text-align: left;
  margin-bottom: 0;
}

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

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

.hero-badge-wrapper {
  justify-content: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.avatar-text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.header-submit-button {
  background-color: #3340ff;
  border-radius: 12px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.avatar-regular-row {
  margin-right: 14px;
  display: flex;
}

.header-newsletter {
  margin-top: 32px;
}

.header-text-field {
  color: #1a1a1a;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1.5px solid gray;
  border-radius: 12px;
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 12px 24px;
  font-weight: 500;
  line-height: 32px;
}

.avatar-first {
  background-color: #1a1a1a;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: -14px;
  display: flex;
  position: relative;
}

.background-image {
  display: none;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.header-avatar-row {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  line-height: 24px;
  display: flex;
}

.header-h1 {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.2;
}

.avatar-regular {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  position: relative;
}

.avatar-regular.avatar-group {
  margin-left: -14px;
}

.header-dashboard-image {
  margin-top: 40px;
}

.container-navigation-2 {
  border-bottom: 1px #0414341a;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navigation-polka-2 {
  z-index: 99;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
}

.nav-text {
  font-size: 12px;
}

.nav-text.special {
  color: var(--medium-slate-blue);
  font-size: 13px;
  font-weight: 600;
}

.text-block {
  font-size: 12px;
  font-weight: 400;
}

.text-span {
  color: #3340ff;
}

.section-small {
  background-color: var(--dark-slate-blue);
  padding: 64px 5%;
  font-style: italic;
}

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

.grid-six-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-block {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 10px;
  display: flex;
}

.text-block-2 {
  color: var(--light-cyan);
  text-align: center;
  margin-bottom: 20px;
  font-style: normal;
}

.feature-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
}

.feature-caption-wrap {
  color: #333;
  border-top: 1px solid #b2b2b2;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

.feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  justify-content: stretch;
  align-items: center;
}

.feature-title-wrap {
  color: #1a1a1a;
  margin-bottom: 20px;
}

.sub-heading-regular {
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 32px;
}

.section-large {
  margin-top: 142px;
  padding: 80px 24px;
  font-family: Axiforma, sans-serif;
  position: relative;
}

.section-large.bluebg {
  background-color: var(--big-blue);
}

.section-large.limited-vw {
  background-color: var(--medium-slate-blue);
  color: var(--dark-slate-blue);
  padding: 40px 24px;
}

.h3-heading {
  color: var(--black-2);
  letter-spacing: -.02em;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

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

.feature-content-wrap {
  max-width: 620px;
}

.feature-small-green {
  color: #40bf6a;
  background-color: #f4fbf6;
  border: 1px solid #b3e5c3;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: flex;
}

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

.feature-small-orange {
  color: #f99406;
  background-color: #fff9f0;
  border: 1px solid #fcd49c;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: flex;
}

.span-blue {
  color: #4255bd;
}

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

.margin-bottom-08.text-weight-medium {
  font-weight: 500;
}

.heading-detail-section {
  color: var(--big-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

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

.feature-content {
  width: 100%;
}

.feature-small-yellow {
  color: #4255bd;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: flex;
}

.feature-block-bottom {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 5% 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.logo-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-detail {
  color: var(--medium-slate-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.logo-detail.darkbg {
  color: var(--light-cyan);
}

.logo-detail.leftalign {
  text-align: left;
}

.logo-header {
  color: #07090d;
  margin-top: 0;
  font-size: 20px;
  line-height: 32px;
}

.logo-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-block-2 {
  color: #acb4c3;
  border: 1px solid #edeff2;
  justify-content: center;
  align-items: center;
  padding: 32px;
  transition: color .3s, border-color .3s;
  display: flex;
}

.logo-block-2:hover {
  color: #07090d;
  border-color: #c3c9d5;
}

.process-heading {
  color: #2a323c;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 1.3;
}

.process-heading.leftalign {
  text-align: left;
}

.process-graphic {
  width: 560px;
  max-width: 80%;
}

.process-step {
  color: #4790eb;
  background-color: #e3eefc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 70px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.process-content {
  max-width: 460px;
}

.process-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.process-wrapper {
  display: flex;
}

.process-sub-heading {
  color: #4790eb;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}

.process-full-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.line-break {
  background-color: #e1e5ea;
  width: 100%;
  max-width: 80%;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.process-title {
  color: #2a323c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 42px;
}

.process-container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  color: #4790eb;
}

.process-main-block {
  align-items: flex-start;
  display: flex;
}

.process-section {
  margin-top: 0;
  padding: 60px 5% 100px;
}

.process-paragraph {
  color: var(--black-2);
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.process-title-wrap {
  text-align: center;
  max-width: 680px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.process-line {
  z-index: -1;
  background-color: #e1e5ea;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 30px;
}

.process-button {
  color: #4790eb;
  background-color: #e3eefc;
  border-radius: 8px;
  padding: 14px 24px;
  transition: background-color .2s, color .2s;
}

.process-button:hover {
  color: #fff;
  background-color: #4790eb;
}

.content-block-small {
  padding: 32px;
}

.content-wrapper {
  color: #1a1a1a;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.heading-detail-section-2 {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.button-arrow-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-arrow-link:hover {
  color: #1a1a1a;
}

.content-image-large-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.content-card-small {
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.content-block {
  color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding: 32px;
  display: flex;
}

.content-card-full {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(144deg, #fff, #fff 52%, #4255bd33 70%, #f0757533 86%, #fde9ce3b);
  border: 1px solid #f7f7f7;
  border-radius: 40px;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.content-icon {
  color: #40bf6a;
  background-color: #f4fbf6;
  border: 1px solid #b3e5c3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  display: flex;
}

.icon-regular {
  width: 24px;
  height: 24px;
  color: var(--big-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-grid-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-top: 40px;
}

.content-card-large {
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  overflow: hidden;
}

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

.section-large-3 {
  background-color: var(--big-blue);
  padding: 60px 5% 90px;
  position: relative;
}

.h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.content-icon-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 42px;
}

.content-title {
  margin-bottom: 64px;
}

.icon-small-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  display: flex;
}

.content-block-large {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.content-icon-square {
  color: #4255bd;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  display: flex;
}

.content-button-wrapper {
  margin-top: 44px;
}

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

.margin-bottom-04.text-weight-semibold {
  font-weight: 600;
}

.button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

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

.h1-heading {
  letter-spacing: -.04em;
  font-size: 64px;
  line-height: 1.2;
}

.button-primary {
  color: #fff;
  background-color: #4255bd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.caption-regular {
  font-size: 12px;
  line-height: 16px;
}

.content-tab-link {
  border: 1px solid var(--white-smoke);
  color: var(--black);
  text-align: center;
  background-color: #f4f5fb;
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.content-tab-link:hover {
  color: #f7f7f7;
  background-color: #4255bd;
  border-color: #4255bd;
}

.content-tab-link.w--current {
  border-color: var(--white-smoke);
  background-color: var(--medium-slate-blue);
  color: #fff;
}

.content-tab-menu {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

.content-number-detail {
  border-top: 1px solid #333;
  margin-top: 24px;
  padding-top: 8px;
}

.content-tab-panel {
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  padding: 40px;
}

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

.content-feature-wrapper {
  grid-row-gap: 34px;
  color: #1a1a1a;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.content-detail-icon {
  color: #e64d80;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.sub-heading-large {
  letter-spacing: -.01em;
  font-size: 24px;
  line-height: 32px;
}

.content-feature-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.content-feature-icon-wrap.text-color-purple-500 {
  color: #6a40bf;
}

.content-feature-icon-wrap.text-color-red-400 {
  color: #e64d80;
}

.content-feature-wrap {
  grid-column-gap: 8px;
  color: #1c2122;
  align-items: center;
  display: flex;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.content-column-detail {
  grid-column-gap: 16px;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.content-detail-features {
  grid-column-gap: 24px;
  grid-row-gap: 14px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

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

.content-column-card {
  grid-row-gap: 48px;
  border: 1px solid #e9eced;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 16px 16px;
  display: flex;
  box-shadow: 0 2px 4px #94a5a840;
}

.content-detail-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.heading-detail {
  color: #323c3e;
  letter-spacing: .02em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-detail.text-color-gray-500 {
  color: #788d91;
}

.content-heading-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
  display: flex;
  position: sticky;
  top: 50px;
}

.margin-bottom-32 {
  margin-top: 20px;
  margin-bottom: 32px;
}

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

.content-heading {
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.caption-regular-2 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.caption-regular-2.text-color-gray-700 {
  color: #49575a;
}

.caption-regular-2.text-color-gray-800 {
  color: #323c3e;
}

.content-grid {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.content-button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

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

.content-column-tumb {
  background-color: #e9eced;
  border-radius: 24px;
  width: 100%;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}

.paragraph-detail-medium {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.content-icon-small {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  display: flex;
}

.content-number {
  color: var(--big-blue);
  font-size: 48px;
  line-height: 56px;
}

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

.h4-heading {
  color: var(--white);
  letter-spacing: -.04em;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  font-size: 36px;
  line-height: 1.2;
}

.content-block-wrapper {
  color: #1a1a1a;
  flex-direction: column;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.content-grid-middle {
  grid-column-gap: 72px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-grid-small-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 48px;
  margin-bottom: 48px;
}

.text-block-3 {
  color: var(--big-blue);
  text-transform: none;
}

.text-span-4 {
  color: var(--big-blue);
  font-weight: 500;
}

.testimonial-detail-wrapper {
  color: #160042;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.testimonial-detail-wrapper:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

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

.testimonial-card {
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  height: 250px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

.testimonial-card:hover {
  border-color: #0000;
  box-shadow: 29px 57px 140px -48px #393b6a1f;
}

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

.testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

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

.testimonial-icon {
  color: #fff;
  background-color: #160042;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 40px;
  display: flex;
}

.h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-2.margin-bottom-16 {
  margin-top: 20px;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-arrow {
  background-color: var(--dark-slate-blue);
  color: #393b6a;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 60px -90px auto;
}

.left-arrow:hover {
  color: #fff;
  background-color: #160042;
}

.sub-heading-regular-bold {
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.section-testimonial-slider {
  background-color: #fff;
  padding: 120px 5% 220px;
  overflow: hidden;
}

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

.paragraph-large {
  color: var(--black-2);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-large.text-color-gray-500 {
  color: var(--black-2);
  font-size: 16px;
}

.paragraph-large.text-weight-bold {
  color: var(--white);
  font-weight: 700;
}

.testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow {
  background-color: var(--dark-slate-blue);
  color: #393b6a;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 0% -90px auto;
}

.right-arrow:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

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

.heading-detail-small.margin-bottom-12 {
  margin-bottom: 12px;
}

.heading-detail-small.margin-bottom-12.text-color-gray-500 {
  color: #6b7094;
}

.paragraph-detail-bold {
  color: #393b6a;
  font-weight: 500;
}

.testimonial-author-role {
  color: #6b7280;
  letter-spacing: -.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-content-block {
  align-items: flex-start;
  display: flex;
}

.testimonial-paragraph {
  color: #1f2937;
  letter-spacing: -.04em;
  margin-bottom: 40px;
  font-size: 27px;
  font-weight: 600;
  line-height: 52px;
}

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

.testimonial-section {
  padding: 85px 3%;
}

.image-wrap {
  height: 300px;
}

.testimonial-paragraph-wrap {
  margin-top: 94px;
}

.testimonial-author-name {
  color: #1f2937;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.company-logo {
  margin-bottom: 20px;
}

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

.quotation-mark {
  width: 90px;
}

.testimonial-grid {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
}

.footer-block {
  flex-direction: column;
}

.footer-primary-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.footer-link {
  color: #160042;
  text-align: left;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #642eff;
}

.paragraph-small-2 {
  color: #160042;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.section-small-2 {
  padding: 64px 5%;
}

.footer-title {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

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

.footer-social-link {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #642eff;
}

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

.line-footer {
  background-color: #f3f5fb;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.footer-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-copyright {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.footer-social-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.form-submit {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  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: all .2s;
  display: flex;
}

.form-submit:hover {
  background-color: #282556;
}

.form-submit:active {
  background-color: #160042;
}

.form-submit:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.input-secondary {
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
  box-shadow: 1px 1px 2px #393b6a0a;
}

.input-secondary::placeholder {
  color: #b6b9ce;
}

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

.cta-form-block {
  margin-top: 44px;
  margin-bottom: 16px;
}

.section-regular {
  margin-top: 142px;
  padding: 20px 24px;
  position: relative;
}

.form-wrapper {
  align-items: center;
  display: flex;
}

.cta-block {
  background-color: #f7f9fd;
  padding: 72px 40px;
}

.cta-section {
  background-image: linear-gradient(#fff, #fff 50%, #0f1529 50%);
  padding: 150px 3%;
}

.cta-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-button-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.cta-button {
  background-color: #0dc8e9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 222px;
  height: 67px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-button:hover {
  color: #0f1529;
  background-color: #fff;
}

.cta-subheading {
  color: #ffffffe6;
  max-width: 410px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.cta-grid {
  grid-column-gap: 110px;
  color: #fff;
  background-color: #1a40c9;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  padding: 120px 90px 100px;
}

.feature-text {
  color: #fffc;
  font-weight: 500;
}

.cta-heading-wrap {
  flex-direction: column;
  align-items: center;
}

.accent-line {
  background-color: #0dc8e9;
  border-radius: 20px;
  width: 60px;
  height: 6px;
}

.cta-heading {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 58px;
}

.check-icon {
  background-color: #0dc8e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: flex;
}

.feature-wrap {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cta-section-2 {
  background-color: #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding: 100px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta-wrapper-2 {
  max-width: 80%;
  position: relative;
}

.title-large {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.cta-paragraph {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.stars {
  position: absolute;
  inset: -10% auto auto -7%;
}

.cta-button-2 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #f66e22;
  border: 2px solid #f66e22;
  border-radius: 16px;
  margin-top: 44px;
  padding: 20px 60px;
  font-size: 16px;
  transition: all .3s;
}

.cta-button-2:hover {
  color: #f66e22;
  background-color: #f66e2200;
}

.accent-shape {
  max-width: 20%;
  position: absolute;
  inset: auto 0% auto auto;
}

.cta-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.cta-heading-2 {
  color: #fff;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

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

.cta-detail-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.cta-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.group-wrapper {
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.paragraph-cta {
  color: #dadde7;
  letter-spacing: -.02em;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-cta.centrealign {
  text-align: center;
}

.cta-avatar-group {
  color: #fff;
  letter-spacing: -.01em;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.avatar-text-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.cta-button-3 {
  color: #061237;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-right: 32px;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.cta-button-3:hover {
  color: #1355ff;
  background-color: #fff;
}

.cta-shape {
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.avatar-group {
  border: 2px solid #fff;
  border-radius: 100px;
  align-items: center;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
}

.avatar-group.avatar-stacked {
  margin-left: -20px;
}

.section-cta {
  background-color: var(--medium-slate-blue);
  align-items: center;
  padding: 100px 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.underline-link {
  color: #b7b3e5;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 500;
  transition: all .2s;
}

.underline-link:hover {
  color: #ffb7ea;
}

.footer-logo {
  width: 150px;
  margin-bottom: 32px;
}

.social-link-block {
  justify-content: flex-end;
  margin-top: 60px;
  display: flex;
}

.footer-paragraph {
  color: #b7b3e5;
  font-size: 16px;
  line-height: 28px;
}

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

.line-divider {
  background-image: linear-gradient(26deg, #fff0, #fff 53%, #fff0);
  height: 1px;
  margin-top: 100px;
  margin-bottom: 24px;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-title {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.footer-link-2 {
  color: #b7b3e5;
  letter-spacing: -.02em;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-2:hover {
  color: #ffb7ea;
}

.arrow-up {
  margin-left: 140px;
}

.footer-section {
  background-color: #080250;
  background-image: none, linear-gradient(118deg, #110d42, #070053);
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  padding: 60px 3%;
}

.footer-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-weight: 500;
}

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

.footer-grid {
  grid-column-gap: 42px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  margin-top: 100px;
}

.footer-link-column-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.company-logo-2 {
  width: 120px;
}

.footer-link-block {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.logo-wrap {
  max-width: 410px;
}

.footer-section-2 {
  background-color: #1f2937;
  padding: 80px 3%;
}

.grey-dot {
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

.footer-grid-2 {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-link-title-2 {
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
}

.footer-paragraph-2 {
  color: #fff;
  font-size: 13px;
  font-weight: 100;
  line-height: 24px;
}

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

.legal-text {
  color: #fff;
  text-align: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 100;
}

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

.company-logo-link {
  margin-bottom: 32px;
}

.footer-link-3 {
  color: #fffc;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-3:hover {
  color: #fff;
}

.footer-link-3.no-padding {
  margin-bottom: 0;
}

.footer-link-column-3 {
  color: #fff;
}

.social-icon {
  opacity: .6;
  margin-right: 14px;
}

.grey-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 24px;
}

.contact-wrap {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-links-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-links-grid-2 {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.legal-text-2 {
  color: #fffc;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 100;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.legal-text-2:hover {
  color: #fff;
}

.icon-2 {
  width: 16px;
  margin-right: 20px;
}

.footer-link-block-2 {
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  display: flex;
}

.grey-divider-2 {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 40px;
}

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

.grey-circle {
  background-color: #ffffff40;
  border-radius: 50%;
  width: 0;
  height: 0;
  position: absolute;
}

.grey-circle.twitter {
  background-color: #b6b9be;
  width: 34px;
  height: 34px;
}

.social-icon-2 {
  opacity: .7;
  width: 34px;
}

.social-icon-2.twitter {
  opacity: .99;
  width: 20px;
}

.footer-section-3 {
  background-color: var(--black-2);
  padding: 80px 24px 60px;
}

.footer-links-title {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
}

.footer-link-4 {
  color: #fffc;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-4:hover {
  color: #fff;
}

.footer-link-4.special, .footer-link-4.special.w--current {
  color: var(--light-cyan);
  font-weight: 500;
}

.contact {
  color: #ffffffe6;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 100;
}

.company-logo-link-2 {
  margin-bottom: 40px;
}

.content-accent {
  color: #ea7462;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: -16px;
  right: 24px;
}

.content-accent.hiring-autopilot {
  color: #628fea;
  top: -18px;
  left: auto;
  right: 100px;
}

.content-accent.hiring-suite {
  color: #eab661;
  top: 18px;
  left: 112px;
}

.content-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  max-width: 420px;
  margin-top: 32px;
}

.content-feature-number {
  color: var(--big-blue);
  margin-top: 12px;
  margin-left: 12px;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.content-feature-block {
  position: relative;
}

.h3-heading-3 {
  color: #080808;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
  line-height: 60px;
}

.content-image-right {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
  top: 60px;
}

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

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

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

.content-subheading {
  color: #ea7462;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.section-content {
  align-items: center;
  padding: 100px 5% 140px;
  display: flex;
  position: relative;
}

.paragraph-regular-3 {
  color: #383838;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.content-feature-square {
  z-index: -1;
  background-color: #d3eeed;
  width: 48px;
  height: 48px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-accent-02 {
  color: #93dcda;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto auto -24px 32px;
}

.content-image-double {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-image-left {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
}

.right-arrow-hidden {
  display: none;
}

.next-button {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.next-button:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.slider-wrapper {
  height: 100%;
}

.testimonial-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.left-arrow-hidden {
  display: none;
}

.paragraph-large-bold {
  color: #160042;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.back-button {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.back-button:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.testimonial-avatar-name {
  margin-top: 24px;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.quote-icon {
  width: 56px;
  height: 56px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.heading-h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 32px;
  line-height: 1.5;
}

.heading-h5.margin-bottom-16 {
  color: var(--white);
}

.custom-slider-arrows {
  display: none;
}

.testimonial-avatar-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-social-link {
  color: #160042;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: color .3s;
  display: flex;
}

.testimonial-social-link:hover {
  color: #642eff;
}

.slider-arrow-wrapper {
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-slider-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  height: 100%;
}

.testimonial-avatar {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon-3 {
  width: 24px;
  height: 24px;
  color: var(--big-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-dark {
  color: var(--white);
  font-weight: 300;
}

.text-block-4, .text-block-5, .text-block-6 {
  color: var(--big-blue);
}

.text-block-7 {
  color: var(--big-blue);
  font-weight: 400;
}

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

.a-span-underline {
  border-bottom: 6px solid var(--medium-slate-blue);
  color: var(--medium-slate-blue);
}

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

.a-button-primary:hover {
  background-color: #6478f7;
}

.a-button-primary:active {
  background-color: #7788f8;
}

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

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

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

.a-header-content {
  color: #383942;
  max-width: 550px;
}

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

.a-header-logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #5e606e;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

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

.a-detail-small.a-text-color-primary {
  color: #5167f6;
}

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

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

.a-button-video:hover {
  background-color: #f4f4f6;
}

.a-button-video:active {
  background-color: #eceefe;
}

.a-header-play {
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.a-h1-heading {
  color: var(--black);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 61px;
  font-weight: 900;
  line-height: 1.2;
}

.a-header-background-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% auto auto 32px;
}

.a-paragraph-small {
  color: var(--dark-slate-blue);
  letter-spacing: -.02em;
  flex: 1;
  margin-bottom: 20px;
  font-size: 12px;
}

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

.a-paragraph-regular {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}

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

.a-header-logo-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  display: flex;
}

.a-text-color-primary {
  color: var(--big-blue);
}

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

.a-icon-small {
  width: 16px;
  height: 16px;
  color: var(--big-blue);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.text-block-8 {
  color: var(--big-blue);
}

.h3-heading-4 {
  letter-spacing: -.02em;
  font-size: 48px;
  line-height: 1.2;
}

.h3-heading-4.text-weight-medium {
  font-weight: 500;
}

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

.section-large-5 {
  padding-top: 120px;
  padding-bottom: 0;
  position: relative;
}

.paragraph-regular-4 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

.b-content-accordion-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  display: grid;
}

.span-link-primary {
  color: #e57361;
}

.b-h3-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.b-content-accordion-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-content-image {
  position: relative;
  top: -24px;
}

.b-content-accordion-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

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

.b-icon-medium {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
}

.b-content-accordion-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
  padding-left: 56px;
  display: flex;
}

.b-max-width-small {
  width: 100%;
  padding-left: 60px;
}

.b-paragraph-small {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.b-paragraph-small.b-text-color-gray-500 {
  color: #7d8ba1;
}

.b-content-accordion-item {
  background-color: var(--white);
  border: 1px solid #dce0e5;
  border-radius: 32px;
  width: 100%;
  padding: 24px;
  display: block;
}

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

.b-heading-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.b-heading-wrapper.margin-bottom-80 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.b-container-small {
  z-index: 5;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.b-content-accordion-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.b-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  justify-content: space-between;
  padding-top: 60px;
}

.b-paragraph-large {
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
}

.b-paragraph-large.b-text-weight-semibold {
  font-weight: 600;
}

.b-section-regular {
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.f-feature-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.f-feature-image-extra-large {
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 600px;
  overflow: visible;
}

.f-feature-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  display: flex;
}

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

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  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: #282556;
}

.f-button-secondary {
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  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-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

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

.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-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.f-feature-grid-item {
  grid-column-gap: 24px;
  display: flex;
}

.f-icon-large {
  width: 32px;
  height: 32px;
  color: var(--big-blue);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-sub-heading-small {
  color: var(--black);
  letter-spacing: -.03em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

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

.text-span-5, .text-span-6 {
  color: var(--black);
}

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

.m-cta-image-3 {
  object-fit: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto auto 40px 24px;
}

.m-h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

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

.m-text-color-blue {
  color: #7e8ef1;
}

.m-timeline-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 156px;
  margin-bottom: 64px;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-timeline-button-primary-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 16px 16px 16px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.m-timeline-line-wrap {
  background-color: #22242f;
  flex: 1;
  width: 8px;
  position: relative;
}

.m-section-large {
  color: #fff;
  background-color: #000;
  padding: 120px 5%;
}

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

.m-timeline-outline-inner {
  color: #dedfe3;
  background-color: #111218;
  border: 1px solid #22242f;
  border-radius: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.m-timeline-card-header {
  margin-bottom: 32px;
  padding: 8px;
}

.m-timeline-info-wrapper {
  grid-column-gap: 16px;
  color: #868898;
  background-color: #111218;
  border-radius: 24px;
  align-items: center;
  padding: 16px;
  display: flex;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-extra-small.text-color-gray-300 {
  color: #9c9eab;
}

.m-cta-header {
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-timeline-card-inner {
  color: #dedfe3;
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-shape-wrapper {
  position: absolute;
  inset: 0% 0% auto auto;
}

.m-timeline-icon-wrapper {
  background-color: #333647;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  display: flex;
}

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

.m-timeline-image-wrapper {
  border-radius: 24px;
  height: 200px;
  margin-bottom: 24px;
  overflow: hidden;
}

.m-timeline-header {
  color: #f4f4f6;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-timeline-card {
  color: #dedfe3;
  background-color: #111218;
  border-radius: 32px;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

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

.m-cta-section {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
  overflow: hidden;
}

.m-timeline-button-grid {
  grid-template-rows: auto;
  margin-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.m-button-secondary {
  color: #7e8ef1;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-secondary:hover {
  border-color: #333647;
}

.m-cta-info-icon {
  color: #5a6ded;
}

.m-cta-image-2 {
  width: 50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.m-button-outline-blue-icon-right {
  grid-column-gap: 4px;
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 16px 24px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline-blue-icon-right:hover {
  color: #fff;
  background-color: #5a6ded;
  border-color: #7e8ef1;
}

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

.m-container-extra-small {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-timeline-accordian-card {
  grid-row-gap: 8px;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

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

.m-paragraph-regular.m-text-color-gray-300 {
  color: #9c9eab;
}

.m-button-primary {
  color: #fff;
  background-color: #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.m-button-primary:hover {
  background-color: #455bec;
}

.m-button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #5a6ded;
  border: 2px solid #5a6ded;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-primary-small:hover {
  color: #5a6ded;
  background-color: #0000;
}

.m-button-primary-small.w--current {
  background-color: #5a6ded;
}

.m-timeline-accordian-heading {
  grid-column-gap: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.m-template-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 400px;
  margin-top: 16px;
  padding: 8px 24px;
  display: flex;
}

.m-feature-shape {
  justify-content: center;
  display: flex;
}

.m-timeline-accordian-button {
  color: #c8c9d0;
  cursor: pointer;
  border-radius: 24px;
  padding: 8px;
  transition: background-color .3s;
}

.m-timeline-accordian-button:hover {
  background-color: #22242f;
}

.m-timeline-button-filled {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #111218;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-timeline-card-outline {
  color: #dedfe3;
  border: 2px solid #22242f;
  border-radius: 32px;
  flex-direction: column;
  margin-top: 16px;
  padding: 24px;
  display: flex;
}

.m-subheading-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-heading-detail-large {
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.m-timeline-item-wrapper {
  color: #f4f4f6;
  width: 50%;
  min-height: 620px;
  padding-bottom: 60px;
}

.m-timeline-bottom-wrapper {
  color: #dedfe3;
  background-color: #111218;
  flex-direction: column;
  margin-top: 8px;
  padding: 24px;
  display: flex;
}

.m-cta-image-4 {
  height: 350px;
  position: absolute;
  inset: 42px 0% auto auto;
}

.m-timeline-section-header {
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.m-timeline-description-wrapper {
  margin-bottom: 32px;
  padding-left: 56px;
}

.m-timeline-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.m-timeline-setup-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.m-timeline-cards-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-small.m-text-color-gray-400 {
  color: #868898;
}

.m-paragraph-small.text-color-gray-300 {
  color: #9c9eab;
}

.m-timeline-caption-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #dedfe3;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 156px;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-timeline-number {
  color: #fff;
  background-color: #5a6ded;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.m-text-color-green {
  color: #86c1a0;
}

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

.m-cta-image-1 {
  position: absolute;
  inset: auto auto 0% 24px;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-badge {
  color: #f4f4f6;
  letter-spacing: .034em;
  background-color: #333647;
  border-radius: 99px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-timeline-button-dark {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-timeline-button-dark:hover {
  border-color: #333647;
}

.m-timeline-step-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 8px;
  display: flex;
}

.m-timeline-icon-wrapper-large {
  background-color: #45485f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  padding: 16px;
  display: flex;
}

.m-timeline-title-row {
  justify-content: space-between;
  display: flex;
}

.m-subheading-regular {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-margin-bottom-04 {
  z-index: 1;
  margin-bottom: 4px;
  position: relative;
}

.m-timeline-button-filled-light {
  grid-column-gap: 8px;
  color: #b2b3bd;
  background-color: #22242f;
  border: 2px solid #22242f;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-scroll-animation-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.m-timeline-line {
  background-color: #5a6ded;
  flex: 1;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.m-timeline-accordian-content {
  overflow: hidden;
}

.grey-line-divider {
  background-color: #d1d5db;
  width: 30px;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.company-logo-3 {
  margin-bottom: 16px;
}

.slide-nav {
  display: none;
}

.left-arrow-2 {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.left-arrow-2:hover {
  transform: translate(-10px);
}

.testimonial-section-2 {
  background-image: none;
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 85px 3%;
}

.testimonial-slider-2 {
  background-color: #0000;
  height: 100%;
}

.testimonial-paragraph-2 {
  max-width: 660px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
}

.testimonial-author-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-icon-2 {
  width: 40px;
  margin-bottom: 40px;
}

.testimonial-content-wrap {
  color: #1f2937;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-author-name-2 {
  white-space: nowrap;
  font-weight: 700;
  line-height: 24px;
}

.author-role {
  color: #9ca3af;
  white-space: nowrap;
  line-height: 24px;
}

.purple-circle {
  background-color: #6366f1;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  margin-left: 12px;
  margin-right: 12px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.right-arrow-2:hover {
  transform: translate(10px);
}

.b-team-detail {
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.b-team-heading-content {
  width: 100%;
  max-width: 510px;
}

.b-h3-heading-2 {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.b-button-plain-icon-right {
  grid-column-gap: 8px;
  color: #5e53a2;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: color .3s;
  display: flex;
}

.b-button-plain-icon-right:hover {
  color: #3e376d;
}

.b-team-avatar-wrapper {
  background-color: #f3f4f6;
  border-radius: 48px;
  flex: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.b-team-social-large {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.b-team-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.b-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.b-team-social-link-icon {
  background-color: #f3f4f6;
  border-radius: 8px;
  width: 20px;
  height: 20px;
}

.b-badge-caption {
  letter-spacing: .01em;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
}

.b-team-social-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7d8ba1;
  align-items: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.b-team-social-link-large:hover {
  color: #22272f;
}

.b-badge-icon {
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

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

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

.b-team-card-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #dce0e5;
  border-radius: 48px;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.team-member-name {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.arrow-link-block {
  background-color: #2c5bff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

.team-title {
  color: var(--black);
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.avatar-cover {
  width: 100%;
  height: 100%;
}

.team-bottom-block {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.team-block {
  background-color: #292c36;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 180px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.teams-paragraph {
  color: #9a9a9a;
  font-size: 18px;
  line-height: 1.6;
}

.team-name-wrapper {
  padding: 24px;
}

.team-section {
  padding: 140px 3%;
}

.team-block-feature {
  background-color: #0000;
  border: 3px solid #292c36;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 360px;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.avatar-wrap {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.team-member-position {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  inset: 24px 24px auto auto;
}

.b-max-width-regular {
  width: 100%;
  max-width: 510px;
}

.b-team-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: auto;
  padding: 8px;
  display: flex;
}

.b-team-social-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7d8ba1;
  background-color: #f3f4f6;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .3s;
  display: flex;
}

.b-team-social-link:hover {
  color: #22272f;
}

.b-team-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.b-button-primary {
  color: #fff;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  display: inline-block;
}

.b-button-primary:hover {
  background-color: #4e4587;
}

.b-team-avatar {
  background-color: #f3f4f6;
  border-radius: 100%;
  flex: none;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.b-team-top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

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

.b-team-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #dce0e5;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.b-team-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #454f5f;
  background-color: #f3f4f6;
  border-radius: 99px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

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

.integration {
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  height: 100%;
  min-height: 120px;
  display: flex;
  box-shadow: 46px 46px 72px #2b1d6714;
}

.custom-tooltips {
  display: none;
}

.integration-section {
  padding: 100px 3%;
}

.title {
  color: #5138ee;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 24px;
}

.integration-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.integration-logo {
  width: 64px;
}

.form-heading {
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.integration-cell {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.button {
  background-color: #5138ee;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.form-subheading {
  color: var(--black);
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.content-grid-3 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

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

.blog-heading {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-blog {
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.badge-category {
  color: #1355ff;
  text-transform: uppercase;
  background-color: #f5f9ff;
  border-radius: 32px;
  margin-bottom: 16px;
  padding: 4px 10px;
  font-weight: 600;
  line-height: 24px;
}

.blog-header {
  color: #061237;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

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

.blog-thumbnail {
  border-radius: 20px;
  height: 250px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.button-standard {
  background-color: #1355ff;
  border: 2px solid #1355ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #1355ff;
  background-color: #fff;
}

.blog-paragraph {
  color: #67718e;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.grid-title {
  grid-column-gap: 42px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 72px;
}

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

.a-h6-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}

.a-team-social {
  grid-column-gap: 8px;
  margin-top: 16px;
  display: flex;
}

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

.a-button-primary-2:hover {
  background-color: #6478f7;
}

.a-button-primary-2:active {
  background-color: #7788f8;
}

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

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

.a-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .75fr .75fr .75fr .75fr;
  margin-top: 80px;
}

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

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

.a-team-image-wrapper {
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  overflow: hidden;
}

.a-section-regular {
  margin-top: 142px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.a-team-social-wrapper {
  color: #5e606e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.a-team-social-wrapper:hover {
  color: #5167f6;
  background-color: #eceefe;
}

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

.a-h3-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

.heading {
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
}

.contact-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.heading-detail-small-2 {
  color: #1c2122;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.heading-detail-small-2.text-color-gray-500 {
  color: #788d91;
}

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

.button-small {
  outline-offset: 0px;
  color: #323c3e;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 99px;
  outline: 1px solid #ccd4d6;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-small:hover {
  color: #fff;
  background-color: #1c2122;
  outline-color: #1c2122;
}

.contact-icon-wrapper {
  background-color: #e9eced;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
}

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

.contact-grid-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 72px;
}

.contact-text-underline {
  color: #49575a;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}

.map-large {
  border-radius: 24px;
  max-width: 510px;
  max-height: 320px;
  margin-bottom: 32px;
}

.contact-item {
  align-items: flex-start;
  display: flex;
}

.grid-contact-detail {
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.pricing-header {
  color: var(--black-2);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 52px;
  line-height: 62px;
}

.pricing-paragraph {
  color: #89919a;
  max-width: 460px;
  font-size: 18px;
  line-height: 32px;
}

.price-content {
  z-index: 5;
  margin-top: 40px;
  margin-bottom: 60px;
  position: relative;
}

.price-feature-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  font-size: 11px;
  font-weight: 400;
}

.price-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  position: relative;
}

.author-name {
  color: var(--black-2);
  font-size: 18px;
  line-height: 24px;
}

.blur-bottom-right {
  opacity: .5;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing-button {
  color: #151b28;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.pricing-button:hover {
  color: #fff;
  background-color: #151b28;
}

.pricing-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-card {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 372px;
  min-height: 580px;
  padding: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 49px 49px 110px -24px #0006;
}

.price-time {
  color: #151b2899;
  margin-bottom: 43px;
  font-size: 16px;
  line-height: 24px;
}

.author-company {
  color: #d4d4d8;
}

.blur-top-left {
  position: absolute;
  inset: 0% auto auto 0%;
}

.price-feature {
  color: #161c29;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-testimonial {
  color: var(--black-2);
  font-size: 18px;
  line-height: 32px;
}

.pricing-testimonial-wrapper {
  max-width: 400px;
}

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

.pricing-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: relative;
}

.avatar-wrapper {
  color: #fff;
  align-items: center;
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.price-large {
  color: #fff;
  letter-spacing: -.03em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(122deg, #2a2ad6, #ad5adf 34%, #ec7762 72%, #e91d8b);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}

.avatar-image-3 {
  width: 44px;
  margin-right: 12px;
}

.card-header-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.select-plan-button {
  color: #000;
  background-color: #fff;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 161px;
  margin-bottom: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.select-plan-button.featured {
  color: #fff;
  background-color: #a485ff;
}

.pricing-header-2 {
  color: #1f2937;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.price {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.button-wrap {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 20px;
}

.pricing-section-2 {
  padding: 85px 3%;
}

.grey-line {
  background-color: #9ca3af;
  width: 1px;
  height: 22px;
  margin-left: 16px;
  margin-right: 16px;
}

.container-6 {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.card-description {
  color: #9ca3af;
  margin-bottom: 0;
  line-height: 24px;
}

.card-description.featured {
  color: #fff;
}

.pricing-card {
  color: #1f2937;
  background-color: #f7f8fa;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 660px;
  padding: 60px 40px 40px 45px;
  display: flex;
}

.pricing-card.featured {
  color: #fff;
  background-color: #774ef0;
}

.billing-cycle-tab-link {
  color: #1f2937;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #e5e7eb;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 120px;
  font-weight: 500;
  line-height: 24px;
}

.billing-cycle-tab-link.w--current {
  background-color: #0000;
  border-bottom-color: #1f2937;
}

.plan-type {
  letter-spacing: -.04em;
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.pricing-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-feature {
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.pricing-enterprise {
  background-color: #e8efff;
  padding: 42px 42px 32px;
}

.pricing-icon {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  display: flex;
}

.pricing-type-wrapper {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.pricing-button-2 {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #181818;
  border: 2px solid #181818;
  padding: 16px 32px;
  transition: all .3s;
}

.pricing-button-2:hover {
  color: #181818;
  background-color: #0000;
}

.pricing-type {
  color: #181818;
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.pricing-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: start;
}

.check-icon-2 {
  margin-right: 10px;
}

.pricing-business {
  background-color: #cfebd9;
  padding: 42px 42px 32px;
}

.pricing-header-3 {
  color: var(--black-2);
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 38px;
  line-height: 46px;
}

.price-title {
  color: #6e7781;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.title-wrapper {
  max-width: 640px;
  margin-bottom: 80px;
}

.pricing-feature-grid {
  margin-bottom: 40px;
}

.pricing-section-3 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 5% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-feature {
  color: #656565;
  letter-spacing: -.01px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.price-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}

.text-block-9 {
  font-size: 15px;
}

.price-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.button-outline {
  color: #4255bd;
  text-align: center;
  background-color: #0000;
  border: 1.5px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-outline:hover {
  border-color: #d3d3d3;
}

.badge-pricing-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 32px;
  margin-bottom: 32px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.badge-beta {
  color: gray;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 2px 6px;
  font-weight: 600;
  display: flex;
}

.price-feature-grid-2 {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.price-feature-2 {
  color: var(--black);
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.price-feature-block-blue {
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-text-large {
  color: #4255bd;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.button-pricing {
  background-color: var(--big-blue);
  color: #f7f7f7;
  text-align: center;
  border: 1px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing:hover {
  border-color: #d3d3d3;
}

.badge-beta-blue {
  color: #8e99d7;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 2px 6px;
  font-weight: 600;
  display: flex;
}

.price-tab-link {
  color: #1a1a1a;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price-tab-link.w--current {
  color: #f7f7f7;
  background-color: #4255bd;
  box-shadow: 1px 8px 20px #8d9bbe29;
}

.price-card-line {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.price-feature-block {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 18px;
  display: flex;
}

.price-content-2 {
  width: 100%;
  overflow: visible;
}

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

.price-text {
  color: #1a1a1a;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.price-feature-line {
  border-bottom: 1.5px #e6e6e6;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.price-feature-line.striked {
  opacity: .3;
  text-decoration: line-through;
}

.heading-detail-section-3 {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.price-tab-menu {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 8px;
  display: flex;
}

.price-card-line-feature {
  border: 2px solid #4255bd;
  border-radius: 20px;
  margin-bottom: 32px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.badge-pricing {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  margin-bottom: 32px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.paragraph-small-3 {
  color: var(--black);
  letter-spacing: -.01em;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-small-3.text-weight-semibold {
  font-weight: 600;
}

.pricing-icon-2 {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.pricing-icon-2.pricing-blue-icon {
  color: #4255bd;
}

.pricing-grid-wide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: center;
}

.heading-content {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.price-detail {
  color: var(--dark-slate-blue);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.price-type {
  color: var(--dark-slate-blue);
  font-size: 16px;
  line-height: 24px;
}

.price-card-2 {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.badge-primary {
  color: #1a1a1a;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 32px;
  margin-bottom: 54px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.price-card-feature {
  border: 1px solid var(--big-blue);
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 17px 17px 64px -14px #4d4d4d29;
}

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

.pricing-image {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.badge-secondary {
  color: #4255bd;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border-radius: 32px;
  margin-bottom: 54px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.price-wrapper {
  margin-top: 14px;
  padding: 14px;
}

.button-pricing-outline {
  border: 1.5px solid var(--big-blue);
  min-height: 48px;
  color: var(--big-blue);
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing-outline:hover {
  border-color: #d3d3d3;
}

.text-span-7 {
  color: var(--black);
  font-weight: 700;
}

.text-span-7.pricing-title {
  margin-bottom: 10px;
  font-size: 48px;
}

.star-row {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -95px 70px auto auto;
}

.button-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.testimonial-title-wrapper {
  max-width: 400px;
  margin-bottom: 60px;
}

.testimonial-card-2 {
  color: #1f2937;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  padding: 40px 32px;
  text-decoration: none;
  transition: all .2s;
}

.testimonial-card-2:hover {
  background-color: #fff;
  border-color: #e5e5e500;
  box-shadow: 13px 20px 32px #e5e5e540;
}

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

.blue-span {
  color: #5138ed;
}

.slide {
  margin-right: 40px;
}

.testimonial-author-wrapper {
  align-items: center;
  display: flex;
}

.avatar-circle {
  border-radius: 100px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 14px;
}

.testimonial-author {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.testimonial-mask {
  width: 400px;
  overflow: visible;
}

.testimonial-heading {
  color: #262626;
  letter-spacing: -.04em;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.testimonial-section-3 {
  background-color: #fff;
  padding: 80px 24px;
  position: relative;
  overflow: hidden;
}

.testimonial-credentials {
  color: #8e8e8e;
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 20px;
}

.block-blue {
  background-color: #5138ed;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  position: relative;
  left: 20px;
}

.star {
  margin-right: 4px;
}

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

.testimonial-slider-3 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
  display: flex;
}

.testimonial-container {
  z-index: 5;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-title {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.right-arrow-3 {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 4px;
  display: flex;
  inset: -95px 0% auto auto;
}

.accent-left {
  position: absolute;
  inset: 10% auto auto 0%;
}

.testimonial-button {
  color: #fff;
  background-color: #5138ed;
  border-radius: 4px;
  padding: 14px 40px;
  font-size: 14px;
  transition: all .2s;
}

.testimonial-button:hover {
  background-color: #402ac9;
}

.testimonial-button.darkbg {
  border: 1px solid var(--white);
  background-color: var(--medium-slate-blue);
}

.testimonial-line {
  background-color: #e5e5e5;
  width: 30px;
  height: 2px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.accent-right {
  position: absolute;
  inset: auto 0% 10% auto;
}

.testimonial-details {
  color: #4d4d4d;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
}

.block-green {
  background-color: #8ae59d;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  position: relative;
  left: -20px;
}

.faq-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
}

.faq-block {
  flex-direction: column;
}

.banner-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.faq-section {
  padding: 80px 3%;
}

.faq-container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.banner-button {
  color: #fff;
  background-color: #6366f1;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 180px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.faq-icon-wrapper {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 8px;
  display: flex;
}

.faq-icon-wrapper.blue {
  background-color: #e0f5ff;
}

.faq-icon-wrapper.purple {
  background-color: #f7ebff;
}

.faq-icon-wrapper.orange {
  background-color: #ff8c4b1a;
}

.faq-banner-block {
  background-color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  display: flex;
}

.faq-banner-image {
  margin-right: 32px;
}

.faq-subheading {
  color: var(--big-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}

.faq-paragraph {
  color: var(--black-2);
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 32px;
}

.right-chevron {
  margin-left: 10px;
}

.faq-title {
  color: var(--black-2);
  letter-spacing: -.01em;
  margin-top: 0;
  line-height: 28px;
}

.faq-cta-text-wrap {
  align-items: center;
  display: flex;
}

.grey-divider-3 {
  background-color: #e5e7eb;
  height: 1px;
  margin-bottom: 40px;
}

.faq-wrapper {
  margin-bottom: 50px;
}

.text-span-8, .text-span-9 {
  color: var(--big-blue);
}

.image-2 {
  filter: saturate(51%);
  margin-top: 60px;
}

.content-number-wrap {
  color: gray;
  font-size: 20px;
  line-height: 24px;
}

.content-header-line {
  background-color: #ffb347;
  border-radius: 3px;
  width: 42px;
  height: 6px;
  margin-bottom: 24px;
}

.content-grid-4 {
  grid-column-gap: 140px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: center start;
  margin-bottom: 100px;
}

.content-image-wrap {
  flex-direction: column;
  position: relative;
}

.content-heading-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}

.content-section {
  background-color: #fafafa;
  padding: 100px 3% 140px;
  overflow: hidden;
}

.content-image {
  float: right;
  object-fit: fill;
  border-radius: 20px;
  position: relative;
}

.content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.content-number-2 {
  color: #000;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.content-numbers {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.content-paragraph {
  color: gray;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.content-container {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.content-image-card {
  z-index: 2;
  border-radius: 10px;
  position: absolute;
  inset: -10% auto auto -20%;
  box-shadow: 0 4px 50px #3333330d;
}

.text-span-10 {
  color: var(--big-blue);
}

.a-span-underline-2 {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-max-width-medium {
  max-width: 486px;
}

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

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

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

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

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

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

.a-feature-card-grid-small {
  grid-column-gap: 24px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
}

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

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

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

.a-feature-caption-wrapper {
  text-align: center;
}

.a-feature-card-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px #f4f4f6;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.a-text-color-orange-900 {
  color: #f69351;
}

.a-h3-heading-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

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

.avatar-regular-2 {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-name {
  font-weight: 500;
}

.avatar-role {
  color: #6b7094;
  font-size: 12px;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
}

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

.button-secondary {
  color: #fff;
  text-transform: uppercase;
  background-color: #1c2122;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.contact-card {
  outline-offset: 0px;
  border-radius: 24px;
  outline: 1px solid #474d6626;
  flex-direction: column;
  padding: 32px;
  transition: all .3s;
  display: flex;
}

.contact-card:hover {
  outline-offset: 0px;
  background-color: #e9eced;
  outline: 1px solid #e9eced;
}

.heading-wrapper-large {
  text-align: center;
  max-width: 620px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contact-text {
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

.contact-button-wrapper {
  max-width: 142px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-11, .text-span-12 {
  color: var(--big-blue);
}

.content-paragraph-2 {
  color: #4d4d4d;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

.section-content-2 {
  background-color: #fff;
  padding-left: 5%;
  padding-right: 5%;
}

.content-grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

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

.content-wrapper-3 {
  margin-top: 32px;
  padding: 10px;
}

.content-title-large {
  color: var(--black-2);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.content-card {
  padding: 20px;
}

.content-detail {
  color: var(--black);
  line-height: 24px;
}

.content-title-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blue-span-2 {
  color: #47b4eb;
}

.paragraph {
  font-size: 16px;
  font-weight: 700;
}

.image-3 {
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
}

.div-block-278 {
  margin-top: 24px;
}

.cta-image-right {
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.avatar-group-wrapper {
  margin-right: 24px;
  display: flex;
}

.avatar-grouped {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  margin-right: -14px;
  position: relative;
}

.cta-image-left {
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-button-wrapper {
  margin-top: 64px;
}

.avatar-row {
  color: #333;
  justify-content: flex-start;
  align-items: center;
  line-height: 24px;
  display: flex;
}

.avatar-group-2 {
  width: auto;
  height: 126%;
  padding-top: 76px;
  padding-right: 64px;
  position: absolute;
  inset: auto 0% auto auto;
}

.cta-wrapper-3 {
  z-index: 5;
  position: relative;
}

.cta-section-3 {
  background-color: var(--big-blue);
  justify-content: flex-start;
  align-items: center;
  padding: 100px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-row {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-button-4 {
  color: #000;
  text-align: center;
  background-color: #cfebd9;
  border: 1px solid #cfebd9;
  width: 100%;
  max-width: 210px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.cta-button-4:hover {
  color: #fff;
  background-color: #0000;
}

.arrow-icon-2 {
  margin-left: 16px;
}

.cta-button-outline {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  margin-left: 10px;
  padding: 20px 10px 20px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cta-paragraph-2 {
  color: #bdbcbc;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  max-width: 720px;
  margin-bottom: 48px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.f-grid-four-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.f-logo-plain {
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px;
  display: flex;
}

.emp-land-avgi-illu-wrapper {
  width: 48%;
  padding-bottom: 48px;
  padding-left: 48px;
  position: relative;
}

.emp-land-avgi-illu-bgwrapper {
  z-index: 0;
  background-image: url('../images/dotsbg-small.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 250px;
  display: flex;
  position: absolute;
  inset: 64px 64px 0 0;
  overflow: hidden;
}

.emp-land-avgi-illu-img {
  z-index: 1;
  position: relative;
}

.div-block-279, .div-block-280 {
  position: relative;
}

.text-block-10 {
  color: var(--white);
  font-size: 12px;
  font-weight: 100;
}

.div-block-281 {
  width: 90px;
  padding-bottom: 10px;
}

.div-block-282 {
  padding-top: 100px;
}

.bold-text, .bold-text-2 {
  font-weight: 300;
}

.div-block-283 {
  width: 120px;
}

.blog-date-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-card {
  color: #1c2122;
  text-decoration: none;
}

.blog-date {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c2122;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.blog-time {
  color: #49575a;
  font-size: 12px;
  line-height: 16px;
}

.blog-line {
  background-color: #e9eced;
  width: 100%;
  height: 1px;
  margin-bottom: 16px;
}

.blog-category {
  color: var(--big-blue);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.section-large-7 {
  margin-top: 142px;
  padding: 120px 5%;
  position: relative;
}

.blog-card-content {
  margin-top: 14px;
}

.blog-avatar-wrap {
  background-color: #f5f5f5;
  border: .5px solid #e9eced;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.blog-author-name {
  font-weight: 500;
}

.dot {
  color: #ccd4d6;
  font-size: 12px;
  line-height: 16px;
}

.blog-author {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.blog-sub-heading {
  color: #323c3e;
  letter-spacing: -.01em;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.blog-sub-heading.margin-bottom-16 {
  font-weight: 700;
}

.blog-thumb {
  background-color: #e9eced;
  border-radius: 24px;
  height: 380px;
  margin-bottom: 16px;
  overflow: hidden;
}

.grid-three-column-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  margin-top: 100px;
}

.blog-heading-2 {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
}

.logo-detail-2 {
  color: #3340ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 24px;
}

.blog-list {
  margin-top: 10px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 32px;
}

.blog-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-header-image {
  background-color: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 20px;
  height: 480px;
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}

.blog-social-wrapper {
  align-items: center;
  display: flex;
}

.blog-category-2 {
  color: #4255bd;
  background-color: #f4f5fb;
  border-radius: 32px;
  margin-left: 2px;
  margin-right: 2px;
  padding: 4px 14px;
  font-weight: 500;
  text-decoration: none;
}

.blog-author-wrapper {
  text-align: left;
  align-items: center;
  display: flex;
}

.div-block-318 {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.blog-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-heading-small {
  font-size: 16px;
  line-height: 32px;
}

.blog-author-name-2 {
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

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

.div-block-317 {
  padding-top: 4px;
  padding-bottom: 0;
}

.blog-break {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  display: flex;
}

.blog-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.blog-linkedin {
  color: #fff;
  background-color: #2867b2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.blog-line-2 {
  background-color: #e6e6e6;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.blog-share-button {
  color: #1a1a1a;
  background-color: #f7f7f7;
  border-radius: 32px;
  margin-right: 14px;
  padding: 4px 24px;
  text-decoration: none;
}

.blog-image {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog-avatar {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 62px;
  min-width: 62px;
  height: 62px;
  min-height: 62px;
  margin-right: 14px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-seperator-dot {
  background-color: #e6e6e6;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 7px;
  margin-right: 7px;
}

.h5-heading-3 {
  font-size: 32px;
  line-height: 40px;
}

.blog-detail-text {
  color: gray;
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

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

.blog-detail-horizontal {
  align-items: center;
  display: flex;
}

.blog-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.blog-social-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.logo-carousel-css {
  display: none;
}

.div-block-316 {
  align-items: center;
  display: flex;
}

.blog-seperator {
  margin-left: 8px;
  margin-right: 8px;
}

.heading-2 {
  color: var(--big-blue);
  font-size: 40px;
  font-weight: 900;
}

.nav-menu-left-wrapper {
  height: 100%;
  display: flex;
}

.nav-menu-right-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.relative-div {
  object-position: 100% 0%;
  justify-content: center;
  max-width: 520px;
  max-height: 720px;
  display: flex;
  position: relative;
}

.contact-wrap-2 {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.social-links-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.footer-links-grid-3 {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.logo-wrap-2 {
  max-width: 410px;
}

.legal-text-3 {
  color: #fffc;
  margin-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.legal-text-3:hover {
  color: #fff;
}

.footer-section-4 {
  background-color: #071830;
  padding: 80px 3% 60px;
}

.footer-links-title-2 {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.container-7 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-5 {
  color: #fffc;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-5:hover {
  color: #fff;
}

.company-logo-4 {
  width: 160px;
}

.contact-2 {
  color: #ffffffe6;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.text-span-13 {
  color: var(--dark-slate-blue);
}

.text-span-14 {
  color: var(--medium-slate-blue);
  text-transform: uppercase;
  font-weight: 500;
}

.heading-wrapper-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price-feature-grid-3 {
  grid-column-gap: 14px;
  grid-row-gap: 4px;
  grid-template-columns: 1fr;
  margin-top: 14px;
}

.price-feature-3 {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.button-pricing-2 {
  color: #f7f7f7;
  text-align: center;
  background-color: #4255bd;
  border: 1px solid #6070c8;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 24px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.button-pricing-2:hover {
  border-color: #d3d3d3;
}

.heading-detail-section-4 {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-large-3 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-small-4 {
  letter-spacing: -.01em;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-4.text-weight-semibold {
  font-weight: 600;
}

.price-detail-2 {
  color: var(--dark-slate-blue);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.price-type-2 {
  color: gray;
  font-size: 16px;
  line-height: 24px;
}

.text-span-15 {
  color: var(--big-blue);
}

.paragraph-regular-5 {
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 24px;
}

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

.button-primary-4 {
  color: #fff;
  background-color: #4255bd;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.section-large-8 {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

.paragraph-small-5 {
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 24px;
}

.heading-detail-section-5 {
  color: #b2b2b2;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.content-tab-panel-2 {
  border: 1px solid #e6e6e6;
  border-radius: 40px;
  padding: 40px;
}

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

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

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

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

.a-h5-heading {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.a-content-icon-large {
  z-index: 10;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: none;
  position: relative;
  box-shadow: 1px 1px 20px #0000000d;
}

.a-content-card-medium {
  grid-row-gap: 32px;
  background-color: var(--ghost-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.a-content-card-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--ghost-white);
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.a-content-link-wrapper {
  grid-column-gap: 16px;
  color: #000;
  align-items: center;
  display: flex;
}

.a-content-graphic-top-right {
  border-radius: 8px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.a-content-graphic-top-right.wrapper {
  max-height: 330px;
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
  overflow: hidden;
  box-shadow: -1px 0 40px #0000001a;
}

.a-content-graphic-top-right.wrapper.noshadow {
  max-height: 212px;
}

.a-button-arrow-icon {
  background-color: #eceefe;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.a-button-text-link {
  grid-column-gap: 6px;
  color: #5167f6;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: #6478f7;
}

.a-content-title-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.a-section-regular-2 {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

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

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

.a-content-card-large {
  grid-row-gap: 32px;
  background-color: var(--ghost-white);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.a-content-graphic.referral-illustration {
  position: relative;
  top: -97px;
}

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

.a-h5-heading-2 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

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

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

.section-large-9 {
  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;
  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 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-6.black {
  color: var(--black-2);
}

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

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

.image-cover-4 {
  object-fit: fill;
  width: 100%;
}

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

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

.feature-outline-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--ghost-white);
  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-3 {
  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;
  box-shadow: -1px 0 20px #0000001a;
}

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

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

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

.feature-paragraph {
  color: #6b7280;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.feature-header {
  color: #1f2937;
  max-width: 450px;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
}

.feature-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 60px;
  margin-bottom: 40px;
}

.feature-section {
  background-color: #fcfcff;
  padding: 100px 3%;
}

.feature-button {
  background-color: #6366f1;
  border-radius: 10px;
  padding: 20px 40px;
  font-weight: 500;
}

.feature-icon {
  width: 32px;
  margin-right: 12px;
}

.dashboard-background {
  z-index: -1;
  background-color: #ede9fe;
  border-radius: 40px;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 90%;
  position: absolute;
  inset: auto;
}

.feature-title {
  color: #1f2937;
  margin-top: 0;
  font-size: 36px;
  line-height: 28px;
}

.feature-grid-large {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.dashboard-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-wrapper {
  align-items: flex-start;
  display: flex;
}

.cta-grid-l {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  width: 100%;
  max-width: 1210px;
}

.cta-feature-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.form-block-2 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.cta-outline {
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 64px;
  display: flex;
  position: relative;
}

.section-regular-2 {
  background-color: var(--big-blue);
  padding: 96px 5%;
  position: relative;
}

.cta-highlight-wrap {
  z-index: 1;
  max-width: 600px;
  margin-bottom: 16px;
  position: relative;
}

.cta-form {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 16px;
  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;
}

.wrap-h-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

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

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

.text-field-s {
  letter-spacing: -.02em;
  border: 1px #000;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-s::placeholder {
  color: #9797a1;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 32px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-submit {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #131315;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.cta-highlight {
  z-index: -1;
  position: absolute;
  inset: -12px auto auto -24px;
}

.text-span-16, .text-span-17 {
  color: var(--medium-slate-blue);
}

.text-span-18, .text-span-19 {
  font-weight: 300;
}

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

.text-span-20 {
  color: var(--medium-slate-blue);
}

.paragraph-2 {
  color: var(--white);
}

.container-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.paragraph-3 {
  color: var(--white);
  text-align: center;
  font-weight: 300;
}

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

.div-block-323 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  border-radius: 8px;
  max-width: 50%;
  position: absolute;
  top: 19px;
  right: -40px;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000001a;
}

.referral-illustration-wrapper {
  border-radius: 12px;
  max-height: 360px;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000001a;
}

.referral-illustration-wrapper.reward {
  max-height: 400px;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  box-shadow: -1px 0 40px #0000000d;
}

.image-6 {
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  box-shadow: -1px 0 40px #0000000d;
}

.div-block-324 {
  justify-content: flex-end;
  display: flex;
}

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

.bold-text-5 {
  color: var(--medium-slate-blue);
  font-weight: 500;
}

.f-paragraph-large-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 32px;
}

.f-h5-heading {
  color: var(--black-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4;
}

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

.f-feature-icon-wrapper-white {
  background-color: #fff;
  border-radius: 8px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
}

.f-feature-card-filled {
  background-color: var(--flowui-component-library--gray-100);
  border-radius: 12px;
  padding: 32px;
}

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

.f-button-secondary-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library--gray-900);
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

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

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

.f-h3-heading-2 {
  color: var(--black-2);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.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-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

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

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

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

.text-span-21 {
  color: var(--medium-slate-blue);
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-hero-frame-square {
  border-radius: 10px;
  flex: none;
  width: 100%;
  max-width: 22em;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  grid-column-gap: 1em;
  width: 100%;
  height: 20em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  grid-row-gap: 1em;
  background-color: var(--ghost-white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: Axiforma, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px #ffffff1a;
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #b0eab9;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.walsh-link-block-orange:focus {
  border: 2px solid var(--flowui-component-library--gray-400);
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  color: #000;
  max-width: 24em;
  margin-bottom: .75em;
  font-family: Axiforma, sans-serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-burst {
  color: var(--medium-slate-blue);
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xlarge-white {
  color: #000;
  letter-spacing: -.02em;
  font-family: Axiforma, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.walsh-left-hero-content {
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  position: relative;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--flowui-component-library--white);
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-button-circle-wrapper-white {
  background-color: #fff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-text-field-single {
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

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

.walsh-paragraph-small-white {
  color: #fffc;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 1.08em;
  line-height: 1.6;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-white {
  color: #fffc;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.walsh-grid-col-2 {
  grid-column-gap: 3em;
  grid-template-rows: auto;
  width: 100%;
}

.walsh-main-paragraph-white {
  color: #fffc;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-cta-block-dark-green {
  background-color: var(--walsh--walsh-dark-green);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-11, .text-block-12, .text-block-13 {
  color: var(--black-2);
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.text-span-22 {
  color: var(--medium-slate-blue);
}

.div-block-325 {
  margin-top: 40px;
}

.text-span-23 {
  color: var(--medium-slate-blue);
}

.walsh-text-small-white {
  color: #fffc;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image-2 {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-circle-image {
  background-color: #dfdfdf;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-white-2 {
  color: #fffc;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-medium-white-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 39px;
}

.walsh-quote-image {
  opacity: .26;
  height: 56px;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-cta-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 5em;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-cta-green-wrapper {
  background-color: var(--medium-slate-blue);
}

.walsh-text-small-left {
  color: #00000080;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-circle-image-small {
  background-color: #dfdfdf;
  border-radius: 200px;
  flex: none;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.walsh-image-ratings {
  max-height: 16px;
  margin-right: 5px;
}

.walsh-ratings-wrapper {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-inner-column-left-large {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 4em;
  display: flex;
}

.walsh-quote-image-wrapper {
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 44em;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left-small {
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  height: auto;
  padding: 4em 0 4em 4em;
  display: flex;
}

.walsh-rounded-box-banner {
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-image-logo {
  object-fit: contain;
  width: 100%;
  max-width: 132px;
  max-height: 24px;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-padding-medium {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding: .125em 20px;
  position: relative;
}

.section {
  margin-top: 60px;
}

.brix---text-300-list {
  color: var(--flowui-component-library--gray-200);
  font-size: 12px;
  font-weight: 300;
  line-height: 28px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---text-300-bold {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---paragraph-default {
  color: var(--white);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

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

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Axiforma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---testimonial-v12-right-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.brix---avatar-circle-08-testimonial-v12 {
  border-radius: 50%;
  flex: none;
  width: 340px;
  max-width: 250px;
  height: 100%;
  max-height: 250px;
  margin-right: 48px;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-testimonial-v12 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--medium-slate-blue);
  border-radius: 24px;
  justify-content: space-around;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.brix---tabs-content {
  overflow: visible;
}

.brix---text-100 {
  font-size: 16px;
  line-height: 18px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---mg-left-12px {
  margin-left: 12px;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

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

.brix---tab-line {
  opacity: .4;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 40px;
  transition: opacity .3s, color .3s;
}

.brix---tab-line:hover {
  opacity: 1;
}

.brix---tab-line.w--current {
  border-bottom-color: var(--elements-webflow-library--accent--primary-1);
  opacity: 1;
  background-color: #0000;
}

.brix---tabs-menu-bottom {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.brix---tabs-wrapper-reverse {
  flex-direction: column-reverse;
  display: flex;
}

.brix---inner-container-1104px-center {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}

.brix---heading-h2-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

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

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

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

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.walsh-ui-image-medium {
  object-fit: contain;
  width: 100%;
  max-width: 40em;
  max-height: 45em;
}

.walsh-card-wrapper-image-medium {
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 35em;
  display: flex;
  overflow: hidden;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-heading-large {
  color: var(--walsh--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle {
  background-color: var(--walsh--light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.walsh-inner-card {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.rl_layout28_image {
  display: inline-block;
}

.rl_layout28_image-wrapper {
  background-color: #f5f3ff;
  min-height: 576px;
  overflow: hidden;
}

.rl-text-style-regular {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.rl_layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link.w--current {
  border-left-color: var(--medium-slate-blue);
  opacity: 1;
  background-color: #0000;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: hidden;
}

.rl-padding-section-large {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

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

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

.rl_section_layout28 {
  background-color: var(--relume-library-lite--rl-white);
}

.bold-text-6 {
  color: var(--black);
}

.brix---border-radius-24px {
  z-index: -1;
  background-image: url('../images/Referral.png');
  background-position: 0 0;
  background-size: auto;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 32px 0 48px -12px #10182824;
}

.brix---paragraph-default-2 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-48px-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.brix---display-4 {
  color: var(--medium-slate-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---tabs-content-card {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  cursor: pointer;
  border-radius: 24px;
  padding: 20px 56px 48px;
}

.brix---mg-left-16px {
  margin-left: 16px;
}

.brix---square-icon-48px {
  border-radius: 10px;
  width: 48px;
}

.brix---tab-left-icon {
  border: 2px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 100%;
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  border-radius: 14px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: box-shadow .3s, border-width .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---tab-left-icon:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
}

.brix---tab-left-icon.w--current {
  border-width: 2px;
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
}

.brix---tabs-menu-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 348px;
  margin-bottom: 0;
  margin-right: 40px;
  display: flex;
}

.brix---tabs-wrapper-tabs-left {
  display: flex;
}

.brix---heading-h2-size-2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.brix---inner-container-640px---center {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.brix---inner-container-1068px-center {
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
}

.brix---container-default-2 {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 60px;
}

.bold-text-7 {
  color: var(--black-2);
  font-size: 40px;
  line-height: 48px;
}

.text-block-14, .bold-text-8, .text-block-15, .text-block-16 {
  color: var(--black-2);
  font-size: 16px;
}

.brix---link-icon-right {
  margin-left: 6px;
}

.brix---text-200-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---link-wrapper {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---paragraph-default-3 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---heading-h3-size-2 {
  color: var(--medium-slate-blue);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Axiforma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---card-v11-feature-over-image {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -80px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 28px 32px 48px;
  display: flex;
  position: relative;
}

.brix---image-width-100 {
  border-radius: 6px;
  width: 100%;
}

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

.brix---link-content {
  color: var(--elements-webflow-library--neutral--600);
  text-decoration: none;
}

.brix---grid-features-v11 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---inner-container-600px---center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---image-wrapper---br-top {
  background-color: #f5f3ff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  max-height: 240px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-link {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.brix---image-card-link-left {
  background-color: #f5f3ff;
  flex: none;
  width: 100%;
  max-width: 660px;
  max-height: 400px;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.brix---content-inside-card-v2 {
  flex-direction: column;
  justify-content: center;
  padding: 40px 76px;
  display: flex;
}

.brix---card-link-horizontal {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  border-radius: 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---grid-3-columns---1-col-t {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---heading-h2-size-3 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---section-4 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 60px;
}

.paragraph-4 {
  color: var(--black-2);
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

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

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---button-row-left {
  margin-right: 24px;
}

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

.brix---mg-bottom-0 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-5 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-3 {
  color: var(--medium-slate-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Axiforma, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 0;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

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

.brix---icon-left---content-right {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

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

.brix---heading-h2-size-4 {
  color: var(--black-2);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---grid-2-columns-text {
  grid-column-gap: 64px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---section-5 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 60px;
  padding-bottom: 60px;
}

.brix---mg-bottom-48px-2-copy {
  margin-top: 10px;
  margin-bottom: 20px;
}

.brix---mg-bottom-2 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.brix---color-neutral-806 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-6 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h3-size-4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---color-neutral-807 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px-3 {
  margin-bottom: 0;
}

.brix---card-left-text-wrapper-2 {
  margin-left: 24px;
}

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

.brix---icon-left---content-right-2 {
  align-items: flex-start;
  display: flex;
}

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

.brix---content-inside-card-v14 {
  padding: 48px;
}

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

.brix---grid-2-columns---gap-48px {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---btn-secondary-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

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

.brix---btn-primary-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-490px {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-6 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h3-size-4-copy-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
}

.brix---heading-h3-size-4-copy {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-24 {
  color: var(--medium-slate-blue);
  font-weight: 500;
}

.f-button-secondary-3 {
  border: 1px solid var(--flowui-component-library--grey-300);
  max-width: 150px;
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.text-block-17 {
  font-weight: 700;
}

.f-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-button-icon-r {
  grid-column-gap: 12px;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

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

.f-button-icon-r:focus {
  outline-color: var(--flowui-component-library--gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.f-button-secondary-4 {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-4:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.text-block-18 {
  font-size: 12px;
}

.text-block-19 {
  color: var(--black-2);
  font-size: 12px;
}

.section-2 {
  margin-top: 142px;
}

.bold-text-9, .bold-text-10 {
  color: var(--medium-slate-blue);
}

.brix---mg-bottom-3 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---paragraph-default-7 {
  color: var(--black-2);
  margin-bottom: 0;
  font-family: Axiforma, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.brix---heading-h3-size-5 {
  color: var(--black);
  margin-top: 0;
  font-family: Axiforma, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.brix---color-neutral-809 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-bottom-8px-4 {
  margin-bottom: 0;
}

.brix---card-left-text-wrapper-3 {
  margin-left: 24px;
}

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

.brix---icon-left---content-right-3 {
  align-items: flex-start;
  display: flex;
}

.brix---grid-1-column-gap-row-40px-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---content-inside-card-v14-2 {
  padding: 48px 40px 48px 32px;
}

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

.brix---grid-2-columns---gap-48px-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---btn-secondary-3 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

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

.brix---btn-primary-3 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

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

.brix---button-row-left-3 {
  margin-right: 24px;
}

.brix---buttons-row-right---t-left-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---inner-container-490px-2 {
  max-width: 490px;
}

.brix---grid-top---text-2-buttons-2 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: end;
  margin-bottom: 48px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-7 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 20px;
  padding-bottom: 176px;
}

.brix---badge-secondary-small-bold {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-wrapper-top-right {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---btn-primary-white {
  background-color: var(--medium-slate-blue);
  color: var(--white);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

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

.brix---text-200-list-bold {
  color: var(--black-2);
  font-family: Axiforma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.brix---text-200-list-bold.title-pricing-list {
  font-weight: 600;
}

.brix---text-200-list-bold.title-pricing-list.add-on, .brix---text-200-list-bold.add-on {
  color: var(--white);
}

.brix---color-neutral-100 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---icon-list {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.brix---grid-pricing-v10-featured {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.brix---display-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 52px;
}

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

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---pricing-content-v10-popular {
  padding: 40px 50px;
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--ghost-white);
  max-width: 800px;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.brix---color-neutral-810 {
  color: var(--elements-webflow-library--neutral--800);
}

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

.brix---color-neutral-811 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---pricing-content-v10 {
  padding: 40px 42px;
  position: relative;
}

.brix---grid-2-columns---pricing-v10 {
  grid-column-gap: 32px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .63fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.purple-image-wrapper {
  background-color: #f5f3ff;
  border-radius: 32px;
  max-height: 380px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.div-block-326 {
  background-color: #fff;
  border-radius: 100px;
  width: 128px;
  height: 128px;
  padding: 16px;
  box-shadow: 0 16px 32px -6px #0003;
}

.div-block-327 {
  align-items: center;
  height: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.image-7 {
  box-shadow: 0 16px 32px -12px #0000001a;
}

.div-block-328 {
  z-index: 1;
  border: 1px solid #f1f1f1;
  border-radius: 16px;
  position: absolute;
  top: 48px;
  right: 48px;
  overflow: hidden;
  box-shadow: 0 16px 32px -12px #0003;
}

.image-8 {
  max-width: 200px;
}

.heading-4 {
  margin-top: 0;
}

.brix---text-300-medium {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---color-neutral-812 {
  color: var(--elements-webflow-library--neutral--600);
  margin-bottom: 40px;
}

.brix---display-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.brix---color-neutral-813 {
  color: var(--elements-webflow-library--neutral--800);
}

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

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

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-4 {
  margin-bottom: 0;
}

.brix---paragraph-default-8 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

.brix---display-6 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---square-icon-64px {
  border-radius: 16px;
  max-width: 64px;
}

.brix---pricing-v9-icon-wrapper {
  margin-right: 16px;
}

.brix---flex-horizontal-pricing-v9 {
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brix---pricing-content-v9 {
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

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

.brix---color-neutral-814 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---btn-primary-small-white {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small-white:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---card-pricing-popular-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--accent--primary-1);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  position: relative;
}

.brix---grid-1-column-gap-row-16px-2 {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding-left: 60px;
  display: grid;
}

.brix---grid-logo-strip-pricing-v9 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: start;
  display: grid;
}

.brix---divider-64px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 64px;
  margin-bottom: 64px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-3 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---grid-2-columns---pricing-v9 {
  grid-column-gap: 80px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---container-default-5 {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-8 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 64px;
  padding-bottom: 64px;
}

.text-span-25 {
  color: var(--medium-slate-blue);
}

.f-button-arrow-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-button-icon-r-2 {
  grid-column-gap: 12px;
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

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

.f-button-icon-r-2:focus {
  outline-color: var(--flowui-component-library--gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.f-pricing-button {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  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-pricing-button:hover {
  background-color: var(--flowui-component-library--primary-dark);
}

.f-pricing-line-dark {
  background-color: var(--flowui-component-library--gray-700);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.f-paragraph-small-2.f-text-color-gray-400 {
  color: var(--white);
}

.f-text-color-gray-400 {
  color: var(--flowui-component-library--gray-400);
}

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

.f-pricing-feature-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-duration {
  color: var(--flowui-component-library--gray-400);
  font-size: 16px;
  font-weight: 400;
}

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

.f-h3-heading-3.f-text-color-white {
  color: var(--flowui-component-library--white);
}

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

.f-badge-filled {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

.f-heading-detail-small-3.f-text-color-white {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

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

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

.f-pricing-card-dark {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  padding: 40px;
  position: relative;
}

.f-button-secondary-5 {
  border: 1px solid var(--flowui-component-library--grey-300);
  min-height: 48px;
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary-5:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: #0000;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-margin-bottom-84 {
  margin-bottom: 56px;
}

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

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

.logo2_logo {
  max-height: 24px;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.rl-heading-style-h6 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Axiforma, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
  margin-top: 20px;
}

.text-span-26 {
  color: var(--medium-slate-blue);
}

.image-9 {
  filter: grayscale();
  max-height: 30px;
}

.flex-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  width: 16px;
}

.image-11, .image-12 {
  width: 16px;
  margin-right: 20px;
}

.section-large-10 {
  padding: 220px 5% 80px;
  font-family: Axiforma, sans-serif;
  position: relative;
}

.feature-paragraph-2 {
  color: #6b7280;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}

.content-grid-6 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.feature-title-2 {
  color: #1f2937;
  margin-top: 0;
  font-size: 36px;
  line-height: 28px;
}

.process-title-wrap-2 {
  text-align: center;
  max-width: 680px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.feature-grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-regular-8 {
  color: #000;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-regular-8.leftalign {
  text-align: left;
}

.logo-detail-3 {
  color: #3340ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 24px;
}

.logo-detail-3.leftalign {
  text-align: left;
}

.section-large-11 {
  padding: 80px 5%;
  font-family: Axiforma, sans-serif;
  position: relative;
}

.form-subheading-2 {
  color: #000;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.image-13 {
  border: 1px solid #f2f4f7;
  border-radius: 8px;
  box-shadow: -1px 0 40px #0000000d;
}

.content-grid-7 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
}

.h3-heading-5 {
  color: #0f1629;
  letter-spacing: -.02em;
  margin-top: 10px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
}

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

.content-tab-link-2 {
  color: #000;
  text-align: center;
  background-color: #f4f5fb;
  border: 1px solid #f1f1f1;
  border-radius: 32px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.content-tab-link-2:hover {
  color: #f7f7f7;
  background-color: #4255bd;
  border-color: #4255bd;
}

.content-tab-link-2.w--current {
  color: #fff;
  background-color: #8267ff;
  border-color: #f1f1f1;
}

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

.text-span-27 {
  color: #3340ff;
  text-transform: uppercase;
  font-weight: 500;
}

.a-h5-heading-3 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

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

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

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

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

.a-content-card-primary-2 {
  grid-row-gap: 32px;
  background-color: #f7f8ff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.image-14 {
  border-radius: 8px;
  max-width: 50%;
  position: absolute;
  top: 19px;
  right: -40px;
  overflow: hidden;
  box-shadow: -1px 0 20px #0000001a;
}

.heading-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-small-7.black {
  color: #0f1629;
}

.a-content-card-small-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f7f8ff;
  border-radius: 32px;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  padding: 24px 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-card-large-2 {
  grid-row-gap: 32px;
  background-color: #f7f8ff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 582px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.a-content-card-medium-2 {
  grid-row-gap: 32px;
  background-color: #f7f8ff;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  padding: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-regular-9 {
  color: #000;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .navigation-polka-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-large, .process-section {
    margin-top: 142px;
  }

  .a-section-regular.bottom {
    margin-top: 0;
  }

  .walsh-background-darkgreen {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-large-12.eor {
    padding-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 64px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-link.w--open {
    color: #fff;
    background-color: #7070c2;
    width: 100%;
  }

  .menu-button {
    color: #4255bd;
    background-color: #f4f5fb;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: all .3s;
  }

  .menu-button:hover {
    color: #fff;
    background-color: #060606;
  }

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

  .navigation-toggle {
    color: #060606;
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navigation-toggle.w--open {
    color: #fff;
    background-color: #4255bd;
    width: 100%;
  }

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

  .nav-dropdown-base {
    box-shadow: none;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-list-small.w--open {
    border-bottom: 4px solid #1a1a1a;
    height: 50vh;
    position: static;
    overflow: auto;
  }

  .nav-grid, .nav-column-large {
    grid-template-columns: 1fr;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-full {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-button-plain {
    position: relative;
    left: -20px;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    padding-bottom: 20px;
    position: absolute;
    box-shadow: 3px 3px 48px -2px #00000026;
  }

  .nav-contact, .navigation-line-break {
    display: none;
  }

  .dropdown {
    width: 100%;
  }

  .header-dashboard-image {
    margin-top: 60px;
  }

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

  .feature-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-title-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    display: flex;
  }

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

  .section-large.limited-vw {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section-logo {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .logo-title-wrapper {
    align-items: flex-start;
    max-width: none;
  }

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

  .process-graphic {
    margin-left: auto;
    margin-right: auto;
  }

  .process-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-block-small {
    padding: 32px;
  }

  .content-image-large-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .content-card-full {
    flex-direction: column;
  }

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

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

  .content-grid-small {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-heading-wrapper {
    margin-top: 0;
    position: relative;
    top: 0;
  }

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

  .content-grid-regular {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content-block-wrapper {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .testimonial-content-block {
    display: block;
  }

  .image-wrap {
    height: 400px;
  }

  .testimonial-paragraph-wrap {
    margin-top: 40px;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

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

  .footer-content-wrapper {
    flex-direction: column;
  }

  .footer-social-grid {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .cta-container {
    max-width: 640px;
  }

  .cta-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    padding: 100px 50px 70px;
  }

  .cta-section-2 {
    background-position: 50% 0;
    flex-direction: column;
  }

  .cta-wrapper-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .accent-shape {
    display: none;
  }

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

  .cta-heading-2, .paragraph-cta {
    max-width: none;
  }

  .social-link-block {
    justify-content: space-between;
  }

  .footer-section {
    background-size: cover, auto;
  }

  .legal-wrapper {
    flex-direction: column;
  }

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

  .footer-links-grid-2 {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-accent.hiring-suite {
    top: 26px;
    left: 189px;
  }

  .content-feature-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: 480px;
  }

  .h3-heading-3 {
    text-align: center;
  }

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

  .content-image-double {
    justify-content: flex-start;
    margin-bottom: 60px;
  }

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

  .section-large-common {
    padding-left: 5%;
    padding-right: 5%;
  }

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

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

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

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

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

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

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

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

  .b-content-accordion-wrapper {
    max-width: none;
  }

  .b-h3-heading {
    text-align: center;
  }

  .b-content-image {
    width: 100%;
  }

  .b-content-image-wrapper {
    max-width: none;
  }

  .b-max-width-small {
    padding-left: 0;
  }

  .b-heading-wrapper.margin-bottom-80 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
  }

  .b-container-small {
    max-width: 720px;
  }

  .b-content-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .b-section-regular {
    padding-bottom: 0;
  }

  .f-h3-heading {
    text-align: center;
  }

  .f-feature-image-extra-large {
    background-image: url('../images/wall-of-skills-1.011cf021.svg');
    background-position: 25% 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 32px;
    padding-right: 0;
    display: flex;
  }

  .f-image-cover {
    opacity: 0;
  }

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

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

  .m-timeline-item-wrapper {
    width: 100%;
    min-height: 100%;
    padding-bottom: 0;
  }

  .m-cta-image-4 {
    height: 120px;
  }

  .m-timeline-step-row {
    flex-direction: column;
    margin-bottom: 94px;
  }

  .m-timeline-title-row {
    display: none;
  }

  .m-scroll-animation-wrapper {
    width: 16px;
    height: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .testimonial-section-2 {
    background-position: 5% 100%;
  }

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

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

  .team-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1fr;
  }

  .b-team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .integration-content {
    align-items: flex-start;
  }

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

  .content-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .title-button-wrapper {
    justify-content: flex-start;
  }

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

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

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

  .a-title-wrap-center {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

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

  .a-section-regular.bottom {
    margin-top: 0;
  }

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

  .pricing-section {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

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

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

  .pricing-section-3 {
    background-position: 0 0, 50% 0;
    background-size: auto, auto;
  }

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

  .button-wrapper-2 {
    justify-content: flex-start;
  }

  .testimonial-mask {
    width: 420px;
  }

  .testimonial-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .accent-left {
    inset: 0% auto auto 0%;
  }

  .accent-right {
    inset: auto 0% 0% auto;
  }

  .faq-grid {
    grid-column-gap: 60px;
  }

  .content-number-wrap {
    margin-right: 30px;
  }

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

  .content-number-2 {
    font-size: 55px;
    line-height: 65px;
  }

  .content-numbers {
    justify-content: space-between;
  }

  .content-image-card {
    inset: -50px -20% auto auto;
  }

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

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

  .content-card {
    padding: 10px;
  }

  .cta-image-right, .cta-image-left {
    opacity: .3;
    max-width: 50%;
    height: auto;
  }

  .avatar-group-2 {
    max-width: 480px;
    height: 126%;
    padding-top: 100px;
    padding-right: 0;
    inset: auto 16px -40px auto;
  }

  .cta-wrapper-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-section-3 {
    background-position: 50% 0;
    flex-direction: column;
  }

  .f-title-wrapper-center {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .f-logo-plain {
    justify-content: flex-start;
  }

  .emp-land-avgi-illu-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding: 48px 48px 0 0;
  }

  .emp-land-avgi-illu-bgwrapper {
    inset: 0 0 128px 128px;
  }

  .div-block-282 {
    padding-top: 64px;
  }

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

  .blog-header-image {
    height: 360px;
  }

  .nav-menu-left-wrapper {
    flex-direction: column;
  }

  .nav-menu-right-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
  }

  .div-block-319, .div-block-320 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-321 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 58px;
    display: flex;
  }

  .footer-links-grid-3 {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .a-content-card-medium {
    justify-content: flex-end;
    min-height: 420px;
  }

  .a-content-card-large {
    justify-content: flex-end;
  }

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

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

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

  .feature-grid-large, .cta-grid-l {
    grid-template-columns: 1fr;
  }

  .div-block-324 {
    justify-content: center;
  }

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

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

  .walsh-hero-sub-bg {
    min-height: auto;
    padding-top: 0;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-left-hero-content {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    width: auto;
    padding-right: 0;
  }

  .walsh-container-hero {
    padding-right: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 48px;
  }

  .walsh-text-field-single {
    min-width: auto;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

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

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green-2);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-inner-column-left-large {
    max-width: none;
    padding-top: 0;
    padding-left: 4em;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left-small {
    max-width: none;
    padding: 4em 4em 0;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-image-logo {
    max-width: 120px;
    height: 100%;
    max-height: 50px;
  }

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

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: auto;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
    margin-bottom: 48px;
    margin-right: 0;
  }

  .brix---card-testimonial-v12 {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---tab-line {
    padding: 22px 18px;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

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

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .rl_layout28_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: auto;
    display: flex;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 48px;
  }

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

  .brix---mg-bottom-48px-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---tabs-content-card {
    padding: 40px 32px 48px;
  }

  .brix---tab-left-icon {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brix---tabs-menu-vertical {
    max-width: 271px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -67px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---image-wrapper---br-top {
    max-height: none;
    display: block;
  }

  .brix---image-card-link-left {
    max-width: 100%;
  }

  .brix---card-link-horizontal {
    flex-direction: column;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right {
    flex-direction: column;
    margin-bottom: 0;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-2-columns-text {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .brix---section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---mg-bottom-48px-2-copy {
    margin-bottom: 40px;
  }

  .brix---heading-h3-size-4 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper-2 {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right-2 {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left {
    justify-content: flex-start;
  }

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

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

  .brix---section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h3-size-4-copy-3, .brix---heading-h3-size-4-copy, .brix---heading-h3-size-4-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .f-button-secondary-3 {
    margin-left: 0;
  }

  .section-2 {
    margin-top: 142px;
  }

  .brix---heading-h3-size-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper-3 {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---icon-left---content-right-3 {
    flex-direction: column;
  }

  .brix---grid-2-columns---gap-48px-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .brix---btn-primary-3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---buttons-row-right---t-left-2 {
    justify-content: flex-start;
  }

  .brix---heading-h2-size-6 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 24px;
    grid-template-columns: .7fr;
  }

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

  .brix---btn-primary-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---pricing-content-v10-popular {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card-pricing-popular {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---pricing-content-v10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---display-5 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---display-6 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---grid-1-column-gap-row-16px-2 {
    padding-left: 0;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

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

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .brix---section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
  }

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

  .rl-heading-style-h6 {
    text-align: center;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

  .content-grid-6 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .content-grid-7 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .a-content-card-large-2 {
    justify-content: flex-end;
  }

  .a-content-card-medium-2 {
    justify-content: flex-end;
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    display: none;
  }

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

  .paragraph-regular.text-weight-semibold.blue-text {
    text-align: left;
  }

  .header-h1 {
    font-size: 48px;
  }

  .container-navigation-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .feature-block {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .section-large {
    margin-top: 90px;
    padding: 48px 12px;
  }

  .section-large.limited-vw {
    max-width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .feature-block-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-heading {
    font-size: 32px;
  }

  .process-step {
    margin-right: 20px;
  }

  .process-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .process-section {
    margin-top: 90px;
    padding: 48px 12px;
  }

  .process-title-wrap {
    margin-bottom: 60px;
  }

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

  .content-icon-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .content-tab-menu {
    flex-wrap: wrap;
  }

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

  .content-heading {
    font-size: 64px;
  }

  .grid-two-column, .content-grid-regular, .content-grid-middle {
    grid-template-columns: 1fr;
  }

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

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

  .left-arrow {
    display: none;
  }

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

  .right-arrow {
    display: none;
  }

  .testimonial-paragraph {
    font-size: 30px;
    line-height: 50px;
  }

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

  .section-regular {
    margin-top: 90px;
    padding: 48px 12px;
  }

  .cta-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-avatar-group {
    margin-top: 32px;
  }

  .section-cta {
    padding: 48px 12px;
  }

  .logo-wrap {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .contact-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .social-links-grid {
    margin-bottom: 20px;
  }

  .footer-links-grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area"
                         ". ."
                         "Area-2 Area-2";
    justify-items: center;
  }

  .legal-wrapper-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section-3 {
    padding: 48px 12px;
  }

  .footer-link-column-4 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .content-accent.hiring-autopilot {
    top: -3%;
    right: 30%;
  }

  .content-accent.hiring-suite {
    top: 3%;
    left: auto;
    right: 25%;
  }

  .content-feature-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

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

  .heading-h5.margin-bottom-16, .paragraph-dark {
    text-align: center;
  }

  .a-header-block {
    align-items: flex-start;
  }

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

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

  .a-header-content {
    text-align: left;
  }

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

  .a-header-image-block {
    height: 84vw;
    top: 16px;
    left: 16px;
  }

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

  .a-header-background-image {
    height: 84vw;
    top: 0%;
    left: 0;
  }

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

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

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

  .b-content-accordion-wrapper {
    grid-template-rows: auto;
  }

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

  .b-content-image-wrapper {
    display: block;
  }

  .b-icon-regular, .b-icon-medium {
    width: 20px;
    height: 20px;
  }

  .b-content-accordion-content {
    padding-left: 44px;
  }

  .b-max-width-small {
    padding-left: 0;
  }

  .b-content-accordion-icon {
    width: 20px;
    height: 20px;
  }

  .b-content-grid {
    padding-top: 32px;
  }

  .b-paragraph-large {
    font-size: 14px;
    line-height: 20px;
  }

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

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

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

  .m-cta-header, .m-timeline-header {
    margin-bottom: 60px;
  }

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

  .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .team-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .b-team-grid-large {
    grid-template-columns: 1fr;
  }

  .a-section-regular {
    margin-top: 90px;
  }

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

  .contact-heading {
    font-size: 50px;
    line-height: 56px;
  }

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

  .contact-grid-heading {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .price-card {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-card {
    max-width: 350px;
  }

  .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .pricing-icon-2 {
    color: #1a1a1a;
  }

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

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

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

  .left-arrow-3 {
    display: none;
  }

  .testimonial-mask {
    width: 400px;
  }

  .testimonial-heading {
    font-size: 36px;
    line-height: 1.4;
  }

  .testimonial-section-3 {
    padding: 48px 12px;
  }

  .right-arrow-3 {
    display: none;
  }

  .faq-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-block {
    align-items: center;
    display: flex;
  }

  .faq-banner-block {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .faq-paragraph {
    text-align: center;
    line-height: 24px;
  }

  .faq-cta-text-wrap {
    flex-direction: row;
    margin-bottom: 32px;
  }

  .faq-wrapper {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .content-number-wrap {
    font-size: 18px;
  }

  .content-grid-4 {
    grid-row-gap: 60px;
    margin-bottom: 60px;
  }

  .content-image-wrap {
    align-items: flex-start;
    display: flex;
  }

  .content-heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .content-number-2 {
    font-size: 44px;
    line-height: 55px;
  }

  .content-image-card {
    right: -10%;
  }

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

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

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

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

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

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

  .content-title-2 {
    margin-bottom: 40px;
  }

  .avatar-group-2 {
    max-width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
    top: 36px;
    bottom: auto;
    right: auto;
  }

  .cta-wrapper-3 {
    text-align: center;
    display: flex;
  }

  .cta-section-3 {
    padding-bottom: 0;
  }

  .button-row {
    flex-direction: column;
  }

  .cta-button-4 {
    margin-bottom: 20px;
  }

  .f-grid-four-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-282 {
    padding-top: 48px;
  }

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

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

  .blog-heading-2 {
    font-size: 50px;
    line-height: 56px;
  }

  .blog-detail-wrapper {
    flex-wrap: wrap;
  }

  .section-large {
    padding: 48px 12px;
  }

  .div-block-322 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-links-grid-2 {
    margin-bottom: 20px;
  }

  .footer-links-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .container-large-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .a-content-card-small {
    flex-direction: column;
  }

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

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

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

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

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

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

  .cta-outline {
    padding: 80px 48px;
  }

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

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

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

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

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

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero-content {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .walsh-hero-grid-wrapper {
    padding-bottom: 48px;
  }

  .walsh-background-darkgreen {
    padding-left: 12px;
    padding-right: 12px;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-right: 0;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-paragraph-small-white {
    font-size: 1.4em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-heading-medium-white-2 {
    font-size: 2.4em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-inner-column-left-large {
    padding-top: 0;
    padding-right: 4em;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left-small {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .brix---text-300-list {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---avatar-circle-08-testimonial-v12 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .brix---card-testimonial-v12 {
    padding: 32px 32px 48px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---tabs-menu-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---container-default {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---tabs-content-card {
    padding-top: 30px;
    padding-bottom: 32px;
  }

  .brix---square-icon-48px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---tabs-menu-vertical {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .brix---tabs-wrapper-tabs-left {
    flex-direction: column;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---container-default-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .brix---section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---link-icon-right {
    width: 20px;
    margin-left: 8px;
  }

  .brix---text-200-bold-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---card-v11-feature-over-image {
    margin-top: -60px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .brix---grid-features-v11 {
    grid-template-columns: 1fr;
  }

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

  .brix---content-inside-card, .brix---content-inside-card-v2 {
    padding: 32px 32px 40px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section-4 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

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

  .brix---section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .brix---mg-bottom-48px-2-copy {
    margin-bottom: 32px;
  }

  .brix---square-icon-2 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-2 {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-5 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons {
    grid-template-columns: .9fr;
  }

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

  .section-2 {
    margin-top: 90px;
  }

  .brix---square-icon-3 {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14-2 {
    padding: 32px 32px 40px;
  }

  .brix---grid-2-columns---gap-48px-2 {
    grid-template-columns: 1fr;
  }

  .brix---btn-secondary-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary-3 {
    padding: 20px 32px;
  }

  .brix---button-row-left-3 {
    margin-right: 16px;
  }

  .brix---heading-h2-size-6 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-template-columns: .9fr;
  }

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

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---btn-primary-white {
    padding: 20px 32px;
  }

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

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---grid-pricing-v10-featured {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---pricing-content-v10-popular {
    padding: 24px 12px;
  }

  .brix---pricing-content-v10 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-2-columns---pricing-v10 {
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-300-medium {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 8px;
  }

  .brix---display-6 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon-64px {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---pricing-content-v9 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: auto auto;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-3 {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---grid-2-columns---pricing-v9 {
    grid-template-columns: 1fr;
  }

  .brix---section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

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

  .logo2_logo {
    max-height: 1.5rem;
  }

  .logo2_logo-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .logo2_content-left {
    max-width: none;
  }

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .image-9 {
    max-height: 24px;
  }

  .section-large-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .process-title-wrap-2 {
    margin-bottom: 60px;
  }

  .section-large-11 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .a-content-card-small-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 0;
  }

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

  .banner {
    display: none;
  }

  .text-link-default {
    margin-left: 0;
  }

  .nav-dropdown-base {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-link-large {
    flex-flow: column;
    align-items: flex-start;
  }

  .nav-button-plain {
    display: flex;
  }

  .nav-contact-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-submit-button {
    width: 100%;
  }

  .header-form {
    flex-direction: column;
  }

  .header-text-field {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .header-avatar-row {
    flex-direction: column;
  }

  .header-dashboard-image {
    margin-top: 40px;
  }

  .navigation-polka-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .feature-block {
    flex-wrap: wrap;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header {
    font-size: 44px;
    line-height: 62px;
  }

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

  .process-graphic {
    max-width: 100%;
  }

  .process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .line-break {
    max-width: 100%;
  }

  .process-main-block {
    flex-direction: column;
  }

  .process-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .process-title-wrap {
    margin-bottom: 48px;
  }

  .process-line {
    display: none;
  }

  .content-block-small, .content-block {
    padding: 24px;
  }

  .button-wrapper {
    flex-wrap: wrap;
  }

  .content-tab-panel {
    padding: 24px;
  }

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

  .content-grid-small-2 {
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .testimonial-detail-wrapper {
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
  }

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

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

  .testimonial-content-block {
    flex-direction: column;
  }

  .testimonial-paragraph-wrap {
    margin-top: 20px;
  }

  .form-submit {
    width: 100%;
    margin-top: 12px;
  }

  .input-secondary {
    margin-right: 0;
  }

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

  .form-wrapper {
    flex-direction: column;
  }

  .cta-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta-section-2 {
    background-position: 0 0;
  }

  .cta-paragraph {
    font-size: 22px;
  }

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

  .cta-button-3 {
    text-align: center;
  }

  .social-link-block {
    flex-direction: column;
    align-items: flex-end;
  }

  .arrow-up {
    margin-left: 0;
  }

  .social-grid {
    margin-bottom: 40px;
  }

  .footer-links-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .footer-links-grid-2 {
    grid-template: "Area"
                   "."
                   "."
                   "Area-2"
                   / 1fr;
  }

  .legal-wrapper-3 {
    align-items: flex-start;
  }

  .contact, .footer-link-column-4 {
    text-align: left;
  }

  .content-accent.hiring-autopilot {
    width: 32px;
    height: 32px;
    top: 0%;
  }

  .content-accent.hiring-suite {
    width: 32px;
    height: 32px;
  }

  .content-image-right {
    height: 220px;
    top: 32px;
  }

  .paragraph-regular-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .content-image-double {
    grid-column-gap: 24px;
  }

  .content-image-left {
    height: 220px;
  }

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

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

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

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

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

  .a-h1-heading {
    line-height: 1.5;
  }

  .a-paragraph-regular {
    font-size: 16px;
  }

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

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

  .b-icon-medium {
    display: none;
  }

  .b-content-accordion-content {
    padding-left: 0;
  }

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

  .f-feature-button-wrapper {
    flex-direction: column;
  }

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

  .m-timeline-button-primary-icon {
    z-index: 1;
    position: relative;
  }

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

  .m-timeline-button-wrapper {
    flex-flow: column wrap;
    grid-template-columns: 1fr;
    align-content: stretch;
    align-items: center;
  }

  .m-button-outline {
    width: 100%;
  }

  .left-arrow-2 {
    padding: 20px;
    inset: 20px auto auto 0%;
  }

  .testimonial-author-wrap {
    grid-column-gap: 4px;
    flex-direction: column;
  }

  .testimonial-content-wrap {
    max-width: 100%;
  }

  .purple-circle {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .right-arrow-2 {
    padding: 20px;
    inset: 20px 0% auto auto;
  }

  .b-team-card-large {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .team-block-feature {
    padding: 40px 32px;
  }

  .b-team-grid-large {
    grid-template-columns: 1fr;
  }

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

  .b-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .b-team-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-header {
    font-size: 48px;
  }

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

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

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

  .a-team-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

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

  .pricing-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .plan-type {
    font-size: 28px;
  }

  .pricing-enterprise {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-icon {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .pricing-type-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .pricing-business {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .price-card-line-feature {
    padding: 24px 14px;
  }

  .pricing-image {
    max-width: 40%;
  }

  .button-wrapper-2 {
    margin-top: 0;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-section-3 {
    overflow: hidden;
  }

  .content-number-wrap {
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .content-image {
    max-width: 90%;
  }

  .content-numbers {
    flex-direction: column;
    justify-content: flex-start;
  }

  .content-paragraph {
    font-size: 18px;
  }

  .content-image-card {
    max-width: 60%;
    inset: auto 4% -12% auto;
  }

  .a-feature-card-row {
    flex-direction: column;
  }

  .cta-section-3 {
    background-position: 0 0;
  }

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

  .div-block-282 {
    padding-top: 30px;
  }

  .blog-card-content {
    text-align: center;
  }

  .blog-thumb {
    height: 280px;
  }

  .blog-detail-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-header-image {
    height: 280px;
  }

  .blog-social-wrapper {
    margin-top: 14px;
  }

  .heading-2 {
    line-height: 48px;
  }

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

  .footer-links-grid-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-link-column-5 {
    text-align: left;
  }

  .text-span-14 {
    color: var(--dark-slate-blue);
    font-size: 12px;
    font-weight: 400;
  }

  .content-tab-panel-2 {
    padding: 24px;
  }

  .a-content-card-medium {
    min-height: 500px;
    padding: 24px;
  }

  .a-content-card-small {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-content-card-large {
    height: 670px;
    padding: 24px;
  }

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

  .feature-paragraph {
    line-height: 20px;
  }

  .feature-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
  }

  .feature-title {
    margin-bottom: 4px;
    font-size: 24px;
  }

  .cta-outline {
    padding: 64px 40px;
  }

  .wrap-h-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-hero-div-block {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .walsh-text-field-single {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .walsh-form-single {
    align-items: center;
  }

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

  .walsh-paragraph-small-white {
    font-size: 1em;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-grid-col-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .walsh-heading-medium-white {
    font-size: 1.8em;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-main-paragraph-white-2 {
    font-size: 1em;
  }

  .walsh-heading-medium-white-2 {
    font-size: 1.8em;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-cta-inner-image {
    padding-top: 0;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small, .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-left-large {
    grid-row-gap: 1em;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left-small {
    padding: 30px 30px 0;
  }

  .walsh-image-logo {
    max-width: none;
    max-height: 20px;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container-padding-medium {
    flex: 0 auto;
    width: 100%;
  }

  .brix---text-300-list {
    font-size: 14px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

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

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 24px;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---card-testimonial-v12 {
    padding: 12px 12px 32px;
  }

  .brix---text-100 {
    font-size: 15px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

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

  .brix---tab-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

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

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-card-wrapper-image-medium {
    align-items: flex-end;
    height: auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-inner-card {
    padding: 45px 30px 0;
  }

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

  .brix---border-radius-24px {
    border-radius: 12px;
    width: 100%;
  }

  .brix---border-radius-24px.referral {
    width: 100%;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---tabs-content-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---mg-left-16px {
    margin-left: 13px;
  }

  .brix---square-icon-48px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---tab-left-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---link-icon-right {
    width: 18px;
  }

  .brix---text-200-bold-2 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .brix---card-v11-feature-over-image {
    margin-top: -46px;
    margin-left: 14px;
    margin-right: 14px;
    padding: 18px 24px 40px;
  }

  .brix---image-border-radius-24px {
    border-radius: 16px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---content-inside-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---paragraph-default-5 {
    font-size: 17px;
    line-height: 28px;
  }

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

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-48px-2-copy {
    margin-bottom: 32px;
  }

  .brix---paragraph-default-6 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-4 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-3 {
    margin-bottom: 6px;
  }

  .brix---square-icon-2 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-secondary-2, .brix---btn-primary-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-5 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-3 {
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size-4-copy-3, .brix---heading-h3-size-4-copy, .brix---heading-h3-size-4-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-7 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h3-size-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---mg-bottom-8px-4 {
    margin-bottom: 6px;
  }

  .brix---square-icon-3 {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---content-inside-card-v14-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---btn-secondary-3, .brix---btn-primary-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left-3 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-right---t-left-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .brix---heading-h2-size-6 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---grid-top---text-2-buttons-2 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    top: 14px;
    right: 14px;
  }

  .brix---btn-primary-white {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---grid-pricing-v10-featured {
    grid-template-columns: 1fr;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---mg-bottom-8px-5 {
    margin-bottom: 6px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .purple-image-wrapper {
    max-height: 220px;
  }

  .div-block-328 {
    width: 40%;
  }

  .image-8 {
    width: 100%;
  }

  .brix---display-5 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---paragraph-default-8 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px-5 {
    margin-bottom: 15px;
  }

  .brix---square-icon-64px {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---pricing-v9-icon-wrapper {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .brix---flex-horizontal-pricing-v9 {
    flex-direction: column;
    margin-bottom: 18px;
  }

  .brix---pricing-content-v9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---btn-primary-small-white {
    width: 100%;
    padding: 16px 20px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

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

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-pricing-card-dark, .f-pricing-card-outline {
    padding: 32px;
  }

  .logo2_logo {
    max-height: 1.5rem;
  }

  .logo2_logo-list {
    justify-content: center;
  }

  .image-9 {
    max-height: 20px;
  }

  .section-large-10 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .section-large-11 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-span-27 {
    color: #474d66;
    font-size: 12px;
    font-weight: 400;
  }

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

  .a-content-card-small-2 {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .a-content-card-large-2 {
    height: 670px;
    padding: 24px;
  }

  .a-content-card-medium-2 {
    min-height: 500px;
    padding: 24px;
  }
}

#w-node-ef4bdf59-4699-fadc-ff78-22301f6d19fa-4c321472 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-de3a9578-dd20-7533-72eb-558a32c39c90-4c321472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef4bdf59-4699-fadc-ff78-22301f6d1a16-4c321472 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: center stretch;
}

#w-node-_27103ad2-f9c0-e461-8669-31747284c2fb-4c321472, #w-node-_27103ad2-f9c0-e461-8669-31747284c2fc-4c321472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abbfa037-3fe4-bac1-a1a5-582d59d39cf9-4c321472 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_059cfc74-5562-5902-3c06-f2957a48d224-4c321472 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_61a5544d-4f64-7b3f-ef0b-f4ca5f5e235f-4c321472, #w-node-_00098d6b-e968-4a31-b889-2d68b841052d-4c321472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61a5544d-4f64-7b3f-ef0b-f4ca5f5e2394-4c321472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_61a5544d-4f64-7b3f-ef0b-f4ca5f5e2395-4c321472, #w-node-f4fb83d1-540b-c767-0357-7b687e8d1b3c-4c321472, #w-node-f4fb83d1-540b-c767-0357-7b687e8d1b3e-4c321472, #w-node-f4fb83d1-540b-c767-0357-7b687e8d1b40-4c321472, #w-node-f4fb83d1-540b-c767-0357-7b687e8d1b42-4c321472, #w-node-_7681122e-df3f-cf56-e1cd-e1f220fbfa92-4c321472, #w-node-_7681122e-df3f-cf56-e1cd-e1f220fbfa94-4c321472, #w-node-_7681122e-df3f-cf56-e1cd-e1f220fbfa96-4c321472, #w-node-_7681122e-df3f-cf56-e1cd-e1f220fbfa98-4c321472 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0758b7f7-04d2-3eab-6632-2cc60299b289-0299b286 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_87676528-7db3-0f57-09f0-81dd1de0def0-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0def2-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0def4-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0def6-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0def8-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0defa-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0defc-1de0dee6, #w-node-_87676528-7db3-0f57-09f0-81dd1de0defe-1de0dee6, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66508-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66509-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66516-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66517-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66524-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66525-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66532-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66533-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66540-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b66541-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b6654e-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b6654f-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b6655c-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b6655d-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665b0-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665b1-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665be-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665bf-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665e8-4c32147a, #w-node-_6036b48c-61eb-a1ff-64e6-855355b665e9-4c32147a, #w-node-caba04c1-f1cd-76c1-e2f7-1aeca03529ce-4c32147a, #w-node-caba04c1-f1cd-76c1-e2f7-1aeca03529dd-4c32147a, #w-node-caba04c1-f1cd-76c1-e2f7-1aeca03529ec-4c32147a, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa3c-4c32147b, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa47-4c32147b, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa4f-4c32147b, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa57-4c32147b, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa5f-4c32147b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86d07d6-c64e-5054-2d27-1488bef6fa67-4c32147b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59901d-4c32147b, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599024-4c32147b, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59902a-4c32147b, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599030-4c32147b, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599036-4c32147b, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59903c-4c32147b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b536443-e109-de93-1323-b23f448e229d-4c32147b {
  justify-self: end;
}

#w-node-_2b536443-e109-de93-1323-b23f448e229f-4c32147b {
  justify-self: center;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22a0-4c32147b {
  justify-self: start;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22aa-4c32147b {
  justify-self: end;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22ac-4c32147b {
  justify-self: center;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22ad-4c32147b {
  justify-self: start;
}

#w-node-_11e1a328-f233-04bc-d7f9-88d7adc0fa12-adc0f9f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a31-4c32147c {
  justify-self: end;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a33-4c32147c {
  justify-self: center;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a34-4c32147c {
  justify-self: start;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a40-4c32147c {
  justify-self: end;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a42-4c32147c {
  justify-self: center;
}

#w-node-cefbc1d9-ed70-f4d6-7949-804027189a43-4c32147c {
  justify-self: start;
}

#w-node-a6426db0-cb02-ac88-ecb7-fcffe52d44c5-4c32147e, #w-node-_50d8e1bb-1af1-7810-26ab-eb0994ffe99f-4c32147e, #w-node-_309335a1-75d8-5e9b-bd1d-d21fa8833624-4c32147e, #w-node-_2eadf84c-4f46-0390-5196-d767e5d0ce21-4c32147e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d0fe686-f2d5-7805-794f-f6146da2fa38-4c32147e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9003e0dd-c0db-e66c-a177-7439991a83b5-4c32147e, #w-node-_9003e0dd-c0db-e66c-a177-7439991a83c3-4c32147e, #w-node-_9003e0dd-c0db-e66c-a177-7439991a83c7-4c32147e, #w-node-_9003e0dd-c0db-e66c-a177-7439991a83cb-4c32147e, #w-node-_9003e0dd-c0db-e66c-a177-7439991a83cf-4c32147e, #w-node-e188489e-b7d9-877a-76e6-ac2d96cb3f53-60e0aada, #w-node-_6e82592d-834c-c8aa-7af3-7f1ac9e5ce53-60e0aada, #w-node-_6e82592d-834c-c8aa-7af3-7f1ac9e5ce5b-60e0aada, #w-node-_6e82592d-834c-c8aa-7af3-7f1ac9e5ce63-60e0aada, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa3c-60e0aada, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa47-60e0aada, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa4f-60e0aada, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa57-60e0aada, #w-node-c86d07d6-c64e-5054-2d27-1488bef6fa5f-60e0aada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86d07d6-c64e-5054-2d27-1488bef6fa67-60e0aada {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59901d-60e0aada, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599024-60e0aada, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59902a-60e0aada, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599030-60e0aada, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa599036-60e0aada, #w-node-aa4e51b5-cd3c-a15b-d4b8-0a7faa59903c-60e0aada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b536443-e109-de93-1323-b23f448e229d-60e0aada {
  justify-self: end;
}

#w-node-_2b536443-e109-de93-1323-b23f448e229f-60e0aada {
  justify-self: center;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22a0-60e0aada {
  justify-self: start;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22aa-60e0aada {
  justify-self: end;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22ac-60e0aada {
  justify-self: center;
}

#w-node-_2b536443-e109-de93-1323-b23f448e22ad-60e0aada {
  justify-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-ef4bdf59-4699-fadc-ff78-22301f6d19fa-4c321472 {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef4bdf59-4699-fadc-ff78-22301f6d19fa-4c321472 {
    grid-column-end: 3;
  }

  #w-node-ef4bdf59-4699-fadc-ff78-22301f6d1a16-4c321472 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_059cfc74-5562-5902-3c06-f2957a48d224-4c321472 {
    grid-column: span 1 / span 1;
  }

  #w-node-_0758b7f7-04d2-3eab-6632-2cc60299b289-0299b286 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_731a4404-9d8e-6afc-612b-05555946103c-59461039 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27103ad2-f9c0-e461-8669-31747284c2fb-4c321472 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0758b7f7-04d2-3eab-6632-2cc60299b289-0299b286 {
    grid-area: Area;
  }

  #w-node-_0758b7f7-04d2-3eab-6632-2cc60299b2ac-0299b286 {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0758b7f7-04d2-3eab-6632-2cc60299b289-0299b286 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_731a4404-9d8e-6afc-612b-05555946103c-59461039, #w-node-_11e1a328-f233-04bc-d7f9-88d7adc0fa04-adc0f9f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BlackItalic.ttf') format('truetype'), url('../fonts/Axiforma-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Bold.ttf') format('truetype'), url('../fonts/Axiforma-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma book';
  src: url('../fonts/Axiforma-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BookItalic.ttf') format('truetype'), url('../fonts/Axiforma-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Black.ttf') format('truetype'), url('../fonts/Axiforma-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-BoldItalic.ttf') format('truetype'), url('../fonts/Axiforma-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Axiforma';
  src: url('../fonts/Axiforma-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}