/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! Hint.css - v3.0.0 - 2023-11-29
* https://kushagra.dev/lab/hint/
* Copyright (c) 2023 Kushagra Gour */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: #0000;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="reset"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="submit"]:-moz-focusring {
  outline: 1px dotted buttontext;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
  max-width: 100%;
  padding: 0;
  display: table;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

:root {
  --max-layout-width: 1560px;
  --content-margin-top: 200px;
  --content-margin-bottom: 150px;
  --grid-column-gap: 72px;
  --grid-column: .65fr .35fr;
  --circle-copy-width: 30vw;
  --mobile-content-width: width: 85vw;
  --light-gray: #fff6;
  --chartreuse: #deeb39;
  --black: #111;
}

@font-face {
  font-family: Space Mono;
  src: url("SpaceMono-Regular.8833c03b.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Space Mono;
  src: url("SpaceMono-Bold.3879980e.ttf") format("truetype");
  font-weight: 700;
  font-style: bold;
}

@font-face {
  font-family: Space Grotesk;
  src: url("SpaceGrotesk-VariableFont_wght.6c67f6e5.ttf") format("truetype");
  font-weight: 300 700;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #111;
}

::-webkit-scrollbar-corner {
  background: #111;
}

::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

::placeholder {
  color: var(--light-gray);
}

:-ms-input-placeholder {
  color: var(--light-gray);
}

::-moz-placeholder {
  color: var(--light-gray);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a, a:visited {
  color: #fff;
}

a:hover, a:active {
  color: var(--chartreuse);
}

button {
  cursor: pointer;
}

hr {
  background: var(--light-gray);
  border: none;
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  height: 4px;
}

html, body {
  background-color: var(--black);
  color: #fff;
  width: 100vw;
  height: 100%;
  min-height: -webkit-fill-available;
  overflow-y: none;
  background-image: url("background.79cb4749.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.02564vw;
  position: relative;
  overflow-x: hidden;
}

h2 {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  z-index: 10;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Space Mono, monospace;
  font-style: normal;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px !important;
}

.hide {
  display: none !important;
}

.hippo {
  width: auto;
  height: 32px;
}

.hippo-loading {
  width: auto;
  height: 64px;
}

input[type="submit"], button.large {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: none;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-shrink: 0;
  width: 234px;
  height: 63px;
  font-family: Space Mono, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  animation-duration: .3s;
  animation-timing-function: linear;
}

input[type="submit"]:hover, button.large:hover {
  color: #000;
  background: var(--chartreuse);
  border: 1px solid #000;
  border-radius: 8px;
  animation-duration: .8s;
  animation-timing-function: linear;
  box-shadow: 0 1px 2px #0000001a;
}

input[type="text"] {
  color: #fff;
  outline: none;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.loader {
  opacity: 1;
  pointer-events: none;
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

#no-more-secrets {
  cursor: default;
  z-index: 2147483647;
  color: var(--light-gray);
  text-transform: uppercase;
  cursor: pointer;
  font-family: Space Mono, monospace;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: fixed;
  bottom: 15px;
  left: 15px;
}

.page {
  z-index: 33;
  margin: auto;
  display: block;
  position: relative;
}

.pane {
  z-index: 1000;
  max-height: 80%;
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
  overflow: scroll;
  box-shadow: 0 0 40px #000;
}

section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2em;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.spacer-full {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.spacer-half {
  height: 50vh;
}

.webgl {
  pointer-events: none;
  mix-blend-mode: plus-lighter;
  position: fixed;
  top: 0;
  left: 0;
}

#terms, #cookies, #privacy {
  margin-top: var(--content-margin-top);
  margin-bottom: var(--content-margin-bottom);
  max-width: var(--max-layout-width);
  grid-template-columns: var(--grid-column);
  gap: var(--grid-column-gap);
  width: calc(100%-48px);
  grid-template-rows: auto;
  padding: 34px 24px 22px;
  display: grid;
  position: relative;
  width: 100vw !important;
}

iframe[data-testid="policy-iframe"] {
  overflow-y: scroll;
  width: 100vw !important;
  height: 100vh !important;
  display: flex !important;
  position: relative !important;
}

footer {
  color: #fff;
  letter-spacing: -.4px;
  z-index: 33;
  background: linear-gradient(#0005, 10%, #000e);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 140%;
  display: flex;
  position: relative;
}

footer a, a:visited {
  color: var(--light-gray);
}

footer a:hover, a:active {
  color: var(--chartreuse);
}

footer .content-container {
  width: 100%;
  max-width: var(--max-layout-width);
  justify-content: space-evenly;
  padding: 34px 25px 22px;
  display: grid;
}

footer div.footer-kaba-logo {
  transform-origin: 0 -40%;
  transform: scale(1.4);
}

footer form {
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin-top: 24px;
  display: flex;
  position: relative;
}

footer .kaba-copyright {
  color: var(--light-gray);
  letter-spacing: .28px;
  text-transform: uppercase;
  flex-wrap: wrap;
  font-family: Space Mono, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

footer .kaba-info {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

footer .kaba-info .content-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  display: flex;
}

footer .kaba-info-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 75%;
  display: flex;
}

footer hr {
  background: var(--light-gray);
  width: 100%;
  height: 1px;
}

footer form input {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  padding: 10px 0;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100% !important;
}

footer label {
  color: var(--light-gray);
  text-transform: uppercase;
  font-family: Space Mono, monospace;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

footer .legal-links {
  margin-left: 16px;
}

footer .signup {
  border-bottom: solid 1px var(--light-gray);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

footer .signup p {
  color: #fff;
  letter-spacing: -.4px;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

footer .socials {
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;
  margin-top: 4px;
  display: flex;
}

footer .socials a img {
  width: 16px;
}

.sign-up-confirm {
  background-color: var(--chartreuse);
  color: var(--black);
  border-radius: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 16px 24px;
  font-size: 1em;
  font-weight: 400;
  display: none;
  position: relative;
}

.sign-up-confirm svg {
  margin-top: -10px;
  margin-left: -10px;
  transform: scale(.5);
}

.submit-icon {
  cursor: pointer;
  background-color: #0000;
  background-image: url("submit.6f42a3f0.png");
  background-size: contain;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 8px;
  right: 0;
}

nav {
  z-index: 9999;
  max-width: var(--max-layout-width);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-container {
  width: 100%;
  max-width: var(--max-layout-width);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 34px 24px 22px;
  display: flex;
  position: relative;
}

#kaba-nav-items {
  flex-direction: row;
  gap: 24px;
  display: flex;
}

nav.fill {
  background-color: #00000061;
  border: 1px solid #ffffff0f;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 1px 1px #00000075, 0 2px 2px #0000007a;
}

.nav-container .home {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-container .home span {
  letter-spacing: .1em;
  text-align: left;
  margin-left: 20px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
}

.open {
  border: 1px solid var(--light-gray);
  backdrop-filter: saturate(280%) blur(10px);
  background-color: #000c;
  border-top: none;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.open #kaba-nav-items {
  display: flex;
}

.open .home {
  display: none;
}

#kaba-nav-items button {
  letter-spacing: .02em;
  text-align: center;
  color: inherit;
  font-family: Space Mono, monospace;
  font-weight: 400;
  line-height: 24px;
  font: inherit;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  border: none;
  outline: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 0;
  animation-duration: .8s;
  animation-timing-function: linear;
  display: flex;
  position: relative;
  font-size: 14px !important;
}

#kaba-nav-items #button-home {
  display: none;
}

.home:hover span, .home:hover svg path {
  color: var(--chartreuse);
  fill: var(--chartreuse);
  box-shadow: 0 1px 2px #0000001a;
}

#kaba-nav-items button.active, #kaba-nav-items button:hover {
  color: var(--chartreuse);
}

#kaba-nav-items button .status {
  background-color: var(--chartreuse);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  display: none;
  position: absolute;
  bottom: -12px;
}

#kaba-nav-items button.active .status, #kaba-nav-items button:hover .status {
  display: block;
}

.founder-container {
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 48px;
  display: flex;
  position: relative;
}

.founder-info {
  color: #fff;
  z-index: 1;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  position: relative;
}

.founder-image {
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
  display: none;
  position: absolute;
}

.kaba-chr {
  background-image: url("christina.30091fa6.jpg");
  bottom: -50%;
  left: -5%;
}

.founder-dus {
  background-image: url("founder-dus.72b96da8.png");
  bottom: -50%;
  right: -20%;
}

.founder-nate {
  background-image: url("founder-nate.fd1a7299.png");
  top: -50%;
  left: -5%;
}

.human {
  flex-direction: column;
  gap: 16px;
  width: 45vw;
  display: flex;
  position: relative;
}

.human:last-of-type {
  opacity: 0;
}

.human:hover .founder-image {
  opacity: .8;
  display: inline-block;
}

#who-we-are {
  margin-top: var(--content-margin-top);
  margin-bottom: var(--content-margin-bottom);
  width: calc(100%-48px);
  max-width: var(--max-layout-width);
  flex-direction: column;
  align-items: center;
  gap: 112px;
  padding: 34px 24px 22px;
  display: flex;
  position: relative;
  overflow: visible;
}

#who-we-are h4 {
  color: #fff;
  z-index: 1;
  margin-bottom: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  position: relative;
}

#who-we-are .section-copy {
  color: #fff;
  text-align: center;
  width: 55vw;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5em;
}

.preview {
  background-image: url("preview.cbb9f837.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 75vh;
  display: flex;
}

video {
  width: 100%;
}

#path-one-one {
  fill: #deeb39;
  stroke: #deeb39;
  margin-bottom: -50px;
}

.fade-in {
  animation: 2s linear infinite fade-in;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.bounce2 {
  animation: 2s infinite bounce2;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.video-wrapper {
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

#btn-find-out-two {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

video#kaba-main-video {
  z-index: 10;
  border-radius: 10px;
  max-height: 800px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  position: relative;
  box-shadow: 0 10px 22px 3px #0000007a;
  max-width: 70% !important;
}

#video-canvas {
  opacity: .3;
  filter: blur(100px);
  width: 100%;
  height: 100%;
  max-height: 1000px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-mask-image: radial-gradient(circle, #000 90%, #0000 90%);
  mask-image: radial-gradient(circle, #000 90%, #0000 90%);
}

.section-split {
  flex-flow: column;
  place-content: center;
  align-items: center;
  padding-bottom: 6%;
  display: flex;
  position: relative;
}

.section-split h1 {
  font-family: Space Grotesk;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.section-split div {
  color: #ffffff54;
  flex-flow: row;
  place-content: center;
  align-items: center;
  font-size: 2rem;
  display: flex;
  position: relative;
}

.preview-omnibar {
  backdrop-filter: blur(6px);
  background: linear-gradient(#11111180 0%, #7770 100%), #111c;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40vw;
  margin-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.preview-omnibar img {
  width: 24px;
}

.preview-omnibar-top {
  background-color: var(--chartreuse);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 16px;
  display: flex;
}

.preview-omnibar-bottom {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  width: 100%;
  padding: 24px;
  font-family: Space Grotesk, sans-serif;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.preview-omnibar-bottom img:first-of-type {
  width: 40px;
}

.preview-omnibar-bottom h5 {
  color: var(--light-gray);
  text-transform: uppercase;
  font-family: Space Mono, monospace;
  font-size: .8rem;
  font-weight: 200;
}

.preview-omnibar-bottom hr {
  height: 1px;
}

.preview-omnibar-bottom p {
  max-width: 100% !important;
  font-size: .9rem !important;
  font-weight: 400 !important;
}

.preview-omnibar-ideas {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  display: flex;
}

.preview-omnibar-idea {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 10vw;
  font-size: .7rem;
  font-weight: 200;
  display: flex;
}

.preview-omnibar-idea img {
  width: 24px !important;
}

.preview-omnibar-text {
  width: 100%;
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

#s-one {
  z-index: 1;
  flex-direction: column;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

#s-one h1 {
  word-break: auto-phrase;
  letter-spacing: -.02em;
  text-align: center;
  opacity: 0px;
  margin: 0;
  padding: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 76.56px;
}

#s-one h2 {
  text-align: center;
  opacity: 0px;
  margin: 0;
  padding: 0;
  font-size: 2em;
  font-weight: 100;
}

#s-one p {
  opacity: 0px;
  text-align: center;
  max-width: 40%;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 130%;
}

#s-two {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transform: scale(.25);
}

#s-two strong {
  font-weight: 700;
}

#s-two p {
  color: #fff;
  text-align: center;
  max-width: 60%;
  font-family: Space Grotesk, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

#btn-scroll-down {
  z-index: 999999;
  flex-shrink: 0;
  width: 70px;
  height: 100px;
  cursor: pointer !important;
}

#s-last {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

#s-last p {
  text-align: center;
  max-width: 60%;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.1em;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

#s-value-props {
  position: relative;
  top: 0;
}

#s-value-props section {
  transform-origin: center;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  gap: 30px;
  width: auto;
  max-width: 650px;
  height: auto;
  display: flex;
  position: absolute;
  top: 31vh;
  left: 56vw;
}

.typed-cursor.typed-cursor--blink {
  animation: .7s infinite typedjsBlink;
}

.typed-cursor {
  display: none;
}

.value-prop-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
}

