/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Uncut Sans", "sans-serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .top-\[0\%\] {
    top: 0%;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-\[0\%\] {
    right: 0%;
  }
  .right-\[4vw\] {
    right: 4vw;
  }
  .right-\[5vw\] {
    right: 5vw;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .-left-\[40\%\] {
    left: calc(40% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[4\] {
    z-index: 4;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-\[5vw\] {
    margin-top: calc(5vw * -1);
  }
  .mt-\[\.5vw\] {
    margin-top: .5vw;
  }
  .mt-\[1vw\] {
    margin-top: 1vw;
  }
  .mt-\[2vw\] {
    margin-top: 2vw;
  }
  .mt-\[3vw\] {
    margin-top: 3vw;
  }
  .mt-\[4vw\] {
    margin-top: 4vw;
  }
  .mt-\[5vw\] {
    margin-top: 5vw;
  }
  .mt-\[6vw\] {
    margin-top: 6vw;
  }
  .mt-\[7vw\] {
    margin-top: 7vw;
  }
  .mt-\[8vw\] {
    margin-top: 8vw;
  }
  .mt-\[15vw\] {
    margin-top: 15vw;
  }
  .mb-\[2vw\] {
    margin-bottom: 2vw;
  }
  .mb-\[3vw\] {
    margin-bottom: 3vw;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-\[6vw\] {
    width: 6vw;
    height: 6vw;
  }
  .size-\[8vw\] {
    width: 8vw;
    height: 8vw;
  }
  .size-\[10vw\] {
    width: 10vw;
    height: 10vw;
  }
  .size-\[12vw\] {
    width: 12vw;
    height: 12vw;
  }
  .size-\[40\%\] {
    width: 40%;
    height: 40%;
  }
  .h-\[0\.3vw\] {
    height: 0.3vw;
  }
  .h-\[0\.5vw\] {
    height: 0.5vw;
  }
  .h-\[1\.5px\] {
    height: 1.5px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[4\.5vw\] {
    height: 4.5vw;
  }
  .h-\[6vw\] {
    height: 6vw;
  }
  .h-\[8\.25vw\] {
    height: 8.25vw;
  }
  .h-\[8vw\] {
    height: 8vw;
  }
  .h-\[9vw\] {
    height: 9vw;
  }
  .h-\[12vw\] {
    height: 12vw;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-\[1\.5px\] {
    width: 1.5px;
  }
  .w-\[4vw\] {
    width: 4vw;
  }
  .w-\[5vw\] {
    width: 5vw;
  }
  .w-\[6vw\] {
    width: 6vw;
  }
  .w-\[8vw\] {
    width: 8vw;
  }
  .w-\[9vw\] {
    width: 9vw;
  }
  .w-\[14vw\] {
    width: 14vw;
  }
  .w-\[16vw\] {
    width: 16vw;
  }
  .w-\[18vw\] {
    width: 18vw;
  }
  .w-\[19vw\] {
    width: 19vw;
  }
  .w-\[20vw\] {
    width: 20vw;
  }
  .w-\[25vw\] {
    width: 25vw;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[42\%\] {
    width: 42%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[55\%\] {
    width: 55%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70vw\] {
    width: 70vw;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-\[\.3vw\] {
    --tw-translate-x: .3vw;
    --tw-translate-y: .3vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[50\%\] {
    --tw-translate-x: 50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[0\.6vw\] {
    --tw-translate-y: calc(0.6vw * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[1vw\] {
    --tw-translate-y: calc(1vw * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/4 {
    --tw-translate-y: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0\.6vw\] {
    --tw-translate-y: 0.6vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[1vw\] {
    --tw-translate-y: 1vw;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[70\%\] {
    --tw-translate-y: 70%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[\.1vw\] {
    gap: .1vw;
  }
  .gap-\[1vw\] {
    gap: 1vw;
  }
  .gap-\[2vw\] {
    gap: 2vw;
  }
  .gap-\[3\.5vw\] {
    gap: 3.5vw;
  }
  .gap-\[3\.7vw\] {
    gap: 3.7vw;
  }
  .gap-\[3vw\] {
    gap: 3vw;
  }
  .gap-\[4vw\] {
    gap: 4vw;
  }
  .gap-\[5vw\] {
    gap: 5vw;
  }
  .gap-\[6vw\] {
    gap: 6vw;
  }
  .gap-\[8vw\] {
    gap: 8vw;
  }
  .gap-\[10vw\] {
    gap: 10vw;
  }
  .gap-\[12vw\] {
    gap: 12vw;
  }
  .gap-\[15vw\] {
    gap: 15vw;
  }
  .gap-\[18vw\] {
    gap: 18vw;
  }
  .space-y-\[\.75vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(.75vw * var(--tw-space-y-reverse));
      margin-block-end: calc(.75vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[2vw\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(2vw * var(--tw-space-y-reverse));
      margin-block-end: calc(2vw * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[1\.25vw\] {
    border-radius: 1.25vw;
  }
  .rounded-\[2vw\] {
    border-radius: 2vw;
  }
  .rounded-\[3vw\] {
    border-radius: 3vw;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-bl-\[6vw\] {
    border-bottom-left-radius: 6vw;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#1C1C1C4D\] {
    border-color: #1C1C1C4D;
  }
  .border-\[\#1C1C1C\] {
    border-color: #1C1C1C;
  }
  .border-\[\#1C1C1C\]\/10 {
    border-color: color-mix(in oklab, #1C1C1C 10%, transparent);
  }
  .border-\[\#FAE070\] {
    border-color: #FAE070;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#1C1C1C\] {
    background-color: #1C1C1C;
  }
  .bg-\[\#212121\] {
    background-color: #212121;
  }
  .bg-\[\#E7E7E7\] {
    background-color: #E7E7E7;
  }
  .bg-\[\#EBEBEB\] {
    background-color: #EBEBEB;
  }
  .bg-\[\#F2F2F2\] {
    background-color: #F2F2F2;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FAE070\] {
    background-color: #FAE070;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/95 {
    background-color: color-mix(in srgb, #fff 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 95%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[1\.5vw\] {
    padding: 1.5vw;
  }
  .p-\[1vw\] {
    padding: 1vw;
  }
  .p-\[2vw\] {
    padding: 2vw;
  }
  .p-\[4vw\] {
    padding: 4vw;
  }
  .p-\[5vw\] {
    padding: 5vw;
  }
  .px-\[1vw\] {
    padding-inline: 1vw;
  }
  .px-\[2vw\] {
    padding-inline: 2vw;
  }
  .px-\[3\.5vw\] {
    padding-inline: 3.5vw;
  }
  .px-\[3vw\] {
    padding-inline: 3vw;
  }
  .px-\[4vw\] {
    padding-inline: 4vw;
  }
  .px-\[5vw\] {
    padding-inline: 5vw;
  }
  .px-\[6vw\] {
    padding-inline: 6vw;
  }
  .px-\[7vw\] {
    padding-inline: 7vw;
  }
  .py-\[0\.8vw\] {
    padding-block: 0.8vw;
  }
  .py-\[1\.25vw\] {
    padding-block: 1.25vw;
  }
  .py-\[1vw\] {
    padding-block: 1vw;
  }
  .py-\[2\.5vw\] {
    padding-block: 2.5vw;
  }
  .py-\[2vw\] {
    padding-block: 2vw;
  }
  .py-\[5vw\] {
    padding-block: 5vw;
  }
  .py-\[10vw\] {
    padding-block: 10vw;
  }
  .py-\[20vw\] {
    padding-block: 20vw;
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-\[\.5vw\] {
    padding-top: .5vw;
  }
  .pt-\[\.6vw\] {
    padding-top: .6vw;
  }
  .pt-\[4vw\] {
    padding-top: 4vw;
  }
  .pt-\[7vw\] {
    padding-top: 7vw;
  }
  .pt-\[8vw\] {
    padding-top: 8vw;
  }
  .pt-\[10vw\] {
    padding-top: 10vw;
  }
  .pt-\[25vw\] {
    padding-top: 25vw;
  }
  .pt-\[35vw\] {
    padding-top: 35vw;
  }
  .pt-\[45vw\] {
    padding-top: 45vw;
  }
  .pr-\[3vw\] {
    padding-right: 3vw;
  }
  .pb-\[8vw\] {
    padding-bottom: 8vw;
  }
  .pb-\[20vw\] {
    padding-bottom: 20vw;
  }
  .pb-\[22vw\] {
    padding-bottom: 22vw;
  }
  .pl-\[3vw\] {
    padding-left: 3vw;
  }
  .pl-\[12vw\] {
    padding-left: 12vw;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .leading-\[\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.03\] {
    --tw-leading: 1.03;
    line-height: 1.03;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.06\] {
    --tw-leading: 1.06;
    line-height: 1.06;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[1\.12\] {
    --tw-leading: 1.12;
    line-height: 1.12;
  }
  .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }
  .leading-\[1\.46\] {
    --tw-leading: 1.46;
    line-height: 1.46;
  }
  .leading-\[1\] {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .-tracking-\[\.01vw\] {
    --tw-tracking: calc(.01vw * -1);
    letter-spacing: calc(.01vw * -1);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1C1C1C\] {
    color: #1C1C1C;
  }
  .text-\[\#262626\] {
    color: #262626;
  }
  .text-\[\#262626\]\/80 {
    color: color-mix(in oklab, #262626 80%, transparent);
  }
  .text-\[\#939393\] {
    color: #939393;
  }
  .text-\[\#B5B5B5\] {
    color: #B5B5B5;
  }
  .text-\[\#FAE070\] {
    color: #FAE070;
  }
  .text-\[\#FAFAFA\] {
    color: #FAFAFA;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .blur-\[4vw\] {
    --tw-blur: blur(4vw);
    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,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .delay-800 {
    transition-delay: 800ms;
  }
  .delay-1600 {
    transition-delay: 1600ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-hover\:translate-x-1\/2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(1/2 * 100%);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-x-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: 100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:-translate-y-full {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: -100%;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:text-\[\#FAE070\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #FAE070;
      }
    }
  }
  .group-hover\:text-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:scale-\[1\.01\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.01;
      }
    }
  }
  .hover\:bg-\[\#262626\] {
    &:hover {
      @media (hover: hover) {
        background-color: #262626;
      }
    }
  }
  .hover\:bg-black {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
  }
  .hover\:text-\[\#FAE070\] {
    &:hover {
      @media (hover: hover) {
        color: #FAE070;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:right-\[1\.5vw\] {
    @media (width >= 48rem) {
      right: 1.5vw;
    }
  }
  .md\:bottom-\[10\%\] {
    @media (width >= 48rem) {
      bottom: 10%;
    }
  }
  .md\:col-start-1 {
    @media (width >= 48rem) {
      grid-column-start: 1;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:row-start-2 {
    @media (width >= 48rem) {
      grid-row-start: 2;
    }
  }
  .md\:row-start-3 {
    @media (width >= 48rem) {
      grid-row-start: 3;
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:-mt-\[\.vw\] {
    @media (width >= 48rem) {
      margin-top: calc(.vw * -1);
    }
  }
  .md\:-mt-\[1\.5vw\] {
    @media (width >= 48rem) {
      margin-top: calc(1.5vw * -1);
    }
  }
  .md\:-mt-\[4vw\] {
    @media (width >= 48rem) {
      margin-top: calc(4vw * -1);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[\.2vw\] {
    @media (width >= 48rem) {
      margin-top: .2vw;
    }
  }
  .md\:mt-\[1\.4vw\] {
    @media (width >= 48rem) {
      margin-top: 1.4vw;
    }
  }
  .md\:mt-\[1vw\] {
    @media (width >= 48rem) {
      margin-top: 1vw;
    }
  }
  .md\:mt-\[2\.5vw\] {
    @media (width >= 48rem) {
      margin-top: 2.5vw;
    }
  }
  .md\:mt-\[2vw\] {
    @media (width >= 48rem) {
      margin-top: 2vw;
    }
  }
  .md\:mt-\[3\.5vw\] {
    @media (width >= 48rem) {
      margin-top: 3.5vw;
    }
  }
  .md\:mt-\[3vw\] {
    @media (width >= 48rem) {
      margin-top: 3vw;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:size-\[2\.25vw\] {
    @media (width >= 48rem) {
      width: 2.25vw;
      height: 2.25vw;
    }
  }
  .md\:size-\[3vw\] {
    @media (width >= 48rem) {
      width: 3vw;
      height: 3vw;
    }
  }
  .md\:size-\[4\.5vw\] {
    @media (width >= 48rem) {
      width: 4.5vw;
      height: 4.5vw;
    }
  }
  .md\:h-\[2\.5vw\] {
    @media (width >= 48rem) {
      height: 2.5vw;
    }
  }
  .md\:h-\[2\.25vw\] {
    @media (width >= 48rem) {
      height: 2.25vw;
    }
  }
  .md\:h-\[2vw\] {
    @media (width >= 48rem) {
      height: 2vw;
    }
  }
  .md\:h-\[3\.5vw\] {
    @media (width >= 48rem) {
      height: 3.5vw;
    }
  }
  .md\:h-\[3\.45vw\] {
    @media (width >= 48rem) {
      height: 3.45vw;
    }
  }
  .md\:h-\[3px\] {
    @media (width >= 48rem) {
      height: 3px;
    }
  }
  .md\:h-\[3vw\] {
    @media (width >= 48rem) {
      height: 3vw;
    }
  }
  .md\:h-\[4\.25vw\] {
    @media (width >= 48rem) {
      height: 4.25vw;
    }
  }
  .md\:w-\[1\.4vw\] {
    @media (width >= 48rem) {
      width: 1.4vw;
    }
  }
  .md\:w-\[2\.75vw\] {
    @media (width >= 48rem) {
      width: 2.75vw;
    }
  }
  .md\:w-\[3px\] {
    @media (width >= 48rem) {
      width: 3px;
    }
  }
  .md\:w-\[3vw\] {
    @media (width >= 48rem) {
      width: 3vw;
    }
  }
  .md\:w-\[4vw\] {
    @media (width >= 48rem) {
      width: 4vw;
    }
  }
  .md\:w-\[6vw\] {
    @media (width >= 48rem) {
      width: 6vw;
    }
  }
  .md\:w-\[8vw\] {
    @media (width >= 48rem) {
      width: 8vw;
    }
  }
  .md\:w-\[9vw\] {
    @media (width >= 48rem) {
      width: 9vw;
    }
  }
  .md\:w-\[14vw\] {
    @media (width >= 48rem) {
      width: 14vw;
    }
  }
  .md\:w-\[15vw\] {
    @media (width >= 48rem) {
      width: 15vw;
    }
  }
  .md\:w-\[20vw\] {
    @media (width >= 48rem) {
      width: 20vw;
    }
  }
  .md\:w-\[25vw\] {
    @media (width >= 48rem) {
      width: 25vw;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[98\%\] {
    @media (width >= 48rem) {
      max-width: 98%;
    }
  }
  .md\:max-w-\[120px\] {
    @media (width >= 48rem) {
      max-width: 120px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[\.5vw\] {
    @media (width >= 48rem) {
      gap: .5vw;
    }
  }
  .md\:gap-\[0\.8vw\] {
    @media (width >= 48rem) {
      gap: 0.8vw;
    }
  }
  .md\:gap-\[1\.5vw\] {
    @media (width >= 48rem) {
      gap: 1.5vw;
    }
  }
  .md\:gap-\[1\.65vw\] {
    @media (width >= 48rem) {
      gap: 1.65vw;
    }
  }
  .md\:gap-\[1vw\] {
    @media (width >= 48rem) {
      gap: 1vw;
    }
  }
  .md\:gap-\[2\.5vw\] {
    @media (width >= 48rem) {
      gap: 2.5vw;
    }
  }
  .md\:gap-\[2vw\] {
    @media (width >= 48rem) {
      gap: 2vw;
    }
  }
  .md\:gap-\[3vw\] {
    @media (width >= 48rem) {
      gap: 3vw;
    }
  }
  .md\:gap-\[4\.5vw\] {
    @media (width >= 48rem) {
      gap: 4.5vw;
    }
  }
  .md\:gap-\[4vw\] {
    @media (width >= 48rem) {
      gap: 4vw;
    }
  }
  .md\:gap-\[7vw\] {
    @media (width >= 48rem) {
      gap: 7vw;
    }
  }
  .md\:rounded-\[\.8vw\] {
    @media (width >= 48rem) {
      border-radius: .8vw;
    }
  }
  .md\:rounded-\[1\.5vw\] {
    @media (width >= 48rem) {
      border-radius: 1.5vw;
    }
  }
  .md\:rounded-\[1\.25vw\] {
    @media (width >= 48rem) {
      border-radius: 1.25vw;
    }
  }
  .md\:rounded-\[1vw\] {
    @media (width >= 48rem) {
      border-radius: 1vw;
    }
  }
  .md\:rounded-bl-\[3vw\] {
    @media (width >= 48rem) {
      border-bottom-left-radius: 3vw;
    }
  }
  .md\:p-\[\.5vw\] {
    @media (width >= 48rem) {
      padding: .5vw;
    }
  }
  .md\:p-\[1\.5vw\] {
    @media (width >= 48rem) {
      padding: 1.5vw;
    }
  }
  .md\:p-\[2\.75vw\] {
    @media (width >= 48rem) {
      padding: 2.75vw;
    }
  }
  .md\:p-\[2vw\] {
    @media (width >= 48rem) {
      padding: 2vw;
    }
  }
  .md\:p-\[3vw\] {
    @media (width >= 48rem) {
      padding: 3vw;
    }
  }
  .md\:px-\[\.4vw\] {
    @media (width >= 48rem) {
      padding-inline: .4vw;
    }
  }
  .md\:px-\[0\.75vw\] {
    @media (width >= 48rem) {
      padding-inline: 0.75vw;
    }
  }
  .md\:px-\[1\.5vw\] {
    @media (width >= 48rem) {
      padding-inline: 1.5vw;
    }
  }
  .md\:px-\[1\.25vw\] {
    @media (width >= 48rem) {
      padding-inline: 1.25vw;
    }
  }
  .md\:px-\[1vw\] {
    @media (width >= 48rem) {
      padding-inline: 1vw;
    }
  }
  .md\:px-\[2\.5vw\] {
    @media (width >= 48rem) {
      padding-inline: 2.5vw;
    }
  }
  .md\:px-\[2vw\] {
    @media (width >= 48rem) {
      padding-inline: 2vw;
    }
  }
  .md\:px-\[3vw\] {
    @media (width >= 48rem) {
      padding-inline: 3vw;
    }
  }
  .md\:px-\[7vw\] {
    @media (width >= 48rem) {
      padding-inline: 7vw;
    }
  }
  .md\:py-\[\.65vw\] {
    @media (width >= 48rem) {
      padding-block: .65vw;
    }
  }
  .md\:py-\[\.75vw\] {
    @media (width >= 48rem) {
      padding-block: .75vw;
    }
  }
  .md\:py-\[0\.4vw\] {
    @media (width >= 48rem) {
      padding-block: 0.4vw;
    }
  }
  .md\:py-\[0vw\] {
    @media (width >= 48rem) {
      padding-block: 0vw;
    }
  }
  .md\:py-\[1\.5vw\] {
    @media (width >= 48rem) {
      padding-block: 1.5vw;
    }
  }
  .md\:py-\[1vw\] {
    @media (width >= 48rem) {
      padding-block: 1vw;
    }
  }
  .md\:py-\[2vw\] {
    @media (width >= 48rem) {
      padding-block: 2vw;
    }
  }
  .md\:py-\[4vw\] {
    @media (width >= 48rem) {
      padding-block: 4vw;
    }
  }
  .md\:py-\[7vw\] {
    @media (width >= 48rem) {
      padding-block: 7vw;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[3vw\] {
    @media (width >= 48rem) {
      padding-top: 3vw;
    }
  }
  .md\:pt-\[4vw\] {
    @media (width >= 48rem) {
      padding-top: 4vw;
    }
  }
  .md\:pt-\[9vw\] {
    @media (width >= 48rem) {
      padding-top: 9vw;
    }
  }
  .md\:pt-\[15vw\] {
    @media (width >= 48rem) {
      padding-top: 15vw;
    }
  }
  .md\:pb-\[2\.5vw\] {
    @media (width >= 48rem) {
      padding-bottom: 2.5vw;
    }
  }
  .md\:pb-\[7vw\] {
    @media (width >= 48rem) {
      padding-bottom: 7vw;
    }
  }
  .md\:pb-\[8vw\] {
    @media (width >= 48rem) {
      padding-bottom: 8vw;
    }
  }
  .md\:pl-\[1\.35vw\] {
    @media (width >= 48rem) {
      padding-left: 1.35vw;
    }
  }
  .md\:pl-\[5vw\] {
    @media (width >= 48rem) {
      padding-left: 5vw;
    }
  }
  .md\:leading-\[1\.3\] {
    @media (width >= 48rem) {
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
}
@font-face {
  font-family: "Uncut Sans";
  src: url("/assets/fonts/UncutSans-Medium.woff2") format("woff2"), url("/assets/fonts/UncutSans-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Uncut Sans";
  src: url("/assets/fonts/UncutSans-Semibold.woff2") format("woff2"), url("/assets/fonts/UncutSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Uncut Sans";
  src: url("/assets/fonts/UncutSans-Bold.woff2") format("woff2"), url("/assets/fonts/UncutSans-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@keyframes ring-ping {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.checkered-bg {
  background-color: #FAE070;
  background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%),	linear-gradient(-45deg, #ffffff 25%, transparent 25%),	linear-gradient(45deg, transparent 75%, #ffffff 75%),	linear-gradient(-45deg, transparent 75%, #ffffff 75%);
  background-size: 40px 40px;
  background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
}
.nav-link {
  position: relative;
  transition: all 0.3s ease;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1C1C1C;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.nav-link:hover::after {
  width: 100%;
}
.mobile-menu-enter {
  animation: slideDown 0.3s ease-out;
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ring-ping {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  aspect-ratio: 1 / 1;
  border: 2px solid #7e7e7e80;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
  animation: ring-ping 2.4s ease-out infinite;
}
.delay-0 {
  animation-delay: 0s;
}
.delay-800 {
  animation-delay: 0.8s;
}
.delay-1600 {
  animation-delay: 1.6s;
}
html {
  scroll-behavior: smooth;
}
@layer utilities {
  .text14px-desktop {
    font-size: clamp(0.75rem, 0.661rem + 0.45vw, 0.875rem);
  }
  .text16px-desktop {
    font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  }
  .text20px-desktop {
    font-size: clamp(1rem, 0.959rem + 0.21vw, 1.25rem);
  }
  .text24px-desktop {
    @media (width >= 48rem) {
      font-size: 1.35vw !important;
    }
  }
  .text26px-desktop {
    @media (width >= 48rem) {
      font-size: 1.425vw !important;
    }
  }
  .text28px-desktop {
    @media (width >= 48rem) {
      font-size: 1.5vw !important;
    }
  }
  .text30px-desktop {
    @media (width >= 48rem) {
      font-size: 1.7vw !important;
    }
  }
  .text32px-desktop {
    @media (width >= 48rem) {
      font-size: 1.725vw !important;
    }
  }
  .text36px-desktop {
    @media (width >= 48rem) {
      font-size: 1.9vw !important;
    }
  }
  .text40px-desktop {
    @media (width >= 48rem) {
      font-size: 2.1vw !important;
    }
  }
  .text48px-desktop {
    @media (width >= 48rem) {
      font-size: 2.52vw !important;
    }
  }
  .text72px-desktop {
    @media (width >= 48rem) {
      font-size: 4.1vw !important;
    }
  }
  .text74px-desktop {
    @media (width >= 48rem) {
      font-size: 4.25vw !important;
    }
  }
  .text80px-desktop {
    @media (width >= 48rem) {
      font-size: 4.45vw !important;
    }
  }
  .text90px-desktop {
    @media (width >= 48rem) {
      font-size: 4.85vw !important;
    }
  }
  .text150px-desktop {
    @media (width >= 48rem) {
      font-size: 8vw !important;
    }
  }
  .text14px-mobile {
    font-size: 3.25vw;
  }
  .text16px-mobile {
    font-size: 3.75vw;
  }
  .text18px-mobile {
    font-size: 4vw;
  }
  .text20px-mobile {
    font-size: 4.5vw;
  }
  .text22px-mobile {
    font-size: 5vw;
  }
  .text24px-mobile {
    font-size: 6vw;
  }
  .text30px-mobile {
    font-size: 7vw;
  }
  .text40px-mobile {
    font-size: 9.4vw;
  }
  .text54px-mobile {
    font-size: 12vw;
  }
  .text60px-mobile {
    font-size: 14vw;
  }
  .text84px-mobile {
    font-size: 19vw;
  }
}
@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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
