@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.woff2') format("woff2"), url('../fonts/Satoshi-BlackItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BlackItalic.woff') format("woff"), url('../fonts/Satoshi-BlackItalic.ttf') format("truetype"), url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.woff2') format("woff2"), url('../fonts/Satoshi-Bold.eot') format("embedded-opentype"), url('../fonts/Satoshi-Bold.woff') format("woff"), url('../fonts/Satoshi-Bold.ttf') format("truetype"), url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.woff2') format("woff2"), url('../fonts/Satoshi-Black.eot') format("embedded-opentype"), url('../fonts/Satoshi-Black.woff') format("woff"), url('../fonts/Satoshi-Black.ttf') format("truetype"), url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2"), url('../fonts/Satoshi-BoldItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-BoldItalic.woff') format("woff"), url('../fonts/Satoshi-BoldItalic.ttf') format("truetype"), url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2"), url('../fonts/Satoshi-VariableItalic.woff2') format("woff2"), url('../fonts/Satoshi-Italic.eot') format("embedded-opentype"), url('../fonts/Satoshi-VariableItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.woff') format("woff"), url('../fonts/Satoshi-VariableItalic.woff') format("woff"), url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.woff2') format("woff2"), url('../fonts/Satoshi-Light.eot') format("embedded-opentype"), url('../fonts/Satoshi-Light.woff') format("woff"), url('../fonts/Satoshi-Light.ttf') format("truetype"), url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.woff2') format("woff2"), url('../fonts/Satoshi-LightItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-LightItalic.woff') format("woff"), url('../fonts/Satoshi-LightItalic.ttf') format("truetype"), url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.woff2') format("woff2"), url('../fonts/Satoshi-Medium.eot') format("embedded-opentype"), url('../fonts/Satoshi-Medium.woff') format("woff"), url('../fonts/Satoshi-Medium.ttf') format("truetype"), url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2"), url('../fonts/Satoshi-MediumItalic.eot') format("embedded-opentype"), url('../fonts/Satoshi-MediumItalic.woff') format("woff"), url('../fonts/Satoshi-MediumItalic.ttf') format("truetype"), url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.woff2') format("woff2"), url('../fonts/Satoshi-Regular.eot') format("embedded-opentype"), url('../fonts/Satoshi-Regular.woff') format("woff"), url('../fonts/Satoshi-Regular.ttf') format("truetype"), url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.woff2') format("woff2"), url('../fonts/Satoshi-Variable.eot') format("embedded-opentype"), url('../fonts/Satoshi-Variable.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --gray-1: #141414;
  --primary-1: #392396;
  --primary-3: #e3f6f5;
  --gray-3: #f8f8f8;
  --white: white;
  --danger: #da2424;
  --success: #24da78;
  --primary-2: #bae8e8;
  --primary-4: #ffd803;
  --border-color-dark: #1414141a;
  --gray-2: #ebebec;
  --warning: #ff9f1c;
}

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

body {
  color: var(--gray-1);
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Space Grotesk;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #212121;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Space Grotesk;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #3f3f3f;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9rem;
}