.value-prop-body {
  color: #9e9d9f;
  font-size: 28px;
  font-weight: 300;
}

.value-prop-progress-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin-bottom: 5px;
  display: flex;
}

.value-prop-progress-container-mobile {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  display: none;
}

.value-prop-progress {
  background-color: #6e6d70;
  width: 40px;
  height: 2px;
}

.progress-active {
  background-color: #deeb39;
  height: 100%;
}

#welcome {
  position: relative;
}

#overview {
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 3%;
  width: 80%;
  max-width: 1900px;
  margin: 0 auto;
  padding: 25px 25px 130px;
  display: flex;
}

.overview-visual {
  opacity: .9;
  background: url("avatar.8b0ebb5b.jpg") 50% / cover no-repeat, #d9d9d9;
  border-radius: 8px 8px 0 0;
  width: 400px;
  height: 200px;
}

.overview-section {
  flex-direction: column;
  flex: 0 0 47%;
  align-items: flex-start;
  margin-bottom: 4%;
  display: inline-flex;
}

.overview-video, .overview-video video {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
}

.overview-video video {
  margin-bottom: -5px;
}

.overview-text .body .text {
  color: #ffffff4d;
}

.overview-text {
  background: var(--black-60, #1119);
  backdrop-filter: blur(6px);
  border-radius: 0 0 8px 8px;
  flex-flow: column wrap;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  gap: 16px;
  height: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 14px 6px 4px #0000001a;
}

.overview-section:hover .overview-text {
  background: #ffffff14;
}

.title {
  text-align: left;
  color: var(--slime-100, #deeb39);
  leading-trim: both;
  text-edge: cap;
  flex: 1 0 0;
  align-self: stretch;
  align-items: center;
  gap: 8px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.title-icon {
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 24px;
  height: 24px;
  padding: 12px;
  display: flex;
}

.title-icon svg {
  fill: var(--slime-100, #deeb39);
  flex-shrink: 0;
  width: 19.5px;
  height: 19.5px;
}

.body {
  flex-direction: column;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  gap: 20px;
  display: flex;
}

.body .text {
  text-align: left;
  color: var(--white-100, #fff);
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 8px;
  font-family: Space Grotesk;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  overflow: hidden;
}

.body .header {
  text-align: left;
  -webkit-line-clamp: 2;
  color: var(--white-100, #fff);
  leading-trim: both;
  text-edge: cap;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  align-self: stretch;
  font-family: Space Grotesk;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  display: -webkit-box;
  overflow: hidden;
}

.footer {
  color: var(--white-100, #fff);
  leading-trim: both;
  text-edge: cap;
  letter-spacing: .24px;
  text-transform: uppercase;
  text-align: left;
  justify-content: flex-end;
  align-self: stretch;
  gap: 15px;
  font-family: Space Mono;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.footer .text {
  flex-direction: column;
  flex: 1 0 0;
  justify-content: center;
  height: 40px;
  display: flex;
}

.footer .button {
  color: #000;
  background: var(--slime-100, #deeb39);
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  max-width: 150px;
  height: 36px;
  padding: 8px;
  display: flex;
}

.footer .button a, .footer .button a svg {
  width: 20px;
  height: 20px;
}

#contact {
  min-height: calc(100vh - 148px);
  padding-top: var(--content-margin-top);
  padding-bottom: var(--content-margin-bottom);
  justify-content: space-around;
  gap: 30px;
  width: 80vw;
  max-width: 1100px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
}

#contact .kaba-contact {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 48px;
  display: flex;
}

#contact .kaba-contact-message {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  flex-direction: column;
  justify-self: end;
  align-items: flex-end;
  max-width: 550px;
  font-family: Space Grotesk, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  position: relative;
}

#contact .kaba-contact-title {
  color: var(--light-gray);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Space Mono, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

#contact .kaba-contact-value {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.image-container {
  border: 1px solid var(--white-10, #ffffff1a);
  backdrop-filter: blur(40px);
  z-index: 1;
  background: radial-gradient(92.57% 92.57% at 50% 32.49%, #11111117 0%, #1110 100%);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  width: 90%;
  height: auto;
  margin-left: -64px;
  padding: 40px 16px 16px;
  display: flex;
  position: relative;
}

.image-container:last-of-type {
  z-index: 0;
  align-items: flex-start;
  margin-top: -16vh;
  margin-left: 40px;
}

.image-container .label {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.image-inside {
  background-image: url("work.2dd7596c.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30vh;
  position: relative;
}

.image-inside-personal {
  background-image: url("personal.f8b66e6f.png");
}

#request {
  margin-top: var(--content-margin-top);
  margin-bottom: var(--content-margin-bottom);
  max-width: var(--max-layout-width);
  grid-template-columns: var(--grid-column);
  gap: var(--grid-column-gap);
  width: calc(100%-48px);
  grid-template-rows: auto;
  padding: 34px 24px 22px;
  display: grid;
  position: relative;
}

#request .real-input {
  opacity: 0;
  display: none;
}

#request .request-form input[type="text"], #request .request-form input[type="email"] {
  border-bottom: solid 1px var(--light-gray);
  width: 100%;
}

#request .request-images {
  width: 100%;
  height: 100%;
  position: relative;
}

#request-access-form {
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  height: 100%;
  display: flex;
}

#request .access-submit-holder {
  justify-content: flex-end;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

#request-access-done {
  opacity: .95;
  background: var(--chartreuse);
  backdrop-filter: blur(37px);
  border-radius: 8px;
  flex-flow: column wrap;
  flex-shrink: 0;
  place-content: center;
  align-items: center;
  width: 559px;
  height: 593px;
  display: flex;
}

.request-complete-icon {
  stroke-width: 2px;
  stroke: #000;
  flex-shrink: 0;
  width: 53.107px;
  height: 53.107px;
  margin-bottom: 20px;
  animation-duration: .8s;
  animation-timing-function: linear;
}

.request-complete-body {
  width: 318px;
  color: var(--black);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.request-form {
  width: 100%;
  position: relative;
}

.request-form form {
  flex-direction: column;
  justify-content: flex-end;
  gap: 24px;
  height: 100%;
  display: flex;
}

.request-form .request-title {
  color: #fff;
  leading-trim: both;
  text-edge: cap;
  font-family: Space Grotesk, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

.request-form label {
  width: 129px;
  height: 19.246px;
  color: var(--light-gray);
  text-transform: uppercase;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 20px;
  font-family: Space Mono, monospace;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.request-form input[type="text"], .request-form input[type="email"] {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  padding: 10px 0;
  font-family: Space Grotesk;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 100% !important;
}

.request-form input[type="submit"] {
  cursor: pointer;
  display: block;
}

.animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.repeat-1 {
  animation-iteration-count: var(--animate-repeat);
}

.animated.repeat-2 {
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animated.repeat-3 {
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animated.delay-1s {
  animation-delay: var(--animate-delay);
}

.animated.delay-2s {
  animation-delay: calc(var(--animate-delay) * 2);
}

.animated.delay-3s {
  animation-delay: calc(var(--animate-delay) * 3);
}

.animated.delay-4s {
  animation-delay: calc(var(--animate-delay) * 4);
}

.animated.delay-5s {
  animation-delay: calc(var(--animate-delay) * 5);
}

.animated.faster {
  animation-duration: calc(var(--animate-duration) / 2);
}

.animated.fast {
  animation-duration: calc(var(--animate-duration) * .8);
}

.animated.slow {
  animation-duration: calc(var(--animate-duration) * 2);
}

.animated.slower {
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animated {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*="Out"] {
    opacity: 0;
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: calc(var(--animate-duration) * .75);
  animation-name: bounceIn;
}

@media (width >= 2000px) {
  .preview-omnibar-text {
    font-size: .8rem;
  }

  .preview-omnibar {
    margin-bottom: 21vh;
    height: 500px !important;
  }

  .human {
    width: 35vw;
  }

  .request-form .request-title {
    font-size: 1.4em;
  }

  video#kaba-main-video {
    margin-top: 60px;
    max-height: 1000px !important;
  }
}

@media (width >= 1700px) {
  .preview-omnibar-text {
    font-size: 1rem;
    margin-left: 0 !important;
  }

  .preview-omnibar {
    height: 369px;
    margin-bottom: 16vh;
    transform: scale(1);
  }

  .human {
    width: 35vw;
  }

  .request-form .request-title {
    font-size: 1.4em;
  }
}

@media (width >= 1600px) {
  .value-prop-title {
    font-size: 50px;
  }

  .value-prop-body {
    font-size: 36px;
  }
}

@media (width >= 1500px) {
  .section-split {
    padding-bottom: 100px;
  }
}

@media (width >= 1029px) {
  .preview-omnibar-text {
    font-size: 1rem;
    margin-left: 0 !important;
  }

  .preview-omnibar {
    margin-bottom: 2vh;
    margin-left: 0%;
    transform: scale(.8);
  }

  .human {
    width: 35vw;
  }

  .request-form .request-title {
    font-size: 1.4em;
  }
}

@media (width <= 1600px) {
  #s-value-props section {
    width: 37vw;
  }
}

@media (width <= 1028px) {
  #s-value-props section {
    gap: 25px;
    left: 53vw;
  }

  .value-prop-title {
    font-family: 32px;
  }

  .value-prop-body {
    font-size: 24px;
  }

  .preview-omnibar {
    width: 55vw;
    margin-bottom: 3vh;
    transform: scale(.8);
  }

  .preview-omnibar-bottom h5 {
    font-size: 1.1em;
  }

  .preview-omnibar-idea {
    width: 20vw;
    font-size: 1em;
  }

  .preview-omnibar-bottom p {
    font-size: 1.2em !important;
  }

  .preview-omnibar-text {
    font-size: 1.5rem;
  }

  footer .kaba-info-copy p {
    font-size: .9em;
  }

  .human {
    width: 43vw;
  }

  #who-we-are .section-copy {
    width: 70vw;
  }

  #request {
    grid-template-columns: .55fr .45fr;
  }

  #overview {
    width: 90% !important;
  }

  .overview-text .body {
    gap: 14px;
  }

  .overview-text .body .header {
    font-size: 20px;
  }
}

@media (width <= 900px) {
  .preview-omnibar {
    width: 65vw;
    margin-bottom: 0;
    transform: scale(.7);
  }
}

@media (width <= 800px) {
  .preview-omnibar {
    width: 75vw;
    margin-bottom: -11vh;
    transform: scale(.5);
  }

  .preview-omnibar-bottom h5 {
    font-size: 1.5em;
  }

  .preview-omnibar-idea {
    width: 20vw;
    font-size: 1.2em;
  }

  .preview-omnibar-bottom p {
    font-size: 1.7em !important;
  }

  .preview-omnibar-text {
    font-size: 1.7rem;
  }

  .human {
    width: var(--mobile-content-width);
  }

  #contact {
    padding-top: calc(var(--content-margin-top) * .75);
    padding-bottom: calc(var(--content-margin-bottom) * .5);
    gap: var(--grid-column-gap);
    flex-direction: column;
    justify-content: flex-start;
  }
}

@media (width <= 756px) {
  #s-value-props section {
    gap: 20px;
    width: 100%;
    max-width: 450px;
    padding: 0 25px;
    top: 67vh;
    left: 50%;
    transform: translate(-50%);
  }

  .value-prop-title {
    font-size: 28px;
  }

  .value-prop-body {
    font-size: 20px;
  }

  .value-prop-progress-container {
    display: none;
  }

  .value-prop-progress-container-mobile {
    margin-top: 15px;
    display: flex;
  }

  .overview-section {
    flex: auto;
    margin-bottom: 25px;
  }
}

@media (width <= 500px) {
  .overview-text .header {
    font-size: 4.2rem !important;
  }

  video#kaba-main-video {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 90% !important;
  }

  .kaba-mission {
    line-height: 2em !important;
  }

  .preview-omnibar {
    display: none;
  }

  .preview {
    background-image: url("preview-sm.b95e30aa.png");
    width: 90%;
    height: 35vh;
  }

  #s-one h1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7em;
  }

  #s-one p {
    max-width: 75%;
    font-size: 3em;
  }

  #s-two p {
    max-width: 75%;
    margin-bottom: 4vh;
    font-size: 4.5em;
  }

  #s-value-props section {
    gap: 15px;
    width: 95vw;
  }

  .value-prop-title {
    font-size: 20px !important;
  }

  .value-prop-sub-title {
    font-size: 18px !important;
  }

  .value-prop-body {
    font-size: 16px !important;
  }

  .value-prop-progress {
    width: 35px;
  }

  #s-last p {
    max-width: 75%;
    font-size: 4.2em;
  }

  #overview {
    gap: 25px;
    width: 100% !important;
  }

  #kaba-nav-items button .status {
    bottom: -10px;
  }

  footer .kaba-info {
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
    margin-bottom: 4vh;
  }

  footer .kaba-info-copy {
    align-items: center;
  }

  footer .kaba-info-copy p {
    text-align: center;
  }

  footer .kaba-copyright {
    flex-direction: column;
    gap: 8px;
  }

  footer .kaba-info .content-left {
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
  }

  footer .content-container {
    flex-direction: column-reverse;
    display: flex;
  }

  footer .socials a img {
    width: 24px;
  }

  #who-we-are .section-copy {
    width: var(--mobile-content-width);
    font-size: 22px;
  }

  #who-we-are {
    margin-top: calc(var(--content-margin-top) * .75);
    margin-bottom: calc(var(--content-margin-bottom) * .5);
  }

  .founder-image {
    position: initial;
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    display: block;
  }

  .founder-nate ~ .founder-info {
    margin-bottom: 25px;
  }

  #contact {
    width: 100vw;
    min-height: calc(100vh - 400px);
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-container {
    margin-left: 0;
  }

  .image-container:last-of-type {
    margin-top: 0;
    margin-left: 0;
  }

  #request {
    margin-top: calc(var(--content-margin-top) * .75);
    margin-bottom: calc(var(--content-margin-bottom) * .5);
    flex-direction: column-reverse;
    padding: 0 24px;
    display: flex;
  }

  #request .access-submit-holder {
    justify-content: center;
  }

  #request .request-images {
    flex-direction: column;
    gap: 64px;
    width: 100vw;
    padding: 24px 24px 0;
    display: flex;
  }

  .request-form .request-title {
    font-size: 4em;
  }

  #button-home {
    display: inline !important;
  }

  #kaba-nav-items {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    display: none;
  }

  nav {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    width: 100%;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 32px 0;
  }

  .nav-container .home span {
    display: none;
  }

  .section-split {
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-split h1 {
    font-size: 22px !important;
  }

  .section-split div {
    font-size: 15px !important;
  }
}

