:root {
  --_fonts---font--primary: Barlow, sans-serif;
  --_colors---text--light--primary: #34353a;
  --_colors---text--light--secondary: #8e8e98;
  --_colors---text--light--paragraph: #535358;
  --_colors---text--translucent--secondary: #0006;
  --_colors---border--translucent: #00000014;
  --_colors---text--translucent--primary: #000c;
  --_colors---text--dark--secondary: #ffffff80;
  --_colors---border--dark: #fff3;
  --_colors---text--dark--primary: white;
  --_colors---text--empiriecom--primary: #1f1f1f;
  --_fonts---font--display: "JetBrains Mono", sans-serif;
  --_apps---colors--destructive-dark: #ff6f67;
  --_colors---border--light: #e9eaef;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_colors---text--habpack--primary: #fe9e35;
  --_colors---text--finflow--primary: #429371;
  --_colors---text--xkool--primary: #5f72d9;
  --_colors---text--translucent--paragraph: #0009;
  --_colors---text--dark--paragraph: #ffffffb3;
  --_colors---text--habpack--secondary: #fe9e35cc;
  --_colors---text--finflow--secondary: #429371cc;
  --_sizes---spacing--8px: 8px;
  --_apps---typography--heading-font: var(--_fonts---font--primary);
  --_sizes---spacing--16px: 16px;
  --_sizes---spacing--24px: 24px;
  --_apps---typography--body-font: var(--_fonts---font--primary);
  --_sizes---spacing--32px: 32px;
  --_apps---typography--button-font: var(--_fonts---font--primary);
  --_sizes---spacing--48px: 48px;
  --_apps---sizes--radius: var(--_sizes---spacing--24px);
  --_sizes---spacing--64px: 64px;
  --_apps---colors--background: var(--_colors---text--dark--primary);
  --_apps---colors--foreground: #0c0d11;
  --_apps---colors--card: var(--_colors---text--dark--primary);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--_colors---text--xkool--primary);
  --_colors---text--empiriecom--secondary: #1f1f1f99;
  --_apps---colors--primary-foreground: #0a0d16;
  --_apps---colors--secondary: #e6f3ff;
  --_colors---text--xkool--secondary: #5f72d9cc;
  --_apps---colors--secondary-foreground: #0b0d13;
  --_apps---colors--muted: #f8f8f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--border: #ebebeb;
  --_apps---colors--input: #eee;
  --_apps---colors--ring: #6677c3;
  --_apps---charts--chart-1: var(--_colors---text--xkool--primary);
  --_apps---charts--chart-2: #8496df;
  --_apps---charts--chart-3: #4f60d1;
  --_apps---charts--chart-4: #4857ab;
  --_apps---charts--chart-5: #2e388f;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--_colors---text--xkool--primary);
  --_apps---sidebar--sidebar-primary-foreground: #0a0d16;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #ebebeb;
  --_apps---sidebar--sidebar-ring: #6677c3;
  --_apps---colors--background-dark: #000;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #020202;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #020202;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #687ce4;
  --_apps---colors--primary-foreground-dark: #0a0d16;
  --_apps---colors--secondary-dark: #02001e;
  --_apps---colors--secondary-foreground-dark: #f6f8ff;
  --_apps---colors--muted-dark: #000;
  --_apps---colors--muted-foreground-dark: #747474;
  --_apps---colors--accent-dark: #121212;
  --_apps---colors--border-dark: #e9eaef1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #8093e1;
  --_apps---charts--chart-1-dark: #687ce4;
  --_apps---charts--chart-2-dark: #9daffb;
  --_apps---charts--chart-3-dark: #4b5acb;
  --_apps---charts--chart-4-dark: #8a9ef3;
  --_apps---charts--chart-5-dark: #4250a9;
  --_apps---sidebar--sidebar-dark: #000;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #687ce4;
  --_apps---sidebar--sidebar-primary-foreground-dark: #0a0d16;
  --_apps---sidebar--sidebar-accent-dark: #121212;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #8093e1;
}

body {
  font-family: var(--_fonts---font--primary);
  color: var(--_colors---text--light--primary);
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

h2 {
  color: var(--_colors---text--light--secondary);
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  color: var(--_colors---text--light--paragraph);
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

.nav-bar-space {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  transition: background-color .3s cubic-bezier(.25, .46, .45, .94), transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar-space.is-hidden {
  top: -80px;
}

.nav-bar-space.is-solid {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
}

.nav-bar-space.hidden {
  transform: translate(0, -80px);
}

.nav-bar-space.scrolled {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
}

.nav-bar-space.dark {
  background-color: #0a0a0a80;
}

.nav-bar-content-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  background-color: #0000;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.image-logo {
  width: 40px;
  max-width: none;
  height: 40px;
}

.nav-link-block {
  color: var(--_colors---text--translucent--secondary);
  cursor: pointer;
  background-color: #0000;
  border: 2px solid #0000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  transition: border-color .2s, background-color .2s;
  display: flex;
}

.nav-link-block:hover {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--translucent--primary);
  border-radius: 40px;
}

.nav-link-block.w--current {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--translucent--primary);
  border-radius: 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
}

