/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-space-grotesk: 'Space Grotesk', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-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;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-5 {
    right: calc(var(--spacing) * -5);
  }
  .-right-6 {
    right: calc(var(--spacing) * -6);
  }
  .-right-7 {
    right: calc(var(--spacing) * -7);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .-bottom-0 {
    bottom: calc(var(--spacing) * -0);
  }
  .-bottom-3 {
    bottom: calc(var(--spacing) * -3);
  }
  .-bottom-4 {
    bottom: calc(var(--spacing) * -4);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-bottom-7 {
    bottom: calc(var(--spacing) * -7);
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-fit {
    height: fit-content;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-\[35px\] {
    width: 35px;
  }
  .w-\[515px\] {
    width: 515px;
  }
  .w-\[520px\] {
    width: 520px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#111\] {
    background-color: #111;
  }
  .text-center {
    text-align: center;
  }
  .font-space-grotesk {
    font-family: var(--font-space-grotesk);
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .underline {
    text-decoration-line: underline;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .max-xl\:text-8xl {
    @media (width < 80rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .max-lg\:relative {
    @media (width < 64rem) {
      position: relative;
    }
  }
  .max-lg\:-right-1 {
    @media (width < 64rem) {
      right: calc(var(--spacing) * -1);
    }
  }
  .max-lg\:-bottom-0 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -0);
    }
  }
  .max-lg\:-bottom-2 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -2);
    }
  }
  .max-lg\:-bottom-3 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -3);
    }
  }
  .max-lg\:-bottom-4 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -4);
    }
  }
  .max-lg\:-bottom-5 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -5);
    }
  }
  .max-lg\:-bottom-10 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .max-lg\:-bottom-13 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -13);
    }
  }
  .max-lg\:-bottom-15 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * -15);
    }
  }
  .max-lg\:bottom-4 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .max-lg\:bottom-10 {
    @media (width < 64rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:w-fit {
    @media (width < 64rem) {
      width: fit-content;
    }
  }
  .max-lg\:text-7xl {
    @media (width < 64rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .max-lg\:text-lg {
    @media (width < 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-lg\:text-sm {
    @media (width < 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:relative {
    @media (width < 48rem) {
      position: relative;
    }
  }
  .max-md\:-right-0 {
    @media (width < 48rem) {
      right: calc(var(--spacing) * -0);
    }
  }
  .max-md\:-right-2 {
    @media (width < 48rem) {
      right: calc(var(--spacing) * -2);
    }
  }
  .max-md\:-bottom-0 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -0);
    }
  }
  .max-md\:-bottom-4 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -4);
    }
  }
  .max-md\:-bottom-5 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -5);
    }
  }
  .max-md\:-bottom-6 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -6);
    }
  }
  .max-md\:-bottom-7 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -7);
    }
  }
  .max-md\:-bottom-8 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -8);
    }
  }
  .max-md\:-bottom-9 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -9);
    }
  }
  .max-md\:-bottom-10 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * -10);
    }
  }
  .max-md\:bottom-0 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 0);
    }
  }
  .max-md\:bottom-10 {
    @media (width < 48rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:justify-center {
    @media (width < 48rem) {
      justify-content: center;
    }
  }
  .max-md\:text-6xl {
    @media (width < 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .max-md\:text-sm {
    @media (width < 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:-bottom-5 {
    @media (width < 40rem) {
      bottom: calc(var(--spacing) * -5);
    }
  }
  .max-sm\:-bottom-6 {
    @media (width < 40rem) {
      bottom: calc(var(--spacing) * -6);
    }
  }
  .max-sm\:w-\[25px\] {
    @media (width < 40rem) {
      width: 25px;
    }
  }
  .max-sm\:gap-y-3 {
    @media (width < 40rem) {
      row-gap: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:text-5xl {
    @media (width < 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .max-sm\:text-xs {
    @media (width < 40rem) {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
  }
  .max-sm\:text-nowrap {
    @media (width < 40rem) {
      text-wrap: nowrap;
    }
  }
  .\32 xl\:text-8xl {
    @media (width >= 96rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-outline-style: solid;
    }
  }
}