@media (height <= 650px) and (orientation: landscape) {
  #s-one {
    gap: 10px;
  }

  #btn-find-out {
    display: none;
  }

  video#kaba-main-video {
    max-height: 65vh;
    margin: 0;
  }

  #s-two p {
    width: 80%;
    max-width: 800px;
    font-size: 7vh;
  }

  #btn-scroll-down {
    width: auto;
    height: 70px;
  }

  #s-value-props section {
    max-width: 450px;
  }

  .value-prop-title {
    font-size: 18px;
  }

  .value-prop-sub-title, .value-prop-body {
    font-size: 16px;
  }

  .value-prop {
    gap: 16px !important;
  }

  .preview-omnibar-text {
    transform-origin: 0;
    margin-top: 1.5%;
    margin-left: 24%;
    transform: scale(.8);
  }
}

@media screen and (width <= 800px) {
  .section-split h1 {
    font-size: 30px;
  }

  .section-split div {
    font-size: 18px;
  }
}

@media screen and (width >= 1200px) {
  #who-we-are .section-copy {
    font-size: 1.65em;
  }
}

@media screen and (height <= 1000px) {
  @media screen and (width >= 1000px) {
    #s-one {
      gap: 15px;
      margin-top: 10px;
    }

    video#kaba-main-video {
      width: auto;
      max-height: 350px !important;
    }
  }
}