.nav-link-block.w--current:hover {
  border-color: var(--_colors---border--translucent);
}

.nav-link-block.logo {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.nav-link-block.logo.w--current {
  background-color: #0000;
}

.nav-link-block.logo.w--current:hover {
  background-color: var(--_colors---border--translucent);
  border-color: #0000;
}

.nav-link-block.footer-link {
  padding: 6px 10px;
}

.nav-link-block.with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.nav-link-block.dark {
  color: var(--_colors---text--dark--secondary);
}

.nav-link-block.dark:hover {
  background-color: var(--_colors---border--dark);
  color: var(--_colors---text--dark--primary);
}

.nav-link-block-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-hover-container {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.home-project {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 256px;
  padding-top: 10vh;
  padding-bottom: 128px;
  display: flex;
  position: relative;
}

.main-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  display: flex;
}

.main-content-container._1080w {
  cursor: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1080px;
}

.main-content-container._1080w.home {
  width: 85%;
}

.main-content-container._1080w.index {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 130%;
  overflow: hidden;
}

.main-content-container._960w {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 960px;
}

.main-content-container._960w.habpack {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.main-content-container._1440w {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1440px;
}

.main-content-container._1280px {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1280px;
}

.main-content-container._1920px {
  width: 95%;
  max-width: 1920px;
}

.card {
  background-color: var(--_colors---text--dark--primary);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.translucent {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
}

.card.project-habpack-hero {
  background-image: linear-gradient(#ff8f19, #ffb157);
}

.card.finflow-hero {
  background-image: linear-gradient(#3a745c, #439d78);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), height .4s cubic-bezier(.25, .46, .45, .94);
}

.card.foreverfit-hero {
  background-image: linear-gradient(#6298b3, #acd1e3);
}

.card.project-plastic-hero {
  background-image: linear-gradient(#ccd9fd, #829adc);
}

.card.padding-48px {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px;
}

.card.padding-48px.white-border {
  border: 1px solid var(--_colors---border--translucent);
  justify-content: flex-start;
  align-items: flex-start;
}

.card.padding-48px.white-border.shadow.grey {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
}

.card.padding-48px.white-border.grow {
  flex: 1;
}

.card.padding-48px.white-border.dark {
  background-color: var(--_colors---text--empiriecom--primary);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.card.padding-48px.white-border.grey {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
}

.card.white-border {
  border: 1px solid var(--_colors---border--translucent);
}

.card.white-border.shadow {
  box-shadow: 0 8px 18px #cfcfcf1a, 0 33px 33px #cfcfcf17, 0 74px 44px #cfcfcf0d, 0 132px 53px #cfcfcf03;
}

.card.white-border.shadow.grey-background {
  background-image: linear-gradient(#f5f5f5, #f5f5f5);
  height: 100%;
}

.card.white-border.shadow.grow {
  flex: 1;
}

.card.white-border.shadow.password {
  max-width: 560px;
}

.card.white-border.dark {
  background-color: var(--_colors---text--empiriecom--primary);
}

.card.image-habpack {
  aspect-ratio: 2;
}

.card-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.card-container.home-hero-container {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 88px 108px;
}

.card-container.project-hero-text-container {
  height: auto;
  padding: 0 64px;
}

.card-container.project-hero-text-container.hero-right-media {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 48px;
}

.card-container.project-hero-text-container.hero-bottom-media {
  padding-top: 64px;
  padding-bottom: 32px;
}

.card-container.project-hero-text-container.hero-bottom-media:hover {
  aspect-ratio: auto;
}

.card-container.project-hero-text-container.mini-hero {
  padding: 48px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  overflow: hidden;
}

.card-container.project-hero-text-container.mini-hero:hover {
  opacity: 1;
  filter: none;
  height: auto;
}

.card-container.padding-80px {
  padding: 80px;
}

.card-container.padding-80px.right-media {
  padding-right: 56px;
}

.card-container.padding-48px {
  padding: 48px;
}

.card-container.padding-48px.bottom-media {
  padding-bottom: 24px;
}

.card-container.padding-48px.top-media {
  padding-top: 32px;
}

.home-hero-container-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-hero-container-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-logo-container {
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 132px;
  display: flex;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.heading-2.light-translucent-primary {
  color: var(--_colors---text--translucent--primary);
}

.heading-2.light-translucent-secondary {
  color: var(--_colors---text--translucent--secondary);
}

.heading-2.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.heading-2.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.spacing-16 {
  width: 100%;
  height: 16px;
}

.heading-6 {
  font-family: var(--_fonts---font--display);
  color: var(--_colors---text--light--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.heading-6.light-translucent-secondary {
  color: var(--_colors---text--translucent--secondary);
}

.heading-6.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.heading-6.footer-link-heading-6 {
  color: var(--_colors---text--translucent--secondary);
  margin-right: 8px;
}

.heading-6.error-message {
  color: var(--_apps---colors--destructive-dark);
  padding-left: 8px;
  padding-right: 8px;
}

.heading-6.larger {
  color: var(--_colors---text--light--primary);
  font-size: 16px;
  font-weight: 700;
}

.heading-6.larger.dark {
  color: var(--_colors---text--dark--primary);
}

.heading-6-link {
  pointer-events: auto;
  color: var(--_colors---text--translucent--secondary);
  cursor: pointer;
  font-weight: 500;
  text-decoration: underline;
}

.heading-6-link:hover {
  background-color: var(--_colors---text--light--secondary);
  color: var(--_colors---text--dark--primary);
}

.spacing-48 {
  width: 100%;
  height: 48px;
}

.divider {
  background-color: var(--_colors---border--light);
  width: 100%;
  height: 2px;
  position: relative;
}

.divider.translucent {
  background-color: var(--_colors---border--translucent);
}

.divider.dark {
  background-color: var(--_colors---border--dark);
}

.home-hero-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.custom-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  outline-color: var(--_colors---border--light);
  outline-offset: -2px;
  cursor: pointer;
  border-radius: 60px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.custom-button:hover {
  outline-offset: -6px;
  outline-width: 6px;
  transform: scale(.97);
}

.custom-button.translucent {
  border-color: var(--_colors---border--translucent);
  outline-color: var(--_colors---border--translucent);
  width: auto;
  color: var(--_colors---text--light--primary);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.custom-button.translucent:hover {
  outline-color: var(--_colors---border--translucent);
}

.custom-button.translucent.full-width {
  width: 100%;
}

.custom-button.translucent.input-field {
  outline-color: var(--_apps---colors--accent);
  outline-offset: -2px;
  outline-width: 2px;
  outline-style: solid;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 16px;
  font-weight: 500;
}

.custom-button.translucent.input-field:hover {
  transform: none;
}

.custom-button.translucent.input-field:focus {
  background-color: var(--_apps---colors--accent-foreground-dark);
  outline-color: var(--_colors---text--translucent--secondary);
}

.custom-button.translucent.submit {
  width: 100%;
}

.custom-button.dark {
  outline-color: var(--_colors---border--dark);
}

.custom-button.dark.full-width {
  width: 100%;
}

.text-block {
  color: var(--_colors---text--light--primary);
  text-decoration: none;
}

.custom-button-text {
  color: var(--_colors---text--light--primary);
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.custom-button-text.dark {
  color: var(--_colors---text--dark--primary);
}

.custom-button-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  display: flex;
}

.custom-button-icon.dark-primary, .custom-button-icon.light-translucent-paragraph {
  color: var(--_colors---text--dark--primary);
}

.custom-button-icon.light-primary {
  color: var(--_colors---text--light--primary);
  display: flex;
}

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

.horizontal-content-container.card-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-content-container._8px-gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.heading-4 {
  font-family: var(--_fonts---font--primary);
  color: var(--_colors---text--light--secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}

.heading-4.light-translucent-secondary {
  color: var(--_colors---text--translucent--secondary);
}

.heading-4.light-translucent-primary {
  color: var(--_colors---text--translucent--primary);
}

.heading-4.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.heading-4.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.heading-4.card-title-long {
  color: var(--_colors---text--light--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.heading-4.card-title-long.dark {
  color: var(--_colors---text--dark--primary);
}

.image-sharpe-corner {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-sharpe-corner.card-horizontal-fill {
  width: 100%;
  height: 100%;
}

.image-sharpe-corner.card-horizontal-fill.max-height-480px {
  max-height: 480px;
}

.image {
  object-fit: cover;
  border-radius: 24px;
}

.image.in-card {
  border-radius: 0;
}

.main-split-content-1-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-split-content-1-1._24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.main-split-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  display: flex;
}

.home-body {
  background-color: #f0f0f0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.page-transition-overlay-in {
  z-index: 9999;
  background-color: #f5f5f5;
  width: 100%;
  height: 110vh;
  margin-top: 0;
  display: none;
  position: fixed;
}

.page-transition-overlay-in.home-overlay {
  display: none;
}

.page-transition-overlay-in.dark {
  background-color: #000;
}

.page-transition-overlay-out {
  z-index: 9999;
  background-color: #f5f5f5;
  width: 100%;
  height: 110vh;
  position: fixed;
  inset: 100% 0% 0%;
}

.page-transition-overlay-out.dark {
  background-color: #000;
}

.smooth-scroll-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-bar-background-controller {
  width: 64px;
  height: 64px;
  position: absolute;
}

.hero-image-container {
  width: 120vw;
  height: 120vh;
  margin-left: -10vw;
  position: fixed;
  overflow: hidden;
}

.home-hero-background {
  opacity: 0;
  filter: blur(20px);
}

.blob-container {
  opacity: .15;
  filter: blur(48px);
  position: fixed;
}

.footer {
  z-index: 20;
  background-color: var(--_colors---text--dark--primary);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  cursor: pointer;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -256px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  bottom: 0%;
}

.footer.transparent {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ffffff80;
}

.footer.dark {
  background-color: var(--_colors---text--empiriecom--primary);
}

.footer-container-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ghost-button {
  background-color: #0000;
  width: auto;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.ghost-button:hover {
  background-color: var(--_colors---border--translucent);
}

.ghost-button.large {
  border-radius: 30px;
  margin-left: -12px;
  padding: 8px 12px;
  font-size: 28px;
  font-weight: 600;
}

.ghost-button.large.translucent {
  color: var(--_colors---text--translucent--primary);
  cursor: pointer;
}

.ghost-button.large.dark {
  color: var(--_colors---text--dark--primary);
}

.ghost-button.large.dark:hover {
  background-color: var(--_colors---border--dark);
}

.footer-link-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-link-class-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  width: auto;
  color: var(--_colors---text--translucent--secondary);
  background-color: #0000;
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 130%;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.footer-link:hover {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--translucent--primary);
}

.footer-link.dark {
  color: var(--_colors---text--dark--primary);
}

.footer-link.dark:hover {
  background-color: var(--_colors---border--dark);
}

.footer-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-icon-link {
  border-radius: 6px;
  width: auto;
  padding: 6px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

.footer-icon-link.translucent {
  color: var(--_colors---text--translucent--secondary);
  border-radius: 20px;
}

.footer-icon-link.translucent:hover {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--translucent--primary);
}

.footer-icon-link.dark {
  color: var(--_colors---text--dark--secondary);
}

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

.nav-home-button {
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.nav-home-button:hover {
  background-color: var(--_colors---border--translucent);
}

.nav-home-button.dark:hover {
  background-color: var(--_colors---border--dark);
}

.spacing-64 {
  width: 100%;
  height: 64px;
}

._100-w {
  width: 100%;
}

.main-section {
  z-index: 0;
  background-color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -256px;
  padding-top: 128px;
  padding-bottom: 384px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section.start {
  height: 100vh;
  min-height: 960px;
  margin-top: 0;
  margin-bottom: 256px;
  padding: 0 16px 16px;
}

.main-section.start.dark {
  background-color: #0a0a0a;
}

.main-section.light-grey {
  background-color: #f7f7f7;
  overflow: visible;
}

.main-section.light-grey.preview {
  background-color: #1f1f1f26;
}

.main-section.gradient {
  background-image: linear-gradient(#fff, #eceef0);
}

.main-section.empiriecom {
  background-image: linear-gradient(45deg, #0f0f0f, #0f0f0fb3);
}

.main-section.empiriecom.end {
  padding-top: 72px;
  padding-bottom: 328px;
}

.main-section.dark {
  background-color: #0a0a0a;
}

.main-section.full-preview {
  margin-bottom: 256px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.xkool {
  background-image: linear-gradient(135deg, #2e2f76, #060e24);
}

.main-section.xkool.end {
  padding-top: 72px;
  padding-bottom: 328px;
}

.main-section.habpack-secondary {
  background-color: #fff5eb;
}

.main-section.habpack-primary {
  background-color: var(--_colors---text--habpack--primary);
}

.main-section.habpack-primary.end {
  padding-top: 72px;
  padding-bottom: 328px;
}

.main-section.finflow-secondary {
  background-color: #487c6614;
}

.main-section.finflow {
  background-image: linear-gradient(90deg, #3a745c, #439d78);
}

.main-section.finflow.end {
  padding-top: 72px;
  padding-bottom: 328px;
}

.main-section.finflow-primary {
  background-color: var(--_colors---text--finflow--primary);
}

.main-section.habpack {
  background-image: linear-gradient(90deg, #ff8f19, #ffb157);
}

.main-section.password {
  background-color: #0000;
  height: 100%;
  margin-top: 0;
  padding: 64px 32px 128px;
}

.project-hero-backrgound {
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-hero-backrgound.start {
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.project-hero-backrgound.dark {
  background-color: #0a0a0a80;
  border: 1px solid #ffffff1a;
}

.project-hero-background-image {
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  overflow: visible;
}

.project-hero-container {
  border: 1px solid var(--_colors---border--dark);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #fffc;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 85%;
  max-width: 1080px;
  margin-top: -40px;
  padding: 88px 120px;
  display: flex;
  position: relative;
}

.project-hero-container.dark {
  background-color: #0a0a0a80;
  border-width: 0;
}

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

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.heading-3.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.heading-3.xkool-primary {
  color: var(--_colors---text--xkool--primary);
}

.heading-3.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.heading-3.habpack-primary {
  color: var(--_colors---text--habpack--primary);
}

.heading-3.finflow-primary {
  color: var(--_colors---text--finflow--primary);
}

.project-split-content-1-1-1-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-small {
  color: var(--_colors---text--light--secondary);
  font-size: 14px;
  line-height: 130%;
}

.paragraph-small.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.spacing-8 {
  width: 100%;
  height: 8px;
}

.spacing-24 {
  width: 100%;
  height: 24px;
}

.paragraph.text-primary {
  color: var(--_colors---text--light--primary);
  font-weight: 600;
}

.paragraph.text-primary.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.paragraph.light-translucent-paragraph {
  color: var(--_colors---text--translucent--paragraph);
}

.paragraph.dark {
  color: var(--_colors---text--dark--paragraph);
}

.paragraph.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.spacing-96 {
  width: 100%;
  height: 96px;
}

.main-split-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.main-split-content.default {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 164px 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  max-width: 960px;
  display: grid;
}

.main-split-content.habpack-1-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.main-split-content.habpack-1-2.reverse {
  grid-template-columns: 2fr 1fr;
}

.heading-5 {
  font-family: var(--_fonts---font--display);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.heading-5.light-sedonary {
  color: var(--_colors---text--light--secondary);
}

.heading-5.dark-secondary {
  color: var(--_colors---text--dark--secondary);
}

.heading-5.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.heading-5.habpack-secondary {
  color: var(--_colors---text--habpack--secondary);
}

.heading-5.finflow-secondary {
  color: var(--_colors---text--finflow--secondary);
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.swiper-wrapper.habpack-research-wrapper {
  background-color: #0000;
  width: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.slider-faded-overlay-left {
  z-index: 5;
  background-image: linear-gradient(90deg, #f7f7f7, #f7f7f700);
  width: 5vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-faded-overlay-right {
  z-index: 5;
  background-image: linear-gradient(270deg, #f7f7f7, #f7f7f700);
  width: 5vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.swiper-list {
  display: flex;
}

.swiper-list.habpack-research-list {
  cursor: grab;
  width: 85vw;
  max-width: 960px;
  transition: all .4s;
}

.swiper-item {
  width: 100%;
  display: flex;
}

.swiper-item.research-item {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  margin-right: 16px;
}

.swiper-item.research-item.image-habpack {
  max-width: 800px;
}

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

.card-icon.xlarge, .card-icon.large {
  width: 72px;
  height: 72px;
}

.swiper-item-drag-overlay {
  z-index: 10;
  cursor: grab;
  flex: 0 auto;
  position: absolute;
  inset: 0%;
}

.swiper-controller-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-pre-button {
  outline-color: var(--_colors---border--translucent);
  outline-offset: -2px;
  cursor: pointer;
  border-radius: 32px;
  outline-width: 2px;
  outline-style: solid;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.swiper-pre-button:hover {
  outline-offset: -4px;
  outline-width: 4px;
  transform: scale(.9);
}

.swiper-pre-button:active {
  background-color: var(--_colors---border--translucent);
  outline-color: #0000;
}

.swiper-pre-button.disabled {
  opacity: .35;
  cursor: not-allowed;
}

.swiper-pre-button.dark {
  outline-color: var(--_colors---border--dark);
  transform: rotate(180deg);
}

.slider-arrow-icon {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-next-button {
  outline-color: var(--_colors---border--translucent);
  outline-offset: -2px;
  cursor: pointer;
  border-radius: 32px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
}

.swiper-next-button:hover {
  outline-offset: -4px;
  outline-width: 4px;
  transform: scale(.9);
}

.swiper-next-button:active {
  background-color: var(--_colors---border--translucent);
  outline-color: #0000;
}

.swiper-next-button.disabled {
  opacity: .35;
  cursor: not-allowed;
}

.swiper-next-button.dark {
  outline-color: var(--_colors---border--dark);
}

.text-span {
  color: var(--_colors---text--light--primary);
}

.horizontal-scroll-wrapper {
  width: 100%;
  padding-bottom: 100vh;
}

.horizontal-scroll-height {
  width: 100%;
  height: 200vh;
}

.horizontal-scroll-camera {
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.horizontal-scroll-track {
  flex: none;
  height: 100%;
}

.horizontal-scroll-content {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-bottom: -100vw;
  display: flex;
}

.horizontal-spacing {
  height: 100%;
  display: flex;
}

.horizontal-spacing.start {
  flex: none;
  width: 50vw;
}

.horizontal-spacing._25vw {
  width: 25vw;
  max-width: 400px;
}

.horizontal-spacing.end {
  width: 20vw;
  margin-left: -240px;
}

.project-video {
  border-radius: 16px;
  align-self: center;
}

.project-video.empiriecom {
  z-index: 5;
  flex: none;
  width: 800px;
  position: relative;
  overflow: hidden;
}

.project-video.xkool {
  width: 100%;
}

.video {
  width: 100%;
  height: 1200px;
  position: relative;
}

.horizontal-scroll-container {
  z-index: 3;
  width: 480px;
  display: block;
  position: relative;
}

.heading-1 {
  letter-spacing: -.5px;
  cursor: default;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
}

.heading-1.light-translucent-primary {
  color: var(--_colors---text--translucent--primary);
}

.heading-1.background-deco {
  z-index: 0;
  font-family: var(--_fonts---font--display);
  color: var(--_colors---text--empiriecom--primary);
  font-size: 1080px;
  font-weight: 700;
  line-height: 100%;
  position: absolute;
}

.heading-1.background-deco.empiriecom-2 {
  opacity: .05;
  margin-left: 1800px;
  font-size: 999px;
  left: 50vw;
}

.heading-1.background-deco.empiriecom-1 {
  opacity: .1;
  margin-left: 800px;
  font-size: 999px;
}

.heading-1.dark-primary {
  color: var(--_colors---text--dark--primary);
}

.heading-1.card-title-dark {
  font-family: var(--_fonts---font--display);
  color: var(--_colors---text--dark--primary);
  font-size: 48px;
}

.heading-1.xkool-primary {
  color: var(--_colors---text--xkool--primary);
}

.spacing-32 {
  width: 100%;
  height: 32px;
}

.background-video {
  aspect-ratio: 11 / 10;
  width: 100%;
  height: auto;
  display: block;
}

.background-video.preview {
  aspect-ratio: 1000 / 737;
}

.background-video.preview.xkool {
  aspect-ratio: 178 / 100;
}

.background-video._12-11 {
  aspect-ratio: 12 / 11;
}

.expandable-button-ghost {
  z-index: 10;
  align-self: flex-start;
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.expandable-button-title-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding-left: 24px;
  display: flex;
}

.expandable-button-title-container.ghost {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 0;
}

.expandable-button-lottie-animation {
  opacity: .4;
  width: 16px;
  height: 24px;
  margin-right: 0;
  display: flex;
}

.expandable-button-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.expandable-button-container.ghost {
  opacity: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.body {
  background-color: #0a0a0a;
}

.main-split-1-1-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-habpack {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 8px;
}

.link-text {
  color: var(--_colors---text--light--paragraph);
  text-decoration: underline;
}

.link-text:hover {
  background-color: var(--_colors---text--translucent--secondary);
  color: var(--_colors---text--dark--primary);
}

.expandable-button {
  z-index: 10;
  border-radius: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

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

.text-field {
  color: var(--_colors---text--light--secondary);
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  background-color: #0000;
  margin-top: 0;
  padding: 0;
  position: fixed;
  top: 355px;
}

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

.home-logo-video {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-logo-video-code {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.bottom-nav-bar {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0);
}

.bottom-nav-bar.hidden {
  transform: translate(0, 100px);
}

.index-item {
  color: var(--_colors---text--translucent--secondary);
  background-color: #0000;
  border-radius: 100px;
  padding: 6px 10px;
  transition: all .2s;
}

.index-item:hover, .index-item:focus {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--light--primary);
}

.index-item.w--current {
  background-color: var(--_colors---border--translucent);
  color: var(--_colors---text--empiriecom--primary);
}

.index-item.dark {
  color: var(--_colors---text--dark--secondary);
  -webkit-text-stroke-color: var(--_colors---text--dark--secondary);
}

.index-item.dark:hover, .index-item.dark.w--current {
  background-color: var(--_colors---border--dark);
  color: var(--_colors---text--dark--primary);
}

@media screen and (max-width: 991px) {
  .nav-bar-space {
    height: 64px;
  }

  .image-logo {
    width: 32px;
    height: 32px;
  }

  .nav-link-block {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 100%;
  }

  .nav-link-block.w--current {
    font-size: 16px;
  }

  .card-hover-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-project {
    padding-top: 72px;
    padding-bottom: 64px;
  }

  .main-content-container._1280px {
    width: 85%;
  }

  .card, .card.translucent {
    border-radius: 16px;
  }

  .card.padding-48px {
    padding: 32px;
  }

  .card.white-border.shadow.password {
    max-width: 520px;
  }

  .card-container.home-hero-container {
    padding: 64px;
  }

  .card-container.project-hero-text-container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .card-container.project-hero-text-container.hero-right-media {
    padding: 48px 32px 48px 48px;
  }

  .card-container.project-hero-text-container.hero-bottom-media {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .card-container.padding-80px {
    padding: 32px;
  }

  .card-container.padding-80px.right-media {
    padding-right: 20px;
  }

  .card-container.padding-48px {
    padding: 32px;
  }

  .card-container.padding-48px.top-media {
    padding-top: 20px;
  }

  .home-hero-container-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-logo-container {
    width: 112px;
    height: 112px;
  }

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

  .spacing-16 {
    height: 12px;
  }

  .heading-6, .heading-6.light-translucent-secondary {
    font-size: 12px;
  }

  .spacing-48 {
    height: 36px;
  }

  .custom-button {
    padding: 10px 28px;
  }

  .custom-button.translucent.input-field {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .custom-button-icon {
    width: 16px;
    height: 16px;
    margin-top: 4px;
  }

  .heading-4 {
    font-size: 24px;
  }

  .heading-4.card-title-long {
    font-size: 22px;
  }

  .image {
    border-radius: 16px;
  }

  .main-split-content-1-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-home-button {
    width: 48px;
    height: 48px;
  }

  .spacing-64 {
    height: 48px;
  }

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

  .main-section.start {
    min-height: 640px;
    padding-top: 0;
  }

  .main-section.light-grey.preview {
    display: none;
  }

  .main-section.password {
    height: 100%;
  }

  .project-hero-background-image {
    object-fit: contain;
  }

  .project-hero-container {
    margin-top: -32px;
    padding: 64px 64px 72px;
  }

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

  .paragraph-small {
    font-size: 12px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.paragraph-small {
    font-size: 12px;
  }

  .spacing-96 {
    height: 72px;
  }

  .main-split-content.default {
    grid-column-gap: 48px;
  }

  .heading-5, .heading-5.light-sedonary, .heading-5.dark-primary, .heading-5.finflow-secondary {
    font-size: 18px;
  }

  .swiper-wrapper.habpack-research-wrapper {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .slider-faded-overlay-left, .slider-faded-overlay-right {
    width: 7.5vw;
  }

  .card-icon.xlarge, .card-icon.large {
    width: 64px;
    height: 64px;
  }

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

  .heading-1.card-title-dark {
    font-size: 40px;
  }

  .spacing-32 {
    height: 28px;
  }

  .error-message {
    top: 325px;
  }

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

@media screen and (max-width: 767px) {
  .nav-link-block {
    padding: 6px 8px;
  }

  .nav-link-block.with-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .card-hover-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-project {
    padding-bottom: 32px;
  }

  .main-content-container._960w {
    width: 88%;
  }

  .main-content-container._1440w {
    width: 95%;
  }

  .main-content-container._1280px {
    width: 88%;
  }

  .card, .card.translucent {
    border-radius: 12px;
  }

  .card.white-border.shadow.password {
    max-width: 480px;
  }

  .card-container.home-hero-container {
    padding: 48px;
  }

  .card-container.project-hero-text-container.hero-right-media {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card-container.project-hero-text-container.hero-bottom-media {
    padding-top: 48px;
  }

  .card-container.project-hero-text-container.mini-hero, .card-container.padding-80px {
    padding: 32px;
  }

  .card-container.padding-80px.right-media {
    padding-bottom: 20px;
    padding-right: 32px;
  }

  .home-hero-container-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-logo-container {
    width: 100px;
    height: 100px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 120%;
  }

  .spacing-16 {
    height: 8px;
  }

  .spacing-48 {
    height: 28px;
  }

  .custom-button.translucent {
    width: 100%;
  }

  .custom-button.translucent.input-field {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .custom-button-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }

  .horizontal-content-container.card-content-container {
    flex-flow: column;
    display: flex;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 140%;
  }

  .heading-4.card-title-long {
    font-size: 20px;
  }

  .image-sharpe-corner.card-horizontal-fill.max-height-480px {
    max-height: 360px;
  }

  .image {
    border-radius: 12px;
  }

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

  .spacing-64 {
    height: 36px;
  }

  .main-section {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding-top: 48px;
    padding-bottom: 304px;
  }

  .main-section.start {
    min-height: 560px;
    padding: 0 4px 4px;
  }

  .main-section.password {
    padding-top: 32px;
    padding-bottom: 64px;
  }

  .project-hero-backrgound {
    border-radius: 16px;
  }

  .project-hero-background-image {
    object-fit: none;
  }

  .project-hero-container {
    width: 95%;
    padding: 48px 48px 56px;
  }

  .project-hero-container.dark {
    border-width: 0;
  }

  .link-block {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 140%;
  }

  .project-split-content-1-1-1-1 {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spacing-96 {
    height: 48px;
  }

  .main-split-content.default {
    grid-template-columns: minmax(164px, 1fr);
  }

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

  .main-split-content.habpack-1-2.reverse {
    grid-template-columns: 2fr;
  }

  .heading-5, .heading-5.light-sedonary, .heading-5.dark-primary, .heading-5.finflow-secondary {
    font-size: 16px;
  }

  .slider-faded-overlay-left, .slider-faded-overlay-right {
    display: none;
  }

  .card-icon {
    width: 40px;
    height: 40px;
  }

  .card-icon.xlarge, .card-icon.large {
    width: 48px;
    height: 48px;
  }

  .code-embed {
    width: 100%;
    height: 100%;
  }

  .heading-1 {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-1.card-title-dark {
    font-size: 32px;
  }

  .spacing-32 {
    height: 24px;
  }

  .background-video {
    aspect-ratio: 1.1;
  }

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

  .error-message {
    top: 290px;
  }
}

@media screen and (max-width: 479px) {
  a {
    width: 100%;
  }

  .image-logo {
    width: 28px;
    height: 28px;
  }

  .home-project {
    padding-top: 64px;
    padding-bottom: 16px;
  }

  .card-container.home-hero-container {
    padding: 32px;
  }

  .card-container.project-hero-text-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-container.project-hero-text-container.hero-right-media {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-container.project-hero-text-container.hero-bottom-media {
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .home-logo-container {
    width: 80px;
    height: 80px;
  }

  .heading-6.error-message {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-container-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .custom-button {
    width: 100%;
  }

  .image-sharpe-corner.card-horizontal-fill.max-height-480px {
    max-height: 280px;
  }

  .footer {
    cursor: default;
  }

  .nav-home-button {
    width: 40px;
    height: 40px;
  }

  .spacing-64 {
    height: 32px;
  }

  ._100-w {
    width: 100%;
  }

  .main-section.start {
    min-height: 560px;
    max-height: 620px;
    padding-top: 0;
  }

  .main-section.password {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .project-hero-background-image {
    width: auto;
    height: 100%;
  }

  .project-hero-container {
    margin-top: -24px;
    padding: 32px 40px 40px;
  }

  .heading-1 {
    letter-spacing: -.75px;
  }

  .error-message {
    top: 325px;
  }
}

#w-node-_0081077b-9e92-6f5e-7eec-bc6bea40635c-1dff4fe9, #w-node-b3d70fa0-f39e-fe19-c2d6-5783ba045be2-1dff4fe9 {
  justify-self: center;
}

#w-node-_2228d01d-e6fa-be65-9946-d1bdac21e411-3f4fbaad {
  align-self: start;
}

#w-node-bc936678-dc0b-1a26-6a5c-d464dd2bf6f7-3f4fbaad {
  place-self: start stretch;
}

#w-node-bc936678-dc0b-1a26-6a5c-d464dd2bf6f8-3f4fbaad {
  align-self: start;
}

#w-node-ef38652a-0300-b04b-c019-fc1e29a1ffb3-3f4fbaad {
  place-self: start stretch;
}

#w-node-ec3d3719-4869-280e-baec-7ccd6854c0fe-3f4fbaad, #w-node-ec3d3719-4869-280e-baec-7ccd6854c100-3f4fbaad, #w-node-f4ccb970-b2f5-2363-702f-6ad50606583f-e0e21707, #w-node-f4ccb970-b2f5-2363-702f-6ad506065841-e0e21707 {
  justify-self: center;
}

#w-node-_07a91b72-20f1-c61f-38df-93bf4e5461be-343f5369, #w-node-_07a91b72-20f1-c61f-38df-93bf4e5461ca-343f5369, #w-node-_888c6377-228c-c16a-f7b2-b698b97c1884-343f5369, #w-node-_888c6377-228c-c16a-f7b2-b698b97c1890-343f5369 {
  align-self: start;
}

#w-node-ec3d3719-4869-280e-baec-7ccd6854c0fe-343f5369, #w-node-ec3d3719-4869-280e-baec-7ccd6854c100-343f5369, #w-node-f4ccb970-b2f5-2363-702f-6ad50606583f-30a77f7f, #w-node-f4ccb970-b2f5-2363-702f-6ad506065841-30a77f7f {
  justify-self: center;
}


