.waitlist-button-gradient {
  background: var(--golden-fizz);
  position: relative;
  overflow: hidden;
}
@keyframes arrowAnimation {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateX(10px) rotate(15deg);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px) rotate(-15deg);
    opacity: 0;
  }
  to {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .arrow-container:hover .arrow-animate {
    animation: arrowAnimation 0.8s ease-in-out;
  }
}
.arrow-button {
  position: relative;
}
.arrow-button:hover img {
  animation: arrowAnimation 0.8s ease-in-out;
}
.header-bottom-background {
  width: 100%;
  height: 100px;
  position: absolute;
  top: -24px;
  background:
    linear-gradient(180deg, var(--golden-fizz), rgba(0, 0, 0, 0)),
    url(/_next/static/media/header.47224f80.svg);
  filter: contrast(9999%) brightness(100%);
}
.grid-item-bg {
  width: 100%;
  height: 28rem;
  border-radius: 0.125rem;
  transition: height 0.3s;
  position: relative;
  overflow: hidden;
}
.grid-item-bg:hover {
  height: 32rem;
}
.grid-item-bg-1 {
  background: linear-gradient(0deg, var(--navy-blue) 40%, var(--snuff) 60%);
}
.grid-item-bg-1,
.grid-item-bg-2 {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  transition: height 0.3s;
  position: relative;
  overflow: hidden;
}
.grid-item-bg-2 {
  background: linear-gradient(0deg, var(--scarlet) 40%, var(--sushi) 60%);
}
.grid-item-bg-3 {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  transition: height 0.3s;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, var(--everglade) 40%, var(--aqua) 60%);
}
.noise {
  width: 100%;
  height: 100%;
  background: url(/_next/static/media/noise.15c331ce.svg);
  filter: contrast(170%) brightness(1000%);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.step-bg-1,
.step-bg-2,
.step-bg-3 {
  background-position: 50%;
  background-repeat: no-repeat;
}
.step-bg-1-mobile,
.step-bg-2-mobile,
.step-bg-3-mobile {
  background-size: 125% 150%;
}
.step-bg-1-medium,
.step-bg-2-medium,
.step-bg-3-medium {
  background-size: 125% 120%;
}
.step-bg-1-large,
.step-bg-2-large,
.step-bg-3-large {
  background-size: 130% 130%;
}
.step-bg-1 {
  background-image: url(/_next/static/media/shader-01.82c3ad8f.png);
}
.step-bg-2 {
  background-image: url(/_next/static/media/shader-02.83330b11.png);
}
.step-bg-3 {
  background-image: url(/_next/static/media/shader-03.fcb412fd.png);
}
.step-card {
  min-height: 220px;
}
.large-step-container,
.tablet-step-container {
  position: relative;
  z-index: 1;
}
.large-step-container:before,
.tablet-step-container:before {
  content: "";
  position: absolute;
  top: -80px;
  left: -20px;
  right: -10px;
  bottom: -80px;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
}
.tablet-step-container:before {
  background-size: 125% 120%;
}
.large-step-container:before {
  background-size: 115%;
}
.desktop-step-container {
  background-size: contain;
}
.tablet-step-container.step-bg-1-medium:before {
  background-image: url(/_next/static/media/shader-01.82c3ad8f.png);
}
.tablet-step-container.step-bg-2-medium:before {
  background-image: url(/_next/static/media/shader-02.83330b11.png);
}
.tablet-step-container.step-bg-3-medium:before {
  background-image: url(/_next/static/media/shader-03.fcb412fd.png);
}
.large-step-container.step-bg-1-large:before {
  background-image: url(/_next/static/media/shader-01.82c3ad8f.png);
}
.large-step-container.step-bg-2-large:before {
  background-image: url(/_next/static/media/shader-02.83330b11.png);
}
.large-step-container.step-bg-3-large:before {
  background-image: url(/_next/static/media/shader-03.fcb412fd.png);
}
.grid-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 1440/989;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: transparent;
}
.h-line {
  width: 100%;
  height: 1px;
}
.h-line,
.v-line {
  position: absolute;
  background-color: var(--dove-gray);
}
.v-line {
  width: 1px;
  top: 0;
}
.gradient {
  background: linear-gradient(to bottom, transparent, var(--dove-gray));
}
.main-rect {
  position: absolute;
  top: 10%;
  left: 13.2%;
  width: 73.7%;
  height: 60.1%;
  background: black;
  border: 1px solid var(--dove-gray);
}
.diagonal-1,
.diagonal-2,
.diagonal-3 {
  position: absolute;
  height: 1px;
  background-color: var(--dove-gray);
  transform-origin: left center;
}
.diagonal-1 {
  width: 2.9%;
}
.diagonal-2,
.diagonal-3 {
  width: 3.05%;
}
.grid-image-top-background {
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 100%;
  transform: translateY(60%);
  background:
    linear-gradient(0deg, var(--foreground) 60%, transparent 100%),
    url(/_next/static/media/footer.47224f80.svg);
  background-size:
    100% 100%,
    50px 50px;
  filter: contrast(9999%) brightness(100%);
}
.footer-top-background {
  height: 150px;
  background: linear-gradient(
    0deg,
    var(--golden-fizz) 0,
    var(--snuff) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: contrast(100%) brightness(100%);
}
.footer-top-background,
.noise-overlay {
  width: 100%;
  position: absolute;
  bottom: -24px;
}
.noise-overlay {
  height: 240px;
  background: url(/_next/static/media/noise.15c331ce.svg);
  filter: contrast(170%) brightness(1000%);
  mix-blend-mode: overlay;
  left: 0;
  z-index: 1;
}
.parent {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.ceiling {
  transform: perspective(10px) rotateX(178deg);
  opacity: 0.1;
}
.ceiling,
.floor {
  flex: 1;
  background-color: transparent;
  background-image:
    linear-gradient(90deg, black 1px, transparent 0),
    linear-gradient(180deg, black 1px, transparent 0);
  background-size: 100px 60px;
}
.floor {
  transform: perspective(10px) rotateX(2deg);
}
.images-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.images-container:before {
  top: 0;
  transform: perspective(10px) rotateX(178deg);
  opacity: 0.1;
}
.images-container:after,
.images-container:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 63.5%;
  display: block;
  background-color: transparent;
  background-image:
    linear-gradient(90deg, black 0.6px, transparent 0),
    linear-gradient(180deg, black 0.6px, transparent 0);
  background-size: 100px 60px;

}
.images-container:after {
  bottom: 0;
  transform: perspective(10px) rotateX(2deg);
  opacity: 0.1;
}
.integrations-container {
  overflow: hidden;
  position: relative;
  height: calc(145px * 3);
}
.fade-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.fade-overlay-top {
  top: -6px;
}
.fade-overlay-bottom {
  bottom: -6px;
}
.integrations-list {
  display: flex;
  flex-direction: column;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.integration-item {
  padding: 1.5rem 0;
  border-top: 1px solid var(--foreground);
  border-bottom: 1px solid var(--foreground);
  background: transparent;
  transition:
    background-color 0.3s ease,
    padding 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.integration-item:hover {
  background-color: var(--golden-fizz);
  padding-left: 2rem;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  grid-template-rows: masonry;
}
.testimonial-item {
  padding: 8px;
  border-radius: 8px;
  break-inside: avoid;
}
@supports not (grid-template-rows: masonry) {
  .testimonials-grid {
    column-count: 5;
    column-gap: 16px;
  }
}
.testimonials-masonry {
  display: flex;
  width: 100%;
  margin-left: -16px;
  max-height: 650px;
  overflow: hidden;
}
.testimonials-masonry_column {
  padding-left: 16px;
  background-clip: padding-box;
}
.testimonial-item {
  padding: 16px;
  border: 1px solid var(--alto);
  border-radius: 4px;
  margin-bottom: 16px;
  background: var(--background);
}
.faq-answer-enter {
  max-height: 0;
  opacity: 0;
}
.faq-answer-enter-active {
  transition: all 0.2s ease-in-out;
}
.faq-answer-enter-active,
.faq-answer-exit {
  max-height: 500px;
  opacity: 1;
}
.faq-answer-exit-active {
  max-height: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: "";
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
}
fieldset,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role="button"],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 430px) {
  .container {
    max-width: 430px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 2160px) {
  .container {
    max-width: 2160px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-0 {
  bottom: 0;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[25\%\] {
  right: 25%;
}
.top-0 {
  top: 0;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-12px\] {
  top: -12px;
}
.top-\[3\.5rem\] {
  top: 3.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-0 {
  margin-right: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[-22px\] {
  margin-top: -22px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[208px\] {
  height: 208px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[43px\] {
  max-height: 43px;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.max-h-\[685px\] {
  max-height: 685px;
}
.max-h-\[86px\] {
  max-height: 86px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[43px\] {
  min-height: 43px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[86px\] {
  min-height: 86px;
}
.min-h-dvh {
  min-height: 100dvh;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[583px\] {
  width: 583px;
}
.w-full {
  width: 100%;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[43px\] {
  min-width: 43px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[86px\] {
  min-width: 86px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[156px\] {
  max-width: 156px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[43px\] {
  max-width: 43px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[829px\] {
  max-width: 829px;
}
.max-w-\[86px\] {
  max-width: 86px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-xxs {
  max-width: 320px;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-180,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-28 {
  gap: 7rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-\[rgb\(218\2c 218\2c 218\2c 0\.1\)\] {
  border-color: rgb(218, 218, 218, 0.1);
}
.border-foreground {
  border-color: var(--foreground);
}
.bg-\[rgb\(218\2c 218\2c 218\2c 0\.1\)\] {
  background-color: rgb(218, 218, 218, 0.1);
}
.bg-\[rgb\(255\2c 255\2c 255\2c 0\.2\)\] {
  background-color: rgb(255, 255, 255, 0.2);
}
.bg-\[rgb\(255\2c 255\2c 255\2c 0\.6\)\] {
  background-color: rgb(255, 255, 255, 0.6);
}
.bg-alabaster {
  background-color: var(--alabaster);
}
.bg-background {
  background-color: var(--background);
}
.bg-foreground {
  background-color: var(--foreground);
}
.bg-golden-fizz {
  background-color: var(--golden-fizz);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-snuff {
  background-color: var(--snuff);
}
.bg-sushi {
  background-color: var(--sushi);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-16 {
  padding: 4rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.text-background {
  color: var(--background);
}
.text-foreground {
  color: var(--foreground);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-flint {
  --tw-shadow: 0px 0px 12.6px 0px #9a9a9a40;
  --tw-shadow-colored: 0px 0px 12.6px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.transition {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-100 {
  transition-duration: 0.1s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
@font-face {
  font-family: Booton;
  src:
    url(/_next/static/media/Booton-Regular.31c81057.woff2) format("woff2"),
    url(/_next/static/media/Booton-Regular.75a4bb9c.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Booton;
  src:
    url(/_next/static/media/Booton-Bold.970cca7f.woff2) format("woff2"),
    url(/_next/static/media/Booton-Bold.7d9f5be3.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Booton;
  src:
    url(/_next/static/media/Booton-Light.af6ec8d4.woff2) format("woff2"),
    url(/_next/static/media/Booton-Light.a2313923.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Booton;
  src:
    url(/_next/static/media/Booton-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Booton;
  src:
    url(/_next/static/media/Booton-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --background: #ffffff;
  --foreground: #000000;
  --golden-fizz: #f7f73b;
  --snuff: #ead1eb;
  --alabaster: #f9f9f9;
  --navy-blue: #000177;
  --sushi: #8cb43c;
  --scarlet: #e22700;
  --aqua: #3cb4b2;
  --everglade: #214f2b;
  --alto: #dadada;
  --dove-gray: #656565;
}
body {
  cursor: default;
  color: var(--foreground);
  background: var(--background);
  font-family:
    Booton,
    -apple-system,
    BlinkMacSystemFont,
    avenir next,
    avenir,
    segoe ui,
    helvetica neue,
    helvetica,
    Cantarell,
    Ubuntu,
    roboto,
    noto,
    arial,
    sans-serif;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 320px) {
  .xxs\:h-\[26px\] {
    height: 26px;
  }
  .xxs\:h-\[80px\] {
    height: 80px;
  }
  .xxs\:p-8 {
    padding: 2rem;
  }
  .xxs\:p-\[2\.5rem\] {
    padding: 2.5rem;
  }
  .xxs\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xxs\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .xxs\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .xxs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 430px) {
  .xs\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:pr-2 {
    padding-right: 0.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:max-w-\[180px\] {
    max-width: 180px;
  }
  .md\:max-w-\[285px\] {
    max-width: 285px;
  }
  .md\:max-w-\[500px\] {
    max-width: 500px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:p-12 {
    padding: 3rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:top-\[8\.6rem\] {
    top: 8.6rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[520px\] {
    height: 520px;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:text-\[90px\] {
    font-size: 90px;
  }
}
@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-end {
    align-items: flex-end;
  }
  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1536px) {
  .\32xl\:h-\[30px\] {
    height: 30px;
  }
  .\32xl\:h-auto {
    height: auto;
  }
}
@media (min-width: 2160px) {
  .\33xl\:p-32 {
    padding: 8rem;
  }
}

html,
body,
#__next,
#root {
  height: auto;
  min-height: 100% !important;
  overflow-y: visible;
}

.grid-container {
  position: relative;
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 1440 / 989;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: transparent;
}

/* Horizontal lines - Y positions converted to % */
.h-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--dove-gray);
}

/* Vertical lines - X positions and heights in % */
.v-line {
  position: absolute;
  width: 1px;
  background-color: var(--dove-gray);
  top: 0;
}

.gradient {
  background: linear-gradient(to bottom, transparent, var(--dove-gray));
}

.main-rect {
  position: absolute;
  top: 10%;
  left: 13.2%;
  width: 73.7%;
  height: 60.1%;
  background: black;
  border: 1px solid var(--dove-gray);
}

/* Diagonal lines */
.diagonal-1,
.diagonal-2,
.diagonal-3 {
  position: absolute;
  height: 1px;
  background-color: var(--dove-gray);
  transform-origin: left center;
}

.diagonal-1 {
  width: 2.9%;
}

.diagonal-2,
.diagonal-3 {
  width: 3.05%;
}

.step-bg-1,
.step-bg-2,
.step-bg-3 {
  background-position: center;
  background-repeat: no-repeat;
}

.step-bg-1-mobile,
.step-bg-2-mobile,
.step-bg-3-mobile {
  background-size: 125% 150%;
}

.step-bg-1-medium,
.step-bg-2-medium,
.step-bg-3-medium {
  background-size: 125% 120%;
}

.step-bg-1-large,
.step-bg-2-large,
.step-bg-3-large {
  background-size: 130% 130%;
}

.step-bg-1 {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/3dbb6059-8169-48e5-b96d-4610d5ac548a.png");
}

.step-bg-2 {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/6ef524ca-ab83-4cb9-9aa1-37d35a7df6e2.png");
}

.step-bg-3 {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/187e710b-9d05-4400-b63c-5f4cac260775.png");
}

.step-card {
  min-height: 220px;
}

.tablet-step-container,
.large-step-container {
  position: relative;
  z-index: 1;
}

.tablet-step-container::before,
.large-step-container::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -20px;
  right: -10px;
  bottom: -80px;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
}

.tablet-step-container::before {
  background-size: 125% 120%;
}

.large-step-container::before {
  background-size: 115%;
}

.desktop-step-container {
  background-size: contain;
}

.tablet-step-container.step-bg-1-medium::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/3dbb6059-8169-48e5-b96d-4610d5ac548a.png");
}

.tablet-step-container.step-bg-2-medium::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/6ef524ca-ab83-4cb9-9aa1-37d35a7df6e2.png");
}

.tablet-step-container.step-bg-3-medium::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/187e710b-9d05-4400-b63c-5f4cac260775.png");
}

.large-step-container.step-bg-1-large::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/3dbb6059-8169-48e5-b96d-4610d5ac548a.png");
}

.large-step-container.step-bg-2-large::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/6ef524ca-ab83-4cb9-9aa1-37d35a7df6e2.png");
}

.large-step-container.step-bg-3-large::before {
  background-image: url("https://rwqqrnsxhishecvdnalx.supabase.co/storage/v1/object/public/assets/fde5f3d5-43ac-45a9-854c-1c6b88085d36/187e710b-9d05-4400-b63c-5f4cac260775.png");
}
