#single-post {
  /* CHANGE THESE COLORS */
  --color-secondary: var(--secondary);
  --color-primary: var(--primary);

  --color-neutral-50: oklch(98.5% 0 0);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-sm: 24rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --container-3xl: 48rem;
  --container-4xl: 56rem;
  --container-5xl: 64rem;
  --text-xs: var(--wp--preset--font-size--xs, 0.75rem);
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: var(--wp--preset--font-size--sm, 0.875rem);
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: var(--wp--preset--font-size--base, 1rem);
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: var(--wp--preset--font-size--lg, 1.125rem);
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: var(--wp--preset--font-size--xl, 1.25rem);
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: var(--wp--preset--font-size--2-xl, 1.5rem);
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: var(--wp--preset--font-size--3-xl, 1.875rem);
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: var(--wp--preset--font-size--4-xl, 2.25rem);
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: var(--wp--preset--font-size--5-xl, 3rem);
  --text-5xl--line-height: 1;
  --text-6xl: var(--wp--preset--font-size--6-xl, 3.75rem);
  --text-6xl--line-height: 1;
  --text-7xl: var(--wp--preset--font-size--7-xl, 4.5rem);
  --text-7xl--line-height: 1;
  --text-9xl: var(--wp--preset--font-size--9-xl, 8rem);
  --text-9xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-black: 900;
  --tracking-tight: -0.025em;
  --tracking-wide: 0.025em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
  --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --animate-ring: ring 3s linear infinite;
  --blur-xs: 4px;
  --blur-sm: 8px;
  --blur-md: 12px;
  --perspective-midrange: 800px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --page-gutter: 4vw;
  --content-max-width: 1200px;
  --wide-content-max-width: 1350px;
  --color-primary: var(--primary);
  --color-primary-low: oklch(from var(--color-primary) calc(l - 0.15) c h);
  --color-primary-lowest: oklch(from var(--color-primary) calc(l - 0.3) calc(c - 0.01) h);
  --color-primary-high: oklch(from var(--color-primary) l calc(c + 0.03) h);
  --color-primary-highest: oklch(from var(--color-primary) l calc(c + 0.06) h);
  --color-secondary-low: oklch(from var(--color-secondary) calc(l - 0.05) c h);
  --color-secondary-lowest: oklch(from var(--color-secondary) calc(l - 0.1) c h);
  --color-secondary-high: oklch(from var(--color-secondary) l c h);
  --color-secondary-highest: oklch(from var(--color-secondary) l c h);
  --color-on-primary: white;
  --color-on-secondary: var(--primary);
  --color-overlay: #30060a;
  --font-heading: "montserrat", sans-serif;
  --color-body: #505050;
  --spacing-header: 62px;
  --spacing-gutter: var(--page-gutter);
  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;

  section {
    padding: unset;
  }

  .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;
    }
  }

  .content-grid {
    --wide-content-size: calc((var(--wide-content-max-width, var(--default-wide-content-max-width)) - var(--content-max-width, var(--default-content-max-width))) / 2);
    --content-width: min(100% - (var(--page-gutter) * 2), var(--content-max-width, var(--default-content-max-width)));
    --content-layout: var(--content-width);
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h4 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  strong {
    font-weight: bolder;
  }
  :-moz-focusring {
    outline: auto;
  }
  summary {
    display: list-item;
  }
  ul {
    list-style: none;
  }
  img,
  svg {
    display: block;
    vertical-align: middle;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ::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;
  }
  ::-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;
  }
  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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-x-5 {
    inset-inline: calc(var(--spacing) * 5);
  }
  .-inset-y-3 {
    inset-block: calc(var(--spacing) * -3);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .z-1 {
    z-index: 1;
  }
  .z-100 {
    z-index: 100;
  }
  .row-1 {
    grid-row: 1;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-15 {
    margin-block: calc(var(--spacing) * 15);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2) !important;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3) !important;
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5) !important;
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15) !important;
  }
  .mt-header {
    margin-top: var(--spacing-header) !important;
  }
  .divider-8 {
    + * {
      --divider-top-size: calc(var(--spacing) * 8);
    }
    + * .divider-show,
    + .divider-show {
      --divider-top-size: calc(var(--spacing) * 8);
      mask-image: var(--divider-shape, var(--divider-default-mask)), linear-gradient(transparent calc(var(--divider-top-size) - 1px), black calc(var(--divider-top-size) - 1px));
      mask-repeat: no-repeat;
      mask-position: top, top, bottom;
      mask-size: 100% var(--divider-top-size), 100% auto;
      clip-path: var(--divider-clip-path, var(--divider-no-clip-path));
      padding-top: var(--divider-top-size);
    }
    .divider-show:has(+ &) {
      --divider-bottom-size: calc(var(--spacing) * 8);
      margin-bottom: calc(var(--divider-bottom-size) * -1);
      padding-bottom: var(--divider-bottom-size);
    }
  }
  .-mb-\(--divider-bottom-size\) {
    margin-bottom: calc(var(--divider-bottom-size) * -1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .button-md {
    display: flex;
    height: calc(var(--spacing) * 12);
    align-items: center;
    gap: calc(var(--spacing) * 5);
    padding-inline: calc(var(--spacing) * 6);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-none {
    max-width: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-30 {
    flex-basis: calc(var(--spacing) * 30);
  }
  .basis-100 {
    flex-basis: calc(var(--spacing) * 100);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .button-primary {
    cursor: pointer;
    white-space: nowrap;
    &:has(> .button-icon:last-child) {
      padding-inline-end: calc(var(--spacing) * 1);
    }
    &:has(> .button-icon:first-child) {
      padding-inline-start: calc(var(--spacing) * 1);
    }
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-primary-highest);
    background-color: var(--color-primary-low);
    color: var(--color-on-primary);
    --tw-shadow-alpha: 20%;
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 20%)), 0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 20%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1));
    &:hover {
      background-color: var(--color-primary-high);
    }
  }
  .button-primary-invert {
    cursor: pointer;
    white-space: nowrap;
    &:has(> .button-icon:last-child) {
      padding-inline-end: calc(var(--spacing) * 1);
    }
    &:has(> .button-icon:first-child) {
      padding-inline-start: calc(var(--spacing) * 1);
    }
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-white);
    background-color: var(--color-on-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-on-primary) 85%, transparent);
    }
    color: var(--color-primary);
    &:hover {
      background-color: var(--color-on-primary);
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(min\(250px\,100\%\)\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-clip {
    overflow-x: clip;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-tl-none {
    border-top-left-radius: 0;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-y-5 {
    border-block-style: var(--tw-border-style);
    border-block-width: 5px;
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-primary {
    border-color: var(--color-primary);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[color-mix\(in_oklch\,var\(--color-primary\)_15\%\,white_100\%\)\] {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) 15%, white 100%);
    }
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-800 {
    background-color: var(--color-neutral-800);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .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);
    }
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to bottom in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-primary-lowest {
    --tw-gradient-from: var(--color-primary-lowest);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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));
  }
  .via-neutral-100 {
    --tw-gradient-via: var(--color-neutral-100);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-primary {
    --tw-gradient-to: var(--color-primary);
    --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-white {
    --tw-gradient-to: var(--color-white);
    --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));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3) !important;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5) !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2) !important;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6) !important;
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10) !important;
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15) !important;
  }
  .py-divider {
    padding-top: var(--divider-top-size, 0) !important;
    padding-bottom: var(--divider-bottom-size, 0) !important;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2) !important;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-on-primary {
    color: var(--color-on-primary);
  }
  .text-on-secondary {
    color: var(--color-on-secondary);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-lg\/40 {
    --tw-shadow-alpha: 40%;
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 40%)), 0 4px 6px -4px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l a b / 40%));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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);
  }
  .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-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));
  }
  .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);
  }
  .prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-kbd: var(--tw-prose-invert-kbd);
    --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  }
  .divider-arch-down {
    + * {
      --divider-shape: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='UTF-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 1000 100' preserveAspectRatio='none'%3e %3cpath d='M0%2c97.3'/%3e %3cpath d='M1000%2c100V0h0v2c-119.53%2c58.68-299.15%2c96-500%2c96S119.53%2c60.68%2c0%2c2v98h1000Z' fill='white'/%3e %3c/svg%3e");
    }
  }
  .not-empty\:mb-2 {
    &:not(*:empty) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .not-hover\:opacity-90 {
    &:not(*:hover) {
      opacity: 90%;
    }
    @media not (hover: hover) {
      opacity: 90%;
    }
  }
  .group-open\:max-h-\[1000px\] {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      max-height: 1000px;
    }
  }
  .group-open\:translate-y-0 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      --tw-translate-y: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .group-open\:rotate-90 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 90deg;
    }
  }
  .group-open\:opacity-100 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      opacity: 100%;
    }
  }
  .group-hover\:\!underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }
  .marker\:text-white {
    & *::marker {
      color: var(--color-white);
    }
    &::marker {
      color: var(--color-white);
    }
    & *::-webkit-details-marker {
      color: var(--color-white);
    }
    &::-webkit-details-marker {
      color: var(--color-white);
    }
  }
  .open\:bg-primary {
    &:is([open], :popover-open, :open) {
      background-color: var(--color-primary);
    }
  }

  .open\:text-on-primary {
    &:is([open], :popover-open, :open) {
      color: var(--color-on-primary);
    }
  }
  .hover\:scale-102 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 102%;
        --tw-scale-y: 102%;
        --tw-scale-z: 102%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .max-md\:hidden {
    @media (width < 782px) {
      display: none;
    }
  }
  .max-sm\:grow {
    @media (width < 600px) {
      flex-grow: 1;
    }
  }
  .max-sm\:text-center {
    @media (width < 600px) {
      text-align: center;
    }
  }
  .sm\:divider-16 {
    @media (width >= 600px) {
      + * {
        --divider-top-size: calc(var(--spacing) * 16);
      }
      + * .divider-show,
      + .divider-show {
        --divider-top-size: calc(var(--spacing) * 16);
        mask-image: var(--divider-shape, var(--divider-default-mask)), linear-gradient(transparent calc(var(--divider-top-size) - 1px), black calc(var(--divider-top-size) - 1px));
        mask-repeat: no-repeat;
        mask-position: top, top, bottom;
        mask-size: 100% var(--divider-top-size), 100% auto;
        clip-path: var(--divider-clip-path, var(--divider-no-clip-path));
        padding-top: var(--divider-top-size);
      }
      .divider-show:has(+ &) {
        --divider-bottom-size: calc(var(--spacing) * 16);
        margin-bottom: calc(var(--divider-bottom-size) * -1);
        padding-bottom: var(--divider-bottom-size);
      }
    }
  }
  .sm\:text-5xl {
    @media (width >= 600px) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:bottom-8 {
    @media (width >= 782px) {
      bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:divider-24 {
    @media (width >= 782px) {
      + * {
        --divider-top-size: calc(var(--spacing) * 24);
      }
      + * .divider-show,
      + .divider-show {
        --divider-top-size: calc(var(--spacing) * 24);
        mask-image: var(--divider-shape, var(--divider-default-mask)), linear-gradient(transparent calc(var(--divider-top-size) - 1px), black calc(var(--divider-top-size) - 1px));
        mask-repeat: no-repeat;
        mask-position: top, top, bottom;
        mask-size: 100% var(--divider-top-size), 100% auto;
        clip-path: var(--divider-clip-path, var(--divider-no-clip-path));
        padding-top: var(--divider-top-size);
      }
      .divider-show:has(+ &) {
        --divider-bottom-size: calc(var(--spacing) * 24);
        margin-bottom: calc(var(--divider-bottom-size) * -1);
        padding-bottom: var(--divider-bottom-size);
      }
    }
  }
  .md\:rounded-xl {
    @media (width >= 782px) {
      border-radius: var(--radius-xl);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 960px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .dark\:prose-invert {
    &:where(.dark, .dark *) {
      --tw-prose-body: var(--tw-prose-invert-body);
      --tw-prose-headings: var(--tw-prose-invert-headings);
      --tw-prose-lead: var(--tw-prose-invert-lead);
      --tw-prose-links: var(--tw-prose-invert-links);
      --tw-prose-bold: var(--tw-prose-invert-bold);
      --tw-prose-counters: var(--tw-prose-invert-counters);
      --tw-prose-bullets: var(--tw-prose-invert-bullets);
      --tw-prose-hr: var(--tw-prose-invert-hr);
      --tw-prose-quotes: var(--tw-prose-invert-quotes);
      --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
      --tw-prose-captions: var(--tw-prose-invert-captions);
      --tw-prose-kbd: var(--tw-prose-invert-kbd);
      --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
      --tw-prose-code: var(--tw-prose-invert-code);
      --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
      --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
      --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
      --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
    }
  }
  .prose-a\:font-bold {
    & :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .prose-a\:text-primary {
    & :is(:where(a):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      color: var(--color-primary);
    }
  }
  .prose-img\:mx-auto {
    & :is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      margin-inline: auto;
    }
  }
  .prose-img\:max-w-4\/5 {
    & :is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      max-width: calc(4 / 5 * 100%);
    }
  }
  .prose-img\:rounded {
    & :is(:where(img):not(:where([class~="not-prose"], [class~="not-prose"] *))) {
      border-radius: 0.25rem;
    }
  }
  .\[\&_li\]\:my-\[0\.1em\] {
    & li {
      margin-block: 0.1em;
    }
  }
  .\[\&\:\:-webkit-details-marker\]\:hidden {
    &::-webkit-details-marker {
      display: none;
    }
  }

  html {
    --default-page-gutter: 6vw;
    --default-content-max-width: 1200px;
    --default-wide-content-max-width: 1350px;
  }

  .content-grid,
  .bleed-content > .bleed-content,
  .content-grid > .bleed-content {
    display: grid;
    grid-template-columns:
      [bleed-start] minmax(var(--page-gutter, var(--default-page-gutter)), 1fr) [wide-start] minmax(0, var(--wide-content-size)) [content-start] var(--content-layout) [content-end] minmax(0, var(--wide-content-size)) [wide-end] minmax(
        var(--page-gutter, var(--default-page-gutter)),
        1fr
      )
      [bleed-end];
  }
  .content-grid > *,
  .bleed-content > * {
    --col-start: content-start;
    --col-end: content-end;
    grid-column: var(--col-start) / var(--col-end);
  }

  :root {
    --divider-full-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1" preserveAspectRatio="none"></svg>');
    --divider-no-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1" preserveAspectRatio="none"><path d="M0 0h1v1H0z"/></svg>');
    --divider-half-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 2" preserveAspectRatio="none"><path d="M0 1h1v1H0z"/></svg>');
    --divider-no-clip-path: none;
    --divider-default-mask: var(--divider-half-mask);
  }
  .prose {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  h1,
  h2,
  h4 {
    font-family: var(--font-heading);
  }
  .dark {
    --color-body: white;
    color: var(--color-body);
    color-scheme: dark;
  }
  a {
    text-decoration-line: none;
  }
  :root {
    --swiper-theme-color: var(--color-primary);
  }
  @property --tw-font-weight {
    syntax: "*";
    inherits: false;
  }
  @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;
  }
  @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-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
  }
  @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-text-shadow-color {
    syntax: "*";
    inherits: false;
  }
  @property --tw-text-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
  }
  @property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
  }
  @property --tw-divide-x-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
  }
  @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-mask-linear {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-radial {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-conic {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-left {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-right {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-bottom {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-top {
    syntax: "*";
    inherits: false;
    initial-value: linear-gradient(#fff, #fff);
  }
  @property --tw-mask-top-from-position {
    syntax: "*";
    inherits: false;
    initial-value: 0%;
  }
  @property --tw-mask-top-to-position {
    syntax: "*";
    inherits: false;
    initial-value: 100%;
  }
  @property --tw-mask-top-from-color {
    syntax: "*";
    inherits: false;
    initial-value: black;
  }
  @property --tw-mask-top-to-color {
    syntax: "*";
    inherits: false;
    initial-value: transparent;
  }
  @property --tw-mask-right-from-position {
    syntax: "*";
    inherits: false;
    initial-value: 0%;
  }
  @property --tw-mask-right-to-position {
    syntax: "*";
    inherits: false;
    initial-value: 100%;
  }
  @property --tw-mask-right-from-color {
    syntax: "*";
    inherits: false;
    initial-value: black;
  }
  @property --tw-mask-right-to-color {
    syntax: "*";
    inherits: false;
    initial-value: transparent;
  }
  @property --tw-mask-left-from-position {
    syntax: "*";
    inherits: false;
    initial-value: 0%;
  }
  @property --tw-mask-left-to-position {
    syntax: "*";
    inherits: false;
    initial-value: 100%;
  }
  @property --tw-mask-left-from-color {
    syntax: "*";
    inherits: false;
    initial-value: black;
  }
  @property --tw-mask-left-to-color {
    syntax: "*";
    inherits: false;
    initial-value: transparent;
  }
  @property --tw-leading {
    syntax: "*";
    inherits: false;
  }
  @property --tw-tracking {
    syntax: "*";
    inherits: false;
  }
  @property --tw-blur {
    syntax: "*";
    inherits: false;
  }
  @property --tw-brightness {
    syntax: "*";
    inherits: false;
  }
  @property --tw-contrast {
    syntax: "*";
    inherits: false;
  }
  @property --tw-grayscale {
    syntax: "*";
    inherits: false;
  }
  @property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
  }
  @property --tw-invert {
    syntax: "*";
    inherits: false;
  }
  @property --tw-opacity {
    syntax: "*";
    inherits: false;
  }
  @property --tw-saturate {
    syntax: "*";
    inherits: false;
  }
  @property --tw-sepia {
    syntax: "*";
    inherits: false;
  }
  @property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
  }
  @property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
  }
  @property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
  }
  @property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
  }
  @property --tw-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;
  }

  *,
  ::before,
  ::after,
  ::backdrop {
    --tw-font-weight: initial;
    --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: initial;
    --tw-rotate-y: initial;
    --tw-rotate-z: initial;
    --tw-skew-x: initial;
    --tw-skew-y: initial;
    --tw-border-style: solid;
    --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-text-shadow-color: initial;
    --tw-text-shadow-alpha: 100%;
    --tw-space-y-reverse: 0;
    --tw-divide-x-reverse: 0;
    --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-mask-linear: linear-gradient(#fff, #fff);
    --tw-mask-radial: linear-gradient(#fff, #fff);
    --tw-mask-conic: linear-gradient(#fff, #fff);
    --tw-mask-left: linear-gradient(#fff, #fff);
    --tw-mask-right: linear-gradient(#fff, #fff);
    --tw-mask-bottom: linear-gradient(#fff, #fff);
    --tw-mask-top: linear-gradient(#fff, #fff);
    --tw-mask-top-from-position: 0%;
    --tw-mask-top-to-position: 100%;
    --tw-mask-top-from-color: black;
    --tw-mask-top-to-color: transparent;
    --tw-mask-right-from-position: 0%;
    --tw-mask-right-to-position: 100%;
    --tw-mask-right-from-color: black;
    --tw-mask-right-to-color: transparent;
    --tw-mask-left-from-position: 0%;
    --tw-mask-left-to-position: 100%;
    --tw-mask-left-from-color: black;
    --tw-mask-left-to-color: transparent;
    --tw-leading: initial;
    --tw-tracking: initial;
    --tw-blur: initial;
    --tw-brightness: initial;
    --tw-contrast: initial;
    --tw-grayscale: initial;
    --tw-hue-rotate: initial;
    --tw-invert: initial;
    --tw-opacity: initial;
    --tw-saturate: initial;
    --tw-sepia: initial;
    --tw-drop-shadow: initial;
    --tw-drop-shadow-color: initial;
    --tw-drop-shadow-alpha: 100%;
    --tw-drop-shadow-size: initial;
    --tw-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;
  }

  .bleed-content {
    --col-start: bleed-start;
    --col-end: bleed-end;
  }
  .bleed-only {
    --col-start: bleed-start;
    --col-end: bleed-end;
  }

  .animate-ring {
    animation: var(--animate-ring);
  }
}