@media screen and (height <= 650px) {
  @media screen and (width >= 1000px) {
    video#kaba-main-video {
      display: none;
    }
  }
}

[class*="hint--"] {
  display: inline-block;
  position: relative;
}

[class*="hint--"]:before, [class*="hint--"]:after {
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: all .3s;
  position: absolute;
  transform: translate3d(0, 0, 0);
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s;
}

[class*="hint--"]:before {
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  z-index: 1000001;
  background: #383838;
  border: 6px solid #0000;
  position: absolute;
}

[class*="hint--"]:after {
  color: #fff;
  white-space: nowrap;
  background: #383838;
  padding: 8px 10px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after, [data-hint=""]:before, [data-hint=""]:after {
  display: none !important;
}

.hint--top {
  --rotation: 135deg;
}

.hint--top:before {
  transform: rotate(var(--rotation));
  margin-bottom: -5.5px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--top:hover:after {
  transform: translateX(-50%)translateY(-8px);
}

.hint--bottom {
  --rotation: -45deg;
}

.hint--bottom:before {
  transform: rotate(var(--rotation));
  margin-top: -5.5px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--bottom:hover:after {
  transform: translateX(-50%)translateY(8px);
}

.hint--right {
  --rotation: -135deg;
}

.hint--right:before {
  transform: rotate(var(--rotation));
  margin-bottom: -6px;
  margin-left: -5.5px;
}

.hint--right:after {
  margin-bottom: calc(-.5rem - 8px);
}

.hint--right:before, .hint--right:after {
  bottom: 50%;
  left: 100%;
}

.hint--right:hover:before {
  transform: translateX(8px) rotate(var(--rotation));
}

.hint--right:hover:after {
  transform: translateX(8px);
}

.hint--left {
  --rotation: 45deg;
}

.hint--left:before {
  transform: rotate(var(--rotation));
  margin-bottom: -6px;
  margin-right: -5.5px;
}

.hint--left:after {
  margin-bottom: calc(-.5rem - 8px);
}

.hint--left:before, .hint--left:after {
  bottom: 50%;
  right: 100%;
}

.hint--left:hover:before {
  transform: translateX(-8px) rotate(var(--rotation));
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

.hint--top-left {
  --rotation: 135deg;
}

.hint--top-left:before {
  transform: rotate(var(--rotation));
  margin-bottom: -5.5px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  margin-left: 12px;
  transform: translateX(-100%);
}

.hint--top-left:hover:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--top-left:hover:after {
  transform: translateX(-100%)translateY(-8px);
}

.hint--top-right {
  --rotation: 135deg;
}

.hint--top-right:before {
  transform: rotate(var(--rotation));
  margin-bottom: -5.5px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  margin-left: -12px;
  transform: translateX(0);
}

.hint--top-right:hover:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

.hint--bottom-left {
  --rotation: -45deg;
}

.hint--bottom-left:before {
  transform: rotate(var(--rotation));
  margin-top: -5.5px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  margin-left: 12px;
  transform: translateX(-100%);
}

.hint--bottom-left:hover:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%)translateY(8px);
}

.hint--bottom-right {
  --rotation: -45deg;
}

.hint--bottom-right:before {
  transform: rotate(var(--rotation));
  margin-top: -5.5px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  margin-left: -12px;
  transform: translateX(0);
}

.hint--bottom-right:hover:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

.hint--small:after, .hint--medium:after, .hint--large:after, .hint--fit:after {
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  line-height: 1.4em;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--fit:after {
  width: 100%;
}

[class*="hint--"]:after {
  text-shadow: 0 1px #000;
  box-shadow: 4px 4px 8px #0000004d;
}

.hint--error:after {
  text-shadow: 0 1px #592726;
  background-color: #b34e4d;
}

.hint--error:before {
  background-color: #b34e4d;
}

.hint--warning:after {
  text-shadow: 0 1px #6c5328;
  background-color: #c09854;
}

.hint--warning:before {
  background-color: #c09854;
}

.hint--info:after {
  text-shadow: 0 1px #1a3c4d;
  background-color: #3986ac;
}

.hint--info:before {
  background-color: #3986ac;
}

.hint--success:after {
  text-shadow: 0 1px #1a321a;
  background-color: #458746;
}

.hint--success:before {
  background-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--always.hint--top:after {
  transform: translateX(-50%)translateY(-8px);
}

.hint--always.hint--top-left:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--always.hint--top-left:after {
  transform: translateX(-100%)translateY(-8px);
}

.hint--always.hint--top-right:before {
  transform: translateY(-8px) rotate(var(--rotation));
}

.hint--always.hint--top-right:after {
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--always.hint--bottom:after {
  transform: translateX(-50%)translateY(8px);
}

.hint--always.hint--bottom-left:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%)translateY(8px);
}

.hint--always.hint--bottom-right:before {
  transform: translateY(8px) rotate(var(--rotation));
}

.hint--always.hint--bottom-right:after {
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  transform: translateX(-8px) rotate(var(--rotation));
}

.hint--always.hint--left:after {
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  transform: translateX(8px) rotate(var(--rotation));
}

.hint--always.hint--right:after {
  transform: translateX(8px);
}

.hint--rounded:before {
  border-radius: 0 4px 0 0;
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:before, .hint--no-animate:after {
  transition-duration: 0s;
}

.hint--bounce:before, .hint--bounce:after {
  transition: opacity .3s, visibility .3s, transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
}

@supports (transition-timing-function: linear(0, 1)) {
  .hint--bounce:before, .hint--bounce:after {
    --spring-easing: linear(0, .009, .035 2.1%, .141 4.4%, .723 12.9%, .938, 1.077 20.4%, 1.121, 1.149 24.3%, 1.159, 1.163 27%, 1.154, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1);
    transition: opacity .3s ease, visibility .3s ease, transform .5s var(--spring-easing);
  }
}

.hint--no-shadow:before, .hint--no-shadow:after {
  text-shadow: initial;
  box-shadow: initial;
}

.hint--no-arrow:before {
  display: none;
}
/*# sourceMappingURL=index.af199071.css.map */
