/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-outline-style: solid;
      --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-duration: initial;
      --tw-ease: 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;
    }
  }
}

@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-gray-100: oklch(.967 .003 264.542);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--page-background);
    color: var(--page-foreground);
    transition: background-color .3s, color .3s;
  }

  .noise-bg:before {
    content: "";
    width: 150%;
    height: 150%;
    opacity: var(--noise-opacity);
    z-index: 1;
    pointer-events: none;
    will-change: transform;
    contain: strict;
    background-size: 512px 512px;
    transition: opacity .3s;
    animation: 8s steps(8, end) infinite noise-optimized;
    position: fixed;
    top: -25%;
    left: -25%;
    transform: translateZ(0);
  }

  [data-theme="light"] .noise-bg:before, .noise-bg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox=\"0 0 256 256\" xmlns=\"http://www.w3.org/2000/svg\"><defs><filter id=\"noise\"><feTurbulence type=\"fractalNoise\" baseFrequency=\"1.5\" numOctaves=\"3\" stitchTiles=\"stitch\"/></filter></defs><rect width=\"100%\" height=\"100%\" filter=\"url(%23noise)\" opacity=\"1\"/></svg>");
  }

  [data-theme="dark"] .noise-bg:before {
    background-image: url("data:image/svg+xml;charset=utf-8,<svg viewBox=\"0 0 256 256\" xmlns=\"http://www.w3.org/2000/svg\"><defs><filter id=\"noise-dark\"><feTurbulence type=\"fractalNoise\" baseFrequency=\"1.5\" numOctaves=\"3\" stitchTiles=\"stitch\"/></filter></defs><rect width=\"100%\" height=\"100%\" filter=\"url(%23noise-dark)\" fill=\"white\" opacity=\"1\"/></svg>");
  }

  @keyframes noise-optimized {
    0%, 100% {
      transform: translate(0);
    }

    12.5% {
      transform: translate(-5%, 3%);
    }

    25% {
      transform: translate(4%, -2%);
    }

    37.5% {
      transform: translate(-3%, 5%);
    }

    50% {
      transform: translate(2%, -4%);
    }

    62.5% {
      transform: translate(-4%, 3%);
    }

    75% {
      transform: translate(5%, -3%);
    }

    87.5% {
      transform: translate(-2%, 4%);
    }
  }

  html {
    scroll-behavior: smooth;
  }

  * {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

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

  ::-webkit-scrollbar-track {
    background: none;
  }

  ::-webkit-scrollbar-thumb {
    opacity: 0;
    background: #0003;
    border-radius: 3px;
    transition: opacity .3s, background .3s;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #0000004d;
  }

  [data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: #fff3;
  }

  [data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: #ffffff4d;
  }

  :hover::-webkit-scrollbar-thumb {
    opacity: 1;
  }

  :active::-webkit-scrollbar-thumb {
    opacity: 1;
  }

  * {
    scrollbar-width: thin;
    scrollbar-color: #0003 transparent;
  }

  [data-theme="dark"] * {
    scrollbar-color: #fff3 transparent;
  }

  .project-images-container {
    padding-bottom: 12px;
  }

  * {
    will-change: auto;
  }

  .animated-element {
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translateZ(0);
  }

  img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: optimize-contrast;
  }

  img[loading="lazy"] {
    content-visibility: auto;
  }

  .lazy-image-container {
    content-visibility: auto;
    contain-intrinsic-size: 400px 300px;
  }

  .animation-lazy-container {
    content-visibility: auto;
    contain-intrinsic-size: 196px 196px;
    contain: layout style paint;
  }

  @media (width >= 768px) {
    .animation-lazy-container {
      contain-intrinsic-size: 280px 280px;
    }
  }

  .project-image-container {
    position: relative;
    overflow: visible;
  }

  @media (width <= 767px) {
    .project-image-container {
      min-width: 200px;
      transition: max-width .3s;
    }

    .project-image-container img {
      max-width: none;
      width: auto !important;
      height: 100% !important;
    }

    .project-images-container {
      box-sizing: border-box;
      width: 100%;
      max-width: 100vw;
      position: relative;
      left: 0;
      right: 0;
      overflow-x: auto;
    }

    .project-images-container > div {
      min-width: fit-content !important;
    }
  }

  @media (width >= 768px) {
    .project-image-container {
      min-width: 300px;
    }
  }

  .skeleton-loading {
    transition: opacity .3s ease-in-out;
  }

  .skeleton-loading.loaded {
    opacity: 0;
  }

  .lazy-image-placeholder {
    background: var(--skeleton-gradient);
    will-change: background-position;
    background-size: 200% 100%;
    transition: background .3s;
    animation: 1.8s ease-in-out infinite shimmer;
  }

  @keyframes shimmer {
    0% {
      background-position: -200% 0;
    }

    100% {
      background-position: 200% 0;
    }
  }

  .progressive-blur {
    filter: blur(2px);
    transition: filter .5s cubic-bezier(.4, 0, .2, 1);
  }

  .progressive-blur.loaded {
    filter: blur();
  }

  .progressive-image {
    filter: blur(2px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: filter .3s;
  }

  .progressive-image.loaded {
    filter: none;
  }

  .motion-div, [data-framer-component-type] {
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .overflow-x-auto {
    overscroll-behavior-x: contain;
    scrollbar-gutter: stable;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-0\.01\%_29\.08\%_42\.56\%_18\.23\%\] {
    inset: -.01% 29.08% 42.56% 18.23%;
  }

  .inset-\[-5px\] {
    inset: -5px;
  }

  .inset-\[-6\.1\%_-7\.09px\] {
    inset: -6.1% -7.09px;
  }

  .inset-\[-9\.26\%\] {
    inset: -9.26%;
  }

  .inset-\[-9\.26\%_-7\.58\%\] {
    inset: -9.26% -7.58%;
  }

  .inset-\[-9\.26\%_-9\.26\%_-9\.26\%_-7\.58\%\] {
    inset: -9.26% -9.26% -9.26% -7.58%;
  }

  .inset-\[0\.01\%_37\.92\%_86\.67\%_48\.53\%\] {
    inset: .01% 37.92% 86.67% 48.53%;
  }

  .inset-\[3\.17\%_49\.98\%_79\.83\%_39\.7\%\] {
    inset: 3.17% 49.98% 79.83% 39.7%;
  }

  .inset-\[14\.67\%_62\.17\%_75\.15\%_29\.7\%\] {
    inset: 14.67% 62.17% 75.15% 29.7%;
  }

  .inset-\[20\.17\%_39\.49\%_60\.17\%_50\.02\%\] {
    inset: 20.17% 39.49% 60.17% 50.02%;
  }

  .inset-\[23\.6\%_34\.32\%_55\.25\%_39\.94\%\] {
    inset: 23.6% 34.32% 55.25% 39.94%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[-0\.01\%\] {
    top: -.01%;
  }

  .top-\[-2\.5px\] {
    top: -2.5px;
  }

  .top-\[0\.01\%\] {
    top: .01%;
  }

  .top-\[0\.86\%\] {
    top: .86%;
  }

  .top-\[1\.05\%\] {
    top: 1.05%;
  }

  .top-\[1\.38\%\] {
    top: 1.38%;
  }

  .top-\[11\.48\%\] {
    top: 11.48%;
  }

  .top-\[11\.64\%\] {
    top: 11.64%;
  }

  .top-\[18\.39\%\] {
    top: 18.39%;
  }

  .top-\[24\.01\%\] {
    top: 24.01%;
  }

  .top-\[35\.17\%\] {
    top: 35.17%;
  }

  .top-\[49\.41\%\] {
    top: 49.41%;
  }

  .top-\[50\.09\%\] {
    top: 50.09%;
  }

  .top-\[71\.22\%\] {
    top: 71.22%;
  }

  .top-\[87\.99\%\] {
    top: 87.99%;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-0\.01\%\] {
    right: -.01%;
  }

  .right-\[-0\.09\%\] {
    right: -.09%;
  }

  .right-\[0\.09\%\] {
    right: .09%;
  }

  .right-\[1\.49\%\] {
    right: 1.49%;
  }

  .right-\[1\.57\%\] {
    right: 1.57%;
  }

  .right-\[7\.37\%\] {
    right: 7.37%;
  }

  .right-\[9\.51\%\] {
    right: 9.51%;
  }

  .right-\[12\.87\%\] {
    right: 12.87%;
  }

  .right-\[13\.99\%\] {
    right: 13.99%;
  }

  .right-\[14\.25\%\] {
    right: 14.25%;
  }

  .right-\[27\.71\%\] {
    right: 27.71%;
  }

  .right-\[48\.35\%\] {
    right: 48.35%;
  }

  .right-\[53\.7\%\] {
    right: 53.7%;
  }

  .right-\[54\.74\%\] {
    right: 54.74%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-1\/4 {
    bottom: 25%;
  }

  .bottom-\[-0\.01\%\] {
    bottom: -.01%;
  }

  .bottom-\[-2\.5px\] {
    bottom: -2.5px;
  }

  .bottom-\[0\.01\%\] {
    bottom: .01%;
  }

  .bottom-\[0\.42\%\] {
    bottom: .42%;
  }

  .bottom-\[0\.68\%\] {
    bottom: .68%;
  }

  .bottom-\[2\.48\%\] {
    bottom: 2.48%;
  }

  .bottom-\[8\.98\%\] {
    bottom: 8.98%;
  }

  .bottom-\[11\.14\%\] {
    bottom: 11.14%;
  }

  .bottom-\[21\.33\%\] {
    bottom: 21.33%;
  }

  .bottom-\[41\.05\%\] {
    bottom: 41.05%;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-\[0\.01\%\] {
    left: .01%;
  }

  .left-\[1\.49\%\] {
    left: 1.49%;
  }

  .left-\[1\.57\%\] {
    left: 1.57%;
  }

  .left-\[8\.89\%\] {
    left: 8.89%;
  }

  .left-\[9\.91\%\] {
    left: 9.91%;
  }

  .left-\[13\.99\%\] {
    left: 13.99%;
  }

  .left-\[14\.25\%\] {
    left: 14.25%;
  }

  .left-\[20\.17\%\] {
    left: 20.17%;
  }

  .left-\[21\.23\%\] {
    left: 21.23%;
  }

  .left-\[52\.07\%\] {
    left: 52.07%;
  }

  .left-\[54\.74\%\] {
    left: 54.74%;
  }

  .left-\[58\.38\%\] {
    left: 58.38%;
  }

  .z-10 {
    z-index: 10;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .ms-8 {
    margin-inline-start: calc(var(--spacing) * 8);
  }

  .ms-9 {
    margin-inline-start: calc(var(--spacing) * 9);
  }

  .ms-\[30px\] {
    margin-inline-start: 30px;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-\[-0\.001\%\] {
    margin-top: -.001%;
  }

  .mt-\[-0\.04\%\] {
    margin-top: -.04%;
  }

  .mt-\[-0\.011\%\] {
    margin-top: -.011%;
  }

  .mt-\[-0\.035\%\] {
    margin-top: -.035%;
  }

  .mt-\[-0\.072\%\] {
    margin-top: -.072%;
  }

  .mt-\[-0\.098\%\] {
    margin-top: -.098%;
  }

  .mt-\[-0\.102\%\] {
    margin-top: -.102%;
  }

  .mt-\[-0\.127\%\] {
    margin-top: -.127%;
  }

  .mt-\[-0\.139\%\] {
    margin-top: -.139%;
  }

  .mt-\[-0\.173\%\] {
    margin-top: -.173%;
  }

  .mt-\[-0\.201\%\] {
    margin-top: -.201%;
  }

  .mt-\[-0\.234\%\] {
    margin-top: -.234%;
  }

  .mt-\[-0\.243\%\] {
    margin-top: -.243%;
  }

  .mt-\[-0\.256\%\] {
    margin-top: -.256%;
  }

  .mt-\[-0\.302\%\] {
    margin-top: -.302%;
  }

  .mt-\[-0\.326\%\] {
    margin-top: -.326%;
  }

  .mt-\[-0\.376\%\] {
    margin-top: -.376%;
  }

  .mt-\[-0\.418\%\] {
    margin-top: -.418%;
  }

  .mt-\[-0\.432\%\] {
    margin-top: -.432%;
  }

  .mt-\[-0\.471\%\] {
    margin-top: -.471%;
  }

  .mt-\[-0\.538\%\] {
    margin-top: -.538%;
  }

  .mt-\[-0\.599\%\] {
    margin-top: -.599%;
  }

  .mt-\[-0\.796\%\] {
    margin-top: -.796%;
  }

  .mt-\[-1\.68\%\] {
    margin-top: -1.68%;
  }

  .mt-\[-1\.111\%\] {
    margin-top: -1.111%;
  }

  .mt-\[-1\.782\%\] {
    margin-top: -1.782%;
  }

  .mt-\[-2\.147\%\] {
    margin-top: -2.147%;
  }

  .mt-\[-3\.808\%\] {
    margin-top: -3.808%;
  }

  .mt-\[-4\.033\%\] {
    margin-top: -4.033%;
  }

  .mt-\[-4\.73\%\] {
    margin-top: -4.73%;
  }

  .mt-\[-4\.653\%\] {
    margin-top: -4.653%;
  }

  .mt-\[-4\.733\%\] {
    margin-top: -4.733%;
  }

  .mt-\[-4\.764\%\] {
    margin-top: -4.764%;
  }

  .mt-\[-5\.796\%\] {
    margin-top: -5.796%;
  }

  .mt-\[-7\.733\%\] {
    margin-top: -7.733%;
  }

  .mt-\[-7\.817\%\] {
    margin-top: -7.817%;
  }

  .mt-\[-7\.852\%\] {
    margin-top: -7.852%;
  }

  .mt-\[-7\.975\%\] {
    margin-top: -7.975%;
  }

  .mt-\[-8\.379\%\] {
    margin-top: -8.379%;
  }

  .mt-\[-8\.625\%\] {
    margin-top: -8.625%;
  }

  .mt-\[-8\.803\%\] {
    margin-top: -8.803%;
  }

  .mt-\[-9\.958\%\] {
    margin-top: -9.958%;
  }

  .mt-\[-10\.875\%\] {
    margin-top: -10.875%;
  }

  .mt-\[-12\.026\%\] {
    margin-top: -12.026%;
  }

  .mt-\[-13\.467\%\] {
    margin-top: -13.467%;
  }

  .mt-\[-16\.21\%\] {
    margin-top: -16.21%;
  }

  .mt-\[-17\.437\%\] {
    margin-top: -17.437%;
  }

  .mt-\[-18\.71\%\] {
    margin-top: -18.71%;
  }

  .mt-\[-28\.48\%\] {
    margin-top: -28.48%;
  }

  .mt-\[-36\.2\%\] {
    margin-top: -36.2%;
  }

  .mt-\[-36\.904\%\] {
    margin-top: -36.904%;
  }

  .mt-\[-39\.51\%\] {
    margin-top: -39.51%;
  }

  .mt-\[-42\.394\%\] {
    margin-top: -42.394%;
  }

  .mt-\[0\.001\%\] {
    margin-top: .001%;
  }

  .mt-\[0\.461\%\] {
    margin-top: .461%;
  }

  .mt-\[1\.931\%\] {
    margin-top: 1.931%;
  }

  .mt-\[3\.315px\] {
    margin-top: 3.315px;
  }

  .mt-\[4\.045px\] {
    margin-top: 4.045px;
  }

  .mt-\[6\.273\%\] {
    margin-top: 6.273%;
  }

  .mt-\[10\.627px\] {
    margin-top: 10.627px;
  }

  .mt-\[10\.807\%\] {
    margin-top: 10.807%;
  }

  .mt-\[16\.953\%\] {
    margin-top: 16.953%;
  }

  .mt-\[19\.437\%\] {
    margin-top: 19.437%;
  }

  .mt-\[21\.617\%\] {
    margin-top: 21.617%;
  }

  .mt-\[28\.717\%\] {
    margin-top: 28.717%;
  }

  .mt-\[29\.491\%\] {
    margin-top: 29.491%;
  }

  .mt-\[31\.81\%\] {
    margin-top: 31.81%;
  }

  .mt-\[32\.739\%\] {
    margin-top: 32.739%;
  }

  .mt-\[36\.519\%\] {
    margin-top: 36.519%;
  }

  .mt-\[37\.562\%\] {
    margin-top: 37.562%;
  }

  .mt-\[40\.247\%\] {
    margin-top: 40.247%;
  }

  .mt-\[43\.573\%\] {
    margin-top: 43.573%;
  }

  .mt-\[44\.78\%\] {
    margin-top: 44.78%;
  }

  .mt-\[44\.568\%\] {
    margin-top: 44.568%;
  }

  .mt-\[45\.015\%\] {
    margin-top: 45.015%;
  }

  .mt-\[46\.293px\] {
    margin-top: 46.293px;
  }

  .mt-\[46\.465px\] {
    margin-top: 46.465px;
  }

  .mt-\[49\.807\%\] {
    margin-top: 49.807%;
  }

  .mt-\[50\.052\%\] {
    margin-top: 50.052%;
  }

  .mt-\[50\.074px\] {
    margin-top: 50.074px;
  }

  .mt-\[52\.574\%\] {
    margin-top: 52.574%;
  }

  .mt-\[55\.437\%\] {
    margin-top: 55.437%;
  }

  .mt-\[56\.027\%\] {
    margin-top: 56.027%;
  }

  .mt-\[56\.837px\] {
    margin-top: 56.837px;
  }

  .mt-\[57\.991\%\] {
    margin-top: 57.991%;
  }

  .mt-\[60\.037px\] {
    margin-top: 60.037px;
  }

  .mt-\[63\.019px\] {
    margin-top: 63.019px;
  }

  .mt-\[63\.458\%\] {
    margin-top: 63.458%;
  }

  .mt-\[66\.535\%\] {
    margin-top: 66.535%;
  }

  .mt-\[68\.73\%\] {
    margin-top: 68.73%;
  }

  .mt-\[73\.737px\] {
    margin-top: 73.737px;
  }

  .mt-\[103\.018px\] {
    margin-top: 103.018px;
  }

  .mt-\[103\.744px\] {
    margin-top: 103.744px;
  }

  .mt-\[108\.357px\] {
    margin-top: 108.357px;
  }

  .mt-\[115\.454px\] {
    margin-top: 115.454px;
  }

  .mt-\[121\.868px\] {
    margin-top: 121.868px;
  }

  .mt-\[149\.843px\] {
    margin-top: 149.843px;
  }

  .mt-\[183\.585px\] {
    margin-top: 183.585px;
  }

  .mr-\[-8px\] {
    margin-right: -8px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .ml-\[-0\.001\%\] {
    margin-left: -.001%;
  }

  .ml-\[-0\.001px\] {
    margin-left: -.001px;
  }

  .ml-\[-0\.003\%\] {
    margin-left: -.003%;
  }

  .ml-\[-0\.004\%\] {
    margin-left: -.004%;
  }

  .ml-\[-0\.04\%\] {
    margin-left: -.04%;
  }

  .ml-\[-0\.37\%\] {
    margin-left: -.37%;
  }

  .ml-\[-0\.65\%\] {
    margin-left: -.65%;
  }

  .ml-\[-0\.66\%\] {
    margin-left: -.66%;
  }

  .ml-\[-0\.108\%\] {
    margin-left: -.108%;
  }

  .ml-\[-0\.117\%\] {
    margin-left: -.117%;
  }

  .ml-\[-0\.177\%\] {
    margin-left: -.177%;
  }

  .ml-\[-0\.191\%\] {
    margin-left: -.191%;
  }

  .ml-\[-0\.192\%\] {
    margin-left: -.192%;
  }

  .ml-\[-0\.303\%\] {
    margin-left: -.303%;
  }

  .ml-\[-0\.432\%\] {
    margin-left: -.432%;
  }

  .ml-\[-0\.667\%\] {
    margin-left: -.667%;
  }

  .ml-\[-0\.783\%\] {
    margin-left: -.783%;
  }

  .ml-\[-0\.868\%\] {
    margin-left: -.868%;
  }

  .ml-\[-0\.945\%\] {
    margin-left: -.945%;
  }

  .ml-\[-0\.985\%\] {
    margin-left: -.985%;
  }

  .ml-\[-1\.57\%\] {
    margin-left: -1.57%;
  }

  .ml-\[-1\.129\%\] {
    margin-left: -1.129%;
  }

  .ml-\[-1\.137\%\] {
    margin-left: -1.137%;
  }

  .ml-\[-1\.153\%\] {
    margin-left: -1.153%;
  }

  .ml-\[-1\.575\%\] {
    margin-left: -1.575%;
  }

  .ml-\[-1\.634\%\] {
    margin-left: -1.634%;
  }

  .ml-\[-1\.815\%\] {
    margin-left: -1.815%;
  }

  .ml-\[-2\.744\%\] {
    margin-left: -2.744%;
  }

  .ml-\[-4\.919\%\] {
    margin-left: -4.919%;
  }

  .ml-\[-5\.815\%\] {
    margin-left: -5.815%;
  }

  .ml-\[-6\.491\%\] {
    margin-left: -6.491%;
  }

  .ml-\[-8\.059\%\] {
    margin-left: -8.059%;
  }

  .ml-\[-8\.672\%\] {
    margin-left: -8.672%;
  }

  .ml-\[-8\.714\%\] {
    margin-left: -8.714%;
  }

  .ml-\[-9\.91\%\] {
    margin-left: -9.91%;
  }

  .ml-\[-10\.511\%\] {
    margin-left: -10.511%;
  }

  .ml-\[-10\.854\%\] {
    margin-left: -10.854%;
  }

  .ml-\[-11\.377\%\] {
    margin-left: -11.377%;
  }

  .ml-\[-14\.596\%\] {
    margin-left: -14.596%;
  }

  .ml-\[-17\.699\%\] {
    margin-left: -17.699%;
  }

  .ml-\[-18\.169\%\] {
    margin-left: -18.169%;
  }

  .ml-\[-22\.039\%\] {
    margin-left: -22.039%;
  }

  .ml-\[-23\.534\%\] {
    margin-left: -23.534%;
  }

  .ml-\[-25\.562\%\] {
    margin-left: -25.562%;
  }

  .ml-\[-26\.739\%\] {
    margin-left: -26.739%;
  }

  .ml-\[-27\.255\%\] {
    margin-left: -27.255%;
  }

  .ml-\[-28\.503\%\] {
    margin-left: -28.503%;
  }

  .ml-\[-39\.461\%\] {
    margin-left: -39.461%;
  }

  .ml-\[-42\.302\%\] {
    margin-left: -42.302%;
  }

  .ml-\[-42\.534\%\] {
    margin-left: -42.534%;
  }

  .ml-\[-42\.584\%\] {
    margin-left: -42.584%;
  }

  .ml-\[-49\.938\%\] {
    margin-left: -49.938%;
  }

  .ml-\[-77\.527\%\] {
    margin-left: -77.527%;
  }

  .ml-\[-84\.589\%\] {
    margin-left: -84.589%;
  }

  .ml-\[0\.001\%\] {
    margin-left: .001%;
  }

  .ml-\[0\.001px\] {
    margin-left: .001px;
  }

  .ml-\[0\.002\%\] {
    margin-left: .002%;
  }

  .ml-\[0\.003\%\] {
    margin-left: .003%;
  }

  .ml-\[2\.017\%\] {
    margin-left: 2.017%;
  }

  .ml-\[3\.024\%\] {
    margin-left: 3.024%;
  }

  .ml-\[4\.18\%\] {
    margin-left: 4.18%;
  }

  .ml-\[7\.099\%\] {
    margin-left: 7.099%;
  }

  .ml-\[25\.555\%\] {
    margin-left: 25.555%;
  }

  .ml-\[28\.152\%\] {
    margin-left: 28.152%;
  }

  .ml-\[28\.439\%\] {
    margin-left: 28.439%;
  }

  .ml-\[37\.49\%\] {
    margin-left: 37.49%;
  }

  .ml-\[37\.424\%\] {
    margin-left: 37.424%;
  }

  .ml-\[38\.691\%\] {
    margin-left: 38.691%;
  }

  .ml-\[39\.559\%\] {
    margin-left: 39.559%;
  }

  .ml-\[46\.064\%\] {
    margin-left: 46.064%;
  }

  .ml-\[46\.353\%\] {
    margin-left: 46.353%;
  }

  .ml-\[49\.198\%\] {
    margin-left: 49.198%;
  }

  .ml-\[50\.278\%\] {
    margin-left: 50.278%;
  }

  .ml-\[52\.825\%\] {
    margin-left: 52.825%;
  }

  .ml-\[55\.022\%\] {
    margin-left: 55.022%;
  }

  .ml-\[55\.713\%\] {
    margin-left: 55.713%;
  }

  .ml-\[58\.154\%\] {
    margin-left: 58.154%;
  }

  .ml-\[61\.098\%\] {
    margin-left: 61.098%;
  }

  .ml-\[65\.25\%\] {
    margin-left: 65.25%;
  }

  .ml-\[71\.311\%\] {
    margin-left: 71.311%;
  }

  .ml-\[73\.775\%\] {
    margin-left: 73.775%;
  }

  .ml-\[76\.295\%\] {
    margin-left: 76.295%;
  }

  .ml-\[77\.818\%\] {
    margin-left: 77.818%;
  }

  .ml-\[83\.862\%\] {
    margin-left: 83.862%;
  }

  .ml-\[85\.724\%\] {
    margin-left: 85.724%;
  }

  .ml-\[107\.801px\] {
    margin-left: 107.801px;
  }

  .ml-\[109\.638px\] {
    margin-left: 109.638px;
  }

  .ml-\[131\.017px\] {
    margin-left: 131.017px;
  }

  .ml-\[131\.417px\] {
    margin-left: 131.417px;
  }

  .ml-\[137\.239px\] {
    margin-left: 137.239px;
  }

  .ml-\[148\.208px\] {
    margin-left: 148.208px;
  }

  .ml-\[155\.801px\] {
    margin-left: 155.801px;
  }

  .ml-\[190\.139px\] {
    margin-left: 190.139px;
  }

  .ml-\[212px\] {
    margin-left: 212px;
  }

  .ml-\[214\.833px\] {
    margin-left: 214.833px;
  }

  .ml-\[215\.602px\] {
    margin-left: 215.602px;
  }

  .ml-\[216\.807px\] {
    margin-left: 216.807px;
  }

  .ml-\[227\.036px\] {
    margin-left: 227.036px;
  }

  .ml-\[228\.876px\] {
    margin-left: 228.876px;
  }

  .ml-\[249\.354px\] {
    margin-left: 249.354px;
  }

  .ml-\[260\.172px\] {
    margin-left: 260.172px;
  }

  .ml-\[277\.853px\] {
    margin-left: 277.853px;
  }

  .ml-\[289\.84px\] {
    margin-left: 289.84px;
  }

  .ml-\[307\.602px\] {
    margin-left: 307.602px;
  }

  .ml-\[314\.762px\] {
    margin-left: 314.762px;
  }

  .ml-\[323\.404px\] {
    margin-left: 323.404px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .inline-grid {
    display: inline-grid;
  }

  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }

  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }

  .size-16 {
    width: calc(var(--spacing) * 16);
    height: calc(var(--spacing) * 16);
  }

  .size-\[11\.732px\] {
    width: 11.732px;
    height: 11.732px;
  }

  .size-\[22\.467px\] {
    width: 22.467px;
    height: 22.467px;
  }

  .size-\[25\.057px\] {
    width: 25.057px;
    height: 25.057px;
  }

  .size-\[29\.1px\] {
    width: 29.1px;
    height: 29.1px;
  }

  .size-\[31\.016px\] {
    width: 31.016px;
    height: 31.016px;
  }

  .size-\[38\.043px\] {
    width: 38.043px;
    height: 38.043px;
  }

  .size-\[76\.596px\] {
    width: 76.596px;
    height: 76.596px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-\[14\.012px\] {
    height: 14.012px;
  }

  .h-\[22\.945px\] {
    height: 22.945px;
  }

  .h-\[23\.901px\] {
    height: 23.901px;
  }

  .h-\[27\.726px\] {
    height: 27.726px;
  }

  .h-\[28\.813px\] {
    height: 28.813px;
  }

  .h-\[30\.687px\] {
    height: 30.687px;
  }

  .h-\[31\.617px\] {
    height: 31.617px;
  }

  .h-\[33\.91px\] {
    height: 33.91px;
  }

  .h-\[34\.913px\] {
    height: 34.913px;
  }

  .h-\[36\.364px\] {
    height: 36.364px;
  }

  .h-\[36\.808px\] {
    height: 36.808px;
  }

  .h-\[39\.199px\] {
    height: 39.199px;
  }

  .h-\[41\.111px\] {
    height: 41.111px;
  }

  .h-\[47\.325px\] {
    height: 47.325px;
  }

  .h-\[51px\] {
    height: 51px;
  }

  .h-\[52\.105px\] {
    height: 52.105px;
  }

  .h-\[55\.93px\] {
    height: 55.93px;
  }

  .h-\[55\.615px\] {
    height: 55.615px;
  }

  .h-\[58\.798px\] {
    height: 58.798px;
  }

  .h-\[60\.232px\] {
    height: 60.232px;
  }

  .h-\[66\.924px\] {
    height: 66.924px;
  }

  .h-\[68\.358px\] {
    height: 68.358px;
  }

  .h-\[69\.793px\] {
    height: 69.793px;
  }

  .h-\[70\.749px\] {
    height: 70.749px;
  }

  .h-\[72\.661px\] {
    height: 72.661px;
  }

  .h-\[73\.617px\] {
    height: 73.617px;
  }

  .h-\[74\.095px\] {
    height: 74.095px;
  }

  .h-\[74\.573px\] {
    height: 74.573px;
  }

  .h-\[90px\] {
    height: 90px;
  }

  .h-\[92px\] {
    height: 92px;
  }

  .h-\[96\.562px\] {
    height: 96.562px;
  }

  .h-\[99\.839px\] {
    height: 99.839px;
  }

  .h-\[107\.583px\] {
    height: 107.583px;
  }

  .h-\[114\.727px\] {
    height: 114.727px;
  }

  .h-\[115\.205px\] {
    height: 115.205px;
  }

  .h-\[115\.683px\] {
    height: 115.683px;
  }

  .h-\[116\.312px\] {
    height: 116.312px;
  }

  .h-\[117\.357px\] {
    height: 117.357px;
  }

  .h-\[118\.232px\] {
    height: 118.232px;
  }

  .h-\[128\.575px\] {
    height: 128.575px;
  }

  .h-\[133\.849px\] {
    height: 133.849px;
  }

  .h-\[146px\] {
    height: 146px;
  }

  .h-\[150\.882px\] {
    height: 150.882px;
  }

  .h-\[154px\] {
    height: 154px;
  }

  .h-\[162px\] {
    height: 162px;
  }

  .h-\[172\.424px\] {
    height: 172.424px;
  }

  .h-\[175\.863px\] {
    height: 175.863px;
  }

  .h-\[181px\] {
    height: 181px;
  }

  .h-\[190\.71px\] {
    height: 190.71px;
  }

  .h-\[196px\] {
    height: 196px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[215px\] {
    height: 215px;
  }

  .h-\[220px\] {
    height: 220px;
  }

  .h-\[230\.59px\] {
    height: 230.59px;
  }

  .h-\[250px\] {
    height: 250px;
  }

  .h-\[266px\] {
    height: 266px;
  }

  .h-\[300px\] {
    height: 300px;
  }

  .h-\[320px\] {
    height: 320px;
  }

  .h-\[400px\] {
    height: 400px;
  }

  .h-\[480px\] {
    height: 480px;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-\[600px\] {
    height: 600px;
  }

  .h-\[700px\] {
    height: 700px;
  }

  .h-\[702px\] {
    height: 702px;
  }

  .h-\[1000px\] {
    height: 1000px;
  }

  .h-\[1364px\] {
    height: 1364px;
  }

  .h-\[1874px\] {
    height: 1874px;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-\[12\.399px\] {
    width: 12.399px;
  }

  .w-\[16\.253px\] {
    width: 16.253px;
  }

  .w-\[17\.209px\] {
    width: 17.209px;
  }

  .w-\[20\.458px\] {
    width: 20.458px;
  }

  .w-\[20\.555px\] {
    width: 20.555px;
  }

  .w-\[21\.989px\] {
    width: 21.989px;
  }

  .w-\[22\.846px\] {
    width: 22.846px;
  }

  .w-\[22\.945px\] {
    width: 22.945px;
  }

  .w-\[28\.204px\] {
    width: 28.204px;
  }

  .w-\[28\.682px\] {
    width: 28.682px;
  }

  .w-\[28\.827px\] {
    width: 28.827px;
  }

  .w-\[29\.16px\] {
    width: 29.16px;
  }

  .w-\[29\.638px\] {
    width: 29.638px;
  }

  .w-\[30\.672px\] {
    width: 30.672px;
  }

  .w-\[31\.55px\] {
    width: 31.55px;
  }

  .w-\[31\.609px\] {
    width: 31.609px;
  }

  .w-\[32\.984px\] {
    width: 32.984px;
  }

  .w-\[36\.33px\] {
    width: 36.33px;
  }

  .w-\[37\.764px\] {
    width: 37.764px;
  }

  .w-\[38\.72px\] {
    width: 38.72px;
  }

  .w-\[44\.457px\] {
    width: 44.457px;
  }

  .w-\[47\.803px\] {
    width: 47.803px;
  }

  .w-\[54\.017px\] {
    width: 54.017px;
  }

  .w-\[56\.407px\] {
    width: 56.407px;
  }

  .w-\[57\.841px\] {
    width: 57.841px;
  }

  .w-\[58\.823px\] {
    width: 58.823px;
  }

  .w-\[60\.709px\] {
    width: 60.709px;
  }

  .w-\[67\.88px\] {
    width: 67.88px;
  }

  .w-\[67\.402px\] {
    width: 67.402px;
  }

  .w-\[87\.001px\] {
    width: 87.001px;
  }

  .w-\[97\.326px\] {
    width: 97.326px;
  }

  .w-\[103\.445px\] {
    width: 103.445px;
  }

  .w-\[111\.38px\] {
    width: 111.38px;
  }

  .w-\[118\.233px\] {
    width: 118.233px;
  }

  .w-\[122\.525px\] {
    width: 122.525px;
  }

  .w-\[153\.734px\] {
    width: 153.734px;
  }

  .w-\[171\.123px\] {
    width: 171.123px;
  }

  .w-\[180\.475px\] {
    width: 180.475px;
  }

  .w-\[184\.359px\] {
    width: 184.359px;
  }

  .w-\[196px\] {
    width: 196px;
  }

  .w-\[209px\] {
    width: 209px;
  }

  .w-\[220px\] {
    width: 220px;
  }

  .w-\[245\.235px\] {
    width: 245.235px;
  }

  .w-\[246px\] {
    width: 246px;
  }

  .w-\[260px\] {
    width: 260px;
  }

  .w-\[273px\] {
    width: 273px;
  }

  .w-\[276px\] {
    width: 276px;
  }

  .w-\[278px\] {
    width: 278px;
  }

  .w-\[282px\] {
    width: 282px;
  }

  .w-\[285px\] {
    width: 285px;
  }

  .w-\[290px\] {
    width: 290px;
  }

  .w-\[307px\] {
    width: 307px;
  }

  .w-\[310px\] {
    width: 310px;
  }

  .w-\[322\.03px\] {
    width: 322.03px;
  }

  .w-\[323px\] {
    width: 323px;
  }

  .w-\[324px\] {
    width: 324px;
  }

  .w-\[325px\] {
    width: 325px;
  }

  .w-\[328px\] {
    width: 328px;
  }

  .w-\[340px\] {
    width: 340px;
  }

  .w-\[359px\] {
    width: 359px;
  }

  .w-\[367px\] {
    width: 367px;
  }

  .w-\[400px\] {
    width: 400px;
  }

  .w-\[427px\] {
    width: 427px;
  }

  .w-\[437px\] {
    width: 437px;
  }

  .w-\[440\.036px\] {
    width: 440.036px;
  }

  .w-\[544\.31px\] {
    width: 544.31px;
  }

  .w-\[564\.615px\] {
    width: 564.615px;
  }

  .w-\[574px\] {
    width: 574px;
  }

  .w-\[575px\] {
    width: 575px;
  }

  .w-\[637px\] {
    width: 637px;
  }

  .w-\[700px\] {
    width: 700px;
  }

  .w-\[800px\] {
    width: 800px;
  }

  .w-\[886px\] {
    width: 886px;
  }

  .w-\[887px\] {
    width: 887px;
  }

  .w-\[888px\] {
    width: 888px;
  }

  .w-\[889px\] {
    width: 889px;
  }

  .w-\[933px\] {
    width: 933px;
  }

  .w-\[934px\] {
    width: 934px;
  }

  .w-\[984px\] {
    width: 984px;
  }

  .w-\[1007px\] {
    width: 1007px;
  }

  .w-\[1008px\] {
    width: 1008px;
  }

  .w-\[1009px\] {
    width: 1009px;
  }

  .w-\[1010px\] {
    width: 1010px;
  }

  .w-\[1101px\] {
    width: 1101px;
  }

  .w-\[1180px\] {
    width: 1180px;
  }

  .w-\[1202px\] {
    width: 1202px;
  }

  .w-\[1400px\] {
    width: 1400px;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[600px\] {
    max-width: 600px;
  }

  .max-w-\[700px\] {
    max-width: 700px;
  }

  .max-w-\[800px\] {
    max-width: 800px;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-fit {
    min-width: fit-content;
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-max {
    min-width: max-content;
  }

  .flex-none {
    flex: none;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[-100\%\] {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[270deg\] {
    rotate: 270deg;
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-items-start {
    place-items: start;
  }

  .content-start {
    align-content: flex-start;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-baseline {
    align-items: baseline;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }

  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }

  .gap-\[28\.965px\] {
    gap: 28.965px;
  }

  .gap-\[72px\] {
    gap: 72px;
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-24 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 24) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[64px\] {
    border-radius: 64px;
  }

  .rounded-\[69px\] {
    border-radius: 69px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[5px\] {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#222725\] {
    border-color: #222725;
  }

  .border-\[\#f7f7f2\] {
    border-color: #f7f7f2;
  }

  .border-current {
    border-color: currentColor;
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .bg-\[\#1d3557\] {
    background-color: #1d3557;
  }

  .bg-\[\#4e598c\] {
    background-color: #4e598c;
  }

  .bg-\[\#6d676e\] {
    background-color: #6d676e;
  }

  .bg-\[\#6d6875\] {
    background-color: #6d6875;
  }

  .bg-\[\#233d4d\] {
    background-color: #233d4d;
  }

  .bg-\[\#415a77\] {
    background-color: #415a77;
  }

  .bg-\[\#735d78\] {
    background-color: #735d78;
  }

  .bg-\[\#5390d9\] {
    background-color: #5390d9;
  }

  .bg-\[\#21295c\] {
    background-color: #21295c;
  }

  .bg-\[\#22223b\] {
    background-color: #22223b;
  }

  .bg-\[\#023047\] {
    background-color: #023047;
  }

  .bg-\[\#121113\] {
    background-color: #121113;
  }

  .bg-\[\#212529\] {
    background-color: #212529;
  }

  .bg-\[\#222725\] {
    background-color: #222725;
  }

  .bg-\[\#386641\] {
    background-color: #386641;
  }

  .bg-\[\#780000\] {
    background-color: #780000;
  }

  .bg-\[\#a3cef1\] {
    background-color: #a3cef1;
  }

  .bg-\[\#a98360\] {
    background-color: #a98360;
  }

  .bg-\[\#caf0f8\] {
    background-color: #caf0f8;
  }

  .bg-\[\#ccc5b9\] {
    background-color: #ccc5b9;
  }

  .bg-\[\#cdb4db\] {
    background-color: #cdb4db;
  }

  .bg-\[\#eacdc2\] {
    background-color: #eacdc2;
  }

  .bg-\[\#ebebeb\] {
    background-color: #ebebeb;
  }

  .bg-\[\#edf6f9\] {
    background-color: #edf6f9;
  }

  .bg-\[\#f0ebd8\] {
    background-color: #f0ebd8;
  }

  .bg-\[\#f7f7f2\] {
    background-color: #f7f7f2;
  }

  .bg-\[\#f8f9fa\] {
    background-color: #f8f9fa;
  }

  .bg-\[\#ffc300\] {
    background-color: #ffc300;
  }

  .bg-\[\#ffe8d6\] {
    background-color: #ffe8d6;
  }

  .bg-\[\#fffcf2\] {
    background-color: #fffcf2;
  }

  .bg-\[rgba\(234\,172\,139\,0\.79\)\] {
    background-color: #eaac8bc9;
  }

  .bg-accent {
    background-color: var(--accent);
  }

  .bg-background {
    background-color: var(--background);
  }

  .bg-destructive {
    background-color: var(--destructive);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-primary {
    background-color: var(--primary);
  }

  .bg-secondary {
    background-color: var(--secondary);
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#7f2337\] {
    --tw-gradient-from: #7f2337;
    --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-\[\#963130\] {
    --tw-gradient-to: #963130;
    --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));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-size-\[100\%_100\%\] {
    background-size: 100% 100%;
  }

  .bg-size-\[100\%_113\.72\%\] {
    background-size: 100% 113.72%;
  }

  .bg-size-\[100\%_155\.08\%\] {
    background-size: 100% 155.08%;
  }

  .bg-size-\[100\%_155\.84\%\] {
    background-size: 100% 155.84%;
  }

  .bg-size-\[100\%_175\.02\%\] {
    background-size: 100% 175.02%;
  }

  .bg-size-\[100\%_311\.31\%\] {
    background-size: 100% 311.31%;
  }

  .bg-size-\[100\%_311\.86\%\] {
    background-size: 100% 311.86%;
  }

  .bg-size-\[100\%_379\.63\%\] {
    background-size: 100% 379.63%;
  }

  .bg-size-\[100\%_380\.31\%\] {
    background-size: 100% 380.31%;
  }

  .bg-size-\[137\.27\%_183\.1\%\] {
    background-size: 137.27% 183.1%;
  }

  .bg-\[0\%_0\.03\%\] {
    background-position: 0 .03%;
  }

  .bg-\[0\%_0\.05\%\] {
    background-position: 0 .05%;
  }

  .bg-\[0\%_0\.09\%\] {
    background-position: 0 .09%;
  }

  .bg-\[0\%_0\.22\%\] {
    background-position: 0 .22%;
  }

  .bg-\[0\%_0\.24\%\] {
    background-position: 0 .24%;
  }

  .bg-\[0\%_0\.54\%\] {
    background-position: 0 .54%;
  }

  .bg-\[0\%_89\.76\%\] {
    background-position: 0 89.76%;
  }

  .bg-\[0\%_99\.93\%\] {
    background-position: 0 99.93%;
  }

  .bg-\[35\.53\%_17\.17\%\] {
    background-position: 35.53% 17.17%;
  }

  .bg-center {
    background-position: center;
  }

  .bg-left {
    background-position: 0;
  }

  .bg-top-left {
    background-position: 0 0;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

  .mask-size-\[5\.879px_13\.739px\,_15\.835px_23\.692px\] {
    mask-size: 5.879px 13.739px, 15.835px 23.692px;
  }

  .mask-size-\[6\.404px_28\.552px\,_16\.363px_38\.511px\] {
    mask-size: 6.404px 28.552px, 16.363px 38.511px;
  }

  .mask-size-\[9\.959px_123\.451px\,_19\.918px_133\.41px\] {
    mask-size: 9.959px 123.451px, 19.918px 133.41px;
  }

  .mask-size-\[11\.68px_57\.732px\,_21\.641px_67\.691px\] {
    mask-size: 11.68px 57.732px, 21.641px 67.691px;
  }

  .mask-size-\[11\.694px_41\.391px\,_21\.681px_51\.349px\] {
    mask-size: 11.694px 41.391px, 21.681px 51.349px;
  }

  .mask-size-\[11\.773px_11\.766px\,_21\.74px_21\.73px\] {
    mask-size: 11.773px 11.766px, 21.74px 21.73px;
  }

  .mask-size-\[12\.574px_36\.968px\,_22\.498px_46\.927px\] {
    mask-size: 12.574px 36.968px, 22.498px 46.927px;
  }

  .mask-size-\[17\.459px_17\.464px\,_27\.417px_27\.417px\] {
    mask-size: 17.459px 17.464px, 27.417px 27.417px;
  }

  .mask-size-\[18\.273px_26\.561px\,_28\.234px_36\.52px\] {
    mask-size: 18.273px 26.561px, 28.234px 36.52px;
  }

  .mask-size-\[18\.553px_13\.483px\,_28\.512px_23\.443px\] {
    mask-size: 18.553px 13.483px, 28.512px 23.443px;
  }

  .mask-size-\[19\.526px_12\.596px\,_29\.498px_22\.557px\] {
    mask-size: 19.526px 12.596px, 29.498px 22.557px;
  }

  .mask-size-\[21\.131px_49\.904px\,_31\.092px_59\.863px\] {
    mask-size: 21.131px 49.904px, 31.092px 59.863px;
  }

  .mask-size-\[22\.598px_45\.663px\,_32\.546px_55\.611px\] {
    mask-size: 22.598px 45.663px, 32.546px 55.611px;
  }

  .mask-size-\[27\.307px_56\.589px\,_37\.246px_66\.546px\] {
    mask-size: 27.307px 56.589px, 37.246px 66.546px;
  }

  .mask-size-\[28\.182px_62\.487px\,_38\.143px_72\.452px\] {
    mask-size: 28.182px 62.487px, 38.143px 72.452px;
  }

  .mask-size-\[30\.862px_53\.42px\,_35\.842px_58\.399px\] {
    mask-size: 30.862px 53.42px, 35.842px 58.399px;
  }

  .mask-size-\[34\.198px_63\.282px\,_44\.158px_73\.238px\] {
    mask-size: 34.198px 63.282px, 44.158px 73.238px;
  }

  .mask-size-\[42\.845px_65\.363px\,_47\.793px_70\.34px\] {
    mask-size: 42.845px 65.363px, 47.793px 70.34px;
  }

  .mask-size-\[43\.574px_63\.72px\,_53\.52px_73\.676px\] {
    mask-size: 43.574px 63.72px, 53.52px 73.676px;
  }

  .mask-size-\[46\.211px_85\.892px\,_56\.209px_95\.855px\] {
    mask-size: 46.211px 85.892px, 56.209px 95.855px;
  }

  .mask-size-\[47\.344px_104\.474px\,_57\.304px_114\.429px\] {
    mask-size: 47.344px 104.474px, 57.304px 114.429px;
  }

  .mask-size-\[50\.213px_59\.396px\,_60\.172px_69\.354px\] {
    mask-size: 50.213px 59.396px, 60.172px 69.354px;
  }

  .mask-size-\[57\.104px_64\.401px\,_67\.063px_74\.354px\] {
    mask-size: 57.104px 64.401px, 67.063px 74.354px;
  }

  .mask-size-\[57\.383px_105\.266px\,_67\.342px_115\.225px\] {
    mask-size: 57.383px 105.266px, 67.342px 115.225px;
  }

  .mask-size-\[76\.67px_30\.699px\,_86\.623px_40\.663px\] {
    mask-size: 76.67px 30.699px, 86.623px 40.663px;
  }

  .mask-size-\[100\.941px_105\.043px\,_110\.893px_115\.016px\] {
    mask-size: 100.941px 105.043px, 110.893px 115.016px;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

  .mask-position-\[2\.492px\,_0px_2\.868px\,_0\.379px\] {
    mask-position: 2.492px, 0 2.868px, .379px;
  }

  .mask-position-\[2\.902px\,_0\.414px_2\.545px\,_0\.06px\] {
    mask-position: 2.902px, .414px 2.545px, .06px;
  }

  .mask-position-\[4\.961px\,_0px_5\.394px\,_0\.418px\] {
    mask-position: 4.961px, 0 5.394px, .418px;
  }

  .mask-position-\[5\.07px\,_0\.078px_5\.146px\,_0\.178px\] {
    mask-position: 5.07px, .078px 5.146px, .178px;
  }

  .mask-position-\[5\.016px\,_0\.059px_4\.989px\,_0\.008px\] {
    mask-position: 5.016px, .059px 4.989px, .008px;
  }

  .mask-position-\[5\.16px\,_0\.188px_5\.247px\,_0\.269px\] {
    mask-position: 5.16px, .188px 5.247px, .269px;
  }

  .mask-position-\[5\.031px\,_0\.07px_5\.029px\,_0\.048px\] {
    mask-position: 5.031px, .07px 5.029px, .048px;
  }

  .mask-position-\[5\.039px\,_0\.023px_5\.379px\,_0\.4px\] {
    mask-position: 5.039px, .023px 5.379px, .4px;
  }

  .mask-position-\[5\.082px\,_0\.09px_5\.355px\,_0\.379px\] {
    mask-position: 5.082px, .09px 5.355px, .379px;
  }

  .mask-position-\[5\.094px\,_0\.129px_5\.012px\,_0\.04px\] {
    mask-position: 5.094px, .129px 5.012px, .04px;
  }

  .mask-position-\[5\.105px\,_0\.129px_5\.171px\,_0\.19px\] {
    mask-position: 5.105px, .129px 5.171px, .19px;
  }

  .mask-position-\[5\.109px\,_0\.148px_5\.038px\,_0\.06px\] {
    mask-position: 5.109px, .148px 5.038px, .06px;
  }

  .mask-position-\[5\.152px\,_0\.18px_5\.162px\,_0\.188px\] {
    mask-position: 5.152px, .18px 5.162px, .188px;
  }

  .mask-position-\[5\.152px\,_0\.164px_5\.153px\,_0\.17px\] {
    mask-position: 5.152px, .164px 5.153px, .17px;
  }

  .mask-position-\[5\.227px\,_0\.246px_5\.285px\,_0\.308px\] {
    mask-position: 5.227px, .246px 5.285px, .308px;
  }

  .mask-position-\[5\.242px\,_0\.27px_5\.229px\,_0\.259px\] {
    mask-position: 5.242px, .27px 5.229px, .259px;
  }

  .mask-position-\[5\.297px\,_0\.32px_5\.017px\,_0\.04px\] {
    mask-position: 5.297px, .32px 5.017px, .04px;
  }

  .mask-position-\[5\.301px\,_0\.32px_5\.175px\,_0\.209px\] {
    mask-position: 5.301px, .32px 5.175px, .209px;
  }

  .mask-position-\[5\.309px\,_0\.34px_5\.298px\,_0\.318px\] {
    mask-position: 5.309px, .34px 5.298px, .318px;
  }

  .mask-position-\[5\.367px\,_0\.391px_5\.097px\,_0\.12px\] {
    mask-position: 5.367px, .391px 5.097px, .12px;
  }

  .mask-position-\[5\.375px\,_0\.395px_5\.455px\,_0\.467px\] {
    mask-position: 5.375px, .395px 5.455px, .467px;
  }

  .mask-position-\[5\.406px\,_0\.43px_4\.984px\,_0\.011px\] {
    mask-position: 5.406px, .43px 4.984px, .011px;
  }

  .mask-position-\[5\.414px\,_0\.449px_5\.406px\,_0\.428px\] {
    mask-position: 5.414px, .449px 5.406px, .428px;
  }

  .mask-position-\[5\.426px\,_0\.449px_5\.137px\,_0\.159px\] {
    mask-position: 5.426px, .449px 5.137px, .159px;
  }

  .mask-position-\[5\.426px\,_0\.449px_5\.327px\,_0\.349px\] {
    mask-position: 5.426px, .449px 5.327px, .349px;
  }

  .mask-position-\[5\.441px\,_0\.461px_5\.089px\,_0\.119px\] {
    mask-position: 5.441px, .461px 5.089px, .119px;
  }

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-\[110px\] {
    padding-inline: 110px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }

  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .align-middle {
    vertical-align: middle;
  }

  .font-\[\'Andale_Mono\:Regular\'\,_sans-serif\] {
    font-family: Andale Mono\:Regular, sans-serif;
  }

  .font-\[\'Craftwork_Grotesk\:Medium\'\,_sans-serif\] {
    font-family: Craftwork Grotesk\:Medium, sans-serif;
  }

  .font-\[\'Craftwork_Grotesk\:Regular\'\,_sans-serif\] {
    font-family: Craftwork Grotesk\:Regular, sans-serif;
  }

  .font-\[\'Craftwork_Grotesk\:Semi_Bold\'\,_sans-serif\] {
    font-family: Craftwork Grotesk\:Semi Bold, sans-serif;
  }

  .font-\[\'DM_Mono\:Italic\'\,_sans-serif\] {
    font-family: DM Mono\:Italic, sans-serif;
  }

  .font-\[\'DM_Mono\:Medium\'\,_sans-serif\] {
    font-family: DM Mono\:Medium, sans-serif;
  }

  .font-\[\'DM_Mono\:Regular\'\,_\'Noto_Sans\:Regular\'\,_sans-serif\] {
    font-family: DM Mono\:Regular, Noto Sans\:Regular, sans-serif;
  }

  .font-\[\'DM_Mono\:Regular\'\,_sans-serif\] {
    font-family: DM Mono\:Regular, sans-serif;
  }

  .font-\[\'General_Sans_Variable\:Medium\'\,_sans-serif\] {
    font-family: General Sans Variable\:Medium, sans-serif;
  }

  .font-\[\'Hubballi\:Regular\'\,_sans-serif\] {
    font-family: Hubballi\:Regular, sans-serif;
  }

  .font-\[\'IBM_Plex_Mono\:Bold_Italic\'\,_sans-serif\] {
    font-family: IBM Plex Mono\:Bold Italic, sans-serif;
  }

  .font-\[\'Urbanist\:Regular\'\,_sans-serif\] {
    font-family: Urbanist\:Regular, sans-serif;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[37\.889px\] {
    font-size: 37.889px;
  }

  .text-\[39\.716px\] {
    font-size: 39.716px;
  }

  .text-\[44\.936px\] {
    font-size: 44.936px;
  }

  .text-\[55\.615px\] {
    font-size: 55.615px;
  }

  .text-\[56\.637px\] {
    font-size: 56.637px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .text-\[64px\] {
    font-size: 64px;
  }

  .text-\[96px\] {
    font-size: 96px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

  .leading-\[1\.7\] {
    --tw-leading: 1.7;
    line-height: 1.7;
  }

  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[54\.545px\] {
    --tw-leading: 54.545px;
    line-height: 54.545px;
  }

  .leading-\[68\.773px\] {
    --tw-leading: 68.773px;
    line-height: 68.773px;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tracking-\[4\.5466px\] {
    --tw-tracking: 4.5466px;
    letter-spacing: 4.5466px;
  }

  .tracking-\[5\.3923px\] {
    --tw-tracking: 5.3923px;
    letter-spacing: 5.3923px;
  }

  .tracking-\[5\.6637px\] {
    --tw-tracking: 5.6637px;
    letter-spacing: 5.6637px;
  }

  .tracking-\[5\.8416px\] {
    --tw-tracking: 5.8416px;
    letter-spacing: 5.8416px;
  }

  .tracking-\[11\.123px\] {
    --tw-tracking: 11.123px;
    letter-spacing: 11.123px;
  }

  .tracking-\[11\.9149px\] {
    --tw-tracking: 11.9149px;
    letter-spacing: 11.9149px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#000000\] {
    color: #000;
  }

  .text-\[\#774c60\] {
    color: #774c60;
  }

  .text-\[\#000814\] {
    color: #000814;
  }

  .text-\[\#222725\] {
    color: #222725;
  }

  .text-\[\#a1c181\] {
    color: #a1c181;
  }

  .text-\[\#f7f7f2\] {
    color: #f7f7f2;
  }

  .text-\[\#ffffff\] {
    color: #fff;
  }

  .text-foreground {
    color: var(--foreground);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-primary {
    color: var(--primary);
  }

  .text-primary-foreground {
    color: var(--primary-foreground);
  }

  .text-secondary-foreground {
    color: var(--secondary-foreground);
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.125\]:hover {
      scale: 1.125;
    }
  }

  @media (hover: hover) {
    .hover\:rotate-\[17\.5deg\]:hover {
      rotate: 17.5deg;
    }
  }

  @media (hover: hover) {
    .hover\:bg-accent:hover {
      background-color: var(--accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-destructive\/90:hover {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-destructive\/90:hover {
        background-color: color-mix(in oklab, var(--destructive) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary\/90:hover {
      background-color: var(--primary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-primary\/90:hover {
        background-color: color-mix(in oklab, var(--primary) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary\/80:hover {
      background-color: var(--secondary);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-secondary\/80:hover {
        background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-accent-foreground:hover {
      color: var(--accent-foreground);
    }
  }

  @media (hover: hover) {
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus-visible\:ring-destructive\/20:focus-visible {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-destructive\/20:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  .focus-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .has-\[\>svg\]\:px-2\.5:has( > svg) {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .has-\[\>svg\]\:px-3:has( > svg) {
    padding-inline: calc(var(--spacing) * 3);
  }

  .has-\[\>svg\]\:px-4:has( > svg) {
    padding-inline: calc(var(--spacing) * 4);
  }

  .aria-invalid\:border-destructive[aria-invalid="true"] {
    border-color: var(--destructive);
  }

  .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
    --tw-ring-color: var(--destructive);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
      --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
    }
  }

  @media (width >= 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-12 {
      margin-top: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-40 {
      margin-bottom: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 48rem) {
    .md\:size-16 {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[280px\] {
      height: 280px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[280px\] {
      width: 280px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-40 {
      gap: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 48rem) {
    :where(.md\:space-y-12 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 48rem) {
    :where(.md\:space-y-16 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 48rem) {
    :where(.md\:space-y-32 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 32) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 32) * calc(1 - var(--tw-space-y-reverse)));
    }
  }

  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[110px\] {
      padding-inline: 110px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-40 {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[30px\] {
      font-size: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[48px\] {
      font-size: 48px;
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:border-input {
      border-color: var(--input);
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-destructive\/60 {
      background-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-destructive\/60 {
        background-color: color-mix(in oklab, var(--destructive) 60%, transparent);
      }
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:bg-input\/30 {
      background-color: var(--input);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:bg-input\/30 {
        background-color: color-mix(in oklab, var(--input) 30%, transparent);
      }
    }
  }

  @media (prefers-color-scheme: dark) {
    @media (hover: hover) {
      .dark\:hover\:bg-accent\/50:hover {
        background-color: var(--accent);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark\:hover\:bg-accent\/50:hover {
          background-color: color-mix(in oklab, var(--accent) 50%, transparent);
        }
      }
    }
  }

  @media (prefers-color-scheme: dark) {
    @media (hover: hover) {
      .dark\:hover\:bg-input\/50:hover {
        background-color: var(--input);
      }

      @supports (color: color-mix(in lab, red, red)) {
        .dark\:hover\:bg-input\/50:hover {
          background-color: color-mix(in oklab, var(--input) 50%, transparent);
        }
      }
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:focus-visible\:ring-destructive\/40:focus-visible {
      --tw-ring-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:focus-visible\:ring-destructive\/40:focus-visible {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
      }
    }
  }

  @media (prefers-color-scheme: dark) {
    .dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
      --tw-ring-color: var(--destructive);
    }

    @supports (color: color-mix(in lab, red, red)) {
      .dark\:aria-invalid\:ring-destructive\/40[aria-invalid="true"] {
        --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
      }
    }
  }

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
}

:root {
  --font-size: 14px;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --radius: .625rem;
  --background: #fff;
  --foreground: #222725;
  --card: #fff;
  --card-foreground: #222725;
  --popover: #fff;
  --popover-foreground: #222725;
  --primary: #030213;
  --primary-foreground: #fff;
  --secondary: #f5f5f5;
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --ring: #717182;
  --chart-1: #ff6b35;
  --chart-2: #4ecdc4;
  --chart-3: #45b7d1;
  --chart-4: #96ceb4;
  --chart-5: #ffeaa7;
  --sidebar: #f8f8f8;
  --sidebar-foreground: #222725;
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #f0f0f0;
  --sidebar-accent-foreground: #333;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #717182;
  --page-background: #fff;
  --page-foreground: #222725;
  --nav-background: #222725;
  --nav-foreground: #fff;
  --nav-border: #222725;
  --avatar-border: #f3f1f1;
  --skeleton-light: #f0f0f0;
  --skeleton-mid: #e8e8e8;
  --skeleton-gradient: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
  --noise-opacity: .4;
}

[data-theme="dark"] {
  --background: #000;
  --foreground: #fff;
  --card: #000;
  --card-foreground: #fff;
  --popover: #000;
  --popover-foreground: #fff;
  --primary: #fff;
  --primary-foreground: #000;
  --secondary: #1a1a1a;
  --secondary-foreground: #fff;
  --muted: #2a2a2a;
  --muted-foreground: #888;
  --accent: #1f1f1f;
  --accent-foreground: #fff;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #ffffff1a;
  --input: transparent;
  --input-background: #1a1a1a;
  --switch-background: #404040;
  --ring: #888;
  --sidebar: #0a0a0a;
  --sidebar-foreground: #fff;
  --sidebar-primary: #fff;
  --sidebar-primary-foreground: #000;
  --sidebar-accent: #1a1a1a;
  --sidebar-accent-foreground: #ccc;
  --sidebar-border: #333;
  --sidebar-ring: #888;
  --page-background: #000;
  --page-foreground: #fff;
  --nav-background: #fff;
  --nav-foreground: #000;
  --nav-border: #fff;
  --avatar-border: #1a1a1a;
  --skeleton-light: #2a2a2a;
  --skeleton-mid: #404040;
  --skeleton-gradient: linear-gradient(90deg, #2a2a2a 25%, #404040 50%, #2a2a2a 75%);
  --noise-opacity: .35;
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-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-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}
