/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@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-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .my-\[3\.6rem\] {
    margin-block: 3.6rem;
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-\[2rem\] {
    margin-top: 2rem;
  }
  .mt-\[3\.2rem\] {
    margin-top: 3.2rem;
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[6\.4rem\] {
    margin-top: 6.4rem;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[64px\] {
    margin-top: 64px;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-\[0\.8rem\] {
    margin-bottom: 0.8rem;
  }
  .mb-\[3\.2rem\] {
    margin-bottom: 3.2rem;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .line-clamp-6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[6\/6\] {
    aspect-ratio: 6/6;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[3\.6rem\] {
    height: 3.6rem;
  }
  .h-\[4\.4rem\] {
    height: 4.4rem;
  }
  .h-\[4\.5rem\] {
    height: 4.5rem;
  }
  .h-\[4rem\] {
    height: 4rem;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[64px\] {
    min-height: 64px;
  }
  .\!w-fit {
    width: fit-content !important;
  }
  .w-\[7rem\] {
    width: 7rem;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[0\.8rem\] {
    gap: 0.8rem;
  }
  .gap-\[1\.6rem\] {
    gap: 1.6rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\.4rem\] {
    gap: 2.4rem;
  }
  .gap-\[3\.6rem\] {
    gap: 3.6rem;
  }
  .gap-\[4rem\] {
    gap: 4rem;
  }
  .gap-\[6rem\] {
    gap: 6rem;
  }
  .gap-\[10rem\] {
    gap: 10rem;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-b-3xl {
    border-bottom-right-radius: var(--radius-3xl);
    border-bottom-left-radius: var(--radius-3xl);
  }
  .bg-\[\#3c3c3a\] {
    background-color: #3c3c3a;
  }
  .bg-\[var\(--color-background\)\] {
    background-color: var(--color-background);
  }
  .bg-\[var\(--color-background--secondary\)\] {
    background-color: var(--color-background--secondary);
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-\[4rem\] {
    padding: 4rem;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .\!px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .\!px-10 {
    padding-inline: calc(var(--spacing) * 10) !important;
  }
  .\!px-\[2rem\] {
    padding-inline: 2rem !important;
  }
  .px-\[3\.2rem\] {
    padding-inline: 3.2rem;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[10rem\] {
    padding-block: 10rem;
  }
  .py-\[16rem\] {
    padding-block: 16rem;
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[4\.8rem\] {
    padding-top: 4.8rem;
  }
  .pt-\[6\.4rem\] {
    padding-top: 6.4rem;
  }
  .pt-\[6rem\] {
    padding-top: 6rem;
  }
  .pt-\[14rem\] {
    padding-top: 14rem;
  }
  .pt-\[64px\] {
    padding-top: 64px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .text-center {
    text-align: center;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.6em\] {
    font-size: 1.6em;
  }
  .text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.9rem\] {
    font-size: 1.9rem;
  }
  .text-\[2\.1rem\] {
    font-size: 2.1rem;
  }
  .text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.2rem\] {
    font-size: 3.2rem;
  }
  .text-\[3\.6rem\] {
    font-size: 3.6rem;
  }
  .text-\[4\.4rem\] {
    font-size: 4.4rem;
  }
  .text-\[4rem\] {
    font-size: 4rem;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[var\(--color-background\)\] {
    color: var(--color-background);
  }
  .text-\[var\(--color-on-background\)\] {
    color: var(--color-on-background);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-500 {
    color: var(--color-yellow-500);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-start-6 {
    @media (width >= 48rem) {
      grid-column-start: 6;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[4rem\] {
    @media (width >= 48rem) {
      margin-top: 4rem;
    }
  }
  .md\:mt-\[6rem\] {
    @media (width >= 48rem) {
      margin-top: 6rem;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[5rem\] {
    @media (width >= 48rem) {
      margin-bottom: 5rem;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:aspect-\[6\/2\.8\] {
    @media (width >= 48rem) {
      aspect-ratio: 6/2.8;
    }
  }
  .md\:h-\[4rem\] {
    @media (width >= 48rem) {
      height: 4rem;
    }
  }
  .md\:h-\[6rem\] {
    @media (width >= 48rem) {
      height: 6rem;
    }
  }
  .md\:h-\[80\%\] {
    @media (width >= 48rem) {
      height: 80%;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:h-screen {
    @media (width >= 48rem) {
      height: 100vh;
    }
  }
  .md\:min-h-\[80px\] {
    @media (width >= 48rem) {
      min-height: 80px;
    }
  }
  .md\:min-h-\[700px\] {
    @media (width >= 48rem) {
      min-height: 700px;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 48rem) {
      max-width: calc(1 / 2 * 100%);
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-\[3\.2rem\] {
    @media (width >= 48rem) {
      gap: 3.2rem;
    }
  }
  .md\:gap-\[5rem\] {
    @media (width >= 48rem) {
      gap: 5rem;
    }
  }
  .md\:gap-\[6\.4rem\] {
    @media (width >= 48rem) {
      gap: 6.4rem;
    }
  }
  .md\:gap-\[10rem\] {
    @media (width >= 48rem) {
      gap: 10rem;
    }
  }
  .md\:gap-\[32px\] {
    @media (width >= 48rem) {
      gap: 32px;
    }
  }
  .md\:\!bg-white {
    @media (width >= 48rem) {
      background-color: var(--color-white) !important;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-\[7rem\] {
    @media (width >= 48rem) {
      padding: 7rem;
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 48rem) {
      padding: 32px;
    }
  }
  .md\:px-\[32px\] {
    @media (width >= 48rem) {
      padding-inline: 32px;
    }
  }
  .md\:py-\[20rem\] {
    @media (width >= 48rem) {
      padding-block: 20rem;
    }
  }
  .md\:py-\[24rem\] {
    @media (width >= 48rem) {
      padding-block: 24rem;
    }
  }
  .md\:pt-\[6\.4rem\] {
    @media (width >= 48rem) {
      padding-top: 6.4rem;
    }
  }
  .md\:pt-\[8rem\] {
    @media (width >= 48rem) {
      padding-top: 8rem;
    }
  }
  .md\:pt-\[10rem\] {
    @media (width >= 48rem) {
      padding-top: 10rem;
    }
  }
  .md\:pt-\[24rem\] {
    @media (width >= 48rem) {
      padding-top: 24rem;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pt-\[100px\] {
    @media (width >= 48rem) {
      padding-top: 100px;
    }
  }
  .md\:pb-\[6px\] {
    @media (width >= 48rem) {
      padding-bottom: 6px;
    }
  }
  .md\:\!text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem !important;
    }
  }
  .md\:text-\[1\.6rem\] {
    @media (width >= 48rem) {
      font-size: 1.6rem;
    }
  }
  .md\:text-\[2\.1rem\] {
    @media (width >= 48rem) {
      font-size: 2.1rem;
    }
  }
  .md\:text-\[2\.4rem\] {
    @media (width >= 48rem) {
      font-size: 2.4rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[2\.8rem\] {
    @media (width >= 48rem) {
      font-size: 2.8rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.2rem\] {
    @media (width >= 48rem) {
      font-size: 3.2rem;
    }
  }
  .md\:text-\[4\.6rem\] {
    @media (width >= 48rem) {
      font-size: 4.6rem;
    }
  }
  .md\:text-\[4rem\] {
    @media (width >= 48rem) {
      font-size: 4rem;
    }
  }
  .md\:text-\[5rem\] {
    @media (width >= 48rem) {
      font-size: 5rem;
    }
  }
  .md\:text-\[7rem\] {
    @media (width >= 48rem) {
      font-size: 7rem;
    }
  }
  .md\:text-\[8rem\] {
    @media (width >= 48rem) {
      font-size: 8rem;
    }
  }
  .md\:\!text-black {
    @media (width >= 48rem) {
      color: var(--color-black) !important;
    }
  }
  .md\:\!text-white {
    @media (width >= 48rem) {
      color: var(--color-white) !important;
    }
  }
  .md\:text-white {
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
  .md\:mix-blend-difference {
    @media (width >= 48rem) {
      mix-blend-mode: difference;
    }
  }
  .lg\:h-\[4\.4rem\] {
    @media (width >= 64rem) {
      height: 4.4rem;
    }
  }
  .lg\:max-w-4xl {
    @media (width >= 64rem) {
      max-width: var(--container-4xl);
    }
  }
  .lg\:text-\[2\.5rem\] {
    @media (width >= 64rem) {
      font-size: 2.5rem;
    }
  }
  .lg\:text-\[2rem\] {
    @media (width >= 64rem) {
      font-size: 2rem;
    }
  }
  .lg\:text-\[3\.6rem\] {
    @media (width >= 64rem) {
      font-size: 3.6rem;
    }
  }
}
:root {
  --step--2: clamp(0.6944rem, 0.6593rem + 0.1564vw, 0.8rem);
  --step--1: clamp(0.8333rem, 0.7778rem + 0.2469vw, 1rem);
  --step-0: clamp(1rem, 0.9167rem + 0.3704vw, 1.25rem);
  --step-1: clamp(1.2rem, 1.0792rem + 0.537vw, 1.5625rem);
  --step-2: clamp(1.44rem, 1.269rem + 0.7602vw, 1.9531rem);
  --step-3: clamp(1.728rem, 1.4902rem + 1.0569vw, 2.4414rem);
  --step-4: clamp(2.0736rem, 1.7475rem + 1.4491vw, 3.0518rem);
  --step-5: clamp(2.4883rem, 2.0462rem + 1.965vw, 3.8147rem);
  --color-background: #f2f2ef;
  --color-on-background: #252522;
  --color-primary: #252522;
  --color-primary--hover: #2f2f2c;
  --color-on-primary: #f2f2ef;
  --color-background--secondary: #3e3e38;
  --color-on-background--subtle: #7a7a79;
  --color-outline: rgba(255, 255, 255, .2);
  --padding-sides: 32px;
}
:root {
  --size: 390;
}
@media (width >=48rem) {
  :root {
    --size: 1500;
  }
}
html {
  font-size: calc(10 * 100vw / var(--size));
}
body *, * {
  font-family: 'Instrument Sans';
  box-sizing: border-box;
}
hr {
  border: none;
  background: var(--color-outline);
  width: 100%;
  height: 1px;
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
  line-height: 1.5;
  background: var(--color-on-background);
}
.input-field--wrapper label {
  font-size: 1.6rem;
  color: var(--color-on-background--subtle);
}
.mask-frame {
  opacity: 0;
}
.input-field {
  position: relative;
  input {
    outline: none;
    padding: 12px 0;
    font-size: 1.6rem;
  }
  textarea {
    outline: none;
    padding: 12px 0;
    resize: none;
    height: 120px;
  }
  input:focus~span, textarea:focus~span {
    &.first {
      width: 0%;
    }
    &.second {
      width: 100%;
    }
  }
  span {
    position: absolute;
    bottom: 0;
    height: 1px;
    transition: .3s ease;
    &.first {
      right: 0;
      width: 100%;
      background: rgba(1,1,1,.2);
    }
    &.second {
      background: black;
      left: 0;
      width: 0%;
      transition-delay: .1s;
    }
  }
}
.site-max {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 130rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.logo {
  color: var(--color-on-background);
  line-height: 1;
  font-weight: 600;
}
.text-fg-secondary {
  color: var(--color-on-background--subtle);
}
.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 2);
  border-radius: calc(infinity * 1px);
  padding-inline: calc(var(--spacing) * 4);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  span,	i {
    color: inherit;
  }
}
.btn-icon {
  aspect-ratio: 1 / 1;
}
.btn-primary {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-primary--hover);
    }
  }
}
.btn-surface {
  background-color: color-mix(in srgb, #000 5%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
  }
  padding: calc(var(--spacing) * 0) !important;
  color: var(--color-on-primary);
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in srgb, #000 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
      }
    }
  }
}
.btn-border {
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-on-background);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-on-background);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-background);
    }
  }
}
.link {
  position: relative;
  &:hover::after {
    width: 100%;
  }
  &::after {
    transition: 0.2s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--color-on-background);
  }
}
.link--inverted::after {
  background: var(--color-background);
}
.home-hero {
  h1 {
    font-size: 10.5vw;
    text-align: center;
    letter-spacing: -0.03em;
  }
}
.home-gallery {
  img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    object-fit: cover;
  }
  .splide__progress {
    width: 100%;
    height: 2px;
    background: rgba(1, 1, 1, .1);
    margin-top: 24px;
  }
  .splide__progress__bar {
    height: 100%;
    background: black;
    transition: .1s ease;
  }
}
@media (width <=48rem) {
  .home-hero h1 {
    font-size: 9.8vw;
  }
}
nav {
  a.main {
    &::before {
      content: '';
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: var(--color-outline);
    }
    &::after {
      height: 2px;
    }
  }
}
.splide {
  position: relative;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-border-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-leading: initial;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-border-style: solid;
    }
  }
}