a {
  color: var(--gray-1);
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #5e5e5e;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 12px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

blockquote {
  color: var(--primary-1);
  text-align: center;
  border-left: 5px #e2e2e2;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 0;
  font-family: IBM Plex Mono;
  font-size: 28px;
  line-height: 40px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 12px;
  font-family: IBM Plex Mono;
  font-size: 14px;
  line-height: 22px;
}

.cta {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: auto;
}

.cta.bg-gray-1 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.bg-gray-1.vb {
  background-color: #15865f29;
}

.cta.overflow-hidden {
  margin-bottom: 100px;
  overflow: hidden;
}

.cta.overflow-hidden.hme-sec {
  background-color: #15865f0f;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cta.no-bottom-space {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.cta.overlap-previous-section {
  background-color: var(--primary-3);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.cta.no-bottom-space {
  background-color: #0000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding: 100px 24px;
  display: flex;
  position: relative;
}

.container.nav-bar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.nav-bar-container.centered-links-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: fixed;
}

.container.new-hero {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center;
  height: 850px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.card {
  background-color: var(--gray-3);
  direction: ltr;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.card.bg-primary-2 {
  color: var(--gray-1);
  background-color: #02c39a54;
}

.card.bg-offset-white {
  color: var(--white);
  background-color: #ffffff0d;
}

.card-body {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding: 36px;
  display: flex;
  box-shadow: 1px 1px 11px -4px silver;
}

.card-body.card-body-small {
  padding: 25px;
}

.card-body.home-metrics-cardss {
  box-shadow: none;
  background-color: #edfff9;
  border: 1px solid #ffd1a6;
  border-radius: 8px;
  min-width: 54%;
  max-width: 90%;
  min-height: 34%;
  max-height: 250px;
  margin-top: 40px;
  padding: 60px 10px 60px 20px;
}

.card-body.home-metrics-cardss.a {
  border-style: none;
  border-color: #9affdd;
}

.card-body.home-metrics-cardss.b {
  background-color: #fff;
  border-style: none;
  border-color: #cfcfcf;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.card-body.home-metrics-cardss.c {
  background-color: #ffefe0;
  border-style: none;
}

.card-body.home-metrics-cardss.d {
  background-color: #eafbff;
  border-style: none;
  border-color: #b4f1ff;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.card-body.home-metrics-cardss.e {
  background-color: #fffcee;
  border-style: none;
  border-color: #fae99a;
}

.card-body.home-metrics-cardss.f {
  background-color: var(--white);
  border-style: none;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.form-error {
  background-color: var(--danger);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  margin-top: 12px;
  padding: 22px 18px 18px;
}

.form-success {
  background-color: var(--success);
  color: var(--gray-1);
  border-radius: 6px;
  padding: 22px 18px 18px;
}

.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader.invert-color {
  filter: invert();
}

.bg-primary-1 {
  background-color: var(--primary-1);
  color: var(--white);
}

.bg-primary-2 {
  background-color: var(--primary-2);
}

.bg-primary-3 {
  background-color: var(--primary-3);
}

.bg-primary-4 {
  background-color: var(--primary-4);
}

.bg-gray-1 {
  color: var(--white);
  background-color: #fff;
}

.display-heading-2 {
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-top: 140px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
}

.display-heading-2.metric-heading {
  color: #363636c2;
  margin-bottom: 12px;
}

.display-heading-2.metric-heading.metrics-numbers {
  color: #3f3f3f;
  font-weight: 500;
  line-height: 20px;
}

.display-heading-2.r {
  color: #4b4b4b;
  margin-bottom: 10px;
}

.display-heading-2.r.cvb {
  padding-top: 0;
}

.large-text {
  color: var(--gray-1);
  letter-spacing: -.01em;
  padding-bottom: 24px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.large-text.animate-in-second {
  color: var(--gray-1);
}

.large-text.center-text.animate-in-second {
  color: #fff;
  text-align: left;
  margin-top: -7px;
  margin-bottom: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 300;
}

.large-text.center-text.animate-in-second.snd {
  color: #414141;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.large-text.space-bottom {
  color: var(--white);
  font-size: 16px;
}

.large-text.snd {
  color: #686868;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.small-text {
  color: var(--white);
  text-transform: lowercase;
  font-family: Qanelassoftdemo;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.small-text:hover {
  color: var(--white);
}

.small-text:active {
  color: #02c39a;
}

.small-text.text-white {
  color: #fff;
  text-align: center;
  position: relative;
  top: 164px;
  right: 173px;
}

.button {
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
}

.button:hover {
  opacity: 1;
  box-shadow: inset 100px 0 100px 100px #0000004d;
}

.button.button-large {
  color: #fff;
  background-color: #000;
  width: 50%;
  padding: 18px 36px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
}

.button.button-large.form-row-button {
  color: #000;
  background-color: #ddc365;
  margin-left: 12px;
}

.button.button-large.form-row-button.scd {
  background-color: var(--primary-4);
  border-radius: 50px;
  margin-left: 5px;
  font-family: Circularstd;
}

.button.button-large.bg-primary-2 {
  background-color: var(--white);
  color: var(--white);
  border: 1px solid #000;
}

.button.button-outline {
  border: 1px solid var(--border-color-dark);
  color: var(--gray-1);
  background-color: #0000;
}

.button.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px var(--border-color-dark);
}

.button.button-outline.nav-bar-button {
  color: #232323;
  border-color: #777879;
  flex: none;
  margin-top: 5px;
  padding-top: 11px;
  padding-bottom: 12px;
}

.button.button-outline.nav-bar-button.nav-menu-link {
  border-color: var(--white);
  color: var(--white);
  border-radius: 5px;
}

.button.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--gray-1);
}

.button.bg-primary-2:hover {
  box-shadow: inset 100px 0 100px 100px #0000001a;
}

.button.button-outline-white {
  background-color: #0000;
  border: 1px solid #ffffff40;
  transition: border-color .2s, background-color .2s;
}

.button.button-outline-white:hover {
  box-shadow: none;
  background-color: #ffffff40;
  border-color: #0000;
}

.form-input {
  border: 1px solid var(--border-color-dark);
  color: var(--gray-1);
  border-radius: 6px;
  height: 48px;
  margin-bottom: 0;
  padding: 3px 0 0 18px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border .2s;
}

.form-input:focus {
  border: 1px solid var(--primary-1);
}

.form-input.form-input-large {
  height: 60px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-right: 0;
}

.form-input.form-input-large.no-border {
  color: #000;
  background-color: #fff;
  border-style: none;
  border-color: #d9d9d9;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-family: Circularstd;
  font-size: 15px;
  font-weight: 500;
  transition: none;
}

.form-input.form-input-large.no-border:focus {
  border-color: #0000;
}

.text-pill {
  color: var(--white);
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-pill.bg-primary-2 {
  background-color: var(--primary-4);
  color: var(--gray-1);
}

.text-pill.bg-primary-2.animate-in-first {
  background-color: #ffd80361;
  padding-top: 0;
}

.text-pill.bg-primary-4 {
  color: var(--gray-1);
  background-color: #0d9e7e29;
  border-radius: 10px;
  flex-direction: row;
  align-items: stretch;
  padding-top: 0;
  font-family: Satoshi Variable, sans-serif;
  position: relative;
  left: auto;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  height: 90px;
  display: flex;
}

.brand-logo {
  justify-content: flex-start;
  align-items: center;
  width: 5%;
  margin: 12px 18px;
  display: flex;
}

.brand-logo.w--current {
  border-radius: 50px;
  width: 4%;
}

.nav-button-container {
  display: flex;
}

.nav-menu-links {
  align-items: center;
  font-weight: 600;
  display: flex;
  left: 133px;
}

.nav-menu-links.left-aligned-nav-links {
  margin-left: 24px;
  padding-top: 6px;
}

.nav-menu-dropdown-toggle {
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  transition: opacity .2s;
  display: flex;
}

.nav-menu-dropdown-toggle:hover {
  opacity: .5;
}

.dropdown {
  flex-direction: column;
  align-items: flex-start;
}

.nav-menu-dropdown-list {
  background-color: var(--gray-3);
  flex-direction: column;
  padding-top: 6px;
  padding-bottom: 6px;
}

.nav-menu-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 5px;
  min-width: 200px;
  margin-left: 12px;
  padding: 36px 24px;
  transform: translate(-40%, 6px);
  box-shadow: 0 6px 16px -4px #00000063;
}

.nav-menu-dropdown-link {
  color: #14141480;
  cursor: pointer;
  padding: 3px 0;
  transition: color .2s;
}

.nav-menu-dropdown-link:hover {
  color: #141414;
}

.nav-menu-dropdown-link:focus, .nav-menu-dropdown-link:visited {
  color: #14141480;
}

.nav-menu-dropdown-link.w--current {
  color: var(--gray-1);
}

.menu-button {
  padding: 6px;
}

.nav-bar-right-section {
  display: flex;
}

.right-aligned-nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-right: 24px;
  display: flex;
}

.nav-bar-left-section {
  align-items: center;
  display: flex;
}

.text-white {
  color: #e7e7e7;
}

.dropdown-list-up-arrow {
  background-color: var(--white);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -4px;
  left: 50%;
  right: 50%;
  transform: translate(-50%)rotate(45deg);
}

.dropdown-toggle-down-arrow {
  margin-left: 6px;
}

.dropdown-toggle-down-arrow.invert-color {
  filter: invert();
}

.space-right {
  margin-right: 24px;
}

.footer {
  padding-top: 96px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.footer.bg-gray-1 {
  background-color: #15865f17;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.footer-halves {
  object-fit: fill;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-list-item {
  align-items: center;
  display: flex;
}

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

.footer-halves-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.footer-link-list {
  flex-direction: column;
  min-width: 144px;
  display: flex;
}

.footer-link-list-heading {
  margin-bottom: 12px;
}

.footer-link-list-heading.text-white {
  color: #292929;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.footer-link-list-link {
  color: #2c2c2c;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  transition: color .2s;
}

.footer-link-list-link:hover {
  color: #166f55;
}

.footer-link-list-link.crisp-button {
  font-size: 16px;
  font-weight: 500;
}

.footer-link-list-link.crisp-button:hover {
  color: #166f55;
}

.footer-foot {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 145px;
  display: flex;
}

.space-right-medium {
  margin-right: 12px;
}

.icon-foot-social-icon {
  width: 18px;
  height: 18px;
}

.text-gray-1, .text-gray-1:visited {
  color: var(--gray-1);
}

.footer-link-list-link-dark {
  color: #14141480;
  margin-bottom: 6px;
  transition: color .2s;
}

.footer-link-list-link-dark:hover {
  color: #141414;
}

.footer-foot-with-logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 128px;
  padding-bottom: 198px;
  display: flex;
}

.footer-links-grid-4-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-with-large-links {
  justify-content: space-around;
  display: flex;
}

.footer-large-link-list {
  flex-direction: column;
  margin-right: 121px;
  display: flex;
}

.footer-large-link {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.footer-large-link.text-gray-1 {
  color: var(--gray-1);
}

.footer-foot-logo {
  margin-right: 24px;
}

.footer-foot-logo.w--current {
  margin-right: 30px;
}

.footer-background-image {
  width: 20vw;
  max-width: 380px;
  height: auto;
  position: absolute;
  inset: auto 0 1px auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: none;
  padding: 24px;
  display: flex;
}

.utility-page-wrap.bg-primary-3 {
  background-color: #0000;
}

.utility-page-content {
  background-color: var(--white);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 506px;
  margin: 220px auto 0;
  padding: 10px 10px 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-contents {
  color: var(--gray-1);
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.content-width-large {
  width: 100%;
  max-width: 506px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.35fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: static;
  top: auto;
}

.animate-in-first {
  max-width: 500px;
}

.animate-in-fourth {
  margin-top: -199px;
  margin-bottom: 79px;
  padding-top: 0;
  padding-bottom: 24px;
}

.nav-menu-link {
  color: var(--white);
  border-radius: 1px;
  margin-left: 12px;
  margin-right: 12px;
  transition: opacity .2s;
}

.nav-menu-link:hover {
  opacity: .5;
}

.content-width-extra-large {
  width: 100%;
  max-width: 612px;
}

.content-width-extra-large.align-center {
  max-width: 75%;
}

.content-width-extra-large.align-center.space-bottom-extra-large {
  z-index: 1550;
  width: 80%;
  max-width: 500px;
  margin: 0 auto 25px 20px;
  padding-right: 0;
  position: relative;
  top: -51px;
  left: 50px;
}

.content-width-extra-large.align-center.tos {
  max-width: 75%;
}

.content-width-extra-large.page-title.mobi-space {
  margin-top: 20px;
}

.content-width-extra-large.page-title {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.align-right {
  margin-left: auto;
}

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

.center-text.small-text.animate-in-third {
  color: #686868;
  text-align: left;
  text-transform: lowercase;
  margin-left: 0;
  font-family: Circularstd;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.form-row {
  background-color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.space-bottom-extra-large {
  margin-bottom: 48px;
}

.subscribe-form {
  width: 100%;
  max-width: 650px;
}

.subscribe-form.align-center.animate-in-second {
  margin-bottom: 24px;
  margin-left: 20px;
}

.subscribe-form.align-center.animate-in-second.scd {
  border-top-left-radius: 20px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-right: 0;
}

.content-width-medium {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.large-heading {
  color: #5f5f5f;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
}

.large-heading.space-bottom-large {
  color: #3e4041;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 48px;
  margin-left: auto;
  padding-left: 0;
  font-family: Qanelassoftdemo;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

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

.align-left {
  justify-content: flex-start;
  margin-left: 60px;
  display: flex;
}

.contained-section {
  border-radius: 16px;
  width: 100%;
  padding: 96px 24px;
  position: relative;
}

.contained-section.bg-gray-1.overflow-hidden {
  box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  border: 5px #0000;
  border-radius: 16px;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contained-section.bg-primary-1 {
  background-color: #15865f0f;
}

.avatar {
  border-radius: 50%;
  flex: none;
  max-height: 72px;
}

.grid-with-icon-list {
  grid-template-rows: auto;
  place-items: center;
  position: relative;
}

.icon-list-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
  margin-top: -100px;
}

.text-pill-wrapper {
  margin-bottom: 24px;
  display: flex;
}

.text-pill-wrapper.animate-in-first {
  flex-direction: row;
}

.underlined-link {
  position: relative;
}

.illustration-small {
  max-height: 184px;
}

.illustration-small.space-bottom {
  border: 3px none var(--gray-2);
  background-color: var(--primary-1);
  border-radius: 5px;
}

.illustration-small.space-bottom {
  background-color: #392396;
  border: 3px #ebebec;
  border-radius: 5px;
}

.illustration-small.space-bottom.a {
  background-color: #0000;
  max-width: none;
  max-height: none;
  position: relative;
  top: 0;
  left: -40px;
}

.illustration-small.space-bottom.a.vb {
  top: 1px;
}

.feature-third {
  text-align: center;
  border: 1px solid #02c39a;
  border-radius: 7px;
  flex-direction: column;
  align-items: center;
  max-width: 327px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: flex;
}

.feature-third.feature-4 {
  border: 1px none var(--white);
  box-shadow: -10px 0 20px -1px #c7c7c745;
  box-shadow: none;
  border: 1px #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-third.feature-4.a {
  min-width: 350px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-title-panel {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.accordion-heading {
  color: #434343;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.accordion-aside {
  max-width: 400px;
  position: sticky;
  top: 48px;
}

.list-vertical {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-vertical.space-vertical {
  margin-top: 36px;
  margin-bottom: 36px;
}

.list-vertical.space-vertical.home-list {
  color: #606060;
}

.contained-section-card {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 506px;
  min-height: 456px;
  margin-left: auto;
  padding: 48px;
  display: flex;
  position: relative;
  left: 4vw;
  overflow: hidden;
}

.contained-section-card.bg-gray-1 {
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(#00a896f0, #02c39a 17%, #0000 84%);
  top: -683px;
  left: -48.4vw;
}

.contained-section-card.bg-gray-1.home-overlay-container {
  z-index: auto;
  background-color: #ffddba;
  background-image: none;
  border-radius: 5px;
  margin-left: 0;
  top: -172px;
  left: 2.4vw;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.contained-section-card.bg-gray-1.home-overlay-container.dffd {
  background-color: var(--primary-2);
  border-radius: 5px;
  top: 161px;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.contained-section-card.bg-gray-1.home-overlay-container.sgsffd {
  background-color: #fffcee;
  top: -80px;
  left: 44.3vw;
}

.doodle-right-2 {
  position: absolute;
  top: -60%;
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.metrics-grid-quarters {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.navbar-container {
  z-index: 99;
  position: sticky;
  top: 0;
}

.navbar-container.bg-primary-3 {
  z-index: 1600;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.article {
  font-family: Manrope, sans-serif;
}

.article h3 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.article h4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.article li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.article figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

.article blockquote {
  background-color: var(--primary-3);
  color: var(--gray-1);
  text-align: left;
  border-left-style: solid;
  border-left-color: #0c4d42;
  border-radius: 2px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 18px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.article img {
  border-radius: 8px;
}

.blog-link-tile {
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

.navbar-bg {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.alert-popup {
  z-index: 999;
  color: var(--white);
  background-color: #0e0e0e;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  align-items: center;
  padding: 18px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
  transform: translate(0);
}

.dismiss-alert-popup {
  flex: none;
}

.accordion-group-2 {
  border-bottom: 1px solid #1414141a;
}

.section-4 {
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.paragraph {
  color: #141414;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.review-names {
  color: #555151;
  text-align: center;
  font-size: 14px;
  position: relative;
  top: 80px;
  right: 81px;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #392396;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: IBM Plex Mono;
  font-weight: 600;
  transition: box-shadow .2s;
  display: flex;
}

.button-3:hover {
  opacity: 1;
  box-shadow: inset 100px 0 100px 100px #0000004d;
}

.button-3.button-outline {
  color: #141414;
  background-color: #0000;
  border: 1px solid #1414141a;
}

.button-3.button-outline:hover {
  box-shadow: inset 100px 0 100px 100px #1414141a;
}

.button-3.button-outline.nav-bar-button {
  color: #232323;
  border-color: #777879;
  flex: none;
  margin-top: 5px;
  padding-top: 11px;
  padding-bottom: 12px;
}

.button-3.button-outline.nav-bar-button.nav-menu-link {
  color: #fff;
  background-color: #007a5b;
  border-style: none;
  border-color: #000;
  border-radius: 3px;
  margin-right: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Circularstd;
  font-size: 14px;
  font-weight: 500;
}

.button-3.button-outline.nav-bar-button.nav-menu-link:hover {
  color: #fff;
  background-color: #028090;
  border-style: none;
  border-color: #0b9f7f;
  margin-right: 40px;
  padding-top: 12px;
  font-family: Circularstd;
}

.button-3.button-outline.nav-bar-button.nav-menu-link:active {
  border-style: none;
}

.image-8 {
  width: auto;
  max-width: 100%;
  height: auto;
  position: relative;
  right: auto;
}

.div-block-9 {
  z-index: 2000;
  background-color: var(--white);
  border-style: none;
  border-color: #0000;
  border-radius: 0 2px 0 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 7.5%;
  max-width: 7.5%;
  max-height: 20px;
  margin-right: auto;
  padding: 2px 5px;
  display: block;
  position: sticky;
  bottom: 0;
  left: 0%;
  right: auto;
  box-shadow: 6px 6px 15px -6px #49484857;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 80px;
  display: flex;
}

.process_card_02, .process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.process_image_wrap {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.section_container {
  max-width: 1140px;
}

.navigation-link {
  color: #140b01;
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #227558;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.navigation-link.w--current {
  color: #140b01;
  margin-right: 10px;
  font-weight: 500;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  font-family: Circularstd;
  display: flex;
}

.nav-content-wrap:hover {
  color: #00a896;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #00a896;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: #5a5a5a99;
  white-space: normal;
  font-family: Manrope, sans-serif;
  font-size: 14px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  z-index: 2000;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.dropdown-column-left {
  flex-direction: column;
  width: auto;
  height: 100%;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-dropdown.dropdown-long {
  min-width: 400px;
  left: -185px;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.dropdown-wrapper-flex {
  background-color: #fff;
  border-radius: 10px;
  align-items: flex-start;
  width: 300px;
  min-width: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 19px 4px 35px #6060601a, 11px 11px 30px -10px #6262624f;
}

.dropdown-wrapper-flex.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-title {
  color: #252525;
  margin-bottom: 2px;
  font-size: 15px;
}

.dropdown-title:hover {
  color: #00a896;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 2000;
  width: 100%;
  display: block;
  position: fixed;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.icon-4 {
  margin-right: 5px;
}

.nav-menu {
  color: #283338;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-right: 50px;
  font-size: 15px;
  display: flex;
  position: static;
}

.flowbase-logo {
  width: 54px;
}

.icon-wrap {
  background-color: #02c39a1a;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.icon-5 {
  width: 100%;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -2% 4% auto 0%;
  transform: rotate(45deg);
}

.login-buttons {
  align-items: center;
  margin-left: 0;
  display: flex;
}

.navigation {
  z-index: 2000;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown-link {
  z-index: 25;
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #00a896;
  background-color: #fafafacc;
}

.metrics-font {
  color: #4d4d4d;
  font-family: Manrope, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.div-block-14 {
  margin-left: 50px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-bottom.line-blank {
  border-bottom-style: none;
  justify-content: flex-start;
}

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

.footer-link {
  color: #000;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-cta {
  color: #000;
  margin-bottom: 32px;
  margin-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.button-5 {
  color: #fff;
  background-color: #007a5b;
  border-radius: 3px;
  padding: 20px 30px;
  font-family: Circularstd;
  font-size: 16px;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.logo {
  margin-bottom: 32px;
}

.paragraph-light {
  color: #464646;
  min-width: 200px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 200px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.footer-link-white {
  color: #fff;
  text-align: left;
  margin-left: 0;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
  color: #fff;
}

.image-18 {
  margin-top: 65px;
}

.d-107-link-block {
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: #6e6e6e;
  line-height: 35px;
}

.heading-10._10 {
  color: #424242;
  padding-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span-10 {
  text-align: center;
  text-transform: capitalize;
}

.text-block-26 {
  color: #636363;
  font-family: Circularstd;
}

.text-span-13 {
  text-transform: capitalize;
  font-family: Circularstd;
  font-size: 16px;
  font-weight: 500;
}

.user-name-t3 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.testimonials-t3 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.testimonials-subwrapper-t3 {
  border-radius: 6px;
  min-width: 280px;
  max-width: 300px;
  height: 280px;
  margin: 20px;
  padding: 20px;
  box-shadow: 11px 11px 16px -14px #e0e0e0;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
}

.quote-t3 {
  color: #464646;
  margin-top: 0;
  padding-top: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.user-wrapper-t3 {
  margin-bottom: 10px;
  display: flex;
}

.reviews-section-dsk {
  background-color: #15865f29;
}

.testimonials-wrapper-2 {
  border-radius: 8px;
  align-items: center;
  width: auto;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-wrapper-t3-2 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stars {
  color: #0000;
  margin-top: 8px;
}

.text-block-27 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-span-20 {
  font-family: Qanelassoftdemo;
  font-size: 18px;
}

.div-block-47 {
  align-self: auto;
  width: 120px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.article-2 {
  color: #464646;
  font-family: Satoshi Variable, sans-serif;
  line-height: 28px;
}

.text-span-24 {
  color: var(--gray-1);
  font-family: Space Grotesk;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-span-24.mobi {
  color: #6c6c6c;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.div-block-49 {
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  display: flex;
}

.div-block-50 {
  background-color: #000;
  background-image: linear-gradient(45deg, #000, #000 89%, #fff);
  border-radius: 5px;
  max-width: 100%;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

.html-embed-8 {
  margin-top: 15px;
}

.services-heading-3 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  font-family: Space Grotesk;
  font-size: 20px;
  font-weight: 500;
}

.services-heading-3.a {
  color: #6c6c6c;
  margin-bottom: 20px;
  font-family: Qanelassoftdemo;
  font-size: 30px;
  font-weight: 500;
}

.div-block-53 {
  border-style: none;
  border-width: 1px 1px 1px 20px;
  border-color: black black black var(--white);
  background-color: #0000;
  border-radius: 0;
  max-width: 100%;
  padding: 10px 5px 0 0;
}

.div-block-53.scd {
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-35 {
  font-family: Circularstd;
}

.heading-29, .heading-30, .heading-31, .heading-32 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
}

.heading-33 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.heading-34, .heading-35 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
}

.section-21 {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff1cc7d, #fff);
  height: 800px;
}

.div-block-54 {
  background-color: #0000;
  background-image: linear-gradient(315deg, #ffd28a 32% 50%, #ffd80352 85%);
  border-bottom-right-radius: 0;
  width: 70%;
  height: 1000px;
  display: flex;
}

.image-34 {
  z-index: 1500;
  position: absolute;
  top: 120px;
  left: 574px;
}

.div-block-57 {
  padding-left: 100px;
}

.icon_wrap {
  background-color: #e1e1e1;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.icon_wrap.a {
  background-color: #007a5b3d;
  width: 80px;
  height: 80px;
}

.icon_wrap.b {
  background-color: #da24246e;
  width: 80px;
  height: 80px;
}

.icon_wrap.c {
  color: var(--gray-1);
  background-color: #f8ce8c;
  width: 80px;
  height: 80px;
  font-family: Qanelassoftdemo;
  font-size: 15px;
}

.icon_wrap.d {
  color: #222;
  background-color: #b9b9b929;
  width: 80px;
  height: 80px;
}

.card_col_2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
  position: relative;
  top: -30px;
}

.container_p {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.content_wrap {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff1cc7d, #fff);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 120px 5%;
  display: flex;
}

.h1_features {
  color: #666;
  letter-spacing: -.3px;
  font-family: Circularstd;
  font-size: 20px;
  line-height: 27px;
}

.col_60 {
  justify-content: space-between;
  width: 60%;
  padding: 10px;
  display: flex;
}

.col_40 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-right: 35px;
  display: flex;
}

.paragraph-7 {
  color: #565656;
  letter-spacing: -.3px;
  margin-bottom: 20px;
  font-family: Circularstd;
  font-size: 16px;
  line-height: 25px;
}

.card_row {
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 15px;
  display: flex;
}

.h1_example {
  color: #656565;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-family: Qanelassoftdemo;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.button-12 {
  background-color: #007a5b;
  border-radius: 5px;
  margin-top: 10px;
  padding: 17px 35px;
  font-family: Circularstd;
  font-size: 15px;
  font-weight: 500;
}

.button-12:hover {
  background-color: #00a393;
  border-radius: 3px;
}

.card_base {
  color: #44465f;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  min-width: 300px;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  text-decoration: none;
  position: relative;
  top: 48px;
  box-shadow: 4px 19px 20px 4px #ff9f1c26;
}

.card_base.a {
  min-width: 300px;
  top: 12px;
  left: 63px;
  box-shadow: 4px 19px 25px 15px #ff9f1c26;
}

.card_base.t {
  min-width: 350px;
  top: -29px;
  left: 31px;
}

.card_base.z {
  min-width: 380px;
  left: -22px;
}

.card_base.c {
  min-width: 400px;
  top: 62px;
  left: 14px;
}

.text_features {
  color: #676767;
  letter-spacing: -.3px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  padding: 0 24px 40px;
  display: flex;
  position: relative;
}

.container-14.animate-in-fourth {
  background-color: #0000;
  min-width: 1296px;
  margin-top: 0;
  padding-bottom: 140px;
}

.container-14.approach-mobi {
  flex-direction: column;
  justify-content: center;
}

.no-space-bottom-4 {
  color: #171717;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-60 {
  display: flex;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.title-container---brix {
  text-align: center;
  max-width: 518px;
}

.multi-step-form-radio-trigger---brix {
  color: var(--gray-1);
  border: 2px solid #0000;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-family: Circularstd;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #07070712;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #ffd28a;
}

.paragraph-8.hero {
  max-width: 480px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.overflow-hidden-2 {
  overflow: hidden;
}

.error-text {
  color: #ee2139;
}

.hero-form {
  width: 100%;
  height: 56px;
  display: flex;
}

.form-field {
  background-color: #fff;
  border: 2px solid #0000001a;
  border-radius: 12px;
  height: 100%;
  margin-bottom: 0;
  padding: 14px 24px;
  font-size: 18px;
  transition: all .3s;
}

.form-field:hover {
  border-style: solid;
  border-color: #000;
}

.form-field:focus {
  border-width: 2px;
  border-color: #000;
  padding: 13px 24px;
}

.form-field::placeholder {
  color: #00000080;
}

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

.hero_text-wrap {
  z-index: 5;
  width: 56%;
  max-width: 560px;
  position: relative;
}

.h1-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 72px;
  overflow: hidden;
}

.hero_mobile-image {
  display: none;
}

.success-message-5 {
  background-color: #c1dedc;
  background-image: linear-gradient(135deg, #e6def0, #c1dedc);
  border-radius: 12px;
}

.error-message-3 {
  background-color: #fce1e4;
}

.section-24 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.section-24.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 800px;
  padding-top: 0;
  display: none;
  overflow: visible;
}

.button-13 {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  padding: 10px 24px;
  transition: color .2s, background-color .2s;
}

.button-13:hover, .button-13.black {
  color: #fff;
  background-color: #000;
}

.button-13.black:hover {
  background-color: #303030;
  border-color: #303030;
}

.button-13.black.form {
  margin-left: 24px;
}

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

.heading-38 {
  margin-bottom: 22px;
  font-size: 16px;
}

.process_details-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.process_details-2.vb {
  border-radius: 10px;
}

.process_section-2 {
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  display: flex;
}

.centre_icon_wrap-2 {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  top: 0;
  box-shadow: 32px 32px 40px -10px #5857575c;
}

.process-2 {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.paragraph-9 {
  color: #1c1c1c;
  border-left: 1px solid #e6e6e6;
  padding-left: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.process_line-2 {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid #ffffff4f;
  width: 2px;
  height: 70%;
  position: absolute;
}

.h2-3 {
  color: #575757;
  margin-top: 0;
  font-family: Qanelassoftdemo;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.centre_step-2 {
  color: #363636;
  background-color: #0000;
  font-family: Qanelassoftdemo;
  font-size: 21px;
  font-weight: 500;
}

.large-heading-2 {
  color: #4c4c4c;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 25px;
}

.text-pill-2 {
  color: #fff;
  background-color: #ffd803;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-top: 13px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-pill-2.bg-primary-4 {
  color: #141414;
  background-color: #ffed8b82;
  border-radius: 10px;
  padding-top: 20px;
  position: relative;
  left: auto;
}

.bold-text-9 {
  color: #353535;
  font-family: Qanelassoftdemo;
  font-size: 30px;
  font-weight: 500;
}

.text-span-41, .text-span-43 {
  color: #000;
}

._480 {
  max-width: 480px;
}

.border-inner {
  color: #000;
  background-color: #3788e4;
  width: 100%;
  height: 100%;
}

.title-split {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 96px;
  display: flex;
}

.title-split.padding-short {
  margin-bottom: 64px;
}

.content-h1 {
  color: #ecdec9;
  max-width: 550px;
  margin-right: 20px;
  font-family: Circularstd;
  font-weight: 500;
}

.paragraph-title {
  color: #424242;
  letter-spacing: -.01em;
  max-width: 500px;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.content-block {
  background-color: #0000;
  border: 2px #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  padding: 40px 20px 40px 0;
  font-size: 15px;
  display: flex;
}

.content-section-2 {
  background-color: #0000;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
  padding: 140px 3% 132px;
  position: relative;
  overflow: hidden;
}

.line-button {
  display: flex;
}

.line-button.padding-top {
  background-color: #3788e417;
  border: 1px #3788e4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 8px 8px 5px;
}

.line-button.padding-top:hover {
  color: #fff;
  background-color: #afd5ff;
}

.project {
  color: #2e2e36;
  text-decoration: none;
}

.image-wrapper {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 46px 46px 72px -20px #7272721a;
}

.image-wrapper.a {
  box-shadow: 46px 46px 72px -20px #72727200;
}

.image-wrapper.b {
  box-shadow: 25px 25px 30px -40px #8f8f8f;
}

.project-h3 {
  color: #cecece;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.project-image {
  border-radius: 5px;
  width: 100%;
  max-width: none;
}

.work-item {
  background-color: var(--white);
  border: 1px #dce5e2;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 60px;
  padding: 15px;
}

.border-base {
  background-color: #0000;
  height: 1px;
  overflow: hidden;
}

.line-wrap {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.line-wrap.line-space {
  color: #0d9e7e;
  margin-top: 28px;
}

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

.work-grid {
  grid-column-gap: 86px;
  grid-template-rows: auto;
}

.line-text {
  color: #3788e4;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40 {
  font-family: Circularstd;
}

.text-span-50 {
  color: #fff;
  font-weight: 700;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 118px;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outline-button {
  color: #353535;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  display: grid;
  position: relative;
}

.grades {
  background-color: var(--white);
  padding: 140px 40px;
  position: relative;
}

.grades.grey {
  background-color: #fff;
  position: static;
}

.horizontal-line {
  background-color: #889ea833;
  height: 1px;
}

.body-display {
  color: #1b1b1b;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display.small {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 450px;
  display: grid;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-text {
  text-transform: capitalize;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.subtitle {
  color: #48494b;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  border: 1px #f4fbff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.verticle-line {
  background-color: #0000;
  height: 100%;
  position: relative;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #0000;
  border-radius: 10px;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.heading-39 {
  color: #363535;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.blog-section {
  background-color: #fff;
  padding: 186px 3% 40px;
  position: relative;
  overflow: hidden;
}

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

.container-17.blog-title {
  max-width: 70%;
}

.hero-title {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 96px;
  display: flex;
}

.display-h1-dark {
  color: #2e2e36;
  max-width: 550px;
  margin-bottom: 32px;
  margin-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
}

.paragraph-title-2 {
  color: #1a1a1a;
  letter-spacing: -.01em;
  max-width: 500px;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.blog-item {
  margin-bottom: 20px;
}

.text-span-52 {
  text-transform: capitalize;
}

.text-span-54, .text-span-55 {
  text-transform: uppercase;
  font-weight: 700;
}

.text-span-56 {
  text-transform: capitalize;
}

.border-inner-2 {
  background-color: #069d84;
  width: 100%;
  height: 100%;
}

.blog-image-wrap {
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}

.blog-title {
  color: #454545;
  margin-top: 0;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  min-height: 140px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.blog-link {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.blog-card {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 32px;
  display: flex;
}

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

.line-text-2 {
  color: #0c4d42;
  margin-bottom: 5px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 800;
}

.blog-detail-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.full-hero-image {
  z-index: 500;
  width: 100%;
  position: relative;
}

.hero-image-wrapper {
  z-index: 2;
  border-radius: 10px;
  max-width: 1300px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.blog {
  max-width: 70%;
  margin-top: 40px;
  box-shadow: 6px 40px 800px #0a25413d;
}

.white-bg-bar {
  z-index: 0;
  background-color: #e8fcf4;
  min-height: 90%;
  padding-bottom: 60px;
  position: absolute;
  inset: auto 0% 10%;
}

.blog-h1 {
  color: #2c2c2c;
  text-align: left;
  max-width: 730px;
  margin-bottom: 15px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1;
}

.div-block-127 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-127.blog-title {
  align-items: flex-start;
}

.blog-hero {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  padding-top: 220px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.date {
  color: #222;
  text-align: left;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.blog-article {
  background-color: #fff;
  padding: 92px 3% 40px;
  font-family: Satoshi Variable, sans-serif;
  position: relative;
  overflow: hidden;
}

.container-tight {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.container-tight.article {
  max-width: 70%;
}

.paragraph-12 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.content-h1-2 {
  color: #4e4a4a;
  max-width: 550px;
  margin-right: 20px;
  font-family: Satoshi Variable, sans-serif;
}

.blog-item-2 {
  margin-bottom: 20px;
}

.blog-image-wrap-2 {
  border-radius: 10px;
  height: 400px;
  overflow: hidden;
}

.blog-title-2 {
  color: #4e4d4d;
  margin-top: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 25px;
}

.section-26 {
  background-color: #fffecc1a;
  padding-top: 100px;
}

.paragraph-13 {
  color: #333;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.button-14 {
  color: #fff;
  background-color: #01bc9a;
  justify-content: center;
  align-items: center;
  min-height: 62px;
  padding: 18px 24px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: #0000;
}

.company-hero {
  background-color: #15865f29;
  justify-content: center;
  align-items: flex-start;
  min-height: 700px;
  padding-top: 186px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

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

.display-centre {
  color: #000;
  text-align: center;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.1;
}

.brand-span {
  color: #069177;
}

.hero-image-wrapper-2 {
  z-index: 2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-width: 1300px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 57px;
  overflow: hidden;
}

.content-h1-3 {
  max-width: 550px;
  margin-right: 20px;
  font-family: Satoshi Variable, sans-serif;
}

.paragraph-14 {
  color: #69696e;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 1.5;
}

.paragraph-14.padding-below {
  color: #1a1a1a;
  margin-bottom: 40px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

.content-grid-2 {
  grid-template-rows: auto;
}

.feature-block {
  background-color: #ecfff8;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 42px 36px;
  display: flex;
  position: absolute;
  left: -50%;
  box-shadow: 85px 85px 122px #d4d4db29;
}

.company-column {
  padding-right: 60px;
  position: relative;
}

.company-section {
  padding: 132px 3% 40px;
  position: relative;
}

.subtitle-02 {
  color: #4d4d4d;
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.company-image {
  width: 100%;
  margin-top: 96px;
}

.number-wrap {
  padding: 26px 44px;
}

.company-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-family: Circularstd;
}

.feature-block-mobile {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 140%;
  max-width: 1074px;
  min-height: 258px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: none;
  position: absolute;
  left: -40%;
  box-shadow: 85px 85px 122px #d4d4db29;
}

.number {
  color: #2e2e36;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

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

.value-wrap {
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

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

.value-h4 {
  margin-bottom: 0;
  font-family: Circularstd;
  font-size: 18px;
}

.value-block {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  min-height: 200px;
  padding: 42px 32px;
  transition: all .35s;
}

.value-block:hover {
  box-shadow: 1px 1px 120px 122px #d4d4db2b;
}

.value-icon {
  margin-right: 12px;
}

.value-section {
  padding: 100px 3% 228px;
  position: relative;
  overflow: hidden;
}

.paragraph-15, .paragraph-16, .paragraph-17 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.image-41 {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-right: 5px;
}

.image-42, .image-43 {
  border-radius: 3px;
}

.heading-40 {
  color: #000;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-41 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
}

.paragraph-19 {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 12px;
}

.heading-42 {
  color: #4a4a4a;
  margin-bottom: 0;
  font-family: Qanelassoftdemo;
  font-size: 45px;
  font-weight: 500;
  line-height: 44px;
}

.text-span-59 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.section-27 {
  text-align: center;
  background-color: #fff6dc;
  padding: 60px 100px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

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

.text-span-61 {
  font-size: 18px;
}

.image-44, .image-45, .image-46 {
  display: none;
}

.section-28 {
  background-color: #0000;
  background-image: linear-gradient(to right, #fff1cc7d, #fff);
}

.navigation-link-wrapper {
  color: #140b01;
  align-items: center;
  min-height: 60px;
  display: flex;
}

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

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

.dropdown-3 {
  color: #ccc;
  height: 100%;
  position: static;
}

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

.menu-wrap {
  color: #646464;
  align-items: center;
  height: 100%;
  font-size: 15px;
  display: flex;
  position: static;
}

.faq-grid {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.faq-heading {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 56px;
}

.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: #1f2937;
  background-image: none;
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  display: flex;
}

.faq-banner-image {
  margin-right: 32px;
}

.faq-subheading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}

.faq-paragraph {
  color: #8c87a6;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.right-chevron {
  margin-left: 10px;
}

.faq-ii-title {
  color: #464646;
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Circularstd;
  font-size: 20px;
  line-height: 28px;
}

.faq-cta-text-wrap {
  align-items: center;
  display: flex;
}

.grey-divider {
  background-color: #e5e7eb;
  height: 1px;
  margin-bottom: 40px;
}

.faq-wrapper {
  margin-bottom: 50px;
}

.link-title-2 {
  color: #227558;
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.link-title-2:hover {
  color: #007a5b;
}

.navigation-secondary-link {
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.link-description-2 {
  color: #0a0a0a;
  letter-spacing: -.02em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.resource-link {
  color: var(--gray-1);
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  display: block;
}

.resource-link:hover {
  color: var(--gray-1);
  background-color: #15865f0f;
}

.resource-image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 160px;
  margin-bottom: 20px;
  overflow: hidden;
}

.navigation-title {
  color: #00665a;
  margin-bottom: 24px;
  font-family: Qanelassoftdemo;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.company-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  width: 100%;
}

.large-image-block {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 92px;
  min-height: 92px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.navigation-column {
  height: 100%;
}

.navigation-3 {
  z-index: 99;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 0%;
  padding-right: 1%;
  display: flex;
  position: fixed;
}

.navigation-3.av {
  background-color: var(--white);
}

.navigation-3.av.caht {
  height: 75px;
}

.navigation-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.new-badge {
  color: #14b881;
  background-color: #d1faec;
  border-radius: 50px;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
}

.link-title-wrapper {
  color: #227558;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.nav-button {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #007a5b;
  border: 1px #fff;
  border-radius: 5px;
  padding: 12px 24px;
  font-family: Circularstd;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .4s;
}

.nav-button:hover {
  background-color: #01af83;
  border-color: #c4c4c47a;
  font-family: Circularstd;
}

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

.all-products-link {
  background-color: #15865f0d;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.all-products-link:hover {
  background-color: #15865f29;
}

.text-block-45 {
  color: var(--gray-1);
  letter-spacing: -.03em;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.resources-grid {
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.div-block-129 {
  margin-top: 20px;
}

.navigation-full {
  z-index: 2000;
  background-color: var(--white);
  width: 100%;
  position: fixed;
}

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

.platform-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr;
}

.nav-column {
  height: 100%;
}

.all-products-text {
  color: #15865f;
  letter-spacing: -.03em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-130 {
  border-radius: 10px;
  height: 120px;
  overflow: hidden;
}

.dropdown-wrapper-3 {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  left: -164px;
  overflow: hidden;
  box-shadow: 46px 46px 72px -15px #00000038;
}

.dropdown-wrapper-3:hover {
  box-shadow: 14px 14px 120px -20px #c0c0c0cc;
}

.navigation-dropdown-link {
  color: #000;
  border-radius: 10px;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: flex;
}

.navigation-dropdown-link:hover {
  color: #666;
  background-color: #15865f0f;
  border-radius: 5px;
}

.link-block {
  color: #3788e4;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.badge-title-wrapper, .navigation-feature-content {
  align-items: center;
  display: flex;
}

.dropdown-wrapper-company {
  background-color: var(--white);
  border-radius: 5px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  overflow: hidden;
  box-shadow: 46px 46px 72px -16px #0000001c;
}

.toggle-2 {
  color: #140b01;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.toggle-2:hover {
  color: #227558;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 600;
}

.toggle-2.w--open {
  color: #007a5b;
}

.small-image-block {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.company-link-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.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;
  display: flex;
}

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

.text-span-62 {
  color: var(--white);
  text-decoration: none;
}

.text-block-47 {
  color: #e2e2e2;
  font-weight: 500;
}

.text-block-48 {
  color: #000;
  font-family: Satoshi Variable, sans-serif;
}

.content-preheader {
  color: #000;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
}

.content-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  align-items: center;
  min-height: 600px;
}

.content-heading-2 {
  color: #575757;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Qanelassoftdemo;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.content-paragraph-2 {
  margin-bottom: 55px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}

.content-section-5 {
  color: #252525;
  background-color: #0000;
  background-image: none;
  border-bottom-left-radius: 0;
  padding: 100px 3%;
  font-size: 18px;
  line-height: 30px;
}

.content-section-5.a {
  background-color: #0000;
  background-image: none;
  padding-top: 100px;
}

.content-text-wrap-2 {
  z-index: 1;
  background-image: linear-gradient(315deg, #0d9e7ec2, #fff0);
  border: 5px #ffffff30;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  max-height: 700px;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
  top: -1156px;
}

.content-text-wrap-2.a {
  background-image: linear-gradient(315deg, #fcdeac, #ffffff75);
  max-height: 1200px;
  top: -15px;
}

.content-text-wrap-2.c {
  z-index: 3;
  background-image: linear-gradient(315deg, #0d9e7e, #fff);
}

.content-container-2 {
  border-bottom-left-radius: 100px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.image-15 {
  z-index: 3;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 241px;
}

.content-button-2 {
  color: #fff;
  background-color: #fd7e41;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 20px 44px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  top: 1px;
}

.content-button-2:hover {
  background-color: #86401f;
}

.content-button-2.a {
  background-color: #0d9e7e;
  justify-content: flex-start;
}

.text-span-8 {
  color: #c96434;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #c96434, #524b4b);
  -webkit-background-clip: text;
  background-clip: text;
}

.content-text-wrap-3 {
  z-index: 1;
  background-image: linear-gradient(315deg, #fff 100%, #ffffff63);
  border: 5px #ffffff30;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  max-height: 1200px;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
  top: -842px;
  left: 684px;
}

.image-47 {
  position: absolute;
  top: auto;
  bottom: 6638.87px;
  left: 355px;
}

.image-47.a {
  z-index: 1;
  display: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -24px;
}

.image-47.a.w {
  left: -15px;
}

.image-47.sd, .image-47.ssd {
  position: static;
  bottom: auto;
  left: auto;
}

.star-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-slide {
  padding: 20px;
}

.avatar-circle {
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 20px;
}

.right-arrow-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto -90px 116px;
}

.testimonial-author {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

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

.testimonial-title-wrapper {
  margin-bottom: 60px;
}

.testimonial-section-3 {
  background-color: #0000;
  background-image: none;
  padding: 85px 3% 140px;
  overflow: hidden;
}

.testimonial-credentials {
  color: #999;
  letter-spacing: -.03em;
  font-weight: 500;
}

.star {
  margin-right: 10px;
}

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

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

.div-block-2 {
  z-index: 1;
  background-color: #fff4e1;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto -10px 20px;
  transform: rotate(45deg);
}

.testimonial-block-3 {
  z-index: 2;
  text-align: left;
  background-color: #fff4e1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 350px;
  max-height: 350px;
  margin-bottom: 60px;
  padding: 10px 20px 32px;
  line-height: 27px;
  display: flex;
  position: relative;
  box-shadow: 23px 23px 45px -8px #ffd28a7d;
}

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

.testimonial-subheading {
  color: #8b8a87;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: Circularstd;
  font-weight: 700;
}

.slide-nav {
  display: none;
}

.slider-mask {
  overflow: visible;
}

.testimonial-content-wrap {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  max-width: 620px;
  min-height: 400px;
  max-height: 400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.left-arrow-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  inset: auto auto -90px 20px;
}

.testimonial-heading {
  color: #333;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-paragraph-3 {
  color: #666;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-63 {
  text-transform: capitalize;
}

.text-span-64 {
  font-family: Circularstd;
  font-weight: 600;
}

.text-span-65 {
  font-family: Qanelassoftdemo;
  font-size: 18px;
  font-weight: 700;
}

.text-span-66 {
  font-family: Qanelassoftdemo;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.content-preheader-2 {
  color: #818181;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.content-section-6 {
  color: #252525;
  background-color: #0000;
  background-image: none;
  border-bottom-left-radius: 0;
  padding: 60px 3% 20px;
  font-size: 18px;
  line-height: 30px;
}

.content-section-6.a {
  background-color: #0000;
  background-image: none;
  margin-top: 140px;
  padding-top: 40px;
  display: block;
}

.content-section-6.v {
  margin-top: 100px;
  display: block;
}

.content-section-6.z {
  margin-top: 100px;
  padding-top: 140px;
  display: block;
}

.content-text-wrap-4 {
  z-index: 1;
  background-image: linear-gradient(315deg, #fff1cc, #fce7b000);
  border: 5px #ffffff30;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 750px;
  max-width: 700px;
  max-height: none;
  padding: 20px 20px 10px;
  display: flex;
  position: relative;
}

.content-button-3 {
  color: #fff;
  background-color: #fd7e41;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 20px 44px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
  top: 1px;
}

.content-button-3:hover {
  background-color: #86401f;
}

.content-button-3.a {
  justify-content: flex-start;
}

.text-span-67 {
  text-transform: capitalize;
}

.text-span-68 {
  font-family: Circularstd;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-family: Manrope, sans-serif;
}

.features-heading {
  color: #403f3f;
  font-family: Circularstd;
  font-size: 20px;
}

.bold-text-16 {
  color: #464646;
  font-family: Circularstd;
}

.heading-43 {
  font-family: Circularstd;
  font-size: 20px;
  font-weight: 500;
}

.heading-44 {
  font-family: Qanelassoftdemo;
  font-weight: 500;
}

.stats-text {
  color: #4c4c4c;
  font-family: Circularstd;
  font-size: 35px;
}

.text-span-70 {
  font-size: 20px;
}

.heading-45 {
  color: #ecdec9;
  max-width: 550px;
  font-family: Circularstd;
  font-size: 32px;
}

.grades-heading {
  color: #020202;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.heading-46 {
  color: #5e5e5e;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.heading-47 {
  color: #fff;
  margin-bottom: 0;
  font-family: Circularstd;
  font-size: 30px;
}

.heading-47.c {
  color: #393f3f;
  font-family: Qanelassoftdemo;
  font-size: 25px;
}

.text-block-49 {
  color: #636363;
  font-family: Circularstd;
  font-size: 30px;
}

.text-block-49.a {
  color: #c5c5c5;
}

.text-span-72 {
  color: #fff;
}

.text-span-73 {
  color: #002868;
}

.text-span-74 {
  color: #bf0a30;
}

.text-span-75 {
  font-family: Circularstd;
}

.bold-text-18 {
  color: #4d4c4c;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #525151 60%, #007a5b 81%, #ffd28a 102%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Manrope, sans-serif;
  line-height: 30px;
}

.image-48 {
  display: none;
  position: absolute;
  top: 9519.38px;
  left: 406.5px;
}

.image-49 {
  display: none;
  position: absolute;
  top: 11603.9px;
  left: 238.5px;
}

.section-29 {
  display: block;
}

.input-field {
  color: #3f3f3f;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  font-size: 18px;
}

.person {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
}

.header-section {
  background-color: #0000;
  background-image: linear-gradient(to right, #ffdfc5, #fff);
  align-items: center;
  height: 1000px;
  padding: 40px 3% 140px;
  display: block;
  position: relative;
  overflow: hidden;
}

.header-paragraph {
  color: #000;
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

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

.number-text {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.pattern-accent {
  position: absolute;
  inset: -30px -30px auto auto;
}

.icon-block {
  background-color: #fc916833;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  display: flex;
}

.header-icon {
  background-color: #fd7e41;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.form-block {
  max-width: 380px;
  margin-top: 0;
}

.title-medium {
  color: #575757;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.navigation-4 {
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.button-sign-up {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-left: 18px;
  padding: 12px 24px;
  transition: all .35s;
}

.button-sign-up:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.avatar-group {
  max-width: 190px;
  margin-top: 10px;
}

.number-large {
  color: #000;
  letter-spacing: -.05em;
  margin-right: 14px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link:hover {
  color: #fd7e41;
}

.card-block-top {
  z-index: 2;
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  height: 120px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 101% auto 78px 53%;
  box-shadow: 21px 21px 40px #00000005;
}

.feature-wrapper {
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.hero-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Qanelassoftdemo;
  font-size: 62px;
  font-weight: 500;
  line-height: 60px;
}

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

.brand {
  margin-right: 60px;
}

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

.submit-button {
  background-color: #11684a;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 32px;
  padding-right: 32px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

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

.card-block {
  background-color: #fff;
  border-radius: 14px;
  padding: 24px;
  position: absolute;
  inset: auto 74% 2% auto;
  box-shadow: 21px 21px 40px #e5e5e582;
}

.header-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.header-block {
  background-color: #fd7e41;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 220px;
  align-items: flex-end;
  width: 100%;
  max-width: 440px;
  height: 610px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.brand-logo-2 {
  width: 60px;
}

.green-title {
  color: #22643e;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.line-break {
  background-color: #000;
  width: 1px;
  height: 46px;
  margin-left: 30px;
  margin-right: 30px;
}

.form {
  color: #384241;
  background-color: #f7f7f7;
  border: 1px #dadada;
  border-radius: 10px;
  align-items: center;
  padding: 6px 6px 6px 20px;
  display: flex;
}

.bloom-image {
  z-index: -1;
  max-width: 60%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

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

.caption-medium {
  color: #333;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.submit-button-2 {
  color: #fff;
  background-color: #1470664a;
  background-image: none;
  border: 1px solid #007a6c;
  border-radius: 50px;
  align-items: center;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
  display: flex;
}

.submit-button-2:hover {
  background-color: #303030;
  background-image: none;
}

.submit-button-2.a {
  color: #fff;
  background-color: #107753;
  background-image: none;
  border: 1px #b8ebd9;
  border-radius: 5px;
  width: 180px;
  min-height: 45px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.submit-button-2.a:hover {
  color: #fff;
  background-color: #0c4d36;
  border-width: 1px;
  border-color: #27906c;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

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

.header-logo-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  height: 100%;
  margin-left: 32px;
}

.badge-header {
  color: #fff;
  text-transform: uppercase;
  background-color: #d6fff1;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.badge-header.a {
  background-color: #15865f14;
  border-radius: 5px;
  width: 22%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-family: Satoshi Variable, sans-serif;
}

.badge-header.c {
  width: auto;
}

.badge-header.d {
  background-color: #ffe8d3;
  width: 55%;
}

.badge-header.d.df {
  background-color: #15865f14;
  border-radius: 5px;
  width: 65%;
}

.badge-header.e {
  background-color: #d6fff1a8;
  border-radius: 5px;
  width: 25%;
  font-family: Satoshi Variable, sans-serif;
}

.badge-header.e.f {
  width: 15%;
  margin-bottom: 10px;
}

.caption-regular {
  max-width: 100%;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

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

.header-line-break {
  background-color: #000;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-field {
  color: #424242;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1.5px solid #cecece;
  border-radius: 50px;
  min-height: 56px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 12px 24px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.header-section-2 {
  padding: 100px 5%;
  position: relative;
}

.avatar-group-wrapper {
  margin-right: 24px;
  display: flex;
}

.heading-hero {
  color: #414141;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Qanelassoftdemo;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.avatar-grouped {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 67px;
  height: 67px;
  margin-right: -14px;
  position: relative;
}

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

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

.grid-two-column.align-centre {
  align-items: center;
}

.header-logo-banner {
  background-color: #fff;
  border-top-left-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 740px;
  height: 100px;
  padding: 10px 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.h3-heading {
  color: #ffae62;
  margin-bottom: 5px;
  font-family: Circularstd;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h3-heading.text-weight-medium {
  color: #383942;
  font-family: Satoshi Variable, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1em;
}

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

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

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

.form-2 {
  align-items: center;
  max-width: 85%;
  display: flex;
}

.margin-top-64 {
  max-width: 90%;
  margin-top: 10px;
}

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

.header-content {
  max-width: 450px;
  position: relative;
  left: 40px;
}

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

.text-block-50 {
  color: #1e6945;
  padding-left: 10px;
  font-family: Qanelassoftdemo;
  font-size: 15px;
  font-weight: 700;
}

.text-block-50.a {
  color: #0e6345;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 800;
}

.text-block-50.c {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 900;
}

.text-block-50.v {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 800;
}

.background-video {
  background-color: #0000;
  background-image: linear-gradient(57deg, #141414 29%, #36363612);
  height: auto;
}

.text-block-51 {
  color: #535353;
  margin-left: 0;
  padding-left: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
}

.image-50 {
  max-width: 60%;
}

.image-51, .image-52 {
  max-width: 45%;
}

.caption-medium-2 {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.submit-button-3 {
  background-color: #4255bd;
  border-radius: 12px;
  min-height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 600;
}

.header-logo-grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  margin-left: 32px;
}

.badge-header-2 {
  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;
}

.header-line-break-2 {
  background-color: #1a1a1a;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 10px;
}

.heading-hero-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.header-logo-banner-2 {
  background-color: #0000;
  border-top-left-radius: 20px;
  align-items: center;
  width: 100%;
  max-width: 800px;
  height: 100px;
  padding: 24px 32px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.feature-icon-square-04 {
  border: 2px solid #f0d44a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-square-05 {
  border: 1px solid #818181;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: flex;
}

.sub-heading-regular {
  color: #3b3b3b;
  letter-spacing: -.03em;
  margin-bottom: 15px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.content-card {
  background-color: var(--white);
  color: #1a1a1a;
  border-radius: 5px;
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  padding: 24px;
}

.content-card.feature-yellow {
  background-color: var(--white);
  border: 1px solid #15865f00;
  border-radius: 5px;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.content-card.content-green {
  box-shadow: none;
  background-color: #15865f08;
  border-radius: 5px;
  min-height: 200px;
}

.content-card.feature-blue {
  background-color: var(--white);
  min-height: 350px;
  max-height: 350px;
}

.content-card.a {
  min-height: 200px;
}

.content-card.b {
  box-shadow: none;
  background-color: #15865f21;
  border: 1px #ffd7d7;
  border-radius: 5px;
}

.content-card.d {
  background-color: var(--white);
  border: 1px #0000003b;
  border-radius: 5px;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

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

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

.margin-bottom-72 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 72px;
  display: flex;
}

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

.paragraph-small {
  color: #272727;
  letter-spacing: -.01em;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.image-cover {
  object-fit: cover;
  width: 70%;
  height: 60%;
  position: absolute;
  top: 460px;
  left: -126px;
}

.featuree-icon-square-02 {
  border: 1px solid gray;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-square-03 {
  border: 2px solid #15865f;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: flex;
}

.feature-icon-square-01 {
  background-color: #0000;
  border: 1px solid #ffd8039c;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  display: flex;
}

.content-grid {
  z-index: 1;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.content-image {
  border: 1px #e6e6e6;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.text-span-76 {
  font-family: Manrope, sans-serif;
}

.image-53 {
  border-radius: 10px;
  max-width: 40%;
  box-shadow: 7px 7px 20px -10px #afafaf;
}

.image-54, .image-55 {
  border-radius: 10px;
  max-width: 40%;
  padding: 2px;
  box-shadow: 7px 7px 20px -10px #afafaf;
}

.image-55.sd {
  display: block;
}

.image-56 {
  border-radius: 10px;
  max-width: 40%;
  padding: 2px;
  box-shadow: 7px 7px 20px -10px #afafaf;
}

.image-57 {
  border-radius: 10px;
  max-width: 40%;
  padding: 2px;
  box-shadow: 7px 7px 20px -10px #7e7e7e;
}

.span-blue {
  color: #df934c;
}

.grid-features {
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 32px;
}

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

.image-block-small {
  height: 100%;
  position: relative;
}

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

.title-large {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.content-background {
  z-index: -1;
  background-color: #fdf5ed;
  border-radius: 20px;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: -20px auto auto -123px;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

.check-icon-large {
  margin-right: 14px;
}

.card-ui {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  min-height: 140px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto 3% -14% auto;
  box-shadow: 58px 58px 95px -24px #06123714;
}

.paragraph-large {
  color: #2b2b2b;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

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

.feature-wrapper-2 {
  color: #18264e;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.ui-card-detail {
  color: #67718e;
  margin-bottom: 24px;
  font-weight: 600;
}

.circle-graph-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h3-heading-2 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

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

.button-standard {
  color: #fff;
  background-color: #15865f;
  border: 2px #df934c;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 14px 40px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-standard:hover {
  color: #15865f;
  background-color: #fff;
  border-color: #dd6427;
}

.process-image1 {
  border-radius: 10px;
  max-width: 100%;
  position: relative;
  left: -95px;
}

.process-heading {
  color: #141414;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 70px;
}

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

.process-image-wrapper, .process-count-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.propcess-content {
  border: 1px #e6e6e6;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  padding: 10px 10px 10px 0;
  display: flex;
}

.process-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.process-step {
  color: #4d4d4d;
  background-color: #fff;
  border: 2px #262626;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: none;
}

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

.process-title {
  color: #262626;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
}

.wave {
  margin-left: 60px;
}

.process-section {
  background-color: #15865f0f;
  padding: 100px 5%;
}

.process-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(0, .25fr) 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
}

.process-button {
  color: #114734;
  background-color: #15865f29;
  border: 1px #227558;
  border-radius: 5px;
  margin-top: 0;
  padding: 10px 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.process-button:hover {
  color: #092a1f;
  background-color: #15865f3b;
}

.process-button.b:hover {
  color: #0d3f30;
  background-color: #15865f14;
}

.header-grid-2 {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.process-paragraph {
  color: #535353;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.process-line {
  z-index: -1;
  background-color: #bebebe69;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto;
}

.link-18 {
  font-weight: 600;
  text-decoration: none;
}

.div-block-131 {
  min-width: auto;
}

.avatar-row {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: flex;
}

.avatar-grouped-2 {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 42px;
  height: 42px;
  margin-right: -14px;
  position: relative;
  box-shadow: 1px 1px 3px #616161;
}

.heading-wrapper {
  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;
}

.heading-wrapper.margin-bottom-64 {
  align-items: flex-start;
  margin-bottom: 64px;
  margin-left: 0;
}

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

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

.cta-card {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  flex-direction: column;
  padding: 24px;
  transition: box-shadow .3s;
  display: flex;
}

.cta-card:hover {
  box-shadow: 15px 32px 64px -14px #4d4d4d29;
}

.grid-button {
  grid-template-rows: auto;
}

.grid-button.margin-top-64 {
  grid-template-columns: 1fr;
  margin-top: 64px;
}

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

.stats {
  background-color: #214e41;
  padding: 92px 5%;
  position: relative;
}

.cta-card-02 {
  background-color: #b3e5c3;
  border-radius: 14px;
  height: 180px;
  margin-top: 32px;
  overflow: hidden;
}

.h6-heading {
  margin-top: 0;
  font-size: 28px;
  line-height: 34px;
}

.integration-detail-wrapper {
  color: #1a1a1a;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.cta-card-03 {
  background-color: #fcd49c;
  border-radius: 14px;
  height: 180px;
  margin-top: 32px;
  overflow: hidden;
}

.span-orange {
  color: #f99406;
}

.paragraph-small-2 {
  color: #f0fffa;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

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

.span-green {
  color: #40bf6a;
}

.heading-content {
  color: var(--white);
  text-align: left;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1em;
}

.button-primary {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(135deg, #43b48d, #227558);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-primary.b {
  background-image: linear-gradient(135deg, #45b48d, #227558);
  width: 40%;
}

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

.cta-card-01 {
  background-color: #b3bbe5;
  border-radius: 14px;
  height: 180px;
  margin-top: 32px;
  overflow: hidden;
}

.cta-title-wrapper {
  color: #1a1a1a;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-20 {
  color: var(--gray-1);
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3788e4;
  border-style: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: sticky;
  top: 60px;
}

.body-display-2 {
  color: #4e4e4e;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.button-text-2 {
  text-transform: capitalize;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.half-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.heading-48 {
  color: #1a1a1a;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.bold-text-21 {
  color: #3788e4;
}

.bold-text-22 {
  color: #3788e4;
  font-family: Manrope, sans-serif;
}

.bold-text-23 {
  color: #00665a;
  font-family: Qanelassoftdemo;
  font-weight: 500;
}

.text-block-52 {
  color: #774003;
}

.text-block-53 {
  color: #00665a;
  font-family: Satoshi Variable, sans-serif;
}

.bold-text-24 {
  font-weight: 600;
}

.bold-text-26 {
  color: #fff;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.bold-text-26:hover {
  color: #fff;
}

.bold-text-27 {
  font-family: Circularstd;
  font-size: 18px;
  font-weight: 700;
}

.arrow {
  margin-left: 20px;
}

.hero-person {
  z-index: 5;
  max-height: 800px;
  position: relative;
}

.display-heading {
  z-index: 5;
  color: #161c27;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
  position: relative;
}

.header-block-2 {
  grid-template-rows: auto;
}

.navigation-menu-2 {
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-2 {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #000;
}

.card-02 {
  z-index: 5;
  position: absolute;
  inset: -120px 0% auto auto;
  box-shadow: 17px 17px 52px #6663;
}

.hero-block-right {
  background-color: #ffdadf;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.play-icon {
  width: 40px;
  margin-right: 10px;
}

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

.header-paragraph-2 {
  color: #6f6f6f;
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 32px;
}

.hero-title-wrap {
  position: relative;
}

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

.header-wrapper-2 {
  flex-wrap: wrap;
  margin-bottom: 40px;
  display: flex;
}

.hero-image-wrapper-3 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  left: -60px;
}

.button-wrapper {
  z-index: 5;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.header-section-3 {
  align-items: center;
  min-height: 1000px;
  padding: 160px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-01 {
  z-index: 9;
  border-radius: 8px;
  position: absolute;
  inset: -22% auto auto -24%;
  box-shadow: 17px 17px 52px #6663;
}

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

.button-header {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 16px 48px;
  font-size: 18px;
  transition: all .3s;
}

.button-header:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

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

.header-accent-text {
  color: #6f6f6f;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.video-play-link {
  color: #000;
  align-items: center;
  margin-left: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.video-play-link:hover {
  opacity: .6;
}

.accent-header {
  position: absolute;
  inset: 0 -50px auto auto;
}

.star-rating {
  margin-top: 22px;
}

.testimonial-title {
  color: #181945;
  letter-spacing: -.04em;
  margin-top: 0;
  font-size: 48px;
  line-height: 1.3;
}

.paragraph-grey {
  color: #18194580;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.testimonial-section {
  padding: 96px 3%;
  position: relative;
}

.testimonial-grid-wrapper {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.testimonial-block {
  background-color: #d9ebfa;
  border-radius: 48px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 3%;
}

.testimonial-card {
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 469.641px;
  left: -90px;
}

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

.author-title {
  color: #181945;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-2 {
  color: #181945;
  letter-spacing: -.03em;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-avatar {
  border: 8px solid #d9ebfa;
  border-radius: 100px;
  width: 88px;
  height: 88px;
  position: relative;
  top: -25px;
}

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

.title {
  color: #583fbc;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 700;
}

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

.title-grid {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  margin-bottom: 96px;
}

.integration-row-bottom {
  justify-content: center;
  align-items: stretch;
  width: 105vw;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -5vw;
}

.avatar-circle-2 {
  background-color: #f2f3f8;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 14px;
}

.integration-row {
  justify-content: center;
  align-items: stretch;
  width: 105vw;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -5vw;
}

.title-large-2 {
  color: #1355ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

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

.author-social {
  color: #3f3f3f;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-social {
  background-color: #f2f3f8;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.title-wrapper {
  text-align: center;
  max-width: 600px;
  margin-bottom: 92px;
  margin-left: auto;
  margin-right: auto;
}

.star-2 {
  width: 24px;
  margin-left: 2px;
  margin-right: 2px;
}

.author-name {
  color: #000;
  letter-spacing: -.02em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.integration-wrapper {
  width: 100%;
}

.star-wrapper {
  margin-bottom: 14px;
}

.paragraph-standard {
  color: #2b2a2a;
  letter-spacing: -.02em;
  max-width: 600px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.card-testimonial-large {
  color: #02044a;
  text-align: left;
  letter-spacing: -.03em;
  background-color: #fffcee;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 380px;
  max-width: 380px;
  height: 100%;
  min-height: 140px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

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

.avatar-wrapper {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.image-58 {
  border: 3px solid var(--white);
  border-radius: 50px;
}

.bold-text-28 {
  text-decoration: none;
}

.bold-text-29 {
  color: #15865f;
}

.heading-content-2 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
}

.integration-card {
  color: #1a1a1a;
  background-color: #f4f5fb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.interaction-logo {
  opacity: .1;
  width: 280px;
  position: absolute;
  inset: -100% -100% auto auto;
}

.integration-icon {
  background-color: #fff;
  border-radius: 14px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  margin-bottom: 24px;
}

.paragraph-large-4 {
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

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

.paragraph-small-3 {
  color: #252525;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

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

.button-primary-2 {
  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;
}

.button-integration {
  color: #0000;
  background-color: #15865f;
  border: 1px #df9d5e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: 32px;
  padding: 12px 24px 12px 20px;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
}

.button-integration:hover {
  background-color: #1c5e47;
}

.icon-arrow-small {
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  display: flex;
}

.avatar-group-2 {
  width: auto;
  height: 130%;
  position: absolute;
  inset: auto 0% auto auto;
}

.cta-wrapper {
  z-index: 5;
  position: relative;
}

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

.cta-section {
  background-color: #fff;
  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 {
  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:hover {
  color: #fff;
  background-color: #0000;
}

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

.arrow-icon {
  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 {
  color: #bdbcbc;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

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

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

.paragraph-cta {
  color: #f1f1f1;
  letter-spacing: -.02em;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button-cta {
  color: #061237;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: none;
  margin-bottom: 14px;
  padding: 14px 40px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

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

.section-cta {
  background-color: #227558;
  align-items: center;
  padding: 100px 5%;
  display: block;
  position: relative;
  overflow: hidden;
}

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

.cta-heading {
  color: #fff;
  letter-spacing: -.04em;
  max-width: 550px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.button-outline-2 {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fff;
  border-left-width: 1px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  max-width: none;
  padding: 14px 40px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.button-outline-2:hover {
  color: #227558;
  background-color: #fff;
}

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

.div-block-132 {
  font-family: Manrope, sans-serif;
}

.bold-text-30 {
  color: #000;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-31 {
  font-family: Satoshi Variable, sans-serif;
}

.bold-text-32 {
  color: #222;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.solid-button-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-30 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.body-display-3 {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.half-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-video-2 {
  display: block;
}

.text-block-56, .text-block-57 {
  color: #00665a;
  font-family: Satoshi Variable, sans-serif;
}

.hero-heading-2 {
  color: #1a1a1a;
  letter-spacing: -.04em;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #1b1a1f, #593c3c 15%, #1e1d21 28%, #434650 52%, #3e2c2d 75%, #1d1d21);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 90px;
  font-weight: 700;
  line-height: 94px;
}

.avatar-02 {
  border-radius: 100px;
  margin-bottom: -40px;
  position: absolute;
  inset: auto -40px auto auto;
  box-shadow: 14px 14px 52px #423d753b;
}

.header-wrapper-3 {
  font-family: Montserrat, sans-serif;
}

.avatar-small {
  background-color: #dee2e3;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
}

.avatar-small.avatar-stack {
  margin-left: -12px;
}

.search-block-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 60px;
  display: flex;
}

.hero-feature-wrapper {
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
  display: flex;
}

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

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

.header-grid-3 {
  grid-column-gap: 92px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.check-icon {
  margin-right: 12px;
}

.avatar-03 {
  border-radius: 100px;
  margin-bottom: -40px;
  position: absolute;
  inset: auto auto 5% 10%;
  box-shadow: 14px 14px 52px #423d753b;
}

.image-wrapper-2 {
  background-image: linear-gradient(133deg, #efeeff, #feeee9);
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.avatar-row-2 {
  align-items: center;
  display: flex;
}

.form-3 {
  color: #818181;
  background-color: #0000;
  border: 1px solid #1a1a1a26;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  font-family: Manrope, sans-serif;
  transition: border-color .3s;
  display: flex;
}

.form-block-2 {
  width: 85%;
  margin-bottom: 0;
}

.success-message {
  background-color: #3cdfa5;
  font-weight: 700;
}

.header-section-4 {
  background-image: linear-gradient(to right, #fdfcf9, #ffffffa1 43%, #ffeee97a 78%, #feebe5);
  align-items: center;
  padding: 190px 5% 140px;
  display: flex;
  position: relative;
}

.dashboard-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  left: -40px;
}

.search-field {
  color: #413a40;
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  max-width: 340px;
  min-height: 54px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
}

.search-field::placeholder {
  color: #4d4d4d99;
}

.feature-row {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.hero-paragraph {
  color: #1a1a1a;
  letter-spacing: -.02em;
  max-width: 320px;
  margin-bottom: 4px;
  margin-left: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.avatar-01 {
  border-radius: 100px;
  position: absolute;
  inset: -10% auto auto;
  box-shadow: 14px 14px 52px #423d753b;
}

.navigation-5 {
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-dashboard {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 51px 51px 92px -30px #7571a040;
}

.nav-link-3 {
  color: #1a1a1a;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .35s;
}

.nav-link-3:hover {
  color: #8088ff;
}

.navigation-button {
  background-color: #8080ff;
  border-radius: 15px;
  margin-left: 18px;
  padding: 12px 24px;
  font-weight: 600;
  transition: all .35s;
}

.navigation-button:hover {
  background-color: #5e53e0;
}

.submit-button-4 {
  background-color: #7369ef;
  border-radius: 20px;
  width: auto;
  min-height: 64px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
  box-shadow: 20px 20px 45px -9px #21253821;
}

.submit-button-4:hover {
  background-color: #5e53e0;
}

.form-block-3 {
  max-width: 90%;
  height: 72px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.form-4 {
  color: #353535;
  background-color: #fff;
  border: 2px solid #fcd5ae;
  border-radius: 50px;
  align-items: center;
  height: 65px;
  padding: 6px 6px 6px 20px;
  font-family: Circularstd;
  display: flex;
}

.submit-button-5 {
  background-color: #27916c;
  background-image: linear-gradient(135deg, #27906c, #19644a);
  border-radius: 50px;
  min-height: 53px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 500;
}

.submit-button-5:hover {
  background-color: #0000;
  background-image: linear-gradient(135deg, #1f6d51, #2e9c76);
}

.text-span-78, .text-span-79, .text-span-80, .text-span-81, .text-span-82, .text-span-83 {
  color: #227558;
}

.text-span-84 {
  color: #f19f52;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f19f52, #d17824);
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-33 {
  color: #1a1a1a;
}

.career-newsletter {
  text-align: center;
  background-color: #0000;
  border: 1px #ffe5cc;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px 24px 20px 0;
  display: flex;
  position: sticky;
}

.blog-form-field {
  color: #1a1a1a;
  background-color: #fff4e5;
  border: 1px solid #b2b2b2;
  border-radius: 50px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 10px 16px 10px 24px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  transition: all .25s;
}

.blog-form-field:focus {
  color: #160042;
  border-color: #bd8242;
}

.blog-form-field::placeholder {
  color: gray;
}

.blog-form-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.career-column {
  position: sticky;
  top: auto;
}

.career-heading-small {
  color: #383838;
  text-align: left;
  margin-top: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
}

.career-detail-wrapper {
  align-items: center;
  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: 24px;
}

.career-category {
  color: #1a1a1a;
  border: 1px solid #b2b2b2;
  border-radius: 32px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
}

.career-category:hover {
  color: #f7f7f7;
  background-color: #4255bd;
  border-color: #4255bd;
}

.career-grid-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.common-questions {
  padding: 120px 5%;
  position: relative;
}

.career-dot {
  background-color: #1a1a1a;
  border-radius: 32px;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  margin-right: 8px;
}

.career-heading-detail {
  color: #227558;
  text-align: left;
  letter-spacing: .08em;
  text-transform: lowercase;
  white-space: normal;
  margin-bottom: 8px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.career-detail {
  color: #1a1a1a;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

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

.career-badge {
  color: #6070c8;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #f4f5fb;
  border: 1px solid #b3bbe5;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.career-card {
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.career-card:hover {
  color: #4255bd;
  background-color: #f4f5fb;
  border-color: #b3bbe5;
}

.blog-submit-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(135deg, #227558, #42b990);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 12px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.bold-text-34 {
  color: #227558;
}

.image-59 {
  width: 120%;
  max-width: 120%;
  position: relative;
  top: auto;
  left: -61px;
}

.text-span-86 {
  font-weight: 600;
  text-decoration: underline;
}

.image-60 {
  max-width: 80%;
}

.bold-text-35 {
  color: #227558;
}

.bold-text-37 {
  font-family: Satoshi Variable, sans-serif;
}

.bottom-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

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

.company-logo-2 {
  max-width: 15%;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.trusted-text {
  color: #7e7e7e99;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}

.bold-text-38, .bold-text-39, .bold-text-40 {
  color: #303030;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

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

.f-header-form-wrapper {
  color: #000;
  background-color: #dddada00;
  border: 1px solid #b9b9b9;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

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

.f-header-wrapper-right {
  max-width: 610px;
  margin-left: auto;
}

.f-avatar-group-r {
  background-color: #e4e6f1;
  border: 3px solid #fff;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  margin-right: -16px;
  position: relative;
}

.f-header-section {
  padding: 140px 5%;
  position: relative;
}

.f-avatar-dark {
  color: #fff;
  background-color: #26b46b;
  border: 5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.f-header-avatar-group-large {
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 148px;
  display: flex;
}

.f-header-avatar-text {
  color: #282556;
  margin-left: 24px;
  font-size: 14px;
  font-weight: 500;
}

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

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

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

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

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

.f-header-input-field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
  font-family: Satoshi Variable, sans-serif;
}

.f-header-input-field::placeholder {
  color: #b6b9ce;
}

.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-header-image-wrapper-left {
  background-color: #f7f9fd;
  width: 40%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

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

.f-header-grid-asymmetrical {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.f-header-title-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

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

.f-header-lightbox-wrapper {
  background-image: url('../images/Placeholder-Graphic.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.f-icon-extra-large {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.f-text-link {
  color: #160042;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s;
  display: block;
}

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

.f-header-lightbox-link {
  color: #160042;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background-color .3s;
  display: flex;
}

.f-header-lightbox-link:hover {
  background-color: #f7f9fd;
}

.f-header-scroll-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

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

.f-header-form-row {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

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

.a-span-underline {
  color: #000;
  border-bottom: 6px #27906c;
}

.a-button-primary {
  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-family: Satoshi Variable, sans-serif;
  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-subheading-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

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

.a-header-heading-wrapper {
  margin-bottom: 30px;
}

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

.a-header-image-right-wrapper {
  padding-bottom: 0;
}

.a-header-feature-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 104px;
  display: grid;
}

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

.a-caption {
  color: #7e7e7e;
  letter-spacing: -.01em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.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: #141414;
  text-transform: capitalize;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 400;
}

.a-button-video {
  grid-column-gap: 12px;
  color: #27906c;
  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: #f4f6f5;
}

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

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

.a-h1-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}

.a-header-feature {
  grid-column-gap: 16px;
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.a-paragraph-regular {
  color: #1f1f1f;
  letter-spacing: -.02em;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

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

.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: #27906c;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-button-text-link:hover {
  color: #27906c;
}

.header {
  height: auto;
  padding: 100px 5%;
  position: relative;
}

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

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

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

.text-block-58 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-59 {
  color: #27906c;
  font-family: Satoshi Variable, sans-serif;
}

.text-block-60 {
  font-family: Satoshi Variable, sans-serif;
}

.a-cta-section-blue {
  background-color: #5167f6;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Open Sans, sans-serif;
  position: relative;
  overflow: hidden;
}

.a-max-width-medium {
  max-width: 486px;
}

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

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

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

.a-cta-form {
  width: 100%;
  max-width: 480px;
  margin-bottom: 16px;
}

.a-cta-container-xl {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.a-success-message {
  background-color: #c5e7d1;
}

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

.a-caption-2.text-color-gray-0 {
  color: #dedfe3;
}

.a-text-field-blue {
  background-color: #e9e9e9;
  border: 1px #000;
  border-radius: 99px;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Satoshi Variable, sans-serif;
}

.a-text-field-blue::placeholder {
  color: #fff;
}

.a-cta-form-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  height: 65px;
  display: flex;
}

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

.a-error-message {
  background-color: #fdd8e0;
}

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

.a-paragraph-regular-2.a-text-color-white {
  color: #fff;
}

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

.a-button-secondary-rounded:hover {
  color: #fff;
  background-color: #4aa586;
}

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

.a-cta-image-left {
  object-position: 50% 100%;
  width: 20%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

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

.a-button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #27906c;
  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: #27906cc9;
}

.a-button-primary-2:active {
  background-color: #27906ca6;
}

.a-subheading-regular-2 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}

.a-h1-heading-2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

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

.div-block-133 {
  align-items: center;
  display: flex;
}

.image-62 {
  width: 20px;
  margin-right: 10px;
}

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

.avatar-grouped-3 {
  background-color: #f1f1f1;
  border: 6px solid #fff;
  border-radius: 100px;
  width: 14%;
  height: 100%;
  margin-right: -24px;
  position: relative;
}

.image-63 {
  width: 120%;
  max-width: 120%;
  position: relative;
  top: -30px;
  left: -83px;
}

.text-span-89 {
  color: #15865f;
}

.text-span-90 {
  text-decoration: underline;
}

.div-block-134 {
  align-items: center;
  max-width: 100%;
  max-height: 50px;
  display: flex;
}

.image-64 {
  max-width: 5%;
  margin-right: 10px;
}

.text-block-61 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 12px;
}

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

.container-23 {
  z-index: 5;
  width: 100%;
  max-width: 1160px;
  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: #1457ff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 24px;
}

.logo-header {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 72px;
}

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

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

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

.animation-div {
  z-index: -1;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph-large-5 {
  color: #3c4043;
  text-align: left;
  letter-spacing: -.02em;
  font-size: 15px;
  line-height: 25px;
}

.paragraph-large-5.text-color-gray-500 {
  color: #3f3f3f;
  margin-bottom: 20px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 25px;
}

.dots-animation-5 {
  background-color: #33c1b196;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  position: relative;
  inset: 25% -2% auto auto;
}

.placeholder-image-tall {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 640px;
  overflow: hidden;
}

.text-detail {
  color: #1f2c47;
  margin-top: 20px;
  font-weight: 400;
  line-height: 24px;
}

.trusted-text-2 {
  color: #7e7e7e99;
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
}

.avatar-row-3 {
  align-items: center;
  display: flex;
}

.image-421 {
  max-width: 80%;
}

.image-423 {
  border-radius: 10px;
}

.image-46731 {
  display: none;
}

.header-form-wrapper {
  border: 1px solid #a1a1a1;
  border-radius: 50px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.bottom-content-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.image-422 {
  max-width: 75%;
}

.container-24 {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-24.relativ {
  z-index: -1;
  position: relative;
}

.dots-animation-3 {
  opacity: .24;
  background-color: #0000;
  border-radius: 20%;
  width: 80px;
  height: 25px;
  position: relative;
  inset: 60% 0% auto;
}

.image-4568 {
  max-width: 100%;
  position: static;
  top: 10448.8px;
  left: auto;
}

.image-4568.a.c.cc {
  max-width: 52%;
  position: absolute;
  top: 148px;
  right: 116.734px;
}

.dots-animation-4 {
  background-color: #e76f5166;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: 32%;
  bottom: auto;
  left: 16%;
}

.check-icon-2 {
  width: 20px;
  max-width: none;
  height: 20px;
  margin-right: 12px;
}

.hero-feature-wrapper-2 {
  align-items: center;
  margin-right: 20px;
  font-weight: 600;
  display: flex;
}

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

.h1-heading-2.margin-bottom-32 {
  color: #707070;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 20px;
  margin-right: -8px;
  padding-right: 0;
  font-family: Circularstd;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.dots-animation-13 {
  background-color: #0000;
  border-radius: 20%;
  width: 55px;
  height: 55px;
  position: relative;
  top: 12%;
}

.dots-animation-14 {
  background-color: #51c9e747;
  border-radius: 20%;
  width: 32px;
  height: 32px;
  position: relative;
  top: 32%;
  right: 36%;
}

.text-block-42 {
  color: #1f1f1f;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dots-animation {
  background-color: #0000;
  border-radius: 20%;
  width: 80px;
  height: 20px;
  position: relative;
  top: 10%;
}

.dots-animation-7 {
  background-color: #0000;
  border-radius: 20%;
  width: 90px;
  height: 45px;
  position: relative;
  inset: 31% auto auto;
}

.dots-animation-9 {
  background-color: #0000;
  border-radius: 20%;
  width: 80px;
  height: 12px;
  margin-left: 0;
  position: relative;
  top: 51%;
  bottom: auto;
  left: 20%;
}

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

.grid-two-column-2.align-centre {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.dots-animation-6 {
  background-color: #0000;
  border-radius: 20%;
  width: 100px;
  height: 100px;
  position: relative;
  inset: 59% 22% auto auto;
}

.company-logo-3 {
  max-width: 15%;
  margin-left: 60px;
  margin-right: 60px;
  display: block;
}

.bottom-content-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.dots-animation-10 {
  background-color: #0000;
  border-radius: 20%;
  width: 80px;
  height: 80px;
  position: relative;
  inset: 306px auto auto 273px;
}

.text-span-33 {
  color: #464646;
  font-family: Circularstd;
}

.section-31 {
  background-color: #fff;
  padding: 0 20px 100px;
  transition: box-shadow .3s;
  display: block;
  position: relative;
}

.section-31.color {
  background-color: #0000;
  background-image: linear-gradient(135deg, #6a4ee1 27%, #30364d);
  height: 100vh;
}

.section-31.color.top-pading {
  background-color: #0000;
  background-image: none;
  border-bottom-left-radius: 0;
  height: 1000px;
  margin-bottom: 0;
  padding: 80px 2% 40px;
  display: block;
}

.dots-animation-15 {
  background-color: #0000;
  border-radius: 20%;
  width: 75px;
  height: 44px;
  position: absolute;
  top: auto;
  bottom: 37%;
  right: 24%;
}

.success-message-9 {
  color: #006638;
  letter-spacing: .02em;
  background-color: #ebfff6;
  font-size: 12px;
  line-height: 16px;
}

.dots-animation-2 {
  background-color: #0000;
  border-radius: 20%;
  width: 70px;
  height: 15px;
  margin: auto 10px;
}

.text-span-32 {
  color: #000;
}

.header-form-block {
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.dots-animation-12 {
  background-color: #0000;
  border-radius: 20%;
  width: 20px;
  height: 20px;
  position: relative;
  inset: 71% auto auto 38%;
}

.div-block-135 {
  background-color: #0000;
  background-image: linear-gradient(to right, #ffeecfd6, #ffffff96);
  max-width: 100%;
  position: absolute;
  inset: 0%;
}

.button-neutral {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  background-image: linear-gradient(315deg, #bb8457, #be8529);
  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;
}

.button-neutral:hover {
  background-color: #0000;
  background-image: linear-gradient(315deg, #7e5431, #f8961e);
}

.button-neutral:active {
  background-color: #160042;
}

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

.dots-animation-11 {
  background-color: #10816c7a;
  border-radius: 20%;
  width: 18px;
  height: 18px;
  position: relative;
  inset: 65% auto auto -44%;
}

.feature-row-2 {
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.div-block-136 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dots-animation-8 {
  background-color: #2ba1932e;
  border-radius: 20%;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 93% -22% auto 0%;
}

.avatar-small-2 {
  background-color: #dee2e3;
  border: 4px solid #f8f5ef;
  border-radius: 100px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
}

.avatar-small-2.avatar-stack {
  margin-left: -12px;
}

.div-block-58 {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 100px;
  position: static;
  top: -6px;
  left: 47px;
}

.header-input-field {
  color: #3f3f3f;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  margin-right: 16px;
  padding: 12px 16px;
}

.header-input-field::placeholder {
  color: #b6b9ce;
}

.b-navigation-link {
  color: #000;
  white-space: nowrap;
  background-color: #0000;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.b-navigation-link:hover {
  color: #746bb3;
}

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

.b-banner-close {
  color: #c0bcdc;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  transition: color .3s;
  display: flex;
  position: absolute;
  inset: auto 10% auto auto;
}

.b-banner-close:hover {
  color: #fff;
}

.b-logo-image {
  max-width: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-logo-section {
  background-color: #fff;
  padding: 60px 0% 0;
}

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

.b-button-primary {
  color: #fff;
  text-align: center;
  background-color: #11684a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: inline-block;
}

.b-button-primary:hover {
  background-color: #0f6648;
}

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

.b-navigation-logo-link {
  margin-right: 24px;
}

.b-banner-link {
  color: #e57361;
  text-decoration: underline;
}

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

.b-logo-heading {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

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

.items {
  grid-column-gap: 92px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-navigation-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  display: flex;
  position: static;
}

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

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

.items-holder {
  grid-column-gap: 92px;
  flex-direction: row;
  display: flex;
  position: relative;
}

.b-banner-detail {
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.b-button-secondary {
  color: #15865f;
  background-color: #0000;
  border: 1px solid #11684a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.b-button-secondary:hover {
  border-color: #15865f;
}

.b-button-secondary.about-us {
  background-color: #ddfaef;
  border-style: none;
  width: 65%;
  font-size: 18px;
}

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

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

.b-paragraph-regular.text-color-gray-700 {
  color: #131313;
  font-family: Manrope, sans-serif;
}

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

.b-header-section {
  background-color: #f6f5f3;
  padding: 80px 5% 60px;
}

.b-header-image {
  width: 100%;
}

.b-navigation-button-secondary {
  color: #3e376d;
  text-align: center;
  background-color: #0000;
  border: 1px solid #acb5c3;
  border-radius: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, border-color .3s, background-color .3s;
}

.b-navigation-button-secondary:hover {
  color: #fff;
  background-color: #e57361;
  border-color: #0000;
}

.b-logo-wrapper {
  position: relative;
  overflow: hidden;
}

.logo-css {
  display: none;
}

.b-logo-gradient-left {
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.b-h1-heading {
  color: #3e376d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.b-logo-gradient-right {
  width: 20%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.b-navigation-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.b-banner {
  grid-column-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
  position: relative;
}

.b-header-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.b-navigation-button {
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

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

.div-block-137 {
  max-width: 50%;
  margin-top: 40px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-62 {
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.bold-text-41 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.bold-text-42 {
  font-family: Satoshi Variable, sans-serif;
}

.text-span-91 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 800;
}

.image-46732 {
  max-width: 80%;
}

.text-span-92 {
  color: #107250;
}

.text-span-93 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.heading-49 {
  color: #0e6345;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.billing {
  color: #9ca3af;
  margin-left: 4px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.billing.white {
  color: #fff;
}

.get-started-button {
  border: 1px solid #1f2937;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  font-family: Satoshi Variable, sans-serif;
  text-decoration: none;
  display: flex;
}

.get-started-button.white {
  background-color: #fff;
}

.pricing-heading {
  color: #1f2937;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

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

.check-circle.not-featured {
  background-color: #d1d5db;
}

.pricing-paragraph {
  letter-spacing: -.01em;
  max-width: 289px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.feature-text {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.card-features-wrap {
  padding: 30px 30px 40px;
}

.pricing-card {
  width: 100%;
}

.pricing-card.startup {
  color: #1f2937;
  background-color: #fff;
}

.pricing-card.enterprise {
  color: #fff;
  background-color: #214e41;
  border-radius: 5px;
}

.price-text {
  margin-top: 52px;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.card-header-wrap {
  border-bottom: 1px solid #d1d5db;
  padding: 30px 30px 22px;
}

.card-header-wrap.purple-divider {
  border-bottom-color: #ffffff1a;
}

.pricing-type {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

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

.white-check {
  flex: none;
}

.pricing-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.comparison {
  background-color: #f8f7fc;
  padding: 85px 3%;
}

.pricing-subheading {
  color: #4a556c;
  letter-spacing: -.01em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.button-text-4 {
  color: #1f2937;
  letter-spacing: .02em;
  margin-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-wrapper-2 {
  width: 100%;
  max-width: 340px;
}

.custom-tooltips {
  display: none;
}

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

.integration {
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
  box-shadow: 7px 7px 10px #3741510d;
}

.integration.surveymonkey {
  position: relative;
  bottom: -30px;
  left: 150px;
}

.integration.hubspot {
  position: relative;
  top: -43px;
  left: -120px;
}

.integration.intercom {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  left: -191px;
}

.integration.unbounce-2 {
  position: relative;
}

.integration.salesforce {
  position: relative;
  left: 191px;
}

.integration.hubspot-small {
  position: relative;
  bottom: -50px;
  left: -50px;
}

.integration.slack {
  position: relative;
  top: -21px;
  right: -22px;
}

.integration.flowbase {
  position: relative;
  top: -21px;
  right: 22px;
}

.integration.paypal {
  position: relative;
  bottom: -30px;
  left: -150px;
}

.integration.kickstarter {
  position: relative;
}

.integration.unbounce {
  position: relative;
  bottom: -50px;
  left: 50px;
}

.integration.mailchimp {
  position: relative;
  top: -43px;
  left: 120px;
}

.form-subheading {
  color: #fff;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.integration-section {
  background-color: #214e41;
  padding: 140px 3%;
  overflow: hidden;
}

.integration-logo {
  width: 60px;
  max-width: none;
  height: auto;
}

.integration-logo.a {
  width: 60px;
}

.integration-logo.b {
  width: 80px;
}

.integration-logo.b.z {
  width: 60px;
}

.integration-logo.c {
  width: 120px;
}

.integration-logo.d {
  width: 60px;
}

.integration-logo.z, .integration-logo.z.zx, .integration-logo.z.sdxf {
  width: 80px;
}

.integration-logo.z.umgc {
  width: 50px;
}

.integration-logo.z.zz {
  width: 60px;
}

.integration-logo.purdue {
  width: 80px;
}

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

.form-heading {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.integration-grid {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  min-height: 480px;
}

.number-span {
  color: #0f7457;
}

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

.text-block-63 {
  font-size: 16px;
}

.schools {
  background-color: #ffffff29;
  padding: 60px 5% 40px;
}

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

.m-logo-card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #0000;
  border: 2px #22242f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
  display: flex;
}

.m-logo-card-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.m-logo-logo-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  display: flex;
}

.carousel-icon-wrap {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.m-logo-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-button-outline {
  color: #fff;
  text-align: center;
  background-color: #15865f;
  border: 2px #333647;
  border-radius: 5px;
  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: #e7ffff;
  border-color: #7e8ef1;
}

.integration-2 {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 127px;
  height: 100%;
  min-height: 110px;
  padding: 20px 24px;
  display: flex;
  box-shadow: 46px 46px 72px -12px #2b1d6714;
}

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

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

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

.integration-grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.form-subheading-2 {
  color: #0f1529cc;
  letter-spacing: -.02em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.integration-section-2 {
  background-color: #f8f7fc;
  padding: 100px 3%;
}

.title-wrap-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.b-button-plain-icon-right {
  grid-column-gap: 8px;
  color: #15865f;
  background-color: #15865f1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.b-button-plain-icon-right:hover {
  color: #15865f;
  background-color: #15865f2b;
}

.b-h3-heading {
  color: #030303;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.b-content-image {
  width: auto;
  max-width: 80%;
  height: auto;
  position: relative;
  top: 130px;
}

.b-span-red {
  color: #f63c1f;
  font-size: 18px;
}

.b-content-image-wrapper {
  width: 650px;
  max-width: 700px;
  position: relative;
  top: auto;
  left: auto;
}

.b-paragraph-small {
  color: #535353;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

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

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

.b-content-banner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  border-top: 1px solid #11684a2e;
  align-items: center;
  margin-top: 10px;
  padding-top: 16px;
  padding-left: 0%;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: static;
}

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

.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-container-small {
  z-index: 5;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.b-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.b-content-grid.margin-bottom-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1.75fr;
}

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

.b-paragraph-large.b-text-weight-semibold {
  color: var(--gray-1);
  margin-bottom: 5px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.features {
  background-color: #15865f0f;
  padding: 140px 5%;
  position: relative;
  overflow: hidden;
}

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

.b-content-grid-medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  width: 100%;
  min-width: 135%;
  position: relative;
  left: -116px;
}

.text-block-64 {
  color: #0c553c;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-65 {
  color: #525457;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-94 {
  color: #fff;
  font-weight: 700;
}

.intergration-2 {
  border-radius: 5px;
  width: 70px;
}

.div-block-138 {
  background-color: #0000;
  background-image: linear-gradient(270deg, #fff, #fff0);
  border-radius: 5px;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  padding: 20px 20px 10px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.header-section-5 {
  align-items: center;
  min-height: 1000px;
  padding: 160px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-3 {
  z-index: 9;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 17px 17px 52px #6663;
}

.input-field-2 {
  color: #3f3f3f;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header-section-6 {
  background-color: #fff;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 200px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-grid-4 {
  grid-column-gap: 52px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.hero-heading-3 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
}

.header-block-3 {
  background-color: #fd7e41;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 220px;
  align-items: flex-end;
  width: 100%;
  max-width: 440px;
  height: 610px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.lottie-animation-4 {
  min-width: 140%;
  max-width: 100%;
  position: static;
  top: 22px;
  left: auto;
}

.a-span-underline-2 {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.a-button-primary-3 {
  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-3:hover {
  background-color: #6478f7;
}

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

.a-feature-card {
  background-color: var(--white);
  background-image: linear-gradient(45deg, #ffffff24, #ffffff14);
  border: 1px #f4f4f6;
  border-radius: 5px;
  padding: 24px;
  box-shadow: 46px 46px 72px 2px #0000000f;
}

.a-section-large {
  padding: 0 0%;
  position: relative;
}

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

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

.a-paragraph-small {
  color: #535353;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.a-feature-icon {
  background-color: #15865f6e;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 28px 28px 20px 2px #0000001f;
}

.a-feature-icon.b {
  background-color: #6e86150a;
}

.a-feature-icon.c {
  background-color: #86151536;
}

.a-feature-icon.d {
  background-color: #1568865c;
}

.a-feature-icon.f {
  background-color: #15865f30;
}

.a-feature-icon.g {
  background-color: #86661542;
}

.a-feature-bottom-wrapper {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-77 {
  font-family: Space Grotesk;
}

.text-block-78 {
  font-family: PT Serif, serif;
}

.text-block-79 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-80 {
  font-family: Satoshi variable, sans-serif;
}

.text-block-81, .text-block-82 {
  font-family: Satoshi Variable, sans-serif;
}

.image-46733 {
  width: 200px;
  position: absolute;
  top: auto;
  bottom: -2149.78px;
  left: -63px;
}

.image-46734 {
  position: absolute;
  top: -409px;
  left: 903px;
}

.image-46734.a {
  top: 552px;
  left: -11px;
}

.image-46734.b {
  top: -498px;
}

.asdg {
  position: absolute;
  top: 2272.92px;
  left: 1068.06px;
}

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

.f-testimonial-outline-fixed {
  color: #160042;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 12px;
  max-width: 340px;
  padding: 32px;
  transition: box-shadow .2s, border-color .2s;
}

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

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

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

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

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

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

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

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

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

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

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

.f-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;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-testimonial-background {
  background-color: #0000;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.f-testimonial-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.author-name-2 {
  color: #37456c;
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-row-bottom, .testimonial-row {
  justify-content: center;
  align-items: stretch;
  width: 105vw;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: -5vw;
}

.card-testimonial-large-2 {
  color: #02044a;
  text-align: left;
  letter-spacing: -.03em;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 380px;
  max-width: 380px;
  height: 100%;
  min-height: 140px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: flex;
  box-shadow: 46px 46px 72px 2px #2b1d6714;
}

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

.testimonial-wrapper {
  width: 100%;
}

.section-testimonial {
  background-color: #15865f0f;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}

.author-social-2 {
  color: #67718e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.card-heart {
  z-index: 3;
  position: absolute;
  inset: 20% auto auto 8%;
}

.banner {
  background-color: #f6f2ea;
  padding: 14px 5%;
}

.card-pen {
  z-index: 5;
  max-width: 40%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.install-detail {
  color: #1f2c47;
  letter-spacing: -.02em;
  margin-right: 10px;
  font-size: 16px;
  line-height: 32px;
}

.navigation-6 {
  background-color: #f6f2ea;
  align-items: center;
  height: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navigation-menu-3 {
  align-items: center;
  display: flex;
}

.company-logo {
  margin-right: 60px;
  display: block;
}

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

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

.hero-paragraph-2 {
  color: #4d4d4d;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.bloom-effect {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.brand-2 {
  margin-right: 4vw;
}

.brand-span-2 {
  color: #4d6fb2;
}

.button-navigation {
  color: #f6f2ea;
  background-color: #4e6eb1;
  border-radius: 8px;
  margin-left: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all .35s;
}

.button-navigation:hover {
  background-color: #29498d;
}

.install-wrapper {
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.install-link {
  border: 1px solid #f0e9db;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.install-link:hover {
  border-color: #4e6eb1;
}

.bottom-content-3 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-button {
  color: #f6f2ea;
  white-space: nowrap;
  background-color: #4e6eb1;
  border-radius: 8px;
  margin-right: 24px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: all .35s;
}

.hero-button:hover {
  background-color: #29498d;
}

.close {
  position: absolute;
  inset: auto 12px auto auto;
}

.product-hunt-badge {
  color: #4d6fb2;
  background-color: #dbe2f0;
  border-radius: 32px;
  margin-bottom: 20px;
  padding: 10px 16px;
  font-weight: 600;
}

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

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

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

.hero-button-wrapper {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.highlight {
  color: #105c42;
  font-weight: 700;
}

.logo-line {
  background-color: #f0e9db;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.phone {
  z-index: 4;
  position: absolute;
}

.banner-link {
  color: #4d6fb2;
  align-items: center;
  margin-left: 16px;
  padding: 4px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper-4 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 100%;
  display: flex;
  position: relative;
}

.hero-heading-4 {
  color: #1f2c47;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 96px;
}

.install-row {
  align-items: center;
  display: flex;
}

.header-section-7 {
  background-color: #f6f2ea;
  align-items: center;
  padding: 40px 5% 100px;
  display: flex;
  position: relative;
}

.banner-image {
  margin-right: 20px;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.banner-text-wrapper {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.banner-text-2 {
  color: #525f7a;
  letter-spacing: .02em;
  line-height: 24px;
}

.button-sign-in {
  color: #4d6fb2;
  background-color: #0000;
  border-radius: 8px;
  margin-left: 10px;
  padding: 12px 20px;
  font-weight: 600;
  transition: all .35s;
}

.button-sign-in:hover {
  color: #fff;
  background-color: #29498d;
}

.banner-block {
  text-align: center;
  background-image: linear-gradient(94deg, #ede5d4, #f6f2ea);
  border: 1px solid #e8dec9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.nav-link-4 {
  color: #1f2c47;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.nav-link-4:hover {
  color: #4d6fb2;
}

.b-testimonial-count-divider {
  color: #95a1b2;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.b-testimonial-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.b-testimonial-link-wrapper.abc {
  margin-top: 5px;
}

.b-testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 510px;
  height: auto;
  display: flex;
  position: static;
}

.hide {
  display: none;
}

.b-h3-heading-2 {
  color: #3f3f3f;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.b-testimonal-rating-wrapper-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.b-testimonal-slide {
  margin-right: 40px;
}

.b-testimonial-wrapper-small {
  padding-bottom: 154px;
}

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

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

.b-testimonial-rating-small {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.b-paragraph-small-2.b-text-weight-semibold {
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
}

.b-paragraph-small-2.b-text-color-gray-700 {
  color: #4d4d4d;
  text-align: left;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.icon-small-3 {
  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-testimonial-detail {
  color: #454f5f;
}

.b-button-testimonial {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #0f6447;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  transition: all .3s;
  display: flex;
}

.b-button-testimonial:hover {
  color: #000;
}

.b-button-testimonial.abc {
  color: #e7fff7;
  padding-left: 0;
  font-size: 16px;
}

.b-caption-medium {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
}

.b-caption-medium.b-text-weight-semibold {
  color: #000;
}

.b-testimonial-count {
  color: #95a1b2;
  align-items: center;
  display: flex;
}

.b-testimonial-icon {
  background-color: #f3f4f6;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  display: flex;
}

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

.b-testimonial-avatar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

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

.b-testimonial-banner {
  border-top: 1px solid #dce0e5;
  justify-content: flex-start;
  width: 100%;
  height: 64px;
  padding-top: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.b-testimonial-card {
  border: 1px #dce0e5;
  border-left: 1px solid #d4d4d4;
  border-radius: 0;
  padding: 32px;
}

.b-testimonial-mask {
  max-width: 510px;
  overflow: visible;
}

.b-title-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 620px;
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: auto;
  font-family: Satoshi Variable, sans-serif;
  display: flex;
}

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

.b-testimonial-arrow {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.b-testimonial-arrow:hover {
  color: #fff;
  background-color: #5e53a2;
}

.b-testimonial-arrow.right {
  background-color: #15865f;
}

.b-testimonial-arrow.left {
  color: #fff;
  background-color: #dbdbdb;
  right: 56px;
}

.b-testimonial-arrow.left:hover {
  background-color: #15865f;
}

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

.reviews {
  background-color: var(--white);
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Satoshi Variable, sans-serif;
  position: relative;
  overflow: hidden;
}

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

.b-testimonial-avatar {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.text-block-83 {
  font-family: Satoshi Variable, sans-serif;
}

.image-46735 {
  position: absolute;
  top: 562.5px;
  bottom: -263px;
  left: -181px;
}

.text-block-84, .text-block-85 {
  font-family: Manrope, sans-serif;
}

.text-block-86 {
  font-family: Merriweather, serif;
}

.text-block-87, .text-block-88 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-89, .text-block-90 {
  font-weight: 700;
}

.text-block-91 {
  font-weight: 800;
}

.text-block-92 {
  font-weight: 700;
}

.text-block-93 {
  font-weight: 800;
}

.text-block-94 {
  font-weight: 900;
}

.text-block-95 {
  font-weight: 800;
}

.text-block-96 {
  font-weight: 700;
}

.text-block-97 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.text-block-98, .text-block-99 {
  font-family: Manrope, sans-serif;
}

.text-block-100 {
  font-family: Merriweather, serif;
}

.text-block-101 {
  font-family: Qanelassoftdemo;
}

.text-block-102, .text-block-103 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-104, .text-block-105 {
  font-weight: 700;
}

.text-block-106 {
  font-weight: 800;
}

.text-block-107, .text-block-108 {
  font-weight: 700;
}

.text-block-109, .text-block-110 {
  font-family: Manrope, sans-serif;
}

.text-block-111 {
  font-family: Merriweather, serif;
}

.text-block-112 {
  font-family: Satoshi, sans-serif;
}

.text-block-113, .text-block-114 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-115 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 700;
}

.image-23 {
  position: relative;
  top: 44px;
  left: 72px;
}

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

.b-span-red-2 {
  color: #e57361;
}

.b-content-image-wrapper-2 {
  width: 100%;
  max-width: 510px;
}

.b-content-statistic {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.b-content-statistic-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.span-percentage {
  color: #e57361;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.b-content-banner-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #454f5f;
  border-top: 1px solid #dce0e5;
  align-items: center;
  padding-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.b-content-statistic-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.b-h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.b-content-grid-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

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

.span-purple {
  color: #0c553c;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.b-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.div-block-139 {
  margin-bottom: 0;
}

.navigation-button-2 {
  background-color: #f67468;
  border-radius: 4px;
  margin-left: 18px;
  padding: 12px 24px;
  font-weight: 500;
  transition: all .35s;
}

.navigation-button-2:hover {
  background-color: #000;
}

.quote-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.hero-white-bar {
  background-color: #fff;
  min-height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-heading-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 24px;
  display: flex;
}

.nav-menu-3 {
  color: #000;
  white-space: nowrap;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.hero-column {
  position: relative;
}

.hero-quote-card {
  background-color: #fff;
  border-radius: 24px 24px 0;
  width: 100%;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 24px 14px;
  overflow: hidden;
  box-shadow: 17px 17px 32px -5px #00000008;
}

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

.navigation-7 {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-button-2 {
  color: #fff;
  background-color: #f67468;
  border: 2px solid #f67468;
  border-radius: 4px;
  align-items: center;
  margin-top: 24px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.hero-button-2:hover {
  color: #000;
  background-color: #fff;
}

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

.hero-paragraph-3 {
  color: #1a1a1a;
  max-width: 460px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.hero-ui-card {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 17px 17px 32px -5px #00000008;
}

.navigation-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.ui-card-line {
  background-color: #f4f1f1;
  border-radius: 10px;
  width: 100%;
  max-width: 57px;
  height: 5px;
  margin-top: 12px;
  overflow: hidden;
}

.hero-heading-5 {
  color: #1a1a1a;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  line-height: 82px;
}

.quote-text {
  color: #000;
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.avatar-4 {
  width: 44px;
}

.nav-link-5 {
  color: #000;
  letter-spacing: -.01em;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-5:hover {
  color: #289f8a;
}

.ui-card-content {
  padding: 20px 14px;
}

.bg-bloom {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-detail-small {
  color: #1a1a1a;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.header-section-8 {
  background-color: #0000;
  align-items: center;
  padding: 60px 5% 100px;
  display: flex;
  position: relative;
}

.map-image-wrapper {
  height: 120px;
}

.hero-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.hero-column-middle {
  position: relative;
}

.bg-wrapper {
  z-index: -1;
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-left-2 {
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.business-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}

.hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.text-span {
  color: #3336;
}

.arrow-pointer {
  position: absolute;
  inset: -100px 0% auto auto;
}

.faq-title-wrapper {
  color: #195e46;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  display: flex;
}

.faq-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 300;
  display: flex;
}

.faq-toggle:hover {
  color: #338cff;
}

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

.faq-icon-square {
  color: #195e46;
  background-color: #195e4626;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  display: flex;
}

.paragraph-regular-bold {
  color: var(--gray-1);
  letter-spacing: -.03em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.h3-heading-4.margin-bottom-16 {
  margin-bottom: 16px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

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

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

.heading-detail-small {
  letter-spacing: .08em;
  text-transform: lowercase;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-item-line {
  border: 1px #195e461f;
  border-left: 1px solid #195e4638;
  border-radius: 0;
  width: 660px;
  padding: 28px 32px;
  transition: all .3s;
  display: block;
}

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

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

.placeholder-faq {
  border-radius: 12px;
  height: 330px;
  margin-top: 40px;
  overflow: hidden;
}

.paragraph-regular-2 {
  color: #0f0f0f;
  letter-spacing: -.02em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.faq-arrow {
  color: #195e46;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47 {
  font-size: 16px;
  font-weight: 600;
}

.bold-text-48 {
  font-size: 16px;
  font-weight: 500;
}

.image-46736 {
  border-radius: 5px;
}

.m-logo-section-full {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

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

.logo-carousel-card {
  color: #717384;
  background-color: #111218;
  border-radius: 32px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 192px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px 16px;
  transition: all .3s;
  display: flex;
}

.logo-carousel-card:hover {
  color: #fff;
  background-color: #22242f;
  justify-content: space-between;
}

.m-logo-carousel {
  display: none;
}

.logo-header-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1060px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-logo-looped {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.integration-wrapper-reverse {
  flex: none;
  display: flex;
}

.integration-row-2 {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.integration-wrapper-2 {
  flex-direction: row;
  flex: none;
  display: flex;
}

.logo-badge {
  color: #f5f5f5;
  text-align: center;
  background-color: #333647;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

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

.m-logo-container {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}

.m-button-outline-2 {
  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-2:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.facebook {
  background-color: #0000;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

.form-heading-3 {
  z-index: 5;
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}

.integration-card-2 {
  text-align: center;
  background-color: #15865f1f;
  border-bottom: 4px #00aff000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 32px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.integration-card-2:hover {
  border-bottom-color: #227558;
  box-shadow: 10px 10px 60px #0000001a;
}

.integration-card-2.a {
  background-color: #ffffffc2;
  max-height: 330px;
  padding-top: 40px;
}

.integration-card-2.b {
  background-color: #ffffff7d;
  max-height: 330px;
  padding-top: 40px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.integration-card-2.c {
  background-color: #0000;
  background-image: linear-gradient(225deg, #ffffff40, var(--white));
  max-height: 330px;
  padding-top: 40px;
}

.integration-card-2.d {
  background-color: var(--white);
  max-height: 330px;
  padding-top: 40px;
}

.integration-card-2.f {
  background-color: #ffffffb0;
  max-height: 330px;
  padding-top: 40px;
}

.integration-card-2.g {
  background-color: #0000;
  background-image: linear-gradient(135deg, #fff0, #ff9f1c36);
  max-height: 330px;
  padding-top: 40px;
}

.integration-card-2.h {
  background-color: #ffffffd9;
  max-height: 330px;
  padding-top: 40px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.integration-card-2.j {
  background-color: #ffffff63;
  border-bottom-color: #0000;
  max-height: 330px;
  padding-top: 40px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.github {
  background-color: #0000;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

.slack {
  background-color: #eafbff;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

.integration-title {
  color: #000;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.skype {
  background-color: #0000;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

.integration-details {
  color: #535353;
  text-align: left;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.airbnb {
  background-color: #fff1ea;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.airbnb.a {
  background-color: #0000;
  padding: 0;
}

.google-play {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px 0;
  display: flex;
}

.header-paragraph-3 {
  color: #4f4f4f;
  max-width: 420px;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.title-wrap-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent-wrapper {
  position: relative;
}

.blue-arrow {
  margin-left: 10px;
}

.brush-accent {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lms {
  background-color: #15865f12;
  padding: 100px 3%;
}

.dribbble {
  background-color: #0000;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

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

.text-link {
  color: #00aff0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.spotify {
  background-color: #0000;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0;
}

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

.link-arrow {
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link-arrow:hover {
  opacity: .5;
}

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

.image-46737 {
  border-radius: 5px;
  width: 70px;
  max-width: none;
  height: 70px;
}

.image-46738 {
  border-radius: 5px;
  width: 65px;
  max-width: none;
  height: 65px;
}

.pricing-heading-2 {
  color: #1f2937;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.pricing-paragraph-2 {
  letter-spacing: -.01em;
  max-width: 289px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.feature-text-2 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.price-text-2 {
  margin-top: 52px;
  margin-bottom: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-type-2 {
  letter-spacing: -.01em;
  margin-bottom: 12px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.button-text-5 {
  color: #1f2937;
  letter-spacing: .02em;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.feature-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
}

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

.video-span-highlight {
  color: #1b4077;
}

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

.play-button {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.feature-wrapper-3 {
  align-items: flex-start;
  display: flex;
}

.title-3 {
  color: #153f71;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.video-wrapper {
  border: 30px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 553px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 90px #9f9f9f26;
}

.feature-circle {
  background-color: #f6df6d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 32px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

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

.feature-text-3 {
  color: #898c94;
  font-size: 18px;
  line-height: 32px;
}

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

.feature-title {
  color: #2f2f2f;
  letter-spacing: -.02em;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.video-heading {
  color: #2f2f2f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.video-wrapper-2 {
  background-color: #0000;
  border-radius: 24px;
  padding-bottom: 0;
}

.video-container-2 {
  max-width: 200%;
  margin-left: auto;
  margin-right: auto;
}

.video-heading-2 {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 80px;
}

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

.video-title {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-left: 28px;
  margin-right: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.video-lightbox-link {
  background-color: #ffffff5c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-left: 8px;
  display: flex;
  position: absolute;
}

.video-section-2 {
  background-color: #0000;
  max-width: 600px;
  padding: 80px 3% 80px 0%;
  position: relative;
  top: -25px;
  left: -40px;
}

.thumbnail-wrapper {
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: none;
  overflow: hidden;
}

.html-embed-9 {
  display: none;
}

.video {
  z-index: 2;
  border-radius: 0;
  width: auto;
  display: block;
  top: -38px;
}

.div-block-142 {
  z-index: 1;
  background-color: #11684a;
  border-radius: 20px;
  position: relative;
  top: 39px;
}

.div-block-142.a {
  z-index: 1;
  background-color: #11684a;
  top: -50px;
}

.div-block-143 {
  z-index: 5;
  background-color: #11684a;
  position: absolute;
  top: 281px;
}

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

.navigation-secondary {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-secondary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.header-image {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.navigation-wrapper-3 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

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

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

.header-logo-card {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  transition: color .2s;
  display: flex;
}

.header-logo-card:hover {
  color: #07090d;
}

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

.header-card-title {
  color: #07090d;
  justify-content: space-between;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.navigation-menu-4 {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
  position: relative;
}

.header-grid-5 {
  grid-column-gap: 72px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.navigation-button-3 {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-3:hover {
  background-color: #c74e38;
}

.header-icon-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #07090d;
  flex-wrap: wrap;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.menu-button-9 {
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.menu-button-9:hover {
  color: #1457ff;
}

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

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

.navigation-link-2 {
  color: #586174;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #080808;
  border: 1px solid #e6e6e6;
}

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

.header-card {
  background-color: #fff;
  border: 4px #edeff2;
  border-radius: 8px;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  position: absolute;
  inset: auto 33px -33px auto;
  overflow: hidden;
  box-shadow: 46px 46px 72px 2px #00000014;
}

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

.header-icon-2 {
  color: #acb4c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-logo-grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.hero-heading-6 {
  color: #07090d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
}

.button-secondary-arrow {
  grid-column-gap: 8px;
  color: #07090d;
  border: 1px solid #edeff2;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.button-secondary-arrow:hover {
  color: #fff;
  background-color: #07090d;
}

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

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

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

.header-icon-block {
  color: #fff;
  background-color: #0e6347;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.logo-2 {
  width: 124px;
}

.span-primary {
  color: #1457ff;
}

.html-embed-10 {
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.container-27 {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  height: auto;
  display: flex;
}

.header-image-2 {
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 464px;
  display: flex;
  position: relative;
}

.header-logo-grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #edeff2;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 84px;
}

.text-block-116 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 600;
}

.text-block-117 {
  font-family: Satoshi Variable, sans-serif;
}

.div-block-144 {
  background-color: #0000;
  background-image: linear-gradient(45deg, #3923962e, #fff0);
  border-radius: 10px;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  padding: 20px 20px 40px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.video-3 {
  display: none;
}

.div-block-145 {
  background-image: linear-gradient(315deg, #ff9c1247, #ff960326 0%, #fff0);
  border-radius: 10px;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  padding: 20px 20px 10px;
  position: static;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.div-block-146 {
  background-image: linear-gradient(45deg, #5890bb38, #fff0);
  border-radius: 10px;
  min-width: 200px;
  max-width: 300px;
  min-height: 300px;
  max-height: 300px;
  padding: 20px 20px 10px;
  box-shadow: 46px 46px 72px -20px #0000000f;
}

.image-46740 {
  width: 60px;
  max-width: 60px;
  height: 60px;
}

.image-46741 {
  width: 70px;
  max-width: none;
  height: 70px;
}

.image-46742 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.image-46743 {
  width: 70px;
  max-width: none;
  height: auto;
}

.image-46744, .image-46745 {
  width: 70px;
  max-width: none;
  height: 70px;
}

.image-46746 {
  max-width: 100%;
}

.text-block-118 {
  font-family: Space Grotesk;
}

.text-block-119 {
  font-family: Satoshi variable, sans-serif;
}

.text-block-120, .text-block-121 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-122 {
  font-family: Space Grotesk;
}

.text-block-123, .text-block-124 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-125 {
  font-family: Space Grotesk;
}

.text-block-126 {
  font-family: Montserrat, sans-serif;
}

.text-block-127 {
  font-family: Oswald, sans-serif;
}

.text-block-128 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-129 {
  font-family: Satoshi variable, sans-serif;
}

.text-block-130, .text-block-131 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-132 {
  font-family: Space Grotesk;
}

.text-block-133 {
  font-family: Montserrat, sans-serif;
}

.text-block-134 {
  font-family: Open Sans, sans-serif;
}

.text-block-135 {
  font-family: Satoshi, sans-serif;
}

.text-block-136, .text-block-137, .text-block-138 {
  font-family: Satoshi Variable, sans-serif;
}

.text-block-138:hover {
  color: var(--white);
}

.text-block-139, .text-block-140, .text-block-141, .text-block-142, .text-block-143, .text-block-144 {
  font-size: 18px;
}

.text-block-145, .text-block-146 {
  font-weight: 700;
}

.text-block-147, .text-block-148 {
  font-weight: 600;
}

.text-block-149, .text-block-150 {
  font-weight: 700;
}

.text-block-151, .text-block-152 {
  font-weight: 600;
}

.text-block-153, .text-block-154 {
  font-weight: 700;
}

.text-block-155, .text-block-156 {
  font-weight: 600;
}

.section-32 {
  height: 100%;
}

.form-section {
  background-color: #181823;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.content-wrapper-2 {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 740px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-large {
  color: #fff;
  max-width: 600px;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Satoshi Variable, sans-serif;
  font-size: 55px;
  line-height: 50px;
}

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

.account-link-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.account-button {
  color: #fff;
  background-color: #6262ff;
  border: 2px solid #6262ff;
  border-radius: 8px;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.account-button:hover {
  color: #6262ff;
  background-color: #6262ff1a;
}

.form-wrapper {
  z-index: 5;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.badge-small {
  background-color: #ff617d;
  border-radius: 32px;
  margin-left: 10px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 16px;
}

.social-link-2 {
  border: 1px solid #363655;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s;
  display: flex;
}

.social-link-2:hover {
  border-color: #6262ff;
}

.bottom-bloom {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.account-description {
  color: #858585;
  font-size: 16px;
  line-height: 32px;
}

.image-section {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-height: 800px;
  padding: 100px 80px;
  display: flex;
  position: relative;
}

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

.text-link-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.text-link-2:hover {
  opacity: .5;
}

.form-field-2 {
  color: #fff;
  background-color: #2c2c38;
  border: 1px solid #2c2c38;
  border-radius: 10px;
  min-height: 64px;
  padding-bottom: 8px;
  padding-left: 92px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.form-field-2:hover {
  border-color: #6262ff;
}

.form-field-2:active {
  border-style: solid;
  border-color: #6262ff;
}

.form-field-2:focus {
  border-color: #6262ff;
}

.form-field-2::placeholder {
  color: #71717a;
}

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

.checkbox.w--redirected-checked {
  background-color: #6262ff;
  background-size: 12px;
  border-color: #6262ff;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #6262ff;
}

.account-section {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 72px 5%;
  display: flex;
  position: relative;
}

.account-link {
  color: #6262ff;
  text-decoration: none;
  transition: all .3s;
}

.account-link:hover {
  opacity: .7;
}

.account-title {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 42px;
}

.checkbox-field {
  color: #fff;
  margin-bottom: 32px;
}

.error-message {
  color: #fff;
  background-color: #522723;
  padding: 16px;
}

.content-top {
  z-index: auto;
  position: relative;
}

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

.form-login {
  color: #fff;
  text-align: center;
}

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

.bloom-top {
  filter: blur(470px);
  background-color: #6262ff;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.account-form-block {
  margin-top: 60px;
  margin-bottom: 0;
}

.image-gradient {
  background-image: linear-gradient(#0fffc345, #1e1e35);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 72px 5% 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.form-icon {
  border-right: 1px solid #3b3b4a40;
  justify-content: center;
  align-items: center;
  width: 72px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.account-detail {
  color: #fff;
  margin-bottom: 20px;
}

.success-message-10 {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.form-field-wrapper {
  margin-bottom: 20px;
  position: relative;
}

.bloom-bottom {
  filter: blur(200px);
  background-color: #6262ff;
  width: 40%;
  height: 15%;
  position: absolute;
  inset: auto auto 0%;
}

.text-block-157, .text-block-158, .text-block-159 {
  font-family: Satoshi Variable, sans-serif;
}

.b-testimonial-quote {
  letter-spacing: -.02em;
  width: 50%;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.b-account-slide {
  margin-right: 0;
}

.b-account-banner {
  border-top: .5px solid #c4cad4;
  justify-content: flex-start;
  width: 30%;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
}

.b-form-icon-circle {
  background-color: #f3f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 16px 16px 16px auto;
}

.b-testimonial-text {
  text-shadow: 0 2px 4px #00000040;
  width: 30%;
  margin-bottom: 4px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.b-testimonial-text.testimonial-2 {
  color: var(--white);
}

.b-testimonial-text.review {
  color: #fff;
}

.b-account-form {
  width: 100%;
  max-width: 400px;
}

.b-account-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.b-account-testimonial-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 64px;
  display: flex;
  position: relative;
}

.span-link {
  color: #5e53a2;
  text-decoration: underline;
}

.b-form-text-field {
  color: #95a1b2;
  border: 1px solid #c4cad4;
  border-radius: 16px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.b-form-text-field:focus {
  border-width: 2px;
  border-color: #5e53a2;
}

.b-form-text-field::placeholder {
  color: #95a1b2;
}

.b-account-slider {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.b-account-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/Happy-online-students.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: absolute;
  inset: 0%;
}

.b-account-image-wrapper.b {
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/Tutors.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.b-account-image-wrapper.a {
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/An-online-student-holding-books.webp');
  background-position: 0 0, 50% 0;
}

.b-account-image-wrapper.d {
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/Online-student-smiling.webp');
}

.b-account-image-wrapper.f {
  background-image: linear-gradient(to top, #187259, #fff0), url('../images/Optimized-pexels-charlotte-may-5966011.webp');
}

.b-account-form-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 135px;
  padding-bottom: 135px;
  display: flex;
}

.b-account-form-wrapper.price-quote {
  min-width: 100%;
  max-width: 100%;
}

.b-form-input {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.b-account-testimonial {
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.b-section-account {
  background-color: #0000;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.b-account-mask {
  z-index: 1;
  background-color: #0000;
  max-width: 100%;
  overflow: hidden;
}

.b-testimonial-text-small {
  text-shadow: 0 2px 4px #00000040;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.b-account-testimonial-arrow {
  color: #fff;
  background-color: #0000;
  border: .5px solid #c4cad4;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: border-width .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.b-account-testimonial-arrow:hover {
  border-width: 1px;
}

.b-account-testimonial-arrow.left-arrow {
  z-index: 9;
  bottom: 64px;
  right: 120px;
}

.b-account-testimonial-arrow.right-arrow {
  z-index: 9;
  bottom: 64px;
  right: 64px;
}

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

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

.b-form-field-label {
  color: #454f5f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.b-input {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  display: flex;
}

.b-account-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.b-account-testimonial-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.b-button-dark {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .3s;
}

.b-button-dark:hover {
  background-color: #000000d9;
}

.link-block-2 {
  z-index: 6;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  margin-left: 54px;
  position: absolute;
}

.chat-with-us {
  z-index: 5;
  color: var(--white);
  font-family: Satoshi Variable, sans-serif;
  position: absolute;
  top: 129px;
  left: 57px;
}

.title-medium-2 {
  color: #312b51;
  font-size: 16px;
  font-weight: 500;
}

.card-block-top-2 {
  background-color: #fff;
  border-radius: 14px;
  align-items: center;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 27% auto auto -21%;
  box-shadow: 21px 21px 40px #0000001a;
}

.card-block-2 {
  background-color: #fff;
  border-radius: 14px;
  padding: 24px;
  position: absolute;
  inset: auto -11% -10% auto;
  box-shadow: 21px 21px 40px #e5e5e582;
}

.green-title-2 {
  color: #6db98d;
  letter-spacing: -.03em;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}

.text-block-160 {
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.success-message-11 {
  background-color: var(--success);
  border-radius: 10px;
}

.text-block-161 {
  color: #303030;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.error-message-4 {
  background-color: #ff7171;
  border-radius: 10px;
}

.div-block-147 {
  justify-content: center;
  align-items: center;
  width: 1279px;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.section-33 {
  height: 100vh;
}

.html-embed-11 {
  position: absolute;
  inset: 18% 0% 0%;
}

.article-detail-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.large-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

.social-link-3 {
  border: 1px solid #c4c4c4;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.social-link-3:hover {
  border-color: #000;
}

.image-small {
  border-radius: 20px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-right: 24px;
  overflow: hidden;
}

.heading-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

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

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

.related-article-wrapper {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-header-image {
  border-radius: 50px;
  height: 390px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 6px 40px 80px #0a25413d;
}

.blog-content-2 {
  padding-bottom: 80px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.blog-end-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.avatar-circle-3 {
  background-color: #c5d0fd;
  border-radius: 100px;
  width: auto;
  max-width: none;
  height: auto;
  margin-right: 20px;
}

.related-article-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.small-dots {
  background-color: #c4c4c4;
  border-radius: 100px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-paragraph {
  color: #313131;
  font-size: 18px;
  line-height: 32px;
}

.blog-title-medium {
  color: #313131;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

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

.blog-container.move-up {
  position: relative;
}

.header-bg {
  z-index: -1;
  background-color: #0c2b4a;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto;
}

.author-name-large {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.avatar-cover-2 {
  width: auto;
  max-width: none;
  height: auto;
}

.blog-article-wrapper {
  margin-bottom: 100px;
}

.blog-heading-wrapper {
  white-space: nowrap;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.detail-text {
  color: #1d1d1d;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.title-wrapper-3 {
  text-align: center;
  max-width: 800px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.header-paragraph-4 {
  color: #424242;
  text-align: left;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.3rem;
  line-height: 32px;
}

.author-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.blog-heading-h4 {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 36px;
}

.blog-header {
  background-color: #0c2b4a;
  background-image: none;
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  display: flex;
}

.block-quote {
  background-color: #c9c9c930;
  border-left-width: 4px;
  border-left-color: #c9c9c9;
  margin: 32px 0;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}

.blog-heading-large {
  color: #313131;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 42px;
}

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

.block-quote-2 {
  color: #000;
  text-align: left;
  background-color: #c9c9c930;
  padding: 20px 32px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

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

.link-19 {
  color: #184dc9;
  font-family: Satoshi Variable, sans-serif;
}

.link-20 {
  text-decoration: none;
}

.link-21 {
  color: var(--gray-1);
}

.text-span-95 {
  font-size: 40px;
}

.image-46747 {
  opacity: 1;
  border-radius: 20px;
}

.text-block-163, .text-block-164 {
  font-size: 16px;
}

.section-34 {
  height: 100vh;
}

.text-block-165, .text-block-166 {
  font-size: 16px;
}

.nav-link-6 {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
}

.nav-link-6.w--current {
  color: #140b01;
}

.nav-link-6.w--current:hover {
  color: #227558;
}

.nav-link-7 {
  color: #140b01;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-7:hover {
  color: #227558;
  font-weight: 700;
}

.nav-link-7.w--current {
  color: #167c63;
  font-weight: 600;
}

.nav-link-8 {
  color: #140b01;
  font-family: Satoshi Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-8:hover {
  color: #227558;
  font-weight: 700;
}

.nav-link-9 {
  color: #140b01;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
}

.nav-link-9:hover {
  color: #227558;
  font-size: 16px;
  font-weight: 700;
}

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

.section-35 {
  height: 100vh;
  padding-top: 0;
}

.container-28 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 0%;
  display: flex;
}

.html-embed-12 {
  height: auto;
}

.heading-50 {
  text-align: center;
  font-family: Satoshi Variable, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.warining {
  z-index: 9999;
  color: #fff;
  background-color: #11684a;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.top-bar-container---brix {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 20px 56px;
  display: flex;
  overflow: hidden;
}

.top-bar-container---brix.top-bar-2---brix {
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
}

.top-bar-container---brix.top-bar-2---brix.preview-page---brix {
  flex: 0 auto;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-text---brix {
  margin-right: 10px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.top-bar-link---brix {
  color: #fff;
  order: 1;
  justify-content: flex-end;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.top-bar-link-text---brix {
  margin-right: 8px;
}

.top-bar-link-arrow---brix {
  flex: none;
}

.waring-btn {
  background-color: #000;
  border: 2px #fff2f2;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-height: auto;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Satoshi Variable, sans-serif;
  font-weight: 500;
  display: flex;
}

.waring-btn:hover {
  color: #e9e9e9;
}

.bold-text-49 {
  color: #fff8f8;
  text-decoration: underline;
}

.image-46748 {
  max-width: 100%;
}

@media screen and (min-width: 1280px) {
  .container.new-hero {
    justify-items: center;
    padding-top: 0;
  }

  .display-heading-2.r {
    color: #6b6b6b;
  }

  .button.button-large.form-row-button.scd {
    background-color: #ffd903;
  }

  .brand-logo.w--current {
    margin-left: 20px;
  }

  .content-width-extra-large.align-center.space-bottom-extra-large {
    top: -63px;
  }

  .large-heading {
    text-transform: lowercase;
  }

  .div-block-9 {
    border-top-right-radius: 2px;
    justify-content: center;
    min-width: 7.5%;
    max-width: 7.5%;
    max-height: 20px;
    padding-left: 0;
    display: flex;
    box-shadow: 6px 6px 15px -6px #49484899;
  }

  .navigation-link {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .navigation-link.w--current {
    font-weight: 600;
  }

  .nav-link-details {
    font-family: Circularstd;
  }

  .reviews-section-dsk {
    background-color: #15865f29;
  }

  .article-2 {
    line-height: 28px;
  }

  .div-block-50 {
    background-color: var(--gray-1);
  }

  .image-34 {
    left: 565px;
  }

  .icon_wrap.d {
    background-color: #14141421;
  }

  .button-12:hover {
    background-color: #404040;
  }

  .card_base.a {
    top: 0;
    left: 107px;
  }

  .card_base.t {
    left: 109px;
  }

  .card_base.z {
    top: 30px;
    left: 23px;
  }

  .card_base.c {
    top: 55px;
    left: 34px;
  }

  .text_features {
    color: #686868;
  }

  .paragraph-9 {
    font-family: Circularstd;
    font-weight: 500;
  }

  .process_line-2 {
    border-color: #ffd80330;
  }

  .h2-3 {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Qanelassoftdemo;
    font-size: 30px;
    font-weight: 500;
  }

  .paragraph-title {
    color: #777;
  }

  .project-h3 {
    color: #f5dab5;
  }

  .outline-button {
    border-radius: 5px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .body-display {
    color: #a8a8a8;
  }

  .core-value {
    padding: 36px;
  }

  .about-list {
    border-color: #6d6d6d;
  }

  .container-17.blog-title {
    max-width: 70%;
  }

  .text-span-52 {
    text-transform: capitalize;
  }

  .container-tight.article {
    max-width: 70%;
  }

  .display-centre {
    font-weight: 400;
  }

  .subtitle-02 {
    font-family: Satoshi Variable, sans-serif;
  }

  .heading-40 {
    margin-top: 10px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .heading-41 {
    font-size: 16px;
  }

  .navigation-3 {
    padding-left: 0%;
    padding-right: 1%;
  }

  .navigation-3.av.caht {
    height: 75px;
  }

  .nav-button {
    box-shadow: 4px 4px 10px -6px #888;
  }

  .dropdown-wrapper-3 {
    max-width: 60%;
    left: -159px;
  }

  .toggle-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }

  .content-section-5 {
    box-shadow: none;
    background-image: none;
    padding-bottom: 0;
  }

  .content-section-5.a {
    margin-top: 0;
    padding-top: 140px;
  }

  .content-text-wrap-2 {
    top: -402px;
    left: -21px;
  }

  .content-text-wrap-2.a {
    top: -29px;
    left: -28px;
  }

  .image-15 {
    top: auto;
    left: 218px;
  }

  .content-button-2 {
    top: 0;
  }

  .content-text-wrap-3 {
    top: -211px;
  }

  .image-47 {
    top: auto;
    left: 157px;
  }

  .image-47.a {
    bottom: auto;
    left: auto;
  }

  .content-section-6 {
    box-shadow: none;
  }

  .content-section-6.a {
    margin-top: 0;
    padding-top: 140px;
  }

  .content-text-wrap-4 {
    z-index: 5;
  }

  .content-button-3 {
    top: 0;
  }

  .image-49 {
    top: 11459.9px;
  }

  .submit-button-2.a {
    color: #fff;
    background-color: #0f6145;
  }

  .submit-button-2.a:hover {
    background-color: #0a3f2d;
  }

  .header-content {
    left: 36px;
  }

  .image-block-small {
    height: 100%;
  }

  .paragraph-large {
    color: #4b4b4b;
    font-family: Manrope, sans-serif;
  }

  .heading-content {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .button-primary {
    margin-bottom: 5px;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .paragraph-standard {
    color: #494949;
    font-family: Manrope, sans-serif;
  }

  .half-wrapper-2 {
    grid-column-gap: 100px;
  }

  .image-59 {
    top: auto;
    left: -57px;
  }

  .image-4568 {
    position: relative;
    top: -424px;
  }

  .image-4568.a.c.cc {
    max-width: 50%;
    top: 168px;
    right: 135.734px;
  }

  .text-block-42 {
    color: #000;
  }

  .grid-two-column-2.align-centre {
    padding-left: 15%;
  }

  .integration-logo {
    width: 70px;
  }

  .text-block-64 {
    color: #124936;
  }

  .span-purple {
    color: #0c553c;
  }

  .link-block-2 {
    margin-left: 60px;
  }

  .chat-with-us {
    left: 62px;
  }

  .html-embed-11 {
    position: absolute;
    inset: 16% 0% 0%;
  }

  .nav-link-9 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-weight: 500;
    line-height: 42px;
  }

  h3 {
    color: #212121;
    font-weight: 500;
  }

  h4 {
    font-weight: 500;
  }

  p {
    font-size: 18px;
    line-height: 2.1rem;
  }

  .cta.overflow-hidden.hme-sec {
    background-color: #15865f0f;
  }

  .cta.overlap-previous-section {
    background-image: linear-gradient(to right, #fff1cc7d, #fff);
    padding-bottom: 60px;
  }

  .container {
    background-color: #0000;
    align-items: center;
  }

  .container.new-hero {
    padding-top: 0;
  }

  .card-body.home-metrics-cardss {
    max-width: 90%;
  }

  .display-heading-2.r {
    color: #474646;
  }

  .button.button-large.form-row-button.scd:hover {
    background-color: var(--primary-4);
  }

  .brand-logo.w--current {
    width: 4%;
    max-width: none;
  }

  .footer.bg-gray-1 {
    background-color: #15865f4a;
  }

  .footer-link-list-link:hover {
    color: #15865f;
  }

  .footer-link-list-link.crisp-button {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .page-contents {
    background-color: #0000;
  }

  .content-width-extra-large.align-center.space-bottom-extra-large {
    top: -71px;
    left: 47px;
  }

  .large-heading {
    text-transform: lowercase;
  }

  .contained-section.bg-primary-1 {
    background-color: #15865f0f;
    margin-top: 60px;
  }

  .feature-third.feature-4.a {
    min-width: 420px;
  }

  .contained-section-card.bg-gray-1.home-overlay-container {
    background-color: #ffddba;
    top: -232px;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.dffd {
    background-color: var(--primary-3);
    top: 180px;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.sgsffd {
    background-color: #e3f2ff;
  }

  .article blockquote {
    font-family: Satoshi Variable, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  .section-4 {
    background-color: #15865f0f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .button-3.button-outline.nav-bar-button.nav-menu-link {
    font-family: Qanelassoftdemo;
    font-weight: 500;
  }

  .div-block-9 {
    min-width: 7%;
    max-width: 7%;
    padding: 5px 5px 5px 10px;
  }

  .navigation-link {
    color: #140b01;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .navigation-link:hover {
    color: #024e47;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
  }

  .navigation-link.w--current, .dropdown-toggle {
    color: #000;
  }

  .dropdown-wrapper-flex {
    background-color: var(--white);
  }

  .dropdown-title {
    color: #757575;
    font-family: Circularstd;
    font-weight: 500;
  }

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

  .icon-wrap {
    background-color: #02c39a1c;
  }

  .dropdown-link, .dropdown-link.crisp-button {
    padding-bottom: 10px;
  }

  .footer-link {
    font-family: Satoshi Variable, sans-serif;
  }

  .footer-link:hover {
    color: #292929;
  }

  .user-name-t3 {
    font-family: Satoshi Variable, sans-serif;
    font-size: 20px;
  }

  .quote-t3 {
    font-size: 16px;
    line-height: 28px;
  }

  .reviews-section-dsk {
    background-color: #15865f29;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .article-2 {
    color: #4a4848;
    font-family: Manrope, sans-serif;
    line-height: 28px;
  }

  .div-block-50 {
    background-color: var(--gray-1);
  }

  .heading-29, .heading-31 {
    font-family: Satoshi Variable, sans-serif;
  }

  .section-21 {
    background-color: #0000;
    background-image: linear-gradient(to right, #fff1cc7d, #fff);
  }

  .div-block-54 {
    background-image: linear-gradient(315deg, #ffde8a 32%, #ffd28a 50%, #f6eda7 85%);
  }

  .image-34 {
    top: 72px;
    left: 590px;
  }

  .icon_wrap.a {
    box-shadow: 14px 14px 40px -15px #ff9f1c26;
  }

  .content_wrap {
    background-color: #0000;
    background-image: linear-gradient(to right, #fff1cc7d, #fff);
  }

  .h1_example {
    font-weight: 500;
  }

  .card_base.a {
    left: 143px;
  }

  .card_base.t {
    left: 131px;
  }

  .card_base.z {
    left: 58px;
  }

  .card_base.c {
    left: 69px;
  }

  .container-14.animate-in-fourth {
    max-width: 1350px;
  }

  .no-space-bottom-4 {
    font-size: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    font-family: Circularstd;
    font-weight: 500;
  }

  .multi-step-form-radio-trigger---brix:hover {
    border-color: #aeaeae;
  }

  .hero_text-wrap {
    max-width: 560px;
  }

  .section-24.hero {
    display: none;
  }

  .process_details-2 {
    top: 70px;
  }

  .process_section-2 {
    background-image: linear-gradient(to right, #fff1cc7d, #fff);
  }

  .h2-3, .bold-text-9 {
    font-weight: 500;
  }

  .content-h1 {
    color: #f5dab5;
  }

  .paragraph-title {
    color: #4e4e4e;
  }

  .content-section-2 {
    background-color: #2e2e2e;
    background-image: linear-gradient(315deg, #161616, #000 0%, #007a5b 94%);
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-top: 140px;
  }

  .project-h3 {
    color: #f5dab5;
  }

  .work-item {
    background-color: #0000;
  }

  .full-stacked-intro {
    grid-template-columns: 1.25fr;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .grid-wrapper {
    position: relative;
    left: 109px;
  }

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

  .body-display {
    color: #474747;
  }

  .medium-stacked-intro {
    max-width: 450px;
  }

  .button-text {
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

  .verticle-line {
    background-color: #dadada33;
  }

  .container-17.blog-title {
    max-width: 60%;
  }

  .display-h1-dark {
    font-family: Satoshi Variable, sans-serif;
  }

  .paragraph-title-2 {
    color: #4e4e4e;
    font-family: Manrope, sans-serif;
  }

  .blog-item, .blog-image-wrap {
    border-radius: 10px;
  }

  .blog-title {
    color: #363636;
    font-family: Satoshi Variable, sans-serif;
  }

  .hero-image-wrapper {
    border-radius: 10px;
  }

  .hero-image-wrapper.blog {
    max-width: 60%;
  }

  .blog-h1 {
    color: #2c2c2c;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 400;
  }

  .blog-hero {
    padding-top: 140px;
  }

  .container-tight {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-tight.article {
    max-width: 60%;
  }

  .paragraph-12 {
    color: #424242;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .company-hero, .feature-block {
    background-color: #ecfff8;
  }

  .heading-41 {
    font-family: Satoshi Variable, sans-serif;
  }

  .text-span-59 {
    color: #272727;
    font-family: Circularstd;
    font-weight: 500;
  }

  .body-3 {
    background-color: #0000;
  }

  .link-title-2 {
    font-size: 16px;
    font-weight: 600;
  }

  .link-description-2 {
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 500;
  }

  .navigation-3 {
    box-shadow: none;
    background-color: #0000;
    padding-left: 0%;
    padding-right: 1%;
  }

  .link-title-wrapper {
    font-family: Circularstd;
    font-weight: 500;
  }

  .nav-button {
    background-color: #029b74;
    border-color: #dbdbdb;
  }

  .all-products-text {
    color: #15865f;
  }

  .dropdown-wrapper-3 {
    border-radius: 5px;
    max-width: 50%;
    left: -308px;
  }

  .navigation-dropdown-link {
    background-color: #0000;
  }

  .navigation-dropdown-link:hover {
    background-color: #15865f0f;
    border-radius: 5px;
  }

  .dropdown-wrapper-company {
    background-color: var(--white);
    position: relative;
    left: -153px;
  }

  .toggle-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .toggle-2:hover {
    color: #024e47;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
  }

  .company-link-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-flow: row;
  }

  .container-navigation-2 {
    max-width: 100%;
  }

  .text-block-47 {
    font-weight: 400;
  }

  .content-heading-2 {
    font-family: Qanelassoftdemo;
    line-height: 50px;
  }

  .content-paragraph-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .content-section-5 {
    box-shadow: none;
    background-image: none;
    padding-bottom: 60px;
  }

  .content-section-5.a {
    background-color: #0000;
    padding-top: 60px;
  }

  .content-text-wrap-2 {
    background-image: linear-gradient(315deg, #0d9e7eba, #fff0);
  }

  .image-15 {
    top: auto;
    left: 250px;
  }

  .content-button-2 {
    top: 0;
  }

  .content-text-wrap-3 {
    background-image: linear-gradient(315deg, #fff, #fff);
  }

  .image-47 {
    top: auto;
    left: 316px;
  }

  .image-47.a {
    left: 50px;
  }

  .image-47.a.w {
    left: 10px;
  }

  .image-47.sd {
    bottom: 4730.87px;
    left: 432px;
  }

  .image-47.ssd {
    bottom: 6231.87px;
    left: 431px;
  }

  .content-section-6 {
    box-shadow: none;
    background-image: none;
    padding-bottom: 60px;
  }

  .content-section-6.a {
    background-color: #0000;
    padding-top: 60px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .content-button-3 {
    top: 0;
  }

  .image-48 {
    display: none;
    left: 586.5px;
  }

  .image-49 {
    left: 335.5px;
  }

  .input-field {
    color: #161616;
  }

  .header-section {
    background-image: linear-gradient(86deg, #ffdfc5, #fff);
  }

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

  .green-title {
    color: #0d5d2f;
    font-family: Satoshi Variable, sans-serif;
  }

  .form {
    background-color: #ececec;
  }

  .paragraph-regular {
    color: #4b4b4b;
    max-width: 100%;
    padding-right: 20px;
  }

  .avatar-text {
    font-size: 10px;
  }

  .submit-button-2.a {
    color: #fff;
    background-color: #0f6f4e;
    border: 1px #27906ca3;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
  }

  .submit-button-2.a:hover {
    color: #fff;
    background-color: #0d5c41;
    border-color: #4ab28f;
  }

  .submit-button-2.a.xc {
    width: auto;
  }

  .badge-header {
    background-color: #d6fff1;
    padding-left: 0;
  }

  .header-line-break {
    background-color: #000;
  }

  .heading-hero {
    color: #363636;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 53px;
  }

  .h3-heading {
    color: #ffae62;
  }

  .h3-heading.text-weight-medium {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
  }

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

  .avatar-first {
    background-color: #f6a04f;
  }

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

  .text-block-50.v {
    color: #1b6943;
  }

  .background-video {
    background-color: #0000;
    background-image: linear-gradient(56deg, #000 20%, #6464642e);
  }

  .text-block-51 {
    color: #1f1f1f;
    margin-left: 0;
    padding-left: 0;
  }

  .header-logo-banner-2 {
    left: auto;
    right: auto;
  }

  .sub-heading-regular {
    color: #535353;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 600;
  }

  .content-card {
    padding: 28px;
  }

  .heading-detail-section {
    color: #267e53;
    background-color: #d6fff1;
    border-radius: 5px;
    padding: 2px 6px;
  }

  .heading-detail-section.a {
    max-width: 32%;
  }

  .paragraph-small {
    color: #505050;
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

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

  .image-53, .image-54, .image-55, .image-56, .image-57 {
    max-width: 55%;
  }

  .span-blue {
    color: #6b6b6b;
  }

  .image-block-small {
    height: 100%;
  }

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

  .title-large {
    color: #3788e4;
    font-family: Manrope, sans-serif;
  }

  .content-background {
    left: -179px;
  }

  .card-ui {
    bottom: -25%;
    right: 63%;
  }

  .h3-heading-2 {
    font-family: Qanelassoftdemo;
    font-weight: 500;
  }

  .button-standard {
    color: #00a896;
    background-color: #0000;
    border-color: #00a896;
  }

  .process-image1 {
    left: -130px;
  }

  .process-heading {
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .propcess-content {
    max-width: 500px;
  }

  .process-title {
    font-family: Manrope, sans-serif;
  }

  .process-grid {
    grid-template-columns: 1fr minmax(0, .25fr) 1fr;
  }

  .process-button.b {
    color: #222;
    background-color: #15865f1c;
    border-color: #353535;
  }

  .process-paragraph {
    font-size: 18px;
    line-height: 32px;
  }

  .link-18 {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 600;
    text-decoration: none;
  }

  .grid-button.margin-top-64 {
    margin-top: 0;
  }

  .stats {
    background-color: #214e41;
    padding-left: 0%;
  }

  .paragraph-small-2 {
    color: #e2f7ef;
    margin-bottom: 10px;
  }

  .heading-content {
    color: var(--white);
    margin-bottom: 10px;
    font-size: 35px;
  }

  .bold-text-20 {
    color: var(--white);
  }

  .sticky-intro {
    grid-template-columns: 1fr;
    top: 100px;
  }

  .list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .half-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    position: relative;
    left: auto;
  }

  .text-block-52 {
    color: #c36800;
  }

  .text-block-53 {
    font-weight: 600;
  }

  .bold-text-26 {
    color: #fff;
  }

  .card-testimonial-large {
    box-shadow: none;
    color: #000;
    background-color: #fffcee;
  }

  .button-integration {
    background-color: #15865f;
    border-color: #fff;
  }

  .button-integration:hover {
    background-color: #12382bb0;
  }

  .section-cta {
    padding-left: 0%;
  }

  .half-wrapper-2 {
    grid-column-gap: 120px;
  }

  .form-4 {
    background-color: #ffffffd9;
    border-radius: 50px;
    padding-right: 6px;
  }

  .submit-button-5 {
    border-radius: 50px;
  }

  .career-newsletter {
    background-color: #fff0;
  }

  .blog-form-field {
    font-family: Manrope, sans-serif;
  }

  .common-questions {
    padding-left: 0%;
  }

  .blog-submit-button {
    background-color: #ffbb7b;
    font-family: Manrope, sans-serif;
  }

  .image-59 {
    top: auto;
    left: -93px;
  }

  .text-span-86 {
    color: #000;
    font-weight: 600;
  }

  .bold-text-35 {
    color: #1a6349;
    font-size: 16px;
    line-height: 20px;
  }

  .image-61 {
    max-width: 80%;
  }

  .bold-text-36 {
    font-weight: 600;
  }

  .f-avatar-dark {
    border-style: dotted;
    width: 60px;
    height: 60px;
  }

  .a-header-image-right-wrapper {
    padding-bottom: 0;
  }

  .a-h1-heading {
    font-weight: 600;
  }

  .a-icon-regular {
    width: 40px;
    height: 40px;
  }

  .header {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .a-subheading-regular-2 {
    color: #262626;
    font-size: 24px;
  }

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

  .avatar-grouped-3 {
    width: 14%;
    height: 100%;
  }

  .image-63 {
    width: 120%;
    max-width: 120%;
    position: relative;
    left: -78px;
  }

  .image-4568 {
    max-width: 50%;
    top: -738px;
    left: 140px;
  }

  .image-4568.a.c.cc {
    max-width: 48%;
    top: 143px;
    left: auto;
    right: 194.734px;
  }

  .h1-heading-2.margin-bottom-32 {
    font-size: 50px;
    line-height: 55px;
  }

  .text-block-42 {
    color: #3f3f3f;
  }

  .dots-animation-9 {
    width: 80px;
  }

  .section-31.color.top-pading {
    background-image: none;
    border-bottom-left-radius: 0;
    display: block;
  }

  .button-neutral {
    background-image: linear-gradient(315deg, #724e23, #faad4e);
  }

  .div-block-58 {
    width: 98%;
    padding-right: 40px;
  }

  .b-button-primary {
    background-color: #11684a;
  }

  .b-button-primary:hover {
    background-color: #0c553c;
  }

  .b-logo-heading {
    color: #636363;
    font-weight: 400;
  }

  .b-button-secondary.about-us {
    border-style: none;
    border-width: 2px;
    width: 65%;
  }

  .div-block-137 {
    padding-left: 0%;
  }

  .image-46732 {
    max-width: 80%;
  }

  .billing {
    font-family: Satoshi Variable, sans-serif;
  }

  .container-25 {
    max-width: 1180px;
  }

  .pricing-card.startup {
    border-radius: 5px;
  }

  .pricing-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .comparison {
    padding-left: 0%;
  }

  .integration-logo, .integration-logo.a {
    width: 60px;
  }

  .integration-logo.b {
    width: 80px;
  }

  .integration-logo.c {
    width: 120px;
  }

  .integration-logo.d {
    width: 60px;
  }

  .integration-logo.z.zx, .integration-logo.z.sdxf {
    width: 80px;
  }

  .integration-logo.z.umgc {
    width: 60px;
  }

  .m-container-large {
    max-width: 1140px;
  }

  .b-button-plain-icon-right {
    color: #0c6345;
  }

  .b-paragraph-small {
    font-size: 16px;
  }

  .b-content-banner {
    padding-left: 0%;
    position: relative;
    top: 281px;
    bottom: auto;
    left: -569px;
  }

  .b-container-small {
    max-width: 1140px;
  }

  .b-content-grid.margin-bottom-56 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .features {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-64 {
    color: #0c6345;
  }

  .text-span-94 {
    color: #fff;
  }

  .div-block-138 {
    background-image: linear-gradient(270deg, #fff, #fff0);
  }

  .lottie-animation-4 {
    min-width: 130%;
    left: 90px;
  }

  .a-feature-card {
    background-color: #fff;
    background-image: none;
    border-style: none;
    border-color: #91919159;
    padding-bottom: 40px;
    box-shadow: 46px 46px 72px 2px #0000000f;
  }

  .a-feature-card-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .a-paragraph-small {
    color: #262626;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .a-feature-icon {
    background-color: #15865f6e;
    box-shadow: 28px 28px 20px 2px #0000001c;
  }

  .text-block-66, .text-block-67 {
    font-family: Manrope, sans-serif;
  }

  .text-block-68 {
    font-family: Merriweather, serif;
  }

  .text-block-69, .text-block-70 {
    font-family: Satoshi Variable, sans-serif;
  }

  .text-block-71, .text-block-72 {
    font-weight: 700;
  }

  .text-block-73 {
    font-weight: 800;
  }

  .text-block-74 {
    font-weight: 600;
  }

  .text-block-75, .text-block-76 {
    font-weight: 500;
  }

  .image-46733 {
    bottom: -2337.78px;
    left: -21px;
  }

  .highlight {
    color: #0f5d43;
  }

  .b-h3-heading-2 {
    font-weight: 600;
  }

  .b-paragraph-small-2.b-text-weight-semibold {
    color: #424242;
  }

  .b-button-testimonial.abc {
    font-size: 16px;
  }

  .b-caption-medium {
    color: #535353;
    font-size: 15px;
  }

  .b-container-small-2 {
    max-width: 1140px;
  }

  .reviews {
    background-color: var(--white);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 10px 20px;
    font-family: Satoshi Variable, sans-serif;
    display: flex;
  }

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

  .text-block-96 {
    font-weight: 700;
  }

  .image-23 {
    max-width: 110%;
    top: 81px;
    left: 83px;
  }

  .span-purple {
    color: #0b583e;
    font-weight: 700;
  }

  .h3-heading-4.margin-bottom-16 {
    font-weight: 600;
  }

  .integration-card-2 {
    box-shadow: 46px 46px 72px -20px #0000000f;
  }

  .integration-card-2.a {
    background-color: #fffffff7;
  }

  .integration-card-2.b {
    max-height: 330px;
  }

  .integration-card-2.f {
    background-color: #ffffffe6;
  }

  .integration-card-2.g {
    box-shadow: 1px 1px 3px #000;
  }

  .integration-card-2.j {
    background-color: #ffffffa1;
    border-bottom-color: #0000;
    max-height: 330px;
  }

  .airbnb {
    box-shadow: 32px 32px 72px -20px #00000078;
  }

  .airbnb.a {
    box-shadow: none;
  }

  .lms {
    background-color: #15865f0f;
  }

  .integrations-container {
    max-width: 1140px;
  }

  .pricing-heading-2 {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 600;
  }

  .pricing-paragraph-2 {
    font-family: Satoshi Variable, sans-serif;
  }

  .feature-text-2 {
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .price-text-2, .pricing-type-2, .button-text-5 {
    font-family: Satoshi Variable, sans-serif;
  }

  .image-46739 {
    color: #000;
  }

  .video-wrapper-2 {
    background-color: #0000;
  }

  .video-container-2 {
    max-width: 548px;
  }

  .video-section-2 {
    background-color: #0000;
    display: none;
    top: -30px;
  }

  .html-embed-9 {
    border-radius: 5px;
  }

  .video {
    border: 2px #fff;
    border-radius: 10px;
    top: -44px;
    box-shadow: 30px 40px 45px -15px #16291e1a;
  }

  .header-image {
    height: 100%;
  }

  .header-card {
    right: 2px;
  }

  .header-logo-grid-3 {
    margin-top: 0;
  }

  .video-2 {
    border-radius: 5px;
  }

  .html-embed-10 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-144 {
    background-image: linear-gradient(315deg, #39239629, #fff0);
  }

  .div-block-145 {
    background-image: linear-gradient(315deg, #ff96031f, #fff);
  }

  .div-block-146 {
    background-image: linear-gradient(315deg, #5890bb3b, #fff0);
  }

  .b-testimonial-text {
    color: var(--white);
  }

  .b-account-form-wrapper {
    background-color: #fffbec;
  }

  .b-account-testimonial-wrapper {
    max-width: 100%;
  }

  .link-block-2 {
    margin-left: 63px;
  }

  .avatar-circle-3 {
    height: 50px;
  }

  .avatar-cover-2 {
    max-width: none;
  }

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

@media screen and (min-width: 1920px) {
  .container {
    max-width: 80%;
  }

  .footer.bg-gray-1 {
    background-color: #15865f4f;
  }

  .footer-link-list-link, .footer-link-list-link.crisp-button {
    font-size: 20px;
  }

  .large-heading.space-bottom-large {
    font-family: Manrope, sans-serif;
  }

  .illustration-small.space-bottom.a {
    top: 43px;
  }

  .feature-third.feature-4.a {
    min-width: 480px;
    max-width: 480px;
  }

  .navigation-link {
    color: #140b01;
    font-size: 18px;
    font-weight: 500;
  }

  .navigation-link.w--current {
    margin-right: 0;
    font-size: 22px;
  }

  .footer-link, .paragraph-light {
    font-size: 20px;
  }

  .card_base.a {
    top: 1px;
    left: 107px;
  }

  .card_base.t {
    left: 134px;
  }

  .card_base.z {
    left: 54px;
  }

  .container-14.animate-in-fourth {
    max-width: 1400px;
  }

  .h2-3 {
    margin-bottom: 0;
    line-height: 30px;
  }

  .paragraph-title {
    color: #505050;
    text-align: left;
    font-size: 18px;
  }

  .content-section-2 {
    background-color: #0000;
    background-image: linear-gradient(315deg, #000, #000 0%, #007a5b);
  }

  .project-h3 {
    color: #d3d3d3;
  }

  .work-item {
    border: 1px #d1d1d1;
    border-radius: 10px;
  }

  .work-item.a {
    border-style: none;
  }

  .line-wrap {
    color: #3788e4;
  }

  .line-text {
    color: #06a88d;
  }

  .grid-wrapper {
    left: 338px;
  }

  .grades.grey {
    position: relative;
  }

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

  .container-17.blog-title, .container-tight.article {
    max-width: 60%;
  }

  .dropdown-3 {
    padding-left: 20px;
  }

  .navigation-3 {
    background-image: none;
    padding-left: 0%;
    padding-right: 1%;
  }

  .nav-button {
    box-shadow: none;
    background-color: #029b74;
  }

  .nav-button:hover {
    background-color: #00b184;
  }

  .dropdown-wrapper-3 {
    max-width: 45%;
    left: -432px;
  }

  .dropdown-wrapper-company {
    position: relative;
    left: -139px;
  }

  .toggle-2 {
    font-size: 18px;
    font-weight: 500;
  }

  .container-navigation-2 {
    max-width: 100%;
  }

  .text-block-48 {
    font-size: 18px;
  }

  .content-grid-3 {
    grid-column-gap: 0px;
    grid-template-columns: 1.25fr 1.5fr;
  }

  .content-heading-2 {
    font-family: Manrope, sans-serif;
  }

  .content-paragraph-2 {
    font-size: 15px;
  }

  .content-section-5 {
    padding-top: 0;
  }

  .content-text-wrap-2 {
    background-image: linear-gradient(135deg, #fff0, #0d9e7eba);
    top: -996px;
  }

  .content-text-wrap-2.a {
    background-image: linear-gradient(315deg, #fae3be, #ffffff75);
    top: 173px;
  }

  .content-text-wrap-2.c {
    top: -870px;
  }

  .image-15 {
    left: 972px;
  }

  .content-button-2 {
    background-color: #414141;
  }

  .content-button-2.a {
    background-color: #0d9e7e;
  }

  .content-text-wrap-3 {
    z-index: 1;
    background-image: linear-gradient(315deg, #fff, #fff);
    top: -772px;
  }

  .image-47 {
    bottom: 6452.24px;
    left: 825px;
  }

  .image-47.a {
    left: 314px;
  }

  .image-47.a.w {
    left: 259px;
  }

  .image-47.sd {
    bottom: 4692.67px;
  }

  .div-block-2 {
    background-color: #ffeed3;
  }

  .testimonial-block-3 {
    background-color: #ffd28a33;
    border-radius: 10px;
    box-shadow: 23px 23px 45px -8px #ffd28a91;
  }

  .testimonial-subheading {
    font-family: Circularstd;
  }

  .testimonial-content-wrap {
    max-height: 400px;
  }

  .testimonial-heading {
    font-family: Qanelassoftdemo;
  }

  .content-section-6 {
    margin-bottom: 100px;
  }

  .content-section-6.a {
    margin-top: 140px;
  }

  .content-text-wrap-4 {
    background-image: linear-gradient(315deg, #fff1cc, #fce7b000);
    min-width: 800px;
    top: -22px;
    left: 35px;
  }

  .text-span-68 {
    font-family: Manrope, sans-serif;
  }

  .text-span-69 {
    text-decoration: underline;
  }

  .bold-text-18 {
    font-family: Manrope, sans-serif;
  }

  .image-48 {
    left: 902.5px;
  }

  .image-49 {
    top: 11387.9px;
    left: 687.5px;
  }

  .link-17 {
    font-weight: 500;
  }

  .card-block-top {
    left: 67%;
  }

  .container-large {
    max-width: 80%;
  }

  .text-block-51 {
    margin-left: 0;
    padding-left: 0;
  }

  .process-image1 {
    border-radius: 10px;
  }

  .propcess-content {
    max-width: 550px;
  }

  .process-container {
    max-width: 70%;
  }

  .process-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .process-paragraph {
    color: #141414;
  }

  .heading-wrapper.margin-bottom-64 {
    margin-left: 0;
    margin-right: 0;
  }

  .stats {
    padding-left: 5%;
  }

  .paragraph-small-2 {
    margin-bottom: 10px;
  }

  .button-primary {
    margin-bottom: 5px;
  }

  .half-wrapper {
    left: auto;
  }

  .bold-text-24, .bold-text-25 {
    color: #3788e4;
  }

  .bold-text-26 {
    color: #fff;
    text-align: left;
  }

  .bold-text-27 {
    color: #3788e4;
  }

  .paragraph-small-3 {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 500;
  }

  .button-integration {
    color: #fff;
  }

  .bold-text-30 {
    font-size: 20px;
  }

  .form-4 {
    background-color: #ffffffd6;
  }

  .image-59 {
    top: auto;
    left: auto;
  }

  .a-header-content {
    max-width: 620px;
  }

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

  .a-container-regular {
    max-width: 80%;
  }

  .a-paragraph-regular {
    font-size: 20px;
  }

  .header {
    height: auto;
    min-height: auto;
    padding: 100px 0%;
  }

  .image-4568 {
    top: -534px;
    left: 216px;
  }

  .image-4568.a.c.cc {
    max-width: 45%;
    top: -3px;
    right: 264.734px;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .div-block-58 {
    width: 70%;
  }

  .b-button-primary {
    min-height: 60px;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .b-logo-heading {
    color: #161616;
    font-size: 18px;
  }

  .b-button-secondary {
    color: #0c7a54;
    min-height: 60px;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 800;
  }

  .b-button-secondary.about-us {
    width: 65%;
  }

  .integration-logo {
    width: 80px;
  }

  .integration-logo.z {
    width: 140px;
  }

  .integration-logo.z.zz {
    width: 80px;
  }

  .text-block-63 {
    font-size: 18px;
  }

  .schools {
    padding-left: 0%;
    padding-right: 0%;
  }

  .m-container-large {
    max-width: 85%;
  }

  .b-content-image {
    max-width: 100%;
    left: auto;
  }

  .b-content-banner {
    padding-left: 15%;
    top: 292px;
    left: -880px;
  }

  .b-container-small {
    max-width: 85%;
  }

  .b-content-grid-medium {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-65 {
    color: #050505;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-138 {
    max-width: 250%;
  }

  .input-field-2 {
    font-size: 18px;
  }

  .a-feature-card {
    height: 300px;
  }

  .a-paragraph-small {
    font-size: 18px;
  }

  .b-paragraph-small-2.b-text-weight-semibold {
    color: #2b2b2b;
  }

  .b-button-testimonial {
    font-size: 18px;
  }

  .b-caption-medium {
    color: #3b3b3b;
    font-size: 15px;
  }

  .b-testimonial-avatar {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
  }

  .text-block-83, .paragraph-regular-2 {
    font-size: 18px;
  }

  .bold-text-43, .bold-text-44, .bold-text-45, .bold-text-46, .bold-text-47, .bold-text-48 {
    font-size: 20px;
  }

  .integration-card-2.d {
    color: var(--gray-1);
    font-size: 18px;
  }

  .integration-details {
    color: #2b2b2b;
    font-size: 18px;
  }

  .integrations-container {
    max-width: 85%;
  }

  .div-block-144 {
    max-width: 500px;
    position: relative;
    left: -195px;
  }

  .b-testimonial-text {
    font-size: 22px;
    line-height: 28px;
  }

  .link-block-2 {
    margin-left: 54px;
  }

  .chat-with-us {
    left: 54px;
  }

  .text-block-162, .text-block-165, .text-block-166, .nav-link-7 {
    font-size: 18px;
  }

  .nav-link-7.w--current {
    color: #1c634a;
    font-weight: 700;
  }

  .nav-link-8, .nav-link-9 {
    font-size: 18px;
  }

  .container-28 {
    max-height: 100vh;
  }

  .top-bar-container---brix {
    max-width: 1240px;
    position: relative;
  }

  .top-bar-container---brix.top-bar-2---brix {
    max-width: 1240px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: #0000;
    flex-direction: column;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .container.nav-bar-container {
    display: flex;
  }

  .container.nav-bar-container.centered-links-nav {
    flex-direction: row;
    padding-bottom: 0;
    display: flex;
  }

  .container.new-hero {
    grid-template-columns: 1fr;
  }

  .card-body {
    flex: 0 auto;
    padding: 24px;
  }

  .large-text.center-text.animate-in-second {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .large-text.center-text.animate-in-second.snd {
    text-align: center;
  }

  .small-text.text-white {
    top: -80px;
    right: -4px;
  }

  .button.button-outline.nav-bar-button {
    flex: 0 auto;
  }

  .button.button-outline.nav-bar-button.nav-menu-link {
    border-color: var(--primary-3);
    position: relative;
    top: auto;
  }

  .form-input.form-input-large.no-border {
    padding-left: 0;
  }

  .text-pill.bg-primary-4 {
    left: 0;
  }

  .navbar {
    width: 100%;
    display: block;
  }

  .brand-logo, .brand-logo.w--current {
    width: 18%;
  }

  .nav-button-container {
    align-items: center;
  }

  .nav-menu-links {
    z-index: 999;
    background-color: var(--white);
    border-radius: 5px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: 380px;
    padding: 24px 24px 225px;
    display: flex;
    box-shadow: 1px 8px 12px -3px #313131;
  }

  .nav-menu-links.bg-transparent {
    background-color: var(--gray-1);
    padding-top: 24px;
  }

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

  .nav-menu-dropdown-toggle.w--open {
    background-image: none;
    margin-bottom: 6px;
  }

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

  .nav-menu-dropdown-list.w--open {
    box-shadow: none;
    margin-bottom: 12px;
    margin-left: 0;
    padding: 12px 24px;
    position: relative;
    transform: none;
  }

  .menu-button {
    background-color: #e3f6f5cc;
    border-radius: 5px;
    margin-left: 12px;
  }

  .menu-button:active, .menu-button:focus {
    background-color: var(--white);
  }

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

  .menu-button.invert-color {
    filter: invert();
  }

  .right-aligned-nav-menu {
    margin-right: 0;
  }

  .dropdown-list-up-arrow {
    display: none;
  }

  .footer {
    padding-top: 72px;
  }

  .footer.bg-gray-1 {
    background-color: #15865f29;
    padding-top: 113px;
  }

  .footer-halves {
    flex-direction: column;
    align-items: stretch;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links-grid-3-column {
    margin-top: 48px;
  }

  .footer-link-list-heading.text-white {
    text-align: left;
    margin-bottom: 14px;
  }

  .footer-link-list-link {
    text-align: left;
    font-size: 15px;
  }

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

  .footer-link-list-link.crisp-button {
    text-align: left;
  }

  .footer-foot {
    flex-direction: column;
    align-items: center;
    margin-top: 72px;
    display: flex;
  }

  .footer-foot-social-icons {
    margin-top: 24px;
  }

  .footer-foot-with-logo {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-bottom: 21px;
    display: flex;
  }

  .footer-links-grid-4-column {
    grid-column-gap: 24px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .5fr .75fr .25fr;
  }

  .footer-with-large-links {
    justify-content: space-around;
    width: 100%;
  }

  .footer-large-link-list {
    margin-right: 96px;
  }

  .footer-foot-logo {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .footer-foot-logo.w--current {
    margin-right: 0;
  }

  .footer-background-image {
    width: 40vw;
    bottom: -92px;
  }

  .content-width-large.align-right {
    margin-left: 0;
  }

  .grid-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nav-menu-link {
    color: var(--gray-1);
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .content-width-extra-large.align-center.space-bottom-extra-large {
    text-align: center;
    margin-left: auto;
    padding-right: 0;
    top: 11px;
    left: auto;
  }

  .content-width-extra-large.page-title, .content-width-extra-large.page-title.mobi-space, .content-width-extra-large.page-title {
    margin-bottom: 60px;
  }

  .align-right {
    margin-left: auto;
    margin-right: 0;
  }

  .center-text.small-text.animate-in-third {
    text-align: center;
    margin-left: 0;
  }

  .form-row {
    margin-left: 0;
    margin-right: 51px;
    padding-left: 5px;
  }

  .subscribe-form {
    width: 100%;
    max-width: 650px;
  }

  .subscribe-form.align-center.animate-in-second, .subscribe-form.align-center.animate-in-second.scd {
    margin-left: auto;
  }

  .large-heading {
    color: #3f3f3f;
  }

  .large-heading.space-bottom-large {
    text-transform: capitalize;
    margin-left: auto;
  }

  .contained-section.bg-gray-1.overflow-hidden {
    margin-top: 0;
  }

  .grid-with-icon-list {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .illustration-small.space-bottom.a {
    left: -3px;
  }

  .illustration-small.space-bottom.a.vb {
    left: -76px;
  }

  .list-vertical {
    padding-left: 0;
  }

  .contained-section-card {
    margin-right: auto;
    left: 0;
  }

  .contained-section-card.bg-gray-1 {
    top: -672px;
    left: -15.4vw;
  }

  .contained-section-card.bg-gray-1.home-overlay-container {
    top: -462px;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.dffd {
    top: 524px;
    left: 15.9vw;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.sgsffd {
    left: 16.9vw;
  }

  .metrics-grid-quarters {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .lottie-animation-2 {
    display: none;
  }

  .button-3.button-outline.nav-bar-button {
    flex: 0 auto;
  }

  .button-3.button-outline.nav-bar-button.nav-menu-link {
    border-color: #141414;
    position: relative;
    top: 21px;
  }

  .image-8 {
    top: auto;
    left: auto;
    right: auto;
  }

  .image-9 {
    position: relative;
    top: auto;
  }

  .div-block-9 {
    background-color: var(--white);
    width: auto;
    min-width: 8%;
    max-width: 8%;
    max-height: 25px;
    display: block;
    bottom: 0;
  }

  .centre_block {
    width: 150px;
  }

  .process_image_wrap {
    padding: 15px;
  }

  .navigation-link {
    color: #1a1a1a;
    justify-content: flex-start;
  }

  .mobile-nav-link {
    color: #535353;
    width: 100%;
    font-size: 14px;
  }

  .mobile-nav-link.w--current {
    color: #535353;
    font-weight: 600;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .menu-mob {
    color: #000;
    background-color: #0000;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #b7b7b7;
    border-radius: 10px;
  }

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

  .navigation-left {
    display: flex;
  }

  .dropdown-title {
    color: #393939;
    font-size: 13px;
  }

  .navigation-wrap {
    display: block;
  }

  .nav-menu {
    height: NaN% ;
    display: none;
  }

  .mobile-nav {
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    min-width: 250px;
    margin-top: 16px;
    padding-top: 15px;
    top: -7px;
    box-shadow: -14px 14px 20px -15px #2f2f2f7a;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-toggle {
    font-size: 14px;
    font-weight: 600;
  }

  .navigation {
    display: none;
  }

  .text-block-22 {
    color: #535353;
    font-size: 14px;
  }

  .text-block-24 {
    color: #535353;
  }

  .icon-7, .icon-8 {
    right: 137px;
  }

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

  .footer-link {
    font-size: 14px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .button-5 {
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-subwrapper-t3 {
    box-shadow: 9px 9px 12px -8px #ebebeb;
  }

  .testimonials-wrapper-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-27 {
    margin-bottom: 10px;
  }

  .div-block-47 {
    align-self: center;
  }

  .text-span-24 {
    font-size: 16px;
  }

  .div-block-50 {
    background-color: #141414d1;
    border-radius: 3px;
    justify-content: center;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-53 {
    border-color: #ffffff26;
    max-width: 100%;
  }

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

  .image-34 {
    display: none;
    top: 75px;
    left: -10px;
  }

  .card_col_2 {
    padding-right: 0;
  }

  .container_p {
    flex-direction: column;
  }

  .content_wrap {
    padding-bottom: 60px;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .col_40 {
    width: 100%;
  }

  .card_row {
    padding-left: 0;
  }

  .card_base.a {
    left: 15px;
  }

  .card_base.t, .card_base.z {
    left: 8px;
  }

  .container-14 {
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-14.animate-in-fourth {
    min-width: auto;
    padding-top: 0;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .container-15 {
    width: 90%;
  }

  .hero_text-wrap {
    width: 60%;
  }

  .h1-2 {
    font-size: 48px;
    line-height: 1.2;
  }

  .section-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-24.hero {
    height: auto;
    min-height: 0;
    max-height: none;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 120px;
    display: none;
  }

  .button-13.black.form {
    margin-left: 10px;
  }

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

  .process_details-2 {
    width: 80%;
    padding: 10px;
  }

  .process_section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .process-2 {
    max-width: 700px;
  }

  .paragraph-9 {
    z-index: 1;
    position: relative;
  }

  .large-heading-2 {
    color: #3f3f3f;
  }

  .text-pill-2.bg-primary-4 {
    left: 0;
  }

  .text-span-41 {
    font-weight: 500;
  }

  .title-split {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .content-h1 {
    margin-bottom: 20px;
  }

  .paragraph-title {
    border-left: 1px #ffcea0;
    max-width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
  }

  .content-section-2 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .image-wrapper.a, .image-wrapper.b {
    width: 60%;
  }

  .project-image.a {
    width: 100%;
    max-width: none;
  }

  .work-grid {
    grid-column-gap: 22px;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

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

  .grades {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .medium-stacked-intro {
    max-width: 100%;
  }

  .verticle-line {
    width: 100%;
  }

  .heading-39 {
    font-weight: 400;
  }

  .container-17.blog-title {
    max-width: 85%;
  }

  .hero-title {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }

  .blog-image-wrap {
    height: 300px;
  }

  .hero-image-wrapper {
    overflow: hidden;
  }

  .hero-image-wrapper.blog {
    max-width: 85%;
  }

  .blog-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 200px;
  }

  .container-tight.article {
    max-width: 85%;
  }

  .content-h1-2 {
    margin-bottom: 20px;
  }

  .blog-image-wrap-2 {
    height: 300px;
  }

  .company-hero {
    padding-top: 162px;
  }

  .display-centre {
    font-size: 55px;
  }

  .hero-image-wrapper-2 {
    overflow: hidden;
  }

  .content-h1-3 {
    margin-bottom: 20px;
  }

  .paragraph-14.padding-below {
    font-weight: 400;
  }

  .content-grid-2 {
    grid-column-gap: 22px;
  }

  .feature-block {
    display: none;
  }

  .company-column {
    padding-right: 0;
  }

  .company-image {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .number-wrap {
    padding: 24px;
  }

  .feature-block-mobile {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding: 32px;
    display: flex;
    position: relative;
    left: 0%;
  }

  .value-wrap {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .value-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .value-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .image-42 {
    border-radius: 3px;
  }

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

  .dropdown-list-2.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdown-3 {
    width: 100%;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .faq-grid {
    grid-column-gap: 60px;
  }

  .navigation-title {
    display: none;
  }

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

  .navigation-3.av.caht {
    background-color: #0000;
  }

  .navigation-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .menu-button-3 {
    color: #000;
    background-color: #0000;
    border: 1px solid #eaeaf6;
    border-radius: 10px;
    margin-left: 14px;
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #007a5b;
    background-color: #007a5b21;
  }

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

  .dropdown-container-2 {
    padding: 0;
  }

  .dropdown-wrapper-3 {
    box-shadow: none;
    background-color: #faf4ef;
    border-radius: 0;
    padding: 20px 10px;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

  .dropdown-wrapper-company {
    box-shadow: none;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .toggle-2 {
    color: #000;
    justify-content: flex-start;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .toggle-2:hover {
    color: #007a5b;
  }

  .toggle-2.w--open {
    color: #fff;
    background-color: #ffe7d4;
    width: 100%;
  }

  .company-link-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-13 {
    color: #007a5b;
  }

  .text-block-47 {
    color: #030303;
  }

  .image-47.sd {
    bottom: 4728.87px;
    left: 67px;
  }

  .image-47.ssd {
    bottom: 6507.87px;
    left: -1px;
  }

  .image-48 {
    top: auto;
    left: -11.5px;
  }

  .image-49 {
    display: none;
  }

  .header-section {
    height: auto;
    padding-top: 164px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

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

  .navigation-4 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .nav-link {
    color: #000;
    width: 100%;
  }

  .card-block-top {
    display: none;
    top: 82%;
    bottom: 142px;
    left: 8%;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .container-navigation {
    position: relative;
  }

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

  .menu-button-4 {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
  }

  .menu-button-4:hover {
    color: #fff;
    background-color: #fd7e41;
    border-radius: 100px;
  }

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

  .bloom-image {
    max-width: 100%;
  }

  .paragraph-regular.a {
    font-size: 18px;
    line-height: 28px;
  }

  .badge-header.a {
    width: 50%;
  }

  .badge-header.d {
    width: 35%;
  }

  .badge-header.d.df {
    width: 80%;
  }

  .badge-header.e {
    width: 20%;
  }

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

  .heading-hero {
    font-size: 55px;
    line-height: 55px;
  }

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

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

  .header-content {
    max-width: 80%;
  }

  .background-video {
    display: block;
  }

  .sub-heading-regular {
    margin-bottom: 10px;
  }

  .section-large {
    height: 1700px;
  }

  .image-cover {
    top: 992px;
    left: 109px;
  }

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

  .section-content {
    padding-top: 0;
    padding-bottom: 140px;
  }

  .grid-content {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .card-ui {
    right: 5%;
  }

  .process-heading {
    margin-bottom: 0;
  }

  .header-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

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

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .body-display-2 {
    color: #414141;
  }

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

  .menu-button-5 {
    color: #fff;
    background-color: #000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
  }

  .menu-button-5:hover {
    color: #fff;
    border-radius: 100px;
  }

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

  .hero-person {
    max-height: 600px;
  }

  .header-block-2 {
    grid-template-columns: 1fr;
    margin-bottom: 140px;
  }

  .navigation-menu-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link-2 {
    color: #000;
    width: 100%;
  }

  .card-02 {
    display: none;
  }

  .hero-block-right {
    width: 100%;
    max-height: 420px;
    position: relative;
  }

  .container-navigation-3 {
    position: relative;
  }

  .hero-image-wrapper-3 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .header-section-3 {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .card-01 {
    display: none;
  }

  .testimonial-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .testimonial-block {
    flex-direction: column;
    padding: 60px 5% 5%;
  }

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

  .card-testimonial-large {
    box-shadow: none;
  }

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

  .button-integration {
    border-radius: 5px;
  }

  .avatar-group-2 {
    max-width: 340px;
    height: auto;
    inset: auto -5% -10% auto;
  }

  .cta-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-section {
    background-position: 50% 0;
    flex-direction: column;
  }

  .section-cta {
    background-color: #227558;
  }

  .cta-grid-long {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-30 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .half-wrapper-2 {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-navigation-4 {
    position: relative;
  }

  .menu-button-6 {
    color: #fff;
    background-color: #8080ff;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: all .35s;
  }

  .menu-button-6:hover, .menu-button-6.w--open {
    color: #fff;
    background-color: #5e53e0;
  }

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

  .image-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .header-section-4 {
    padding-top: 140px;
  }

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

  .nav-link-3 {
    color: #262626;
    width: 100%;
  }

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

  .image-59 {
    width: 100%;
    left: auto;
  }

  .bottom-content {
    margin-top: 0;
    position: static;
  }

  .logo-wrapper-2 {
    flex-wrap: wrap;
    width: 100%;
  }

  .company-logo-2 {
    margin: 15px;
  }

  .trusted-text {
    margin-top: 0;
  }

  .f-header-wrapper-right {
    max-width: 100%;
    margin-left: 0;
  }

  .f-header-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-header-avatar-group-large {
    margin-top: 60px;
  }

  .f-header-image-wrapper-left {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    position: relative;
  }

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

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

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

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

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

  .a-header-image-right-wrapper {
    width: 100%;
  }

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

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

  .a-container-regular {
    padding-top: 0;
  }

  .header {
    padding-top: 180px;
    padding-bottom: 0;
  }

  .a-header-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .a-cta-container-xl {
    padding-bottom: 0;
  }

  .a-cta-image-right {
    display: none;
  }

  .a-cta-image-left {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 400px;
    height: 300px;
    margin-top: 60px;
    position: static;
  }

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

  .section-logo {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .paragraph-large-5.text-color-gray-500 {
    text-align: center;
    padding-right: 0;
  }

  .placeholder-image-tall {
    max-width: 100%;
    height: 500px;
  }

  .trusted-text-2 {
    margin-top: 0;
  }

  .image-46731 {
    display: block;
  }

  .image-4568 {
    max-width: 80%;
    position: relative;
    inset: 244px auto auto 102px;
  }

  .image-4568.a.c {
    max-width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .image-4568.a.c.cc {
    max-width: 100%;
    display: none;
    position: relative;
    top: auto;
    right: auto;
  }

  .h1-heading-2.margin-bottom-32 {
    text-align: center;
  }

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

  .grid-two-column-2.align-centre {
    flex-direction: column;
    grid-template-columns: 2fr 1.25fr;
    justify-content: center;
    display: flex;
  }

  .company-logo-3 {
    margin: 15px;
  }

  .bottom-content-2 {
    margin-top: 0;
    position: static;
  }

  .section-31.color.top-pading {
    height: 1300px;
    position: static;
  }

  .div-block-58 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .b-banner-close {
    right: 3%;
  }

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

  .b-header-button-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .b-navigation {
    position: relative;
  }

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

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

  .b-navigation-button-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .b-navigation-menu-button {
    color: #746bb3;
    border-radius: 16px;
    padding: 12px;
  }

  .b-navigation-menu-button.w--open {
    background-color: #5e53a2;
    border-color: #fff;
  }

  .b-button-secondary.about-us {
    width: 40%;
  }

  .b-navigation-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

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

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

  .heading-wrapper-2 {
    max-width: none;
    position: static;
  }

  .integration.surveymonkey {
    bottom: 0;
    left: 0;
  }

  .integration.hubspot {
    top: 0;
    left: 0;
  }

  .integration.intercom, .integration.salesforce {
    left: 0;
  }

  .integration.hubspot-small {
    bottom: 0;
    left: 0;
  }

  .integration.slack, .integration.flowbase {
    top: 0;
    right: 0;
  }

  .integration.paypal, .integration.unbounce {
    bottom: 0;
    left: 0;
  }

  .integration.mailchimp {
    top: 0;
    left: 0;
  }

  .integration-wrap-right {
    flex-direction: row;
    align-items: center;
  }

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

  .integration-wrap {
    flex-direction: row;
    align-items: center;
  }

  .b-content-image {
    width: 100%;
    top: auto;
  }

  .b-content-image-wrapper {
    max-width: none;
  }

  .b-content-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .b-content-grid.margin-bottom-56 {
    flex-direction: column;
    display: flex;
  }

  .features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .b-content-grid-medium {
    min-width: auto;
    position: static;
  }

  .header-section-5 {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .card-3 {
    display: none;
  }

  .header-section-6 {
    padding-top: 164px;
  }

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

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

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

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

  .navigation-6 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu-button-7 {
    color: #fff;
    background-color: #4e6eb1;
    border-radius: 8px;
    margin-left: 14px;
    padding: 12px;
    transition: all .3s;
  }

  .menu-button-7:hover, .menu-button-7.w--open {
    color: #fff;
    background-color: #29498d;
  }

  .navigation-menu-3 {
    align-items: center;
    display: flex;
  }

  .company-logo {
    margin: 15px;
  }

  .container-navigation-5 {
    position: relative;
  }

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

  .bloom-effect {
    height: 70%;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

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

  .banner-link {
    display: none;
  }

  .banner-image {
    margin-right: 10px;
  }

  .logo-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .nav-link-4 {
    color: #262626;
    width: 100%;
  }

  .b-paragraph-small-2.b-text-color-gray-700 {
    font-size: 16px;
  }

  .reviews {
    margin-top: 0;
    padding: 10px 20px 10px 10px;
  }

  .b-content-image-wrapper-2 {
    max-width: none;
  }

  .span-purple {
    font-weight: 600;
  }

  .b-content-wrapper {
    max-width: 100%;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .hero-column {
    display: none;
  }

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

  .navigation-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-right-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-button-8 {
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    margin-left: 14px;
    padding: 12px;
    transition: background-color .3s;
  }

  .menu-button-8:hover, .menu-button-8.w--open {
    color: #fff;
    background-color: #289f8a;
  }

  .nav-link-5 {
    color: #262626;
    width: 100%;
  }

  .header-section-8 {
    padding-top: 60px;
  }

  .navigation-left-2 {
    width: auto;
  }

  .faq-content {
    width: 100%;
  }

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

  .placeholder-faq {
    height: 400px;
  }

  .logo-header-2, .title-wrap-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-block-2 {
    margin-bottom: 40px;
  }

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

  .video-wrapper {
    border-width: 20px;
    height: 440px;
  }

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

  .navigation-wrapper-3 {
    align-items: center;
    width: auto;
    display: flex;
  }

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

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

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

  .menu-button-9.w--open {
    background-color: #07090d;
    justify-content: center;
    align-items: center;
  }

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

  .header-card {
    bottom: -2px;
    left: 413px;
    right: auto;
  }

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

  .navigation-8 {
    position: relative;
  }

  .container-27 {
    max-width: 100%;
    margin-top: 40px;
    display: flex;
  }

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

  .image-46746 {
    max-width: 100%;
  }

  .form-section {
    background-image: none;
    flex-direction: column-reverse;
    display: flex;
  }

  .image-section {
    width: 100%;
    min-height: 900px;
  }

  .account-section {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    display: none;
  }

  .image-gradient {
    height: 100vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .b-account-form-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-section-account {
    flex-direction: column;
    align-items: stretch;
  }

  .b-account-testimonial-wrapper {
    max-width: none;
    height: 75vh;
    display: none;
  }

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

  .chat-with-us {
    color: var(--gray-1);
    top: 521px;
    left: 282px;
  }

  .html-embed-11 {
    position: absolute;
    inset: 8% 0% 0%;
  }

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

  .section-35 {
    height: 150vh;
    padding-top: 20px;
  }

  .warining {
    height: 65px;
  }

  .top-bar-container---brix {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-container---brix.top-bar-2---brix.preview-page---brix {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-text---brix {
    max-width: 90%;
  }

  .top-bar-link---brix {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .cta {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .container {
    background-color: #0000;
    margin-left: auto;
    padding-top: 280px;
  }

  .container.nav-bar-container.centered-links-nav {
    flex-direction: row;
    padding-bottom: 0;
    position: fixed;
  }

  .container.new-hero {
    height: 900px;
  }

  .card-body {
    padding: 24px;
  }

  .display-heading-2 {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 44px;
  }

  .large-text.center-text.animate-in-second {
    margin-left: 0;
    margin-right: 0;
  }

  .button.button-large {
    padding: 12px 24px;
  }

  .button.button-outline.nav-bar-button.nav-menu-link {
    border-color: var(--primary-3);
    position: relative;
    top: auto;
  }

  .form-input.form-input-large {
    height: 48px;
  }

  .form-input.form-input-large.no-border {
    align-self: stretch;
    padding-left: 6px;
  }

  .text-pill.bg-primary-4 {
    left: 0;
  }

  .navbar {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .brand-logo {
    width: 18%;
    padding-left: 0;
  }

  .brand-logo.w--current {
    width: 18%;
  }

  .nav-menu-links {
    border-radius: 7px;
    left: auto;
    box-shadow: 0 9px 11px -6px #454545;
  }

  .dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu-dropdown-list.w--open {
    margin-top: 5px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
  }

  .menu-button {
    object-fit: fill;
    background-color: #e3f6f5e0;
    border-radius: 5px;
  }

  .right-aligned-nav-menu {
    background-color: var(--gray-3);
    margin-left: 24px;
    margin-right: 24px;
    padding: 12px;
  }

  .footer {
    padding-top: 48px;
    overflow: hidden;
  }

  .footer.bg-gray-1 {
    background-color: #15865f29;
    padding-top: 40px;
  }

  .footer-links-grid-3-column {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-link-list {
    align-items: center;
  }

  .footer-links-grid-4-column {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-with-large-links {
    flex-direction: column;
  }

  .footer-large-link-list {
    align-items: center;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-background-image {
    width: 43vw;
    min-width: 188px;
    height: auto;
    bottom: -13px;
    right: -41px;
  }

  .animate-in-fourth {
    margin-top: -149px;
  }

  .content-width-extra-large.align-center.space-bottom-extra-large {
    margin-left: auto;
    padding-right: 0;
  }

  .content-width-extra-large.page-title.mobi-space {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-width-extra-large.page-title {
    margin-bottom: 0;
    position: relative;
    top: -125px;
  }

  .form-row {
    margin-right: 56px;
  }

  .subscribe-form.align-center {
    width: 100%;
    max-width: 650px;
  }

  .subscribe-form.align-center.animate-in-second {
    margin-left: 23px;
    margin-right: 23px;
  }

  .large-heading.space-bottom-large {
    text-transform: capitalize;
    margin-bottom: 36px;
    font-family: Space Grotesk;
  }

  .form-grid-vertical {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .contained-section.bg-gray-1.overflow-hidden {
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .contained-section-card {
    border-radius: 8px;
    min-height: auto;
  }

  .contained-section-card.bg-gray-1 {
    padding-top: 37px;
    display: none;
    top: 53px;
    left: 7.5vw;
  }

  .contained-section-card.bg-gray-1.home-overlay-container {
    display: block;
    left: -.1vw;
  }

  .doodle-right-2 {
    opacity: .25;
  }

  .metrics-grid-quarters {
    flex-direction: column;
    display: flex;
  }

  .alert-popup {
    width: 94vw;
    margin-left: 3vw;
    margin-right: 3vw;
    left: 0;
  }

  .section-4 {
    margin-bottom: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    top: -140px;
  }

  .review-names {
    top: 43px;
    right: 6px;
  }

  .lottie-animation-2 {
    display: none;
  }

  .button-3.button-outline.nav-bar-button.nav-menu-link {
    border-color: #141414;
    position: relative;
    top: 19px;
  }

  .image-9 {
    position: relative;
    top: auto;
  }

  .div-block-9 {
    box-shadow: 6px 6px 13px -6px var(--border-color-dark);
    width: auto;
    min-width: 15%;
    max-width: 15%;
    max-height: 23px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-bottom: 5px;
    bottom: 0;
    left: 0;
  }

  .centre_block {
    width: 55px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_image_wrap {
    display: none;
  }

  .navigation-link {
    color: #4a4a4a;
    justify-content: flex-start;
  }

  .navigation-container-mob, .navigation-mob {
    display: none;
  }

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

  .mobile-nav {
    min-width: 250px;
    top: -2px;
  }

  .icon-8 {
    right: 137px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-column {
    padding-right: 0;
  }

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

  .button-5 {
    text-align: left;
    margin-left: -24px;
    position: relative;
    left: 50px;
  }

  .testimonials-t3 {
    padding: 40px 10px;
  }

  .testimonials-subwrapper-t3 {
    box-shadow: 14px 14px 20px -14px #ebebeb;
  }

  .testimonials-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-27 {
    margin-bottom: 10px;
  }

  .text-span-24 {
    font-size: 16px;
  }

  .div-block-53 {
    max-width: 100%;
  }

  .div-block-54 {
    background-image: none;
  }

  .image-34 {
    top: 305px;
    left: 7px;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0;
  }

  .col_60 {
    flex-direction: column;
  }

  .col_40 {
    padding-right: 0;
  }

  .card_row {
    width: 100%;
    padding-right: 0;
  }

  .card_base {
    top: auto;
  }

  .card_base.a, .card_base.t {
    top: auto;
    left: auto;
  }

  .card_base.z {
    left: auto;
  }

  .container-14 {
    margin-left: auto;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .paragraph-8.hero {
    margin-top: 24px;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
  }

  .container-15 {
    width: 90%;
  }

  .hero_text-wrap {
    width: 100%;
    max-width: none;
  }

  .hero_mobile-image {
    width: 100%;
    margin-top: 16px;
    display: block;
  }

  .section-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-24.hero {
    flex-direction: column;
    padding: 56px 0 0;
  }

  .button-13.black.form {
    height: 56px;
    margin-top: 24px;
    margin-left: 0;
  }

  .how_block {
    max-width: 300px;
  }

  .process_details-2 {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .process_section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process_line-2 {
    inset: 0% auto 0% 25px;
  }

  .text-pill-2.bg-primary-4 {
    left: 0;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .title-split {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .work-item {
    margin-bottom: 40px;
  }

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

  .grades {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grades.grey {
    padding-top: 100px;
  }

  .core-value {
    grid-row-gap: 48px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .heading-39 {
    font-weight: 400;
  }

  .blog-section {
    padding-top: 162px;
  }

  .hero-title {
    margin-bottom: 60px;
  }

  .display-h1-dark {
    font-size: 55px;
  }

  .blog-h1 {
    font-size: 48px;
  }

  .blog-article {
    padding-top: 162px;
  }

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

  .number-wrap {
    margin-bottom: 0;
  }

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

  .feature-block-mobile {
    margin-top: 60px;
    padding: 0;
  }

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

  .faq-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .faq-banner-block {
    flex-direction: column;
    align-items: center;
  }

  .faq-banner-image {
    margin-bottom: 20px;
  }

  .faq-cta-text-wrap {
    flex-direction: row;
    margin-bottom: 20px;
  }

  .resource-link {
    padding: 10px;
  }

  .product-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .company-grid-2, .navigation-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .menu-button-3.w--open {
    color: #a3e0d1;
  }

  .resources-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .navigation-dropdown-link {
    padding: 10px;
  }

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

  .toggle-2 {
    color: #4a4a4a;
  }

  .toggle-2:hover {
    color: #007a5b;
  }

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

  .icon-13 {
    color: #007a5b;
  }

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

  .content-heading-2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
  }

  .content-paragraph-2 {
    margin-bottom: 60px;
  }

  .content-text-wrap-2, .content-text-wrap-3, .content-text-wrap-4 {
    max-width: none;
  }

  .button-sign-up {
    display: none;
  }

  .card-block-top {
    display: none;
    left: -2%;
  }

  .hero-heading {
    font-size: 60px;
  }

  .navigation-menu {
    width: 100%;
  }

  .card-block {
    right: -3%;
  }

  .bloom-image {
    height: 50%;
  }

  .badge-header {
    width: 25%;
  }

  .badge-header.a {
    width: 65%;
  }

  .badge-header.d.df {
    width: auto;
  }

  .badge-header.e {
    width: 30%;
  }

  .badge-header.e.f {
    width: auto;
  }

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

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

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

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

  .header-content {
    max-width: 100%;
    left: auto;
  }

  .background-video {
    display: none;
  }

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

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

  .image-cover {
    width: 100%;
    top: 1182px;
    left: -7px;
  }

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

  .section-content {
    padding-top: 500px;
  }

  .process-image1 {
    margin-bottom: 20px;
  }

  .process-count-wrapper {
    display: none;
  }

  .process-step {
    margin-right: 20px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-line {
    display: none;
  }

  .cta-card {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .display-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .navigation-menu-2 {
    width: 100%;
  }

  .testimonial-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .integration-row-bottom, .integration-row {
    width: auto;
    margin-bottom: 0;
    left: 0;
  }

  .section-social {
    padding-bottom: 60px;
  }

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

  .integration-wrapper {
    padding: 20px 32px 60px 0;
    display: flex;
    overflow: auto;
  }

  .card-testimonial-large {
    margin-left: 0;
    margin-right: 24px;
  }

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

  .avatar-group-2 {
    max-width: 40%;
    bottom: -5%;
  }

  .cta-wrapper {
    text-align: center;
    display: flex;
  }

  .button-row {
    flex-direction: column;
  }

  .cta-button {
    margin-bottom: 20px;
  }

  .cta-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .button-cta {
    margin-bottom: 0;
    margin-right: 20px;
  }

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

  .section-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-wrapper-2 {
    grid-row-gap: 24px;
  }

  .background-video-2 {
    height: auto;
    display: none;
  }

  .image-wrapper-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .dashboard-wrapper {
    left: 0;
  }

  .navigation-button {
    display: none;
  }

  .career-detail-wrapper {
    margin-bottom: 14px;
  }

  .common-questions {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .career-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bottom-content {
    margin-top: 0;
    position: static;
  }

  .company-logo-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

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

  .a-header-image-right-wrapper {
    width: 100%;
  }

  .a-header-feature-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

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

  .a-container-regular {
    padding-top: 20px;
  }

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

  .a-cta-form-wrapper {
    flex-direction: column;
  }

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

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

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

  .paragraph-large-5 {
    text-align: left;
  }

  .paragraph-large-5.text-color-gray-500 {
    text-align: center;
    padding-right: 0;
  }

  .placeholder-image-tall {
    height: 400px;
  }

  .image-46731 {
    display: block;
  }

  .image-4568 {
    max-width: 100%;
    position: relative;
    inset: 171px auto auto;
  }

  .image-4568.a.c {
    max-width: 100%;
    display: block;
    position: relative;
    left: auto;
  }

  .image-4568.a.c.cc {
    display: none;
  }

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

  .h1-heading-2.margin-bottom-32 {
    text-align: center;
    margin-right: 0;
  }

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

  .grid-two-column-2.align-centre {
    flex-direction: column;
    grid-template-columns: 23.75fr 1.25fr;
    margin-top: 100px;
    display: flex;
  }

  .company-logo-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .bottom-content-2 {
    margin-top: 0;
    position: static;
  }

  .section-31.color.top-pading {
    height: 1200px;
    margin-bottom: 0;
  }

  .div-block-58 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .b-logo-image {
    max-width: 78px;
  }

  .b-button-secondary.about-us {
    width: 45%;
  }

  .b-header-section {
    padding-top: 60px;
  }

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

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

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

  .pricing-card-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .integration-cell-blank {
    display: none;
  }

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

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

  .b-content-image {
    top: auto;
  }

  .b-content-image-wrapper {
    width: 600px;
  }

  .b-content-grid.margin-bottom-56 {
    flex-direction: column;
    display: flex;
  }

  .b-content-grid-medium {
    min-width: auto;
    position: static;
  }

  .text-block-65 {
    font-size: 16px;
  }

  .hero-heading-3 {
    font-size: 60px;
  }

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

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

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

  .testimonial-row-bottom, .testimonial-row {
    width: auto;
    margin-bottom: 0;
    left: 0;
  }

  .card-testimonial-large-2 {
    margin-left: 0;
    margin-right: 24px;
  }

  .testimonial-wrapper {
    padding: 20px 32px 60px 0;
    display: flex;
    overflow: auto;
  }

  .section-testimonial {
    padding-bottom: 60px;
  }

  .company-logo {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button-navigation, .hero-button, .close, .banner-image, .button-sign-in {
    display: none;
  }

  .banner-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .b-testimonial-slider {
    width: 100%;
  }

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

  .b-testimonial-wrapper-small {
    padding-bottom: 128px;
  }

  .b-caption-medium, .b-badge-caption {
    margin-right: 8px;
    display: inline;
  }

  .b-testimonial-mask {
    width: 100%;
  }

  .reviews {
    margin-top: 0;
    padding: 10px 20px;
  }

  .image-23 {
    top: auto;
    left: auto;
  }

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

  .b-h4-heading {
    font-size: 36px;
  }

  .b-badge-caption-2 {
    margin-right: 8px;
    display: inline;
  }

  .navigation-button-2, .hero-white-bar {
    display: none;
  }

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

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

  .logo-header-2 {
    margin-bottom: 60px;
  }

  .m-h4-heading {
    font-size: 36px;
  }

  .integration-grid-3 {
    grid-template-columns: 3fr;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .video-wrapper {
    border-width: 10px;
    height: 360px;
  }

  .navigation-secondary {
    display: none;
  }

  .header-card {
    bottom: 438px;
    left: 216px;
  }

  .container-27 {
    max-width: 100%;
    display: block;
  }

  .form-section {
    display: block;
  }

  .heading-large {
    font-size: 40px;
    line-height: 44px;
  }

  .account-link-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .image-gradient {
    height: 100vh;
  }

  .b-account-testimonial-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-account-slider {
    width: 100%;
  }

  .b-account-form-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .b-form-input {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .b-account-mask {
    width: 100%;
  }

  .b-account-testimonial-arrow.left-arrow, .b-account-testimonial-arrow.right-arrow {
    display: none;
  }

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

  .b-account-testimonial-wrapper {
    height: 65vh;
  }

  .chat-with-us {
    color: var(--gray-1);
    top: 556px;
    left: 159px;
  }

  .card-block-top-2 {
    left: -2%;
  }

  .card-block-2 {
    right: -3%;
  }

  .html-embed-11 {
    position: absolute;
    inset: 11% 0% 0%;
  }

  .nav-link-9 {
    font-size: 16px;
  }

  .nav-link-10 {
    color: #fff;
    background-color: #227558;
    font-family: Satoshi Variable, sans-serif;
    display: block;
  }

  .nav-link-10:hover {
    color: #ffeaea;
    font-size: 16px;
  }

  .section-35 {
    height: 150vh;
    padding-top: 40px;
  }

  .warining {
    height: 70px;
    font-size: 16px;
  }

  .top-bar-container---brix {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .top-bar-container---brix.top-bar-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-container---brix.top-bar-2---brix.preview-page---brix {
    text-align: center;
    align-items: center;
  }

  .top-bar-text---brix {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .top-bar-link---brix {
    justify-content: flex-start;
    width: 25%;
    margin-top: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 36px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .cta {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cta.bg-gray-1 {
    background-color: #fbfcee;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .cta.overflow-hidden {
    margin-top: 140px;
  }

  .cta.overflow-hidden.hme-sec {
    margin-top: 0;
    padding-top: 0;
  }

  .cta.no-bottom-space {
    background-color: #fff;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .cta.overlap-previous-section {
    background-color: #3d3d3d;
    background-image: none;
  }

  .cta.no-bottom-space {
    margin-top: 60px;
    padding-top: 0;
  }

  .cta.no-bottom-space.nmn {
    background-color: #0000;
    margin-top: 0;
    display: block;
  }

  .container {
    background-color: #0000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding: 60px 10px 0;
    position: static;
  }

  .container.nav-bar-container.centered-links-nav {
    z-index: 998;
    flex-direction: row;
    padding-bottom: 0;
    position: fixed;
  }

  .container.new-hero {
    grid-column-gap: 0px;
    background-color: #0000;
    background-image: linear-gradient(225deg, #ffffffb0, #ffd695c9 62%, #ffd695);
    justify-items: center;
    padding-top: 0;
  }

  .card.bg-offset-white {
    background-color: #0000;
    align-items: center;
  }

  .card-body {
    padding: 18px;
  }

  .card-body.home-metrics-cardss {
    box-shadow: none;
    background-color: #ffe0c4;
    border-width: 1px;
    border-color: #0000;
    min-width: 200px;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card-body.home-metrics-cardss.a {
    border-style: none;
  }

  .card-body.home-metrics-cardss.d {
    max-height: 300px;
  }

  .card-body.home-metrics-cardss.e {
    border-style: none;
  }

  .form-error, .form-success {
    padding: 12px;
  }

  .display-heading-2 {
    color: #000;
    text-align: center;
    margin-bottom: 18px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 32px;
    line-height: 36px;
  }

  .display-heading-2.metric-heading.metrics-numbers {
    color: #bbb;
  }

  .display-heading-2.r {
    padding-top: 10px;
  }

  .large-text {
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }

  .large-text.center-text.animate-in-second {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
  }

  .large-text.center-text.animate-in-second.snd {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }

  .large-text.space-bottom {
    color: var(--white);
  }

  .button.button-large {
    color: #fff;
    background-color: #000;
    width: 70%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.button-large.form-row-button {
    background-color: #e4c100;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.button-large.form-row-button.scd {
    height: 50px;
    margin-left: 0;
  }

  .button.button-large.bg-primary-2 {
    background-color: #007a5b;
    margin-left: auto;
    margin-right: auto;
  }

  .button.button-outline.nav-bar-button {
    flex: none;
    display: none;
  }

  .form-input.form-input-large {
    height: 48px;
  }

  .form-input.form-input-large.no-border {
    height: 50px;
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .form-input.no-border {
    border-color: var(--white);
  }

  .form-input.no-border:focus {
    border-color: var(--primary-1);
  }

  .text-pill.bg-primary-2.animate-in-first {
    background-color: #ffd80357;
  }

  .text-pill.bg-primary-4 {
    background-color: #ffd695;
    font-family: Manrope, sans-serif;
    top: 6px;
    left: -8px;
  }

  .navbar {
    width: 100%;
    height: 70px;
    display: block;
  }

  .brand-logo {
    width: 18%;
  }

  .brand-logo.w--current {
    background-color: #0000;
    border: 1px #ffffff21;
    border-radius: 50px;
    width: 18%;
    margin-left: 0;
  }

  .nav-menu-links {
    background-color: #fff;
    background-image: none;
    border-radius: 9px;
    justify-content: flex-start;
    margin-top: 70px;
    padding-bottom: 318px;
    padding-left: 24px;
    left: auto;
    box-shadow: 0 10px 11px -5px #2a2a2a78;
  }

  .nav-menu-dropdown-list.w--open {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    padding: 12px;
  }

  .nav-menu-dropdown-link {
    color: #000000c7;
    transition-property: opacity;
    transition-duration: .3s;
  }

  .menu-button {
    background-color: #e3f6f5e0;
    border-radius: 5px;
    flex: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .menu-button.w--open {
    object-fit: contain;
    top: auto;
  }

  .footer {
    overflow: hidden;
  }

  .footer.bg-gray-1 {
    background-color: #fff;
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-links-grid-3-column {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .footer-link-list-link {
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: underline;
  }

  .footer-link-list-link:hover {
    color: #313131;
  }

  .footer-link-list-link.crisp-button {
    font-size: 16px;
    font-weight: 500;
  }

  .footer-foot, .footer-foot-with-logo {
    text-align: center;
  }

  .footer-links-grid-4-column {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-with-large-links {
    align-items: center;
  }

  .footer-large-link-list {
    margin-bottom: 24px;
  }

  .footer-background-image {
    width: 63vw;
    min-width: 185px;
    bottom: 6px;
    right: -140px;
  }

  .utility-page-content {
    padding-top: 0;
    padding-bottom: 220px;
  }

  .grid-halves {
    grid-row-gap: 0px;
    grid-auto-rows: 500px;
    grid-auto-flow: row;
  }

  .animate-in-first {
    border-radius: 5px;
    margin-top: 0;
  }

  .animate-in-fourth {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .nav-menu-link {
    color: var(--gray-1);
    margin-left: 0;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    position: relative;
  }

  .content-width-extra-large {
    max-width: none;
  }

  .content-width-extra-large.align-center {
    margin-top: -55px;
  }

  .content-width-extra-large.align-center.space-bottom-extra-large {
    max-width: 380px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: auto;
    left: auto;
  }

  .content-width-extra-large.align-center.tos {
    margin-top: 0;
  }

  .content-width-extra-large.page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    top: auto;
  }

  .content-width-extra-large.page-title.mobi-space {
    margin-bottom: 10px;
  }

  .content-width-extra-large.align-center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-width-extra-large.page-title {
    margin-top: 40px;
    margin-bottom: 0;
    top: auto;
  }

  .center-text.small-text.animate-in-third {
    color: var(--gray-1);
    text-align: left;
    display: block;
  }

  .form-row {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 8px;
    display: flex;
  }

  .subscribe-form.align-center.animate-in-second {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .subscribe-form.align-center.animate-in-second.scd {
    color: #fff;
    background-color: #fff;
    border: 1px #000;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .large-heading {
    color: #3f3f3f;
    text-align: left;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Qanelassoftdemo;
    font-size: 25px;
    line-height: 35px;
  }

  .large-heading.space-bottom-large {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
  }

  .align-left {
    margin-left: 0;
    padding-left: 5px;
  }

  .contained-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contained-section.bg-gray-1.overflow-hidden {
    box-shadow: none;
    box-shadow: 0 1px 10px -1px #666565;
    box-shadow: none;
    background-color: #0000;
    background-image: none;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .contained-section.bg-primary-1 {
    padding-bottom: 100px;
  }

  .feature-third.feature-4.a {
    flex-direction: column;
    align-items: flex-start;
    min-width: 300px;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-heading {
    color: #434343;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
    line-height: 24px;
  }

  .contained-section-card {
    padding: 24px;
  }

  .contained-section-card.bg-gray-1 {
    background-color: #02c39a03;
    padding-top: 77px;
    display: none;
    top: 26px;
    left: 32.1vw;
  }

  .contained-section-card.bg-gray-1.home-overlay-container {
    padding-left: 20px;
    padding-right: 10px;
    display: block;
    position: static;
    left: 12.1vw;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.dffd {
    padding-left: 20px;
  }

  .contained-section-card.bg-gray-1.home-overlay-container.sgsffd {
    width: 90%;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: -42px;
    left: 1vw;
  }

  .doodle-right-2 {
    display: none;
  }

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

  .nav-bar-button, .navbar-bg {
    display: none;
  }

  .alert-popup {
    bottom: 8px;
  }

  .dismiss-alert-popup {
    flex: none;
  }

  .section-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
    top: -111px;
  }

  .paragraph {
    padding-right: 85px;
    font-family: Manrope, sans-serif;
    line-height: 24px;
  }

  .lottie-animation-2 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .button-3.button-outline.nav-bar-button {
    flex: none;
    display: none;
  }

  .image-8 {
    top: auto;
    left: auto;
    right: auto;
  }

  .image-9 {
    position: relative;
    top: auto;
  }

  .div-block-9 {
    background-color: var(--white);
    border-top-right-radius: 2px;
    flex-direction: column;
    min-width: 20%;
    max-width: 25%;
    max-height: 25px;
    margin-bottom: auto;
    margin-left: 0;
    margin-right: auto;
    padding: 0 0 2px 10px;
    display: block;
    bottom: 0;
    left: 0;
    box-shadow: 0 8px 8px -4px #494848;
  }

  .navigation-link {
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
  }

  .mobile-nav-link {
    color: #cecece;
    border-top: 1px #4a4a4a;
    font-family: Circularstd;
    font-size: 16px;
    font-weight: 500;
  }

  .mobile-nav-link.w--current {
    color: #cecece;
    font-size: 16px;
    font-weight: 500;
  }

  .nav-link-details {
    color: #7e8182;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .navigation-mob, .navigation-container {
    display: none;
  }

  .menu-mob {
    color: var(--gray-1);
  }

  .menu-mob.w--open {
    background-color: #14bd98;
  }

  .dropdown-title {
    color: #b6b4b4;
    font-family: Circularstd;
    font-size: 16px;
    font-weight: 500;
  }

  .navigation-wrap {
    display: block;
  }

  .mobile-nav {
    z-index: 800;
    background-color: #000c;
    border-radius: 5px 10px 5px 5px;
    min-width: 80%;
    margin: 5px 9px auto 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    top: 66px;
    box-shadow: -4px 10px 13px -2px #38383969;
  }

  .icon-wrap {
    background-color: #055745;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile:hover {
    background-color: #2b2b2b;
  }

  .dropdown-list.w--open {
    z-index: 999;
    background-color: #000;
    border-radius: 10px;
    min-width: 80%;
    max-width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    position: relative;
    left: 72px;
  }

  .mobile-toggle {
    color: #cecece;
    border-top: 1px #4a4a4a;
    border-left: 5px #c3c3c3;
    font-family: Circularstd;
    font-size: 16px;
  }

  .mobile-toggle.w--open {
    color: #fff;
    font-family: Circularstd;
    font-size: 14px;
  }

  .navigation {
    display: block;
  }

  .text-block-22 {
    color: #cecece;
    font-size: 15px;
    font-weight: 600;
  }

  .text-block-24 {
    color: #cecece;
    font-family: Circularstd;
    font-size: 16px;
    font-weight: 600;
  }

  .icon-7 {
    right: 119px;
  }

  .icon-8 {
    right: 120px;
  }

  .metrics-font {
    color: #363636;
    text-align: left;
  }

  .div-block-14 {
    margin-left: 0;
    padding-left: 0;
  }

  .text-span-7 {
    text-transform: capitalize;
  }

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

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-family: Circularstd;
  }

  .footer-link {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .button-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    font-family: Circularstd;
    font-weight: 700;
    display: flex;
    position: static;
    left: auto;
  }

  .footer-centre.ff {
    align-items: center;
  }

  .paragraph-light {
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }

  .footer-link-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: Qanelassoftdemo;
    font-weight: 500;
  }

  .image-18 {
    margin-top: 98px;
  }

  .icon-9 {
    color: #0b9f7f;
  }

  .heading-10 {
    font-size: 20px;
  }

  .testimonials-t3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 8px 8px 30px -7px #d3cdcd7d;
  }

  .quote-t3 {
    color: #222;
    font-size: 16px;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .reviews-section-dsk {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .testimonials-wrapper-2 {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-wrapper-t3-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-47 {
    align-self: center;
    margin: 20px 5px 10px 0;
  }

  .article-2 {
    color: #1a1a1a;
  }

  .text-span-24 {
    font-size: 16px;
  }

  .text-span-24.mobi {
    text-align: left;
    font-size: 14px;
    line-height: 5px;
  }

  .div-block-49 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .div-block-50 {
    box-shadow: none;
    background-image: linear-gradient(135deg, #19b291 51%, #0d9e7e);
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    min-height: 100px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .html-embed-8 {
    margin-top: 0;
  }

  .services-heading-3.a {
    color: #9c9c9c;
    margin-bottom: 40px;
    font-family: Qanelassoftdemo;
    font-weight: 500;
  }

  .div-block-53 {
    max-width: 100%;
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .div-block-53.scd {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .text-block-35 {
    align-self: center;
  }

  .heading-29, .heading-30, .heading-32, .heading-33, .heading-34 {
    font-family: Manrope, sans-serif;
  }

  .section-21 {
    background-color: #0000;
    background-image: linear-gradient(#000, #fff);
    display: none;
  }

  .div-block-54 {
    background-image: none;
    width: 100%;
    display: none;
  }

  .image-34 {
    top: 507px;
    left: 0;
  }

  .icon_wrap.a {
    background-color: #515353;
    border: 4px #007a5b45;
  }

  .icon_wrap.b {
    background-color: #24dab975;
  }

  .icon_wrap.c {
    background-color: #fde6c0;
  }

  .icon_wrap.d {
    background-color: #0000;
    border: 3px #9292924d;
  }

  .content_wrap {
    background-color: #3b3b3b;
    background-image: none;
    padding-top: 300px;
    padding-bottom: 0;
  }

  .h1_features {
    color: #fff;
    font-family: Qanelassoftdemo;
    font-weight: 500;
  }

  .col_60 {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .col_40 {
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    color: silver;
    margin-bottom: 13px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }

  .card_row {
    padding-left: 0;
    padding-right: 0;
  }

  .h1_example {
    color: #e1e1e1;
    text-align: left;
    font-family: Qanelassoftdemo;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .button-12 {
    background-color: #0000;
    background-image: linear-gradient(to right, #007a5b, #003d2e);
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .card_base {
    color: var(--gray-1);
    background-color: #357061;
    background-image: none;
    border-radius: 10px;
    margin-bottom: 100px;
    padding-bottom: 40px;
    top: auto;
    box-shadow: 4px 20px 40px #00000026;
  }

  .card_base.a {
    box-shadow: none;
    background-color: #313131;
    background-image: none;
    min-width: 350px;
    min-height: 350px;
    top: auto;
    left: auto;
  }

  .card_base.t {
    box-shadow: none;
    background-color: #313131;
    background-image: none;
    top: auto;
  }

  .card_base.z {
    box-shadow: none;
    background-color: #313131;
    background-image: none;
    border: 1px #000;
    min-width: 350px;
    min-height: 300px;
    top: auto;
  }

  .card_base.c {
    box-shadow: none;
    background-color: #313131;
    min-width: 350px;
    min-height: 350px;
    top: auto;
    left: auto;
  }

  .text_features {
    color: #858585;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .container-14 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding: 60px 20px 0;
  }

  .container-14.animate-in-fourth {
    background-image: linear-gradient(45deg, #007a5b, #000);
    flex-direction: row;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 100px 5% 40px;
  }

  .container-14.approach-mobi {
    margin-bottom: 0;
    padding-top: 0;
  }

  .no-space-bottom-4 {
    color: #b5b5b5;
    border-left: 1px solid #787878;
    margin-bottom: 40px;
    padding-left: 10px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
  }

  .div-block-60 {
    flex-direction: column;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .paragraph-8.hero {
    color: #494949d6;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  .hero-form {
    flex-direction: column;
    height: auto;
    margin-top: 40px;
  }

  .form-field {
    border-color: #0000;
    border-radius: 50px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .hero_text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-2 {
    color: #3e3e3ed6;
    margin-top: 10px;
    font-family: Qanelassoftdemo;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
  }

  .hero_mobile-image {
    z-index: 10;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 632.18px;
  }

  .section-24.hero {
    background-color: #0000;
    background-image: linear-gradient(315deg, #ffeed1, #fff);
    height: 850px;
    margin-bottom: 0;
    padding-top: 140px;
    display: block;
  }

  .button-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-13.black.form {
    background-color: var(--primary-4);
    color: #fff;
    background-image: linear-gradient(to right, #007a5b, #022217);
    border-style: none;
    border-radius: 50px;
    height: 65px;
    margin-top: 16px;
    margin-left: 0;
    font-family: Circularstd;
    font-weight: 500;
  }

  .text-span-39, .text-span-40 {
    color: #fff;
  }

  .how_block {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .heading-38 {
    font-family: Circularstd;
    font-size: 18px;
  }

  .process_details-2 {
    width: 100%;
    padding: 60px 0 15px 5px;
  }

  .process_details-2.vb {
    padding-top: 60px;
  }

  .process_section-2 {
    background-image: linear-gradient(135deg, #fff1cc7d, #fff);
    padding-top: 140px;
    display: block;
  }

  .centre_icon_wrap-2 {
    background-color: #fff6dc;
    top: auto;
  }

  .paragraph-9 {
    border-left-style: none;
    padding-left: 0;
    line-height: 26px;
  }

  .process_line-2 {
    background-image: none;
    border-color: #ffd695b0 #ffd6955e #ffd695b0 #fff6;
  }

  .h2-3 {
    color: #505050;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .large-heading-2 {
    color: #3f3f3f;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 20px;
    display: none;
  }

  .text-pill-2.bg-primary-4 {
    background-color: #0000;
    border-radius: 5px;
    padding-top: 20px;
    top: auto;
    left: auto;
  }

  .bold-text-9 {
    color: #6c6c6c;
    font-size: 25px;
  }

  .text-span-41 {
    color: #109271;
  }

  .text-span-43 {
    color: #fff;
    font-weight: 700;
  }

  .link-16 {
    color: #fff;
  }

  .border-inner {
    background-color: #068b6f;
  }

  .content-h1 {
    color: #fff1de;
    font-family: Circularstd;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }

  .paragraph-title {
    color: var(--gray-1);
    border-left: .5px #e4e4e4;
    padding-left: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
  }

  .content-block {
    padding-left: 0;
    padding-right: 0;
  }

  .content-section-2 {
    background-color: #292828;
    border-top-right-radius: 0;
    padding-top: 20px;
  }

  .image-wrapper {
    box-shadow: none;
  }

  .image-wrapper.a {
    box-shadow: none;
    width: 100%;
  }

  .image-wrapper.b {
    width: 100%;
  }

  .project-h3 {
    color: #b4b4b4;
    margin-bottom: 20px;
    font-family: Circularstd;
    font-weight: 500;
  }

  .work-item {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-text {
    color: #0bb490;
  }

  .text-block-37, .text-block-38, .text-block-39, .text-block-40 {
    font-family: Circularstd;
  }

  .sticky-services-intro {
    top: 50px;
  }

  .outline-button {
    text-transform: capitalize;
    background-color: #069d845c;
    border-style: none;
    border-radius: 5px;
    transition-property: none;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px);
  }

  .grades {
    background-color: var(--white);
    padding: 60px 10px 0 0;
  }

  .grades.grey {
    padding-top: 60px;
  }

  .body-display {
    color: #161616;
    font-family: Satoshi Variable, sans-serif;
  }

  .body-display.small {
    color: #3f3f3f;
    font-weight: 500;
    line-height: 24px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .button-text {
    color: #000;
    text-transform: capitalize;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
  }

  .subtitle {
    color: #0f0f0f;
    letter-spacing: 0;
    text-transform: capitalize;
    font-family: Satoshi Variable, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }

  .core-value {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    border-style: solid;
    border-color: #e7e7e7;
  }

  .about-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-color: #727272;
  }

  .heading-39 {
    margin-bottom: 20px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 40px;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-17.blog-title {
    max-width: 95%;
  }

  .display-h1-dark {
    font-size: 25px;
  }

  .text-span-52 {
    text-transform: capitalize;
  }

  .blog-title {
    font-size: 25px;
  }

  .blog-detail-wrap {
    margin-bottom: 20px;
  }

  .full-hero-image {
    display: block;
  }

  .hero-image-wrapper {
    margin-top: 10px;
  }

  .hero-image-wrapper.blog {
    max-width: 95%;
    height: auto;
  }

  .white-bg-bar {
    min-height: 100%;
    display: block;
  }

  .blog-h1 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 400;
  }

  .blog-hero {
    padding-top: 140px;
  }

  .blog-article {
    padding-top: 60px;
  }

  .container-tight {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-tight.article {
    max-width: 95%;
  }

  .blog-title-2 {
    font-size: 20px;
  }

  .section-26 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-13 {
    font-style: normal;
    text-decoration: none;
  }

  .company-hero {
    background-color: #0000;
    min-height: auto;
    max-height: 200px;
    padding-top: 0;
  }

  .container-18 {
    color: var(--white);
    background-color: #0000;
    min-width: 110%;
    max-width: 400%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    position: static;
    top: -76px;
  }

  .display-centre {
    color: var(--gray-1);
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 6%;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    display: none;
  }

  .hero-image-wrapper-2 {
    max-width: none;
    margin-top: 0;
    top: auto;
  }

  .content-h1-3 {
    color: #484848;
    margin-right: 0;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .subtitle-02 {
    font-family: Satoshi Variable, sans-serif;
  }

  .number-wrap {
    border-bottom: 1px solid #eeeeef;
    padding: 22px 10px 32px;
  }

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

  .feature-block-mobile {
    box-shadow: none;
  }

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

  .value-h4 {
    color: #515151;
    font-family: Satoshi Variable, sans-serif;
    font-size: 18px;
  }

  .value-block {
    transition-property: none;
  }

  .value-icon, .image-42 {
    display: none;
  }

  .heading-40 {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .heading-41 {
    font-family: Satoshi Variable, sans-serif;
  }

  .text-span-59 {
    font-family: Circularstd;
  }

  .text-span-60 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #15826a, #ecc577 58%, #4d4d4d 98%, #ffcb78);
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 500;
  }

  .section-27 {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Manrope, sans-serif;
  }

  .text-span-61 {
    display: none;
  }

  .image-44, .image-45, .image-46 {
    display: block;
  }

  .navigation-wrapper {
    display: none;
  }

  .menu-wrap {
    background-color: #fff;
    height: auto;
  }

  .link-description-2 {
    font-size: 15px;
  }

  .resource-image-wrapper {
    height: 130px;
    margin-bottom: 10px;
  }

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

  .large-image-block {
    margin-bottom: 16px;
  }

  .navigation-3 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-3.av.caht {
    background-color: #0000;
    padding-left: 0%;
  }

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

  .all-products-link {
    background-color: #15865f29;
    justify-content: flex-start;
    padding-left: 23px;
  }

  .menu-button-3 {
    color: #3b3b3b;
    background-color: #14805a;
    border-style: none;
    border-color: #ffefe0;
    margin-left: 0;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #fff;
    border-color: #ccfff2;
  }

  .resources-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .all-products-text {
    color: #227558;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    text-decoration: underline;
  }

  .dropdown-wrapper-3 {
    background-color: #15865f0d;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    left: auto;
  }

  .navigation-dropdown-link {
    border-radius: 5px;
    flex-direction: column;
  }

  .navigation-dropdown-link:hover {
    background-color: #dfffffc2;
  }

  .navigation-feature-content {
    display: block;
  }

  .dropdown-wrapper-company {
    background-color: var(--white);
    padding: 10px 20px 10px 10px;
  }

  .toggle-2 {
    color: #111;
    font-size: 16px;
  }

  .toggle-2:hover {
    color: #007a5b;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 700;
  }

  .toggle-2.w--open {
    color: #5f5f5f;
    background-color: #93ebcc14;
  }

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

  .container-navigation-2 {
    max-width: 100%;
    padding-right: 20px;
  }

  .icon-13 {
    color: #fff;
  }

  .text-block-47 {
    color: #7c7c7c;
  }

  .text-block-48 {
    font-family: Satoshi variable, sans-serif;
  }

  .content-heading-2 {
    color: #4a4a4a;
    font-size: 35px;
    font-weight: 500;
    line-height: 38px;
  }

  .content-text-wrap-2 {
    max-height: 650px;
  }

  .image-15 {
    display: none;
    position: static;
  }

  .content-text-wrap-3 {
    max-height: 650px;
  }

  .image-47 {
    display: none;
    position: static;
  }

  .testimonial-slide {
    padding: 10px;
  }

  .testimonial-slider {
    width: auto;
  }

  .testimonial-block-3 {
    max-height: 380px;
    padding: 20px;
  }

  .testimonial-subheading {
    color: #636363;
  }

  .testimonial-heading {
    color: #4d4d4d;
    font-size: 40px;
    line-height: 1;
  }

  .bold-text-10, .bold-text-11 {
    color: #434343;
    font-weight: 700;
  }

  .content-preheader-2 {
    line-height: 28px;
  }

  .content-section-6.a {
    padding-top: 10px;
  }

  .content-text-wrap-4 {
    min-width: auto;
    max-height: none;
    padding-bottom: 60px;
  }

  .features-heading {
    color: #dfdfdf;
  }

  .features-heading.a {
    color: #4f4f4f;
  }

  .features-heading.text_features {
    font-family: Circularstd;
  }

  .bold-text-16 {
    color: #b0b0b0;
  }

  .stats-text {
    color: #4c4c4c;
  }

  .grades-heading {
    color: #1f1f1f;
    font-weight: 700;
    line-height: 28px;
  }

  .bold-text-17 {
    font-family: Circularstd;
    font-size: 35px;
  }

  .text-span-71 {
    font-family: Circularstd;
  }

  .image-48, .image-49 {
    display: none;
  }

  .bold-text-19 {
    color: #313030;
  }

  .input-field {
    color: #5e5e5e;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .header-section {
    background-color: #0000;
    background-image: linear-gradient(65deg, #ffe9d6, #fff 22%);
    flex-direction: column;
    height: auto;
    padding: 20px 5% 100px;
  }

  .header-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .header-grid {
    height: 1700px;
  }

  .header-icon {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block {
    margin-top: 40px;
  }

  .number-large {
    margin-right: 0;
  }

  .card-block-top {
    display: none;
  }

  .feature-wrapper {
    text-align: left;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 60px;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 60px;
  }

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

  .card-block {
    right: auto;
  }

  .header-wrapper {
    flex-wrap: wrap;
  }

  .header-block {
    justify-content: center;
    height: auto;
  }

  .line-break {
    display: none;
  }

  .paragraph-regular {
    color: #535353;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
  }

  .paragraph-regular.a {
    border-left: 1px solid #d8d8d8;
    margin-left: 0;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .avatar-text {
    color: #000;
  }

  .submit-button-2 {
    width: 100%;
    margin-top: 4px;
  }

  .submit-button-2:hover {
    background-color: #303030;
    background-image: none;
  }

  .badge-header {
    width: auto;
    margin-bottom: 5px;
  }

  .badge-header.a {
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 75%;
    margin-bottom: 0;
    font-size: 10px;
  }

  .badge-header.c {
    background-color: #fde9c9;
    background-image: none;
    border-radius: 5px;
    width: auto;
    margin-bottom: 10px;
  }

  .badge-header.d {
    width: 60%;
  }

  .badge-header.d.df {
    background-color: #0000;
    width: 68%;
    margin-bottom: 0;
  }

  .badge-header.e {
    width: auto;
    max-width: 45%;
  }

  .badge-header.e.f {
    width: 40%;
    margin-bottom: 20px;
  }

  .caption-regular {
    display: none;
  }

  .header-line-break {
    background-color: #000;
    margin-top: 10px;
    display: none;
  }

  .text-field {
    border-color: #cfcfcf;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .avatar-group-wrapper {
    margin-bottom: 10px;
  }

  .heading-hero {
    color: #3d3d3d;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
  }

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

  .grid-two-column.a {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .header-logo-banner {
    display: none;
  }

  .h3-heading {
    color: #181818;
    margin-bottom: 0;
    font-family: Manrope, sans-serif;
    font-size: 40px;
    font-weight: 500;
  }

  .h3-heading.text-weight-medium {
    font-family: Qanelassoftdemo;
    font-size: 45px;
    font-weight: 500;
    line-height: 40px;
  }

  .hero-avatar-row {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .form-2 {
    flex-direction: column;
    max-width: 100%;
  }

  .margin-top-64 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .avatar-first {
    box-shadow: none;
    background-color: #ffbb5d;
    border-color: #fff;
  }

  .header-content {
    max-width: 100%;
    left: auto;
  }

  .badge-wrapper {
    margin-bottom: 0;
  }

  .text-block-50 {
    color: #d68f1b;
    text-align: left;
    font-family: Qanelassoftdemo;
    font-size: 14px;
    font-weight: 700;
  }

  .text-block-50.a {
    color: #5e5e5e;
    text-transform: capitalize;
    padding-left: 0;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    line-height: 28px;
  }

  .text-block-50.c {
    color: #4e4e4e;
    text-transform: capitalize;
    margin-bottom: 10px;
    padding-left: 0;
    font-family: Manrope, sans-serif;
    font-weight: 500;
  }

  .text-block-50.v {
    color: #227558;
  }

  .background-video {
    display: none;
  }

  .text-block-51 {
    color: #3a3a3a;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button-3 {
    width: 100%;
  }

  .header-logo-banner-2 {
    background-color: #0000;
    display: block;
  }

  .content-card {
    background-color: #47a8f32e;
    min-height: 300px;
    box-shadow: 46px 46px 72px 2px #2b1d6714;
  }

  .content-card.feature-yellow {
    background-color: #fff4e9;
    border: 1px #ffd9b3;
    min-height: 300px;
  }

  .content-card.content-green {
    background-color: #15865f21;
  }

  .content-card.feature-blue {
    background-color: #24da7821;
    min-height: 300px;
  }

  .content-card.a {
    background-color: #0000;
    border: 1px solid #e6e6e6;
  }

  .content-card.b {
    background-color: var(--white);
    border: 1px #ffdaa7;
    box-shadow: 46px 46px 72px 2px #2b1d6714;
  }

  .content-card.d {
    background-color: #ffffff0f;
    border: 1px #b3e5c3;
    max-height: 400px;
  }

  .heading-detail-section {
    font-size: 10px;
  }

  .margin-bottom-72 {
    background-color: #15865f17;
    align-items: center;
    margin-bottom: 40px;
  }

  .section-large {
    background-color: #faf4ef38;
    height: auto;
    padding-top: 60px;
    padding-left: 5%;
  }

  .paragraph-small {
    font-family: Manrope, sans-serif;
  }

  .image-cover {
    display: none;
  }

  .feature-icon-square-03 {
    border-width: 1px;
  }

  .feature-icon-square-01 {
    border-color: #2175669c;
  }

  .content-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-53 {
    border-radius: 50px;
    max-width: 130%;
    position: relative;
    top: -1044%;
    left: 44%;
    box-shadow: 23px 23px 52px -10px #646464;
  }

  .image-54 {
    border-radius: 50px;
    max-width: 120%;
    position: relative;
    top: -1324%;
    left: -254%;
    box-shadow: 23px 23px 52px -10px #646464;
  }

  .image-55 {
    border-radius: 50px;
    max-width: 140%;
    position: relative;
    top: -915px;
    left: -400%;
    box-shadow: 23px 23px 52px -10px #646464;
  }

  .image-55.sd {
    display: block;
    top: -622px;
    left: -87%;
  }

  .image-56 {
    max-width: 145%;
    position: relative;
    top: -1300%;
    left: -59%;
    box-shadow: 23px 23px 52px -10px #646464;
  }

  .image-57 {
    max-width: 150%;
    position: relative;
    top: -1550%;
    left: 283%;
    box-shadow: 23px 23px 52px -10px #646464;
  }

  .span-blue {
    color: #227558;
  }

  .section-content {
    background-image: linear-gradient(225deg, #ffe9d6, #fff 26%);
    align-items: flex-start;
    height: 1500px;
    padding-top: 60px;
    padding-bottom: 140px;
    padding-left: 8%;
  }

  .content-background {
    top: -38px;
    left: -137px;
  }

  .card-ui {
    bottom: -80%;
  }

  .paragraph-large {
    color: #363636;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }

  .h3-heading-2 {
    color: #1a1a1a;
    font-family: Qanelassoftdemo;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
  }

  .button-standard {
    color: #fff;
    text-align: center;
    border-width: 1px;
    border-color: #df934c;
    font-family: Circularstd;
    font-weight: 500;
  }

  .process-image1 {
    max-width: 110%;
    position: static;
  }

  .process-heading {
    color: #227558;
    margin-bottom: 0;
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

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

  .propcess-content {
    border-style: none;
    border-color: #ffe0c3;
    border-radius: 0;
    padding: 0 0 40px;
  }

  .process-block {
    padding-top: 0;
  }

  .process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .process-container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .process-title {
    color: #1a1a1a;
    font-family: Satoshi Variable, sans-serif;
    font-size: 25px;
    font-weight: 600;
  }

  .wave {
    margin-left: 0;
  }

  .process-section {
    padding-top: 100px;
    padding-bottom: 10px;
    padding-left: 5%;
  }

  .process-button {
    color: #114734;
    background-color: #15865f24;
    border-width: 1px;
    border-color: #f5a65c;
    border-radius: 8px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 700;
  }

  .process-button:hover {
    color: #0c4e37;
    background-color: #15865f69;
    font-weight: 800;
  }

  .process-button.b {
    padding-left: 24px;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-paragraph {
    color: #313030;
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

  .process-line {
    display: none;
  }

  .avatar-row {
    margin-bottom: 10px;
  }

  .avatar-grouped-2 {
    box-shadow: none;
  }

  .grid-button.margin-top-64 {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .stats {
    background-color: #214e41;
  }

  .paragraph-small-2 {
    color: #fff;
    font-family: Manrope, sans-serif;
    font-size: 16px;
  }

  .heading-content {
    margin-bottom: 20px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }

  .button-primary {
    background-color: #227558;
    background-image: none;
  }

  .button-primary.b {
    color: #227558;
    background-color: #fff;
    background-image: none;
    border: 1px solid #227558;
    width: 55%;
  }

  .line-fill {
    background-color: var(--primary-2);
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .heading-48 {
    color: #0c0c0c;
    font-size: 32px;
    line-height: 1.2em;
  }

  .bold-text-26 {
    color: #fff;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
  }

  .bold-text-26:hover {
    color: #fff;
    background-color: #0000;
  }

  .arrow {
    display: none;
  }

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

  .header-accent-wrapper {
    flex-wrap: wrap;
  }

  .video-play-link {
    margin-top: 20px;
    margin-left: 0;
  }

  .testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .author-social {
    color: #666;
  }

  .author-name {
    font-family: Circularstd;
  }

  .paragraph-standard {
    color: #616163;
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
  }

  .card-testimonial-large {
    box-shadow: none;
    min-width: 310px;
    max-width: none;
    position: relative;
    top: 75px;
  }

  .paragraph-large-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .bold-text-28 {
    text-decoration: none;
  }

  .paragraph-small-3 {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

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

  .button-integration {
    color: #0000;
    background-color: #15865f;
    border: 1px #9b836d;
    border-radius: 5px;
    padding-left: 24px;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .button-integration:hover {
    background-color: #227558de;
  }

  .cta-section {
    background-position: 0 0;
  }

  .cta-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .paragraph-cta {
    color: #fff;
    font-family: Satoshi Variable, sans-serif;
    line-height: 28px;
  }

  .button-cta {
    color: #1f1f1f;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 5%;
    padding: 10px;
    font-family: Satoshi Variable, sans-serif;
  }

  .button-cta:hover {
    color: #525252;
  }

  .section-cta {
    background-color: #227558;
  }

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

  .cta-heading {
    text-align: left;
    margin-bottom: 10px;
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

  .button-outline-2 {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-family: Satoshi Variable, sans-serif;
  }

  .button-outline-2:hover {
    color: #2e2e2e;
    font-family: Circularstd;
    font-weight: 400;
  }

  .bold-text-30 {
    font-family: Satoshi Variable, sans-serif;
  }

  .bold-text-31 {
    font-family: Satoshi Variable, sans-serif;
    line-height: 24px;
  }

  .bold-text-32 {
    color: #171718;
    font-size: 16px;
  }

  .section-30 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .half-wrapper-2 {
    grid-template-rows: auto;
  }

  .background-video-2 {
    background-image: linear-gradient(65deg, #0f0f0f, #0000);
    height: auto;
    display: none;
  }

  .text-block-54, .text-block-55 {
    text-decoration: none;
  }

  .hero-heading-2 {
    font-size: 17vw;
    line-height: 19vw;
  }

  .avatar-row-2 {
    flex-wrap: wrap;
  }

  .form-3 {
    flex-flow: column wrap;
  }

  .search-field {
    margin-bottom: 10px;
  }

  .hero-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .submit-button-4 {
    width: 100%;
    min-width: 120px;
  }

  .form-block-3 {
    max-width: 100%;
    height: 160px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .form-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #eee;
    border: 2px solid #f1f1f1;
    border-radius: 10px;
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    height: 60px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Manrope, sans-serif;
    display: grid;
  }

  .submit-button-5 {
    background-color: #04776d;
    background-image: linear-gradient(145deg, #24da8e, #18664b2e);
    border-radius: 10px;
    width: auto;
    min-height: 60px;
    margin-top: 0;
  }

  .submit-button-5:hover {
    background-color: #278b68;
    background-image: none;
  }

  .text-span-77 {
    color: #227558;
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }

  .text-span-78, .text-span-79, .text-span-80 {
    color: #1f1f1f;
    text-decoration: underline;
  }

  .text-span-81 {
    color: #1f1f1f;
    font-family: Manrope, sans-serif;
    text-decoration: underline;
  }

  .text-span-82 {
    color: #1f1f1f;
    text-decoration: underline;
  }

  .text-span-83 {
    color: #1f1f1f;
    text-decoration: none;
  }

  .text-span-84 {
    color: #ff9939;
    background-image: linear-gradient(135deg, #ffc362, #d17824);
  }

  .text-span-85 {
    color: var(--white);
  }

  .lottie-animation-3 {
    width: 135%;
    position: relative;
    left: -108px;
    right: 0%;
  }

  .career-newsletter {
    border-left-style: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .career-heading-small {
    font-family: Satoshi Variable, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .career-detail-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .career-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .career-heading-detail {
    font-family: Satoshi Variable, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .career-card {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .image-59 {
    width: 105%;
    margin-top: 0;
    top: 114px;
    left: auto;
  }

  .text-span-86 {
    font-family: Circularstd;
    font-weight: 700;
    text-decoration: none;
  }

  .image-60 {
    border: 1px solid #fff;
    border-radius: 20px;
    max-width: 100%;
    margin-top: 20px;
  }

  .text-span-87 {
    font-weight: 600;
  }

  .bold-text-37 {
    color: #1f1f1f;
  }

  .bottom-content {
    margin-top: 5px;
    display: block;
    position: static;
    top: -50px;
  }

  .company-logo-2 {
    max-width: 20%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .trusted-text {
    color: #757575b8;
    margin-top: 0;
    font-family: Manrope, sans-serif;
    font-size: 14px;
  }

  .f-header-avatar-group-large {
    flex-wrap: wrap;
  }

  .f-header-avatar-text {
    margin-left: 0;
  }

  .f-header-form-row {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .a-header-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .a-header-image-right-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 0%;
    position: static;
  }

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

  .a-h1-heading {
    font-size: 55px;
    font-weight: 600;
  }

  .a-container-regular {
    padding-top: 20px;
  }

  .a-paragraph-regular {
    color: #474747;
  }

  .header {
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .text-span-88 {
    font-family: Satoshi Variable, sans-serif;
    font-weight: 800;
  }

  .avatar-grouped-3 {
    width: 60px;
  }

  .image-63 {
    display: block;
  }

  .logo-title-wrapper {
    text-align: center;
  }

  .logo-header {
    font-size: 44px;
    line-height: 62px;
  }

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

  .paragraph-large-5 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-large-5.text-color-gray-500 {
    text-align: left;
    font-size: 16px;
  }

  .paragraph-large-5.text-color-gray-500.vbb {
    font-size: 18px;
  }

  .dots-animation-5 {
    width: 100px;
    height: 20px;
    top: 96%;
  }

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

  .image-421 {
    max-width: 100%;
  }

  .image-46731 {
    margin-top: 100px;
    display: block;
  }

  .image-422 {
    max-width: 100%;
  }

  .dots-animation-3 {
    width: 200px;
    height: 120px;
    top: 53px;
  }

  .image-4568 {
    max-width: 130%;
    position: relative;
    inset: 145px auto auto -64px;
  }

  .image-4568.a {
    max-width: 150%;
  }

  .image-4568.a.c {
    max-width: 90%;
    display: inline-block;
    position: relative;
    inset: auto 0% -21%;
  }

  .image-4568.a.c.cc {
    z-index: 2;
    max-width: 105%;
    display: none;
    position: relative;
    inset: 55px auto auto -14px;
  }

  .dots-animation-4 {
    width: 100px;
    height: 20px;
    left: -9%;
  }

  .check-icon-2 {
    max-width: 30%;
    margin-bottom: 34px;
  }

  .hero-feature-wrapper-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
  }

  .h1-heading-2.margin-bottom-32 {
    color: #464646;
    text-align: left;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(225deg, #e0ab7f, #404040);
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Circularstd;
    font-size: 44px;
    line-height: 45px;
  }

  .dots-animation-13 {
    width: 400px;
    height: 100px;
    top: 22%;
  }

  .dots-animation-14 {
    width: 50px;
    height: 20px;
    top: 76%;
  }

  .text-block-42 {
    color: #1a1a1a;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .dots-animation {
    width: 300px;
    height: 30px;
    top: 8%;
    left: 129px;
  }

  .dots-animation-7 {
    width: 300px;
    top: 19%;
    left: -46px;
  }

  .dots-animation-9 {
    left: -44%;
  }

  .grid-two-column-2.align-centre {
    flex-direction: column;
    margin-top: 100px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .dots-animation-6 {
    width: 120px;
    top: 9%;
    right: 35%;
  }

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

  .bottom-content-2 {
    margin-top: 60px;
    position: static;
    top: -50px;
  }

  .dots-animation-10 {
    width: 200px;
    left: 86px;
  }

  .section-31 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-31.color.top-pading {
    background-image: none;
    height: 1500px;
    margin-bottom: 0;
    padding: 100px 0%;
  }

  .dots-animation-15 {
    width: 55px;
    inset: 127px auto 7px 307.5px;
  }

  .dots-animation-2 {
    width: 140px;
    height: 100px;
    position: relative;
    top: 467px;
  }

  .dots-animation-12 {
    width: 40px;
    height: 40px;
    left: -19%;
  }

  .div-block-135 {
    z-index: -1;
    background-image: linear-gradient(#ffeabe, #0000);
  }

  .dots-animation-11 {
    width: 100px;
    height: 20px;
  }

  .feature-row-2 {
    margin-bottom: 20px;
  }

  .dots-animation-8 {
    width: 80px;
    height: 20px;
    left: -24%;
    right: 45%;
  }

  .avatar-small-2.avatar-stack {
    border-width: 5px;
  }

  .div-block-58 {
    align-items: flex-start;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .b-banner-close {
    display: none;
  }

  .b-logo-image {
    max-width: 150px;
  }

  .b-logo-section {
    padding-top: 0;
    display: block;
  }

  .b-button-primary {
    border-radius: 5px;
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
  }

  .b-logo-heading {
    color: #474747;
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
  }

  .b-container-regular {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .b-button-secondary {
    border-radius: 5px;
    width: 100%;
    height: 60px;
  }

  .b-button-secondary.about-us {
    width: 70%;
  }

  .div-block-137 {
    max-width: 100%;
  }

  .image-46732 {
    max-width: 80%;
  }

  .integration {
    margin-bottom: 32px;
  }

  .integration-section {
    background-color: #183c31;
  }

  .integration-logo {
    width: 100px;
  }

  .integration-logo.umgc {
    width: 80px;
  }

  .integration-wrap-right {
    flex-wrap: wrap;
  }

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

  .integration-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-block-63 {
    font-size: 16px;
  }

  .schools {
    background-color: #15865f1a;
  }

  .m-logo-card {
    padding-left: 0;
    padding-right: 10px;
  }

  .m-logo-card-block {
    grid-row-gap: 40px;
  }

  .m-button-outline {
    width: 100%;
  }

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

  .b-h3-heading {
    font-size: 30px;
  }

  .b-content-image {
    width: 100%;
    max-width: 100%;
    position: static;
  }

  .b-content-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
    position: static;
    left: 0;
  }

  .b-paragraph-small {
    color: #383838;
    font-family: Manrope, sans-serif;
  }

  .b-content-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .b-container-small {
    flex-direction: column;
    display: flex;
    position: static;
  }

  .b-content-grid.margin-bottom-56 {
    flex-direction: column;
    display: flex;
  }

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

  .features {
    padding-left: 8%;
    padding-right: 8%;
    position: static;
  }

  .b-icon-large {
    width: 55px;
    height: 55px;
  }

  .b-content-grid-medium {
    grid-template-columns: 1fr;
    min-width: auto;
    margin-bottom: 10px;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
  }

  .text-block-64 {
    color: #0b4d36;
  }

  .text-block-65 {
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .intergration-2 {
    width: 60px;
  }

  .div-block-138 {
    background-color: #0000;
    background-image: linear-gradient(45deg, #fff0, #fff);
    width: auto;
    min-width: auto;
    max-width: none;
    box-shadow: 46px 46px 72px -20px #0000001f;
  }

  .hero-heading-3 {
    font-size: 52px;
    line-height: 60px;
  }

  .header-block-3 {
    justify-content: center;
    height: auto;
  }

  .lottie-animation-4 {
    min-width: 110%;
    display: none;
    position: static;
  }

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

  .a-section-large {
    padding-top: 0;
  }

  .a-feature-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    position: static;
  }

  .a-paragraph-small {
    color: #262626;
    font-family: Satoshi Variable, sans-serif;
    font-weight: 500;
  }

  .image-46733 {
    bottom: auto;
    left: auto;
  }

  .image-46734 {
    top: 143px;
    bottom: 1144.88px;
    left: -108px;
  }

  .image-46734.a {
    z-index: 1;
    top: 1723px;
  }

  .image-46734.b {
    display: none;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .asdg {
    display: none;
  }

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

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

  .card-testimonial-large-2 {
    min-width: 310px;
    max-width: none;
  }

  .banner {
    display: none;
  }

  .menu-button-7 {
    margin-left: 0;
  }

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

  .hero-heading-4 {
    font-size: 70px;
    line-height: 80px;
  }

  .b-h3-heading-2 {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
  }

  .b-paragraph-small-2.b-text-color-gray-700 {
    font-size: 16px;
  }

  .b-button-testimonial {
    color: #083626;
    border-radius: 5px;
    font-size: 16px;
  }

  .b-testimonial-count {
    color: #217759;
  }

  .b-testimonial-arrow.right, .b-testimonial-arrow.left {
    margin-bottom: 5px;
  }

  .reviews {
    margin-top: 0;
    padding: 10px;
  }

  .image-46735 {
    display: none;
  }

  .image-23 {
    position: static;
  }

  .b-content-banner-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .b-content-grid-small.margin-bottom-32 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .span-purple {
    font-size: 18px;
    font-weight: 600;
  }

  .hero-paragraph-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .hero-heading-5 {
    font-size: 14vw;
    line-height: 14vw;
  }

  .hero-icon {
    width: 14vw;
  }

  .h3-heading-4.margin-bottom-16 {
    font-size: 30px;
  }

  .container-regular {
    position: static;
  }

  .faq-item-line {
    width: auto;
    padding: 24px;
    position: static;
  }

  .paragraph-regular-2 {
    color: var(--gray-1);
    font-weight: 500;
  }

  .div-block-140 {
    line-height: 1.8em;
  }

  .m-button-outline-2 {
    width: 100%;
  }

  .form-heading-3 {
    line-height: 30px;
  }

  .integration-card-2.b {
    box-shadow: 46px 46px 72px -20px #00000014;
  }

  .lms {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .pricing-heading-2 {
    font-size: 30px;
    line-height: 30px;
  }

  .video-section {
    padding-top: 60px;
  }

  .video-heading-2 {
    font-size: 32px;
    line-height: 38px;
  }

  .thumbnail-wrapper {
    height: 320px;
  }

  .video {
    width: auto;
    height: auto;
    display: none;
    top: auto;
  }

  .navigation-secondary {
    display: none;
  }

  .header-block-4 {
    text-align: center;
  }

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

  .paragraph-regular-3 {
    font-size: 18px;
    line-height: 30px;
  }

  .header-card-title {
    font-size: 16px;
  }

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

  .header-icon-wrapper {
    font-size: 28px;
  }

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

  .header-card {
    max-width: 80%;
    padding: 16px;
    display: none;
    bottom: 16px;
    left: 16px;
  }

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

  .hero-heading-6 {
    font-size: 44px;
    line-height: 62px;
  }

  .button-secondary-arrow {
    width: 100%;
  }

  .html-embed-10 {
    display: none;
  }

  .container-27 {
    max-width: 100%;
    display: block;
  }

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

  .div-block-144 {
    background-color: #0000;
    background-image: linear-gradient(315deg, #fff, #fff0);
    min-width: auto;
    max-width: 100%;
  }

  .video-3 {
    display: block;
  }

  .div-block-145 {
    background-image: linear-gradient(315deg, #ff9c1217, #ff96032e 0%, #fff0);
    min-width: auto;
    max-width: none;
  }

  .div-block-146 {
    background-image: linear-gradient(to top, #5890bb2e, #fff0);
    min-width: auto;
    max-width: none;
  }

  .image-46746 {
    max-width: 100%;
  }

  .form-section {
    display: block;
  }

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

  .account-button {
    max-width: none;
  }

  .image-section {
    min-height: 800px;
  }

  .form-field-2 {
    padding-left: 80px;
  }

  .checkbox {
    margin-left: 0;
  }

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

  .image-gradient {
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-icon {
    width: 60px;
  }

  .b-button-dark {
    width: 100%;
  }

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

  .chat-with-us {
    color: var(--gray-1);
    top: 459px;
    left: 61px;
  }

  .card-block-top-2 {
    display: none;
  }

  .card-block-2 {
    right: auto;
  }

  .div-block-147 {
    height: 1200px;
  }

  .section-33 {
    height: 100%;
  }

  .html-embed-11 {
    position: absolute;
    inset: 13% 0% 0%;
  }

  .large-header {
    font-size: 50px;
  }

  .blog-end-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .avatar-circle-3 {
    margin-right: 12px;
  }

  .author-name-large {
    font-size: 16px;
    font-weight: 400;
  }

  .detail-text {
    font-size: 16px;
  }

  .header-paragraph-4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .author-block {
    margin-bottom: 10px;
  }

  .nav-link-9 {
    font-size: 16px;
  }

  .nav-link-10 {
    color: #fff;
    background-color: #227558;
    font-family: Satoshi Variable, sans-serif;
    font-size: 16px;
    display: block;
  }

  .nav-link-10:hover {
    color: #fff1f1;
  }

  .text-span-96 {
    color: #227558;
  }

  .section-35 {
    height: 150vh;
    padding-top: 0;
  }

  .container-28 {
    justify-content: center;
    align-items: stretch;
    padding-top: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-12 {
    height: auto;
  }

  .heading-50 {
    font-weight: 400;
    line-height: 32px;
  }

  .warining {
    height: 80px;
    font-size: 14px;
  }

  .top-bar-container---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-container---brix.top-bar-2---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .top-bar-container---brix.top-bar-2---brix.preview-page---brix {
    align-items: center;
    padding-left: 15px;
  }

  .top-bar-text---brix {
    text-align: left;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .top-bar-link---brix {
    justify-content: flex-start;
    width: 40%;
    margin-top: 12px;
    display: flex;
  }
}

#w-node-_24550fdc-ba93-a50b-9596-a8f9be6133b2-718392c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24550fdc-ba93-a50b-9596-a8f9be6133de-718392c2 {
  align-self: center;
}

#w-node-_585898e5-0232-1bbd-5ce6-844d7596490f-718392c2, #w-node-_585898e5-0232-1bbd-5ce6-844d75964910-718392c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_585898e5-0232-1bbd-5ce6-844d75964911-718392c2 {
  align-self: center;
}

#w-node-_585898e5-0232-1bbd-5ce6-844d75964912-718392c2, #w-node-_585898e5-0232-1bbd-5ce6-844d7596491a-718392c2, #w-node-_585898e5-0232-1bbd-5ce6-844d75964922-718392c2, #w-node-_585898e5-0232-1bbd-5ce6-844d7596492a-718392c2, #w-node-_64a8f53b-d5b4-94bf-2028-bdd6fdbc0fc7-718392c2, #w-node-_64a8f53b-d5b4-94bf-2028-bdd6fdbc0fd2-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e79f0-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e79f8-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e7a00-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e7a08-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e7a10-718392c2, #w-node-ac1a76a1-6393-4931-7fa5-7c7d2c5e7a18-718392c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e44cf913-b0af-1503-3acd-697bad869325-718392c2 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e44cf913-b0af-1503-3acd-697bad869326-718392c2, #w-node-e44cf913-b0af-1503-3acd-697bad869327-718392c2 {
  align-self: start;
}

#w-node-e44cf913-b0af-1503-3acd-697bad869332-718392c2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cfbe7943-2877-6eef-ef02-9bfcd239b3b5-718392c2, #w-node-cfbe7943-2877-6eef-ef02-9bfcd239b3bf-718392c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa9d1bdd-4db9-d2ed-157b-b21637396f7f-58dacbc7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5f8-ba8392fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5fa-ba8392fd, #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5fb-ba8392fd, #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5fe-ba8392fd, #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5ff-ba8392fd {
  align-self: start;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a60b-ba8392fd {
  justify-self: start;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a60e-ba8392fd {
  justify-self: end;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a613-ba8392fd {
  justify-self: start;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a616-ba8392fd {
  justify-self: end;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a61a-ba8392fd {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a61b-ba8392fd {
  justify-self: start;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a61e-ba8392fd {
  justify-self: end;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a622-ba8392fd {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a623-ba8392fd {
  justify-self: start;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a626-ba8392fd {
  justify-self: end;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62a-ba8392fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62b-ba8392fd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62c-ba8392fd {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62d-ba8392fd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ec38ab16-d3c3-6cca-6b4e-ae14f468ebf9-f468ebd8, #w-node-_64351d8d-055f-2305-1d83-5f6a68a12a6e-91252555 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_24550fdc-ba93-a50b-9596-a8f9be6133b2-718392c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-e44cf913-b0af-1503-3acd-697bad869325-718392c2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a5fa-ba8392fd {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e44cf913-b0af-1503-3acd-697bad869326-718392c2 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-e44cf913-b0af-1503-3acd-697bad869332-718392c2 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e44cf913-b0af-1503-3acd-697bad869333-718392c2 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fa9d1bdd-4db9-d2ed-157b-b21637396f69-58dacbc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fa9d1bdd-4db9-d2ed-157b-b21637396f7f-58dacbc7, #w-node-fa9d1bdd-4db9-d2ed-157b-b21637397009-58dacbc7 {
    order: -9999;
  }

  #w-node-ec38ab16-d3c3-6cca-6b4e-ae14f468ebe7-f468ebd8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec38ab16-d3c3-6cca-6b4e-ae14f468ebf9-f468ebd8, #w-node-ec38ab16-d3c3-6cca-6b4e-ae14f468ec17-f468ebd8 {
    order: -9999;
  }

  #w-node-_64351d8d-055f-2305-1d83-5f6a68a12a5c-91252555 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64351d8d-055f-2305-1d83-5f6a68a12a6e-91252555, #w-node-_64351d8d-055f-2305-1d83-5f6a68a12a8b-91252555 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ed7220f-969a-aa00-b69a-04137dafbdf8-718392c2 {
    order: -9999;
  }

  #w-node-fa9d1bdd-4db9-d2ed-157b-b21637396f7f-58dacbc7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a61a-ba8392fd, #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a622-ba8392fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62a-ba8392fd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62b-ba8392fd {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_9f13c079-68eb-0cb0-ac18-607310a0a62c-ba8392fd {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ec38ab16-d3c3-6cca-6b4e-ae14f468ebf9-f468ebd8, #w-node-_64351d8d-055f-2305-1d83-5f6a68a12a6e-91252555 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e44cf913-b0af-1503-3acd-697bad869325-718392c2 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), url('../fonts/Satoshi-BlackItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BlackItalic.woff') format('woff'), url('../fonts/Satoshi-BlackItalic.ttf') format('truetype'), url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), url('../fonts/Satoshi-Bold.eot') format('embedded-opentype'), url('../fonts/Satoshi-Bold.woff') format('woff'), url('../fonts/Satoshi-Bold.ttf') format('truetype'), url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'), url('../fonts/Satoshi-Black.eot') format('embedded-opentype'), url('../fonts/Satoshi-Black.woff') format('woff'), url('../fonts/Satoshi-Black.ttf') format('truetype'), url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), url('../fonts/Satoshi-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-BoldItalic.woff') format('woff'), url('../fonts/Satoshi-BoldItalic.ttf') format('truetype'), url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), url('../fonts/Satoshi-Italic.eot') format('embedded-opentype'), url('../fonts/Satoshi-VariableItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.woff') format('woff'), url('../fonts/Satoshi-VariableItalic.woff') format('woff'), url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'), url('../fonts/Satoshi-Light.eot') format('embedded-opentype'), url('../fonts/Satoshi-Light.woff') format('woff'), url('../fonts/Satoshi-Light.ttf') format('truetype'), url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), url('../fonts/Satoshi-LightItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-LightItalic.woff') format('woff'), url('../fonts/Satoshi-LightItalic.ttf') format('truetype'), url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), url('../fonts/Satoshi-Medium.eot') format('embedded-opentype'), url('../fonts/Satoshi-Medium.woff') format('woff'), url('../fonts/Satoshi-Medium.ttf') format('truetype'), url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), url('../fonts/Satoshi-MediumItalic.eot') format('embedded-opentype'), url('../fonts/Satoshi-MediumItalic.woff') format('woff'), url('../fonts/Satoshi-MediumItalic.ttf') format('truetype'), url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), url('../fonts/Satoshi-Regular.eot') format('embedded-opentype'), url('../fonts/Satoshi-Regular.woff') format('woff'), url('../fonts/Satoshi-Regular.ttf') format('truetype'), url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), url('../fonts/Satoshi-Variable.eot') format('embedded-opentype'), url('../fonts/Satoshi-Variable.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype'), url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}