/*! tailwindcss v4.2.1 | 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-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-zinc-100: oklch(96.7% 0.001 286.375);
    --color-zinc-600: oklch(44.2% 0.017 285.786);
    --color-zinc-700: oklch(37% 0.013 285.805);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
    --animate-drift: drift 60s linear both, bob 2s ease-in-out infinite;
    --animate-drift-reverse: drift 60s linear reverse both, bob 2s ease-in-out infinite;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .w-1\/4 {
    width: calc(1 / 4 * 100%);
  }
  .w-1\/6 {
    width: calc(1 / 6 * 100%);
  }
  .w-5\/6 {
    width: calc(5 / 6 * 100%);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-drift {
    animation: var(--animate-drift);
  }
  .animate-drift-reverse {
    animation: var(--animate-drift-reverse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-red-600 {
    background-color: var(--color-red-600);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-zinc-700\/70 {
    background-color: color-mix(in srgb, oklch(37% 0.013 285.805) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-zinc-700) 70%, transparent);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-radial {
    --tw-gradient-position: in oklab;
    background-image: radial-gradient(var(--tw-gradient-stops));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/80 {
    --tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-1\% {
    --tw-gradient-from-position: 1%;
  }
  .from-30\% {
    --tw-gradient-from-position: 30%;
  }
  .via-black\/75 {
    --tw-gradient-via: color-mix(in srgb, #000 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 75%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-transparent {
    --tw-gradient-via: transparent;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-20\% {
    --tw-gradient-via-position: 20%;
  }
  .via-70\% {
    --tw-gradient-via-position: 70%;
  }
  .to-black\/40 {
    --tw-gradient-to: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-black\/85 {
    --tw-gradient-to: color-mix(in srgb, #000 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-black) 85%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-100\% {
    --tw-gradient-to-position: 100%;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-19 {
    padding-top: calc(var(--spacing) * 19);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-sm\/4 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 4);
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-blue-50 {
    color: var(--color-blue-50);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-stone-300 {
    color: var(--color-stone-300);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-zinc-100 {
    color: var(--color-zinc-100);
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .text-shadow-lg\/80 {
    --tw-text-shadow-alpha: 80%;
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 80%)), 0px 3px 2px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 80%)), 0px 4px 8px var(--tw-text-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 80%));
  }
  .hover\:bg-zinc-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-zinc-600);
      }
    }
  }
  .sm\:px-3 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-\[0\.7rem\] {
    @media (width >= 40rem) {
      font-size: 0.7rem;
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-base\/6 {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .md\:text-\[0\.7rem\] {
    @media (width >= 48rem) {
      font-size: 0.7rem;
    }
  }
  .lg\:mx-auto {
    @media (width >= 64rem) {
      margin-inline: auto;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 64rem) {
      width: 65%;
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-sm {
    @media (width >= 80rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
}
@layer utilities {
  [data-layout="tall"] .sky {
    top: 0;
    right: 0;
    height: 100%;
  }
  [data-layout="tall"] .sky img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  [data-layout="portrait"] .sky {
    top: calc(-16dvh + (-23dvh + 16dvh) * var(--t));
    right: calc(-95dvw + (-35dvw + 95dvw) * var(--t));
    height: 100%;
  }
  [data-layout="portrait"] .sky img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  [data-layout="square"] .sky {
    top: calc(-18dvh + (20dvh + -18dvh) * var(--t));
    right: calc(-35dvw + (40dvw + -35dvw) * var(--t));
    height: 100%;
  }
  [data-layout="square"] .sky img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  [data-layout="landscape"] .sky {
    top: calc(1dvh + (-25dvh + 1dvh) * var(--t));
    right: 0;
    height: 100%;
  }
  [data-layout="landscape"] .sky img {
    width: calc(120% + (-135% + 120%) * var(--t));
    height: auto;
    max-width: none;
  }
  [data-layout="wide"] .sky {
    top: calc(-30dvh + (-40dvh + 30dvh) * var(--t));
    right: 0;
    height: 100%;
  }
  [data-layout="wide"] .sky img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  [data-layout="ultrawide"] .sky {
    top: calc(-30dvh + (-40dvh + 30dvh) * var(--t));
    right: 0;
    height: 100%;
  }
  [data-layout="ultrawide"] .sky img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  [data-layout="superultrawide"] .sky {
    top: calc(-40dvh + (-40dvh + 40dvh) * var(--t));
    right: 0;
    height: 100%;
  }
  [data-layout="superultrawide"] .sky img {
    width: 100%;
    height: auto;
    max-width: none;
  }
  [data-layout="tall"] .building {
    bottom: 8dvh;
    left: 10dvw;
  }
  [data-layout="tall"] .building img {
    width: 40dvw;
  }
  [data-layout="portrait"] .building {
    bottom: calc(18dvh + (27dvh - 18dvh) * var(--t));
    left: calc(10dvw + (18dvw - 10dvw) * var(--t));
  }
  [data-layout="portrait"] .building img {
    width: calc(25dvw + (20dvw - 25dvw) * var(--t));
  }
  [data-layout="square"] .building {
    bottom: calc(17dvh + (20dvh - 17dvh) * var(--t));
    left: 20dvw;
  }
  [data-layout="square"] .building img {
    width: calc(20dvw + (15dvw - 20dvw) * var(--t));
  }
  [data-layout="landscape"] .building {
    bottom: calc(20dvh + (30dvh - 20dvh) * var(--t));
    left: 20dvw;
  }
  [data-layout="landscape"] .building img {
    width: calc(15dvw + (13dvw - 15dvw) * var(--t));
  }
  [data-layout="wide"] .building {
    bottom: calc(20dvh + (40dvh - 20dvh) * var(--t));
    left: 20dvw;
  }
  [data-layout="wide"] .building img {
    width: calc(15dvw + (8dvw - 15dvw) * var(--t));
  }
  [data-layout="ultrawide"] .building {
    bottom: calc(40dvh + (45dvh - 40dvh) * var(--t));
    left: 20dvw;
  }
  [data-layout="ultrawide"] .building img {
    width: calc(8dvw + (6dvw - 8dvw) * var(--t));
  }
  [data-layout="superultrawide"] .building {
    bottom: calc(45dvh + (45dvh - 45dvh) * var(--t));
    left: 20dvw;
  }
  [data-layout="superultrawide"] .building img {
    width: calc(6dvw + (6dvw - 6dvw) * var(--t));
  }
  [data-layout="tall"] .birds {
    bottom: calc(8dvh + (17dvh - 8dvh) * var(--t));
    right: calc(2dvw + (2dvw - 2dvw) * var(--t));
  }
  [data-layout="tall"] .birds img {
    width: calc(50dvw + (40dvw - 50dvw) * var(--t));
  }
  [data-layout="portrait"] .birds {
    bottom: calc(18dvh + (27dvh - 18dvh) * var(--t));
    right: calc(2dvw + (2dvw - 2dvw) * var(--t));
  }
  [data-layout="portrait"] .birds img {
    width: calc(40dvw + (35dvw - 40dvw) * var(--t));
  }
  [data-layout="square"] .birds {
    bottom: calc(16dvh + (21dvh - 16dvh) * var(--t));
    right: 2dvw;
  }
  [data-layout="square"] .birds img {
    width: calc(40dvw + (36dvh - 40dvh) * var(--t));
  }
  [data-layout="landscape"] .birds {
    bottom: calc(18dvh + (27dvh - 18dvh) * var(--t));
    right: 2dvw;
  }
  [data-layout="landscape"] .birds img {
    width: 25dvw;
  }
  [data-layout="wide"] .birds {
    bottom: calc(27dvh + (38dvh - 27dvh) * var(--t));
    right: 2dvw;
  }
  [data-layout="wide"] .birds img {
    width: 25dvw;
  }
  [data-layout="ultrawide"] .birds {
    bottom: calc(38dvh + (50dvh - 38dvh) * var(--t));
    right: 2dvw;
  }
  [data-layout="ultrawide"] .birds img {
    width: calc(25dvw + (20dvw - 25dvw) * var(--t));
  }
  [data-layout="superultrawide"] .birds {
    bottom: calc(50dvh + (50dvh - 50dvh) * var(--t));
    right: 2dvw;
  }
  [data-layout="superultrawide"] .birds img {
    width: calc(15dvw + (15dvw - 15dvw) * var(--t));
  }
  [data-layout="tall"] .desert {
    bottom: 0;
    left: 0;
  }
  [data-layout="portrait"] .desert {
    bottom: 0;
    left: 0;
  }
  [data-layout="square"] .desert {
    bottom: -10dvh;
    left: 0;
  }
  [data-layout="landscape"] .desert {
    bottom: calc(-14dvh + (-20dvh + 14dvh) * var(--t));
    left: 0;
  }
  [data-layout="wide"] .desert {
    bottom: calc(-20dvh + (-26dvh + 20dvh) * var(--t));
    left: 0;
  }
  [data-layout="ultrawide"] .desert {
    bottom: calc(-26dvh + (-40dvh + 26dvh) * var(--t));
    left: 0;
  }
  [data-layout="superultrawide"] .desert {
    bottom: calc(-40dvh + (-40dvh + 40dvh) * var(--t));
    left: 0;
  }
  [data-layout="tall"] .ozzy {
    bottom: calc(4dvh + (11dvh - 4dvh) * var(--t));
    left: calc(15dvw + (20dvw - 15dvw) * var(--t));
  }
  [data-layout="tall"] .ozzy img {
    width: calc(25dvw + (15dvw - 25dvw) * var(--t));
  }
  [data-layout="portrait"] .ozzy {
    bottom: calc(11dvh + (17dvh - 11dvh) * var(--t));
    left: calc(20dvw + (22dvw - 20dvw) * var(--t));
  }
  [data-layout="portrait"] .ozzy img {
    width: calc(15dvw + (15dvw - 15dvw) * var(--t));
  }
  [data-layout="square"] .ozzy {
    bottom: calc(6dvh + (12dvh - 6dvh) * var(--t));
    left: calc(21dvw + (21dvw - 21dvw) * var(--t));
  }
  [data-layout="square"] .ozzy img {
    width: calc(18dvw + (13dvw - 18dvw) * var(--t));
  }
  [data-layout="landscape"] .ozzy {
    bottom: calc(8dvh + (13dvh - 8dvh) * var(--t));
    left: calc(21dvw + (22dvw - 21dvw) * var(--t));
  }
  [data-layout="landscape"] .ozzy img {
    width: calc(13dvw + (12dvw - 13dvw) * var(--t));
  }
  [data-layout="wide"] .ozzy {
    bottom: calc(13dvh + (23dvh - 13dvh) * var(--t));
    left: calc(22dvw + (25dvw - 22dvw) * var(--t));
  }
  [data-layout="wide"] .ozzy img {
    width: calc(12dvw + (11dvw - 12dvw) * var(--t));
  }
  [data-layout="ultrawide"] .ozzy {
    bottom: calc(23dvh + (29dvh - 23dvh) * var(--t));
    left: calc(25dvw + (25dvw - 25dvw) * var(--t));
  }
  [data-layout="ultrawide"] .ozzy img {
    width: calc(11dvw + (8dvw - 11dvw) * var(--t));
  }
  [data-layout="superultrawide"] .ozzy {
    bottom: calc(29dvh + (29dvh - 29dvh) * var(--t));
    left: calc(25dvw + (25dvw - 25dvw) * var(--t));
  }
  [data-layout="superultrawide"] .ozzy img {
    width: calc(8dvw + (8dvw - 8dvw) * var(--t));
  }
  [data-layout="tall"] .bubble {
    bottom: calc(17dvh + (26dvh - 17dvh) * var(--t));
    left: calc(37dvw + (34dvw - 37dvw) * var(--t));
  }
  [data-layout="tall"] .bubble img {
    width: calc(30dvw + (25dvw - 30dvw) * var(--t));
  }
  [data-layout="portrait"] .bubble {
    bottom: calc(26dvh + (40dvh - 26dvh) * var(--t));
    left: 35dvw;
  }
  [data-layout="portrait"] .bubble img {
    width: calc(20dvw + (18dvw - 20dvw) * var(--t));
  }
  [data-layout="square"] .bubble {
    bottom: calc(34dvh + (37dvh - 34dvh) * var(--t));
    left: calc(37dvw + (33dvw - 37dvw) * var(--t));
  }
  [data-layout="square"] .bubble img {
    width: calc(17dvw + (15dvw - 17dvw) * var(--t));
  }
  [data-layout="landscape"] .bubble {
    bottom: calc(34dvh + (46dvh - 34dvh) * var(--t));
    left: calc(32dvw + (33dvw - 32dvw) * var(--t));
  }
  [data-layout="landscape"] .bubble img {
    width: calc(13dvw + (15dvw - 13dvw) * var(--t));
  }
  [data-layout="wide"] .bubble {
    bottom: calc(47dvh + (66dvh - 47dvh) * var(--t));
    left: calc(33dvw + (35dvw - 33dvw) * var(--t));
  }
  [data-layout="wide"] .bubble img {
    width: calc(15dvw + (15dvw - 15dvw) * var(--t));
  }
  [data-layout="ultrawide"] .bubble {
    bottom: calc(66dvh + (72dvh - 66dvh) * var(--t));
    left: calc(35dvw + (32dvw - 35dvw) * var(--t));
  }
  [data-layout="ultrawide"] .bubble img {
    width: calc(15dvw + (10dvw - 15dvw) * var(--t));
  }
  [data-layout="superultrawide"] .bubble {
    bottom: calc(72dvh + (72dvh - 72dvh) * var(--t));
    left: calc(35dvw + (32dvw - 35dvw) * var(--t));
  }
  [data-layout="superultrawide"] .bubble img {
    width: calc(10dvw + (10dvw - 10dvw) * var(--t));
  }
  [data-layout="tall"] .delivery {
    bottom: 3dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="tall"] .delivery img {
    width: 20dvw;
  }
  [data-layout="portrait"] .delivery {
    bottom: 3dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="portrait"] .delivery img {
    width: 20dvw;
  }
  [data-layout="square"] .delivery {
    bottom: 2dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="square"] .delivery img {
    width: 10dvw;
  }
  [data-layout="landscape"] .delivery {
    bottom: 2dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="landscape"] .delivery img {
    width: 10dvw;
  }
  [data-layout="wide"] .delivery {
    bottom: 2.5dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="wide"] .delivery img {
    width: 6dvw;
  }
  [data-layout="ultrawide"] .delivery {
    bottom: 2.5dvh;
    position: fixed;
    z-index: 30;
  }
  [data-layout="ultrawide"] .delivery img {
    width: 6dvw;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@keyframes drift {
  0% {
    transform: translateX(-40dvw);
  }
  20% {
    transform: translateX(-40dvw);
  }
  80% {
    transform: translateX(110dvw);
  }
  100% {
    transform: translateX(110dvw);
  }
}
@keyframes bob {
  0%, 100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -10px;
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}
