@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-red-600: #e40016;
    --color-blue-200: #bedbff;
    --color-blue-500: #3280ff;
    --color-blue-600: #155dfc;
    --color-blue-800: #193cb8;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-600: #4a5565;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-zinc-900: #18181b;
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-accent-500: #1b9ebf;
    --color-accent-700: #1b6883;
    --color-black-50: #000000;
    --color-brand-400: #5eb2fc;
    --color-brand-500: #3892f8;
    --color-brand-600: #797979;
    --color-brand-700: #50c878;
    --color-brand-800: #2f4f4f;
    --color-brand-900: #94112a;
    --color-surface-50: #f3f6f7;
    --color-surface-100: #e3e6ea;
    --color-surface-200: #cad1d7;
    --color-surface-300: #a5b1bb;
    --color-surface-400: #788798;
    --color-surface-500: #5d6c7d;
    --color-surface-600: #505c69;
    --color-surface-700: #454e59;
    --color-surface-800: #3e444c;
    --color-surface-900: #33373e;
    --color-surface-950: #20242b;
    --color-text-50: #000000;
    --color-text-100: #3c3c3c;
    --color-text-200: #454545;
    --color-text-300: #4f4f4f;
    --color-text-400: #5d5d5d;
    --color-text-500: #6d6d6d;
    --color-text-700: #b0b0b0;
    --color-text-900: #e7e7e7;
    --color-text-950: #f6f6f6;
    --color-white-50: #ffffff;
    --color-white-600: #ffffff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-6 {
    inset: calc(var(--spacing) * 6);
  }
  .top-0 {
    top: 0;
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .top-auto {
    top: auto;
  }
  .right-0 {
    right: 0;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: 0;
  }
  .isolate {
    isolation: isolate;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[700\] {
    z-index: 700;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-9 {
    grid-column: span 9 / span 9;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .-m-1 {
    margin: calc(var(--spacing) * -1);
  }
  .-m-1\.5 {
    margin: calc(var(--spacing) * -1.5);
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .prose-article {
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: center;
      font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.0;
      line-height: 1.0;
      color: var(--color-brand-600);
      font-style: italic;
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.0;
      line-height: 1.0;
      color: var(--color-brand-400);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-text-100);
      a {
        color: var(--color-accent-500);
        text-decoration-line: none;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: none;
        }
      }
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: decimal;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      color: var(--color-text-300);
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Jost;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      color: var(--color-text-300);
      a {
        color: var(--color-accent-500);
        text-decoration-line: underline;
        &:hover {
          color: var(--color-accent-700);
          text-decoration-line: underline;
        }
        &:visited {
          color: var(--color-accent-700);
          text-decoration-line: underline;
        }
      }
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: outside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.00rem;
      line-height: var(--tw-leading, 1.50rem);
      --tw-leading: 1.5;
      line-height: 1.5;
      color: var(--color-text-300);
    }
  }
  .prose-markdown {
    :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: calc(var(--spacing) * 10);
      margin-bottom: 0;
      margin-left: calc(var(--spacing) * 10);
      text-align: justify;
      font-family: Georgia, Cambria, 'Times New Roman', Times, serif;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      color: var(--color-brand-600);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: 0;
      margin-left: 0;
      --tw-leading: 1.0;
      line-height: 1.0;
      color: var(--color-brand-700);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
      --tw-leading: 1.2000000000000002;
      line-height: 1.2000000000000002;
      --tw-font-weight: 600.0;
      font-weight: 600.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      font-family: Lora;
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h5):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.1rem;
      letter-spacing: 0.1rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(h6):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Lora;
      font-size: 1.25rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.1;
      line-height: 1.1;
      --tw-font-weight: 500.0;
      font-weight: 500.0;
      --tw-tracking: 0.05rem;
      letter-spacing: 0.05rem;
      color: var(--color-brand-800);
      a {
        text-decoration-line: none;
        &:hover {
          text-decoration-line: none;
        }
        &:visited {
          text-decoration-line: none;
        }
      }
    }
    :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: calc(var(--spacing) * 2);
      margin-bottom: calc(var(--spacing) * 2);
    }
    :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: inside;
      list-style-type: decimal;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
    }
    :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      margin-top: 0;
      margin-right: 0;
      margin-bottom: calc(var(--spacing) * 3);
      margin-left: 0;
      text-align: left;
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
      a {
        color: var(--color-brand-600);
        text-decoration-line: underline;
        &:hover {
          color: var(--color-brand-900);
          text-decoration-line: underline;
        }
        &:visited {
          color: var(--color-brand-800);
          text-decoration-line: underline;
        }
      }
    }
    :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
      list-style-position: inside;
      list-style-type: disc;
      padding-left: calc(var(--spacing) * 6);
      font-family: Jost;
      font-size: 1.12rem;
      line-height: var(--tw-leading, 1.75rem);
      --tw-leading: 1.3;
      line-height: 1.3;
    }
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mr-0 {
    margin-right: 0;
  }
  .mr-auto {
    margin-right: auto;
  }
  .-mb-1 {
    margin-bottom: calc(var(--spacing) * -1);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-28 {
    margin-bottom: calc(var(--spacing) * 28);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[0\.6666666865348816\] {
    aspect-ratio: 0.6666666865348816;
  }
  .aspect-\[0\.8759124279022217\] {
    aspect-ratio: 0.8759124279022217;
  }
  .aspect-\[1\.343815565109253\] {
    aspect-ratio: 1.343815565109253;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-\[auto\] {
    aspect-ratio: auto;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-1 {
    height: var(--spacing);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[94vh\] {
    height: 94vh;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[90\%\] {
    max-height: 90%;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[24rem\] {
    width: 24rem;
  }
  .w-\[26rem\] {
    width: 26rem;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[360x\] {
    width: 360x;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[80ch\] {
    max-width: 80ch;
  }
  .max-w-\[90\%\] {
    max-width: 90%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-auto {
    min-width: auto;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-center {
    transform-origin: center;
  }
  .origin-top {
    transform-origin: top;
  }
  .translate-x-0 {
    --tw-translate-x: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[0px\] {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-3 {
    --tw-translate-y: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: 0;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-20 {
    --tw-translate-y: calc(var(--spacing) * 20);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0px\] {
    --tw-translate-y: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[100\%\] {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[100\%\] {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[0deg\] {
    rotate: 0deg;
  }
  .skew-x-0 {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-x-\[-20deg\] {
    --tw-skew-x: skewX(-20deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-x-\[0deg\] {
    --tw-skew-x: skewX(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .skew-y-\[0deg\] {
    --tw-skew-y: skewY(0deg);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform-gpu {
    transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[barfade_0\.3s_ease-in_0\.3s_forwards\] {
    animation: barfade 0.3s ease-in 0.3s forwards;
  }
  .cursor-auto {
    cursor: auto;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-grab {
    cursor: grab;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .grid-rows-\[1fr_auto\] {
    grid-template-rows: 1fr auto;
  }
  .\!flex-col {
    flex-direction: column !important;
  }
  .\!flex-row {
    flex-direction: row !important;
  }
  .\!flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .content-center {
    align-content: center;
  }
  .content-normal {
    align-content: normal;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-normal {
    justify-content: normal;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .justify-items-normal {
    justify-items: normal;
  }
  .\!gap-1 {
    gap: var(--spacing) !important;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-x-0 {
    column-gap: 0;
  }
  .gap-x-1 {
    column-gap: var(--spacing);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-0 {
    row-gap: 0;
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-1\.5 {
    row-gap: calc(var(--spacing) * 1.5);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-auto {
    align-self: auto;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-auto {
    justify-self: auto;
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: 1.0rem;
  }
  .rounded-3xl {
    border-radius: 1.5rem;
  }
  .rounded-full {
    border-radius: 36.0rem;
  }
  .rounded-lg {
    border-radius: 0.5rem;
  }
  .rounded-md {
    border-radius: 0.375rem;
  }
  .rounded-none {
    border-radius: 0.0rem;
  }
  .rounded-sm {
    border-radius: 0.24rem;
  }
  .rounded-xl {
    border-radius: 0.75rem;
  }
  .rounded-tl {
    border-top-left-radius: 0.24rem;
  }
  .rounded-tl-2xl {
    border-top-left-radius: 1.0rem;
  }
  .rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }
  .rounded-tl-full {
    border-top-left-radius: 36.0rem;
  }
  .rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }
  .rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }
  .rounded-tl-none {
    border-top-left-radius: 0.0rem;
  }
  .rounded-tr {
    border-top-right-radius: 0.24rem;
  }
  .rounded-tr-2xl {
    border-top-right-radius: 1.0rem;
  }
  .rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }
  .rounded-tr-full {
    border-top-right-radius: 36.0rem;
  }
  .rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }
  .rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }
  .rounded-tr-none {
    border-top-right-radius: 0.0rem;
  }
  .rounded-br {
    border-bottom-right-radius: 0.24rem;
  }
  .rounded-br-2xl {
    border-bottom-right-radius: 1.0rem;
  }
  .rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }
  .rounded-br-full {
    border-bottom-right-radius: 36.0rem;
  }
  .rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }
  .rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }
  .rounded-br-none {
    border-bottom-right-radius: 0.0rem;
  }
  .rounded-bl {
    border-bottom-left-radius: 0.24rem;
  }
  .rounded-bl-2xl {
    border-bottom-left-radius: 1.0rem;
  }
  .rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }
  .rounded-bl-full {
    border-bottom-left-radius: 36.0rem;
  }
  .rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }
  .rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }
  .rounded-bl-none {
    border-bottom-left-radius: 0.0rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 0.18rem;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 0.06rem;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.0rem;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.06rem;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0.125rem;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.0rem;
  }
  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.06rem;
  }
  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0.125rem;
  }
  .border-r-\[5px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 5px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.0rem;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.06rem;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0.125rem;
  }
  .border-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.0rem;
  }
  .border-l-1 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.06rem;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0.125rem;
  }
  .border-l-\[5px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 5px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-brand-500\/\[100\%\] {
    border-color: var(--color-brand-500);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-surface-100\/\(--border-opacity\) {
    border-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-surface-100) var(--border-opacity), transparent);
    }
  }
  .border-surface-100\/\[100\%\] {
    border-color: var(--color-surface-100);
  }
  .border-surface-200 {
    border-color: var(--color-surface-200);
  }
  .border-surface-300\/\[100\%\] {
    border-color: var(--color-surface-300);
  }
  .border-surface-400 {
    border-color: var(--color-surface-400);
  }
  .border-surface-400\/\[100\%\] {
    border-color: var(--color-surface-400);
  }
  .border-surface-500\/\[100\%\] {
    border-color: var(--color-surface-500);
  }
  .border-surface-600\/\(--border-opacity\) {
    border-color: #505c69;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-surface-600) var(--border-opacity), transparent);
    }
  }
  .border-surface-900 {
    border-color: var(--color-surface-900);
  }
  .border-surface-900\/\[100\%\] {
    border-color: var(--color-surface-900);
  }
  .border-surface-950 {
    border-color: var(--color-surface-950);
  }
  .border-surface-950\/\[100\%\] {
    border-color: var(--color-surface-950);
  }
  .border-text-300 {
    border-color: var(--color-text-300);
  }
  .bg-black-50\/\(--lightbox-bg-opacity\) {
    background-color: #000000;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black-50) var(--lightbox-bg-opacity), transparent);
    }
  }
  .bg-black\/25 {
    background-color: color-mix(in srgb, #000000 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-brand-500\/\(--bgColorOpacity\) {
    background-color: #3892f8;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-500) var(--bgColorOpacity), transparent);
    }
  }
  .bg-brand-800\/\(--bgColorOpacity\) {
    background-color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-800) var(--bgColorOpacity), transparent);
    }
  }
  .bg-brand-900\/\(--bgColorOpacity\) {
    background-color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-brand-900) var(--bgColorOpacity), transparent);
    }
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-surface-50 {
    background-color: var(--color-surface-50);
  }
  .bg-surface-50\/\(--bgColorOpacity\) {
    background-color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-50) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-50\/\(--overlayColorOpacity\) {
    background-color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-50) var(--overlayColorOpacity), transparent);
    }
  }
  .bg-surface-50\/\[0\%\] {
    background-color: color-mix(in srgb, #f3f6f7 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-50) 0%, transparent);
    }
  }
  .bg-surface-100 {
    background-color: var(--color-surface-100);
  }
  .bg-surface-100\/\(--bg-opacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-100) var(--bg-opacity), transparent);
    }
  }
  .bg-surface-100\/\(--bgColorOpacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-100) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-100\/\(--mobile-menu-bg-opacity\) {
    background-color: #e3e6ea;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-100) var(--mobile-menu-bg-opacity), transparent);
    }
  }
  .bg-surface-200 {
    background-color: var(--color-surface-200);
  }
  .bg-surface-200\/\(--bgColorOpacity\) {
    background-color: #cad1d7;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-200) var(--bgColorOpacity), transparent);
    }
  }
  .bg-surface-700\/\(--bg-opacity\) {
    background-color: #454e59;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-700) var(--bg-opacity), transparent);
    }
  }
  .bg-surface-900\/\(--mobile-backdrop-bg-opacity\) {
    background-color: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-surface-900) var(--mobile-backdrop-bg-opacity), transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white-50\/\(--bgColorOpacity\) {
    background-color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white-50) var(--bgColorOpacity), transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\.\.\/\.\.\/resources\/home_images\/desk\.jpg\)\] {
    background-image: url(../../resources/home_images/desk.jpg);
  }
  .bg-\[url\(\.\.\/resources\/home_images\/bible-banner-2\.jpg\)\] {
    background-image: url(../resources/home_images/bible-banner-2.jpg);
  }
  .bg-\[url\(\.\.\/resources\/home_images\/desk\.jpg\)\] {
    background-image: url(../resources/home_images/desk.jpg);
  }
  .bg-\[url\(\.\.\/resources\/home_images\/snowforest\.gif\)\] {
    background-image: url(../resources/home_images/snowforest.gif);
  }
  .from-blue-200 {
    --tw-gradient-from: var(--color-blue-200);
    --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-\[0\%\] {
    --tw-gradient-from-position: 0%;
  }
  .to-blue-800 {
    --tw-gradient-to: var(--color-blue-800);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[100\%\] {
    --tw-gradient-to-position: 100%;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-brand-600\/\(--svgOpacity\) {
    fill: #797979;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-brand-600) var(--svgOpacity), transparent);
    }
  }
  .fill-brand-800\/\(--svgOpacity\) {
    fill: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-brand-800) var(--svgOpacity), transparent);
    }
  }
  .fill-surface-900\/\(--svgOpacity\) {
    fill: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-surface-900) var(--svgOpacity), transparent);
    }
  }
  .fill-text-400\/\(--svgOpacity\) {
    fill: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-text-400) var(--svgOpacity), transparent);
    }
  }
  .fill-text-900\/\(--svgOpacity\) {
    fill: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-text-900) var(--svgOpacity), transparent);
    }
  }
  .fill-white-50\/\(--svgOpacity\) {
    fill: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-white-50) var(--svgOpacity), transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-scale-down {
    object-fit: scale-down;
  }
  .object-center {
    object-position: center;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-2\.5 {
    padding: calc(var(--spacing) * 2.5);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-0 {
    padding-right: 0;
  }
  .pr-1 {
    padding-right: var(--spacing);
  }
  .pr-1\.5 {
    padding-right: calc(var(--spacing) * 1.5);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-2\.5 {
    padding-right: calc(var(--spacing) * 2.5);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-3\.5 {
    padding-right: calc(var(--spacing) * 3.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-0 {
    padding-left: 0;
  }
  .pl-1 {
    padding-left: var(--spacing);
  }
  .pl-1\.5 {
    padding-left: calc(var(--spacing) * 1.5);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-2\.5 {
    padding-left: calc(var(--spacing) * 2.5);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-3\.5 {
    padding-left: calc(var(--spacing) * 3.5);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-20 {
    padding-left: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-start {
    text-align: start;
  }
  .font-body {
    font-family: Jost;
  }
  .font-heading {
    font-family: Lora;
  }
  .\!text-2xl {
    font-size: 1.50rem !important;
    line-height: var(--tw-leading, 2.00rem) !important;
  }
  .\!text-3xl {
    font-size: 1.88rem !important;
    line-height: var(--tw-leading, 2.25rem) !important;
  }
  .\!text-base {
    font-size: 1.00rem !important;
    line-height: var(--tw-leading, 1.50rem) !important;
  }
  .\!text-lg {
    font-size: 1.12rem !important;
    line-height: var(--tw-leading, 1.75rem) !important;
  }
  .\!text-sm {
    font-size: 0.88rem !important;
    line-height: var(--tw-leading, 1.25rem) !important;
  }
  .\!text-xl {
    font-size: 1.25rem !important;
    line-height: var(--tw-leading, 1.75rem) !important;
  }
  .\!text-xs {
    font-size: 0.75rem !important;
    line-height: var(--tw-leading, 1.00rem) !important;
  }
  .text-2xl {
    font-size: 1.50rem;
    line-height: var(--tw-leading, 2.00rem);
  }
  .text-3xl {
    font-size: 1.88rem;
    line-height: var(--tw-leading, 2.25rem);
  }
  .text-4xl {
    font-size: 2.25rem;
    line-height: var(--tw-leading, 2.50rem);
  }
  .text-base {
    font-size: 1.00rem;
    line-height: var(--tw-leading, 1.50rem);
  }
  .text-lg {
    font-size: 1.12rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-sm {
    font-size: 0.88rem;
    line-height: var(--tw-leading, 1.25rem);
  }
  .text-xl {
    font-size: 1.25rem;
    line-height: var(--tw-leading, 1.75rem);
  }
  .text-xs {
    font-size: 0.75rem;
    line-height: var(--tw-leading, 1.00rem);
  }
  .\!leading-none {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .\!font-extralight {
    --tw-font-weight: var(--font-weight-extralight) !important;
    font-weight: var(--font-weight-extralight) !important;
  }
  .\!font-light {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .\!font-medium {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .\!font-semibold {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .\!font-thin {
    --tw-font-weight: var(--font-weight-thin) !important;
    font-weight: var(--font-weight-thin) !important;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .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-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .tracking-normal {
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-brand-900\/\[var\(--rt-icon-opacity\)\] {
    color: #94112a !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-900) var(--rt-icon-opacity), transparent) !important;
    }
  }
  .text-brand-600 {
    color: var(--color-brand-600);
  }
  .text-brand-600\/\(--svgOpacity\) {
    color: #797979;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-600) var(--svgOpacity), transparent);
    }
  }
  .text-brand-800 {
    color: var(--color-brand-800);
  }
  .text-brand-800\/\(--svgOpacity\) {
    color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-800) var(--svgOpacity), transparent);
    }
  }
  .text-brand-800\/\(--textColorOpacity\) {
    color: #2f4f4f;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-800) var(--textColorOpacity), transparent);
    }
  }
  .text-brand-900 {
    color: var(--color-brand-900);
  }
  .text-brand-900\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-900) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-brand-900\/\(--nav-item-text-opacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-900) var(--nav-item-text-opacity), transparent);
    }
  }
  .text-brand-900\/\(--text-opacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-900) var(--text-opacity), transparent);
    }
  }
  .text-brand-900\/\(--textColorOpacity\) {
    color: #94112a;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-brand-900) var(--textColorOpacity), transparent);
    }
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-surface-50 {
    color: var(--color-surface-50);
  }
  .text-surface-50\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #f3f6f7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-surface-50) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-surface-300 {
    color: var(--color-surface-300);
  }
  .text-surface-400 {
    color: var(--color-surface-400);
  }
  .text-surface-900\/\(--svgOpacity\) {
    color: #33373e;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-surface-900) var(--svgOpacity), transparent);
    }
  }
  .text-surface-950\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #20242b;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-surface-950) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-text-50 {
    color: var(--color-text-50);
  }
  .text-text-50\/\(--inputFontAndTextStylesColorOpacity\) {
    color: #000000;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-50) var(--inputFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-text-50\/\(--textColorOpacity\) {
    color: #000000;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-50) var(--textColorOpacity), transparent);
    }
  }
  .text-text-100 {
    color: var(--color-text-100);
  }
  .text-text-100\/\(--textColorOpacity\) {
    color: #3c3c3c;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-100) var(--textColorOpacity), transparent);
    }
  }
  .text-text-200\/\(--textColorOpacity\) {
    color: #454545;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-200) var(--textColorOpacity), transparent);
    }
  }
  .text-text-400\/\(--svgOpacity\) {
    color: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-400) var(--svgOpacity), transparent);
    }
  }
  .text-text-400\/\(--textColorOpacity\) {
    color: #5d5d5d;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-400) var(--textColorOpacity), transparent);
    }
  }
  .text-text-500 {
    color: var(--color-text-500);
  }
  .text-text-700 {
    color: var(--color-text-700);
  }
  .text-text-900 {
    color: var(--color-text-900);
  }
  .text-text-900\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-900) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-text-900\/\(--svgOpacity\) {
    color: #e7e7e7;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-900) var(--svgOpacity), transparent);
    }
  }
  .text-text-950\/\(--buttonFontAndTextStylesColorOpacity\) {
    color: #f6f6f6;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-950) var(--buttonFontAndTextStylesColorOpacity), transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white-50\/\(--svgOpacity\) {
    color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white-50) var(--svgOpacity), transparent);
    }
  }
  .text-white-50\/\(--textColorOpacity\) {
    color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white-50) var(--textColorOpacity), transparent);
    }
  }
  .text-white-600\/\(--textColorOpacity\) {
    color: #ffffff;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white-600) var(--textColorOpacity), transparent);
    }
  }
  .normal-case {
    text-transform: none;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .decoration-surface-50 {
    text-decoration-color: var(--color-surface-50);
  }
  .decoration-auto {
    text-decoration-thickness: auto;
  }
  .underline-offset-auto {
    text-underline-offset: auto;
  }
  .placeholder-text-100 {
    &::placeholder {
      color: var(--color-text-100);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[100\%\] {
    opacity: 100%;
  }
  .mix-blend-normal {
    mix-blend-mode: normal;
  }
  .shadow {
    --tw-shadow: 3px 3px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 9px 9px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 1px 1px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    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: 5px 5px 3px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 4px 4px 6px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 3px 3px 5px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    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: 7px 7px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xs {
    --tw-shadow: 2px 2px 1px 0px var(--tw-shadow-color, rgba(0,0,0,0.30));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-0 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-text-500\/\(--box-shadow-opacity\) {
    --tw-shadow-color: #6d6d6d;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-text-500) var(--box-shadow-opacity), transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-zinc-900\/5 {
    --tw-ring-color: color-mix(in srgb, #18181b 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-ring-color: color-mix(in oklab, var(--color-zinc-900) 5%, transparent);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-\[1px\] {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-offset-\[0px\] {
    outline-offset: 0px;
  }
  .outline-surface-300\/\[100\%\] {
    outline-color: var(--color-surface-300);
  }
  .brightness-\[100\%\] {
    --tw-brightness: brightness(100%);
    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,);
  }
  .drop-shadow-none {
    --tw-drop-shadow:  ;
    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,);
  }
  .saturate-\[100\%\] {
    --tw-saturate: saturate(100%);
    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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur-\[0px\] {
    --tw-backdrop-blur: blur(0px);
    -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,);
  }
  .backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-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));
  }
  .transition-none {
    transition-property: none;
  }
  .delay-\[0ms\] {
    transition-delay: 0ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-\[300ms\] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[500ms\] {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\!\[--rt-icon-opacity\:100\%\] {
    --rt-icon-opacity: 100% !important;
  }
  .\[--bg-opacity\:10\%\] {
    --bg-opacity: 10%;
  }
  .\[--bg-opacity\:100\%\] {
    --bg-opacity: 100%;
  }
  .\[--bgColorOpacity\:100\%\] {
    --bgColorOpacity: 100%;
  }
  .\[--border-opacity\:95\%\] {
    --border-opacity: 95%;
  }
  .\[--border-opacity\:100\%\] {
    --border-opacity: 100%;
  }
  .\[--box-shadow-opacity\:44\%\] {
    --box-shadow-opacity: 44%;
  }
  .\[--box-shadow-opacity\:100\%\] {
    --box-shadow-opacity: 100%;
  }
  .\[--buttonFontAndTextStylesColorOpacity\:100\%\] {
    --buttonFontAndTextStylesColorOpacity: 100%;
  }
  .\[--inputFontAndTextStylesColorOpacity\:100\%\] {
    --inputFontAndTextStylesColorOpacity: 100%;
  }
  .\[--lightbox-bg-opacity\:50\%\] {
    --lightbox-bg-opacity: 50%;
  }
  .\[--mobile-backdrop-bg-opacity\:20\%\] {
    --mobile-backdrop-bg-opacity: 20%;
  }
  .\[--mobile-menu-bg-opacity\:100\%\] {
    --mobile-menu-bg-opacity: 100%;
  }
  .\[--nav-item-text-opacity\:100\%\] {
    --nav-item-text-opacity: 100%;
  }
  .\[--overlayColorOpacity\:30\%\] {
    --overlayColorOpacity: 30%;
  }
  .\[--svgOpacity\:100\%\] {
    --svgOpacity: 100%;
  }
  .\[--text-opacity\:100\%\] {
    --text-opacity: 100%;
  }
  .\[--textColorOpacity\:100\%\] {
    --textColorOpacity: 100%;
  }
  .text-shadow {
    text-shadow: 3px 3px 5px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
  }
  .text-shadow-md {
    text-shadow: 4px 4px 6px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
  }
  .text-shadow-none {
    text-shadow: none;
  }
  .text-shadow-sm {
    text-shadow: 3px 3px 5px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
  }
  .hover\:translate-x-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-x: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:translate-y-\[0px\] {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-x-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-x-\[105\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-x-\[130\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 130%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 100%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[105\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-y-\[130\%\] {
    &:hover {
      @media (hover: hover) {
        --tw-scale-y: 130%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-\[100\%\] {
    &:hover {
      @media (hover: hover) {
        scale: 100%;
      }
    }
  }
  .hover\:rotate-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        rotate: 0deg;
      }
    }
  }
  .hover\:skew-x-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-x: skewX(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:skew-y-\[0deg\] {
    &:hover {
      @media (hover: hover) {
        --tw-skew-y: skewY(0deg);
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
      }
    }
  }
  .hover\:rounded-tl {
    &:hover {
      @media (hover: hover) {
        border-top-left-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-tr {
    &:hover {
      @media (hover: hover) {
        border-top-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-br {
    &:hover {
      @media (hover: hover) {
        border-bottom-right-radius: 0.24rem;
      }
    }
  }
  .hover\:rounded-bl {
    &:hover {
      @media (hover: hover) {
        border-bottom-left-radius: 0.24rem;
      }
    }
  }
  .hover\:border-solid {
    &:hover {
      @media (hover: hover) {
        --tw-border-style: solid;
        border-style: solid;
      }
    }
  }
  .hover\:border-brand-700\/\[100\%\] {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-brand-700);
      }
    }
  }
  .hover\:border-surface-700\/\(--border-opacity\) {
    &:hover {
      @media (hover: hover) {
        border-color: #454e59;
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-surface-700) var(--border-opacity), transparent);
        }
      }
    }
  }
  .hover\:bg-brand-700\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #50c878;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-700) var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-brand-800\/\(--bgColorOpacityEnd\) {
    &:hover {
      @media (hover: hover) {
        background-color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-brand-800) var(--bgColorOpacityEnd), transparent);
        }
      }
    }
  }
  .hover\:bg-surface-800\/\(--bg-opacity\) {
    &:hover {
      @media (hover: hover) {
        background-color: #3e444c;
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-surface-800) var(--bg-opacity), transparent);
        }
      }
    }
  }
  .hover\:fill-brand-500\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #3892f8;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-brand-500) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:fill-surface-50\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-surface-50) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:fill-surface-600\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        fill: #505c69;
        @supports (color: color-mix(in lab, red, red)) {
          fill: color-mix(in oklab, var(--color-surface-600) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-500);
      }
    }
  }
  .hover\:text-brand-500\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #3892f8;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-brand-500) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-800\/\(--nav-item-text-opacity\) {
    &:hover {
      @media (hover: hover) {
        color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-brand-800) var(--nav-item-text-opacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-800\/\(--text-opacity\) {
    &:hover {
      @media (hover: hover) {
        color: #2f4f4f;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-brand-800) var(--text-opacity), transparent);
        }
      }
    }
  }
  .hover\:text-brand-900\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #94112a;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-brand-900) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:text-surface-50\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-surface-50) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:text-surface-50\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #f3f6f7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-surface-50) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-surface-600\/\(--svgOpacity\) {
    &:hover {
      @media (hover: hover) {
        color: #505c69;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-surface-600) var(--svgOpacity), transparent);
        }
      }
    }
  }
  .hover\:text-surface-950\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #20242b;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-surface-950) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:text-text-50 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-text-50);
      }
    }
  }
  .hover\:text-text-900\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #e7e7e7;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-text-900) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:text-text-950\/\(--buttonFontAndTextStylesColorOpacityHover\) {
    &:hover {
      @media (hover: hover) {
        color: #f6f6f6;
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-text-950) var(--buttonFontAndTextStylesColorOpacityHover), transparent);
        }
      }
    }
  }
  .hover\:transition-all {
    &:hover {
      @media (hover: hover) {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
      }
    }
  }
  .hover\:\[--bg-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --bg-opacity: 100%;
      }
    }
  }
  .hover\:\[--bgColorOpacityEnd\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --bgColorOpacityEnd: 100%;
      }
    }
  }
  .hover\:\[--border-opacity\:95\%\] {
    &:hover {
      @media (hover: hover) {
        --border-opacity: 95%;
      }
    }
  }
  .hover\:\[--buttonFontAndTextStylesColorOpacityHover\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --buttonFontAndTextStylesColorOpacityHover: 100%;
      }
    }
  }
  .hover\:\[--nav-item-text-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --nav-item-text-opacity: 100%;
      }
    }
  }
  .hover\:\[--svgOpacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --svgOpacity: 100%;
      }
    }
  }
  .hover\:\[--text-opacity\:100\%\] {
    &:hover {
      @media (hover: hover) {
        --text-opacity: 100%;
      }
    }
  }
  .hover\:text-shadow-md {
    &:hover {
      @media (hover: hover) {
        text-shadow: 4px 4px 6px var(--tw-text-shadow-color, rgba(0,0,0,0.30));
      }
    }
  }
  .hover\:text-shadow-none {
    &:hover {
      @media (hover: hover) {
        text-shadow: none;
      }
    }
  }
  .focus\:border-solid {
    &:focus {
      --tw-border-style: solid;
      border-style: solid;
    }
  }
  .focus\:border-surface-900\/\[100\%\] {
    &:focus {
      border-color: var(--color-surface-900);
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:cursor-grabbing {
    &:active {
      cursor: grabbing;
    }
  }
  .aria-\[current\=page\]\:text-brand-800\/\(--nav-item-text-opacity\) {
    &[aria-current="page"] {
      color: #2f4f4f;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-brand-800) var(--nav-item-text-opacity), transparent);
      }
    }
  }
  .aria-\[current\=page\]\:text-brand-800\/\(--text-opacity\) {
    &[aria-current="page"] {
      color: #2f4f4f;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-brand-800) var(--text-opacity), transparent);
      }
    }
  }
  .aria-\[current\=page\]\:\[--nav-item-text-opacity\:100\%\] {
    &[aria-current="page"] {
      --nav-item-text-opacity: 100%;
    }
  }
  .aria-\[current\=page\]\:\[--text-opacity\:100\%\] {
    &[aria-current="page"] {
      --text-opacity: 100%;
    }
  }
  .aria-\[current\=page\]\:text-shadow-none {
    &[aria-current="page"] {
      text-shadow: none;
    }
  }
  .data-\[active-child\]\:text-brand-800\/\(--nav-item-text-opacity\) {
    &[data-active-child] {
      color: #2f4f4f;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-brand-800) var(--nav-item-text-opacity), transparent);
      }
    }
  }
  .data-\[active-child\]\:\[--nav-item-text-opacity\:100\%\] {
    &[data-active-child] {
      --nav-item-text-opacity: 100%;
    }
  }
  .data-\[active-child\]\:text-shadow-none {
    &[data-active-child] {
      text-shadow: none;
    }
  }
  .data-\[active\=false\]\:bg-surface-500 {
    &[data-active="false"] {
      background-color: var(--color-surface-500);
    }
  }
  .data-\[active\=true\]\:bg-surface-600 {
    &[data-active="true"] {
      background-color: var(--color-surface-600);
    }
  }
  .sm\:col-span-3 {
    @media (width >= 640px) {
      grid-column: span 3 / span 3;
    }
  }
  .sm\:hidden {
    @media (width >= 640px) {
      display: none;
    }
  }
  .sm\:inline-block {
    @media (width >= 640px) {
      display: inline-block;
    }
  }
  .sm\:w-96 {
    @media (width >= 640px) {
      width: calc(var(--spacing) * 96);
    }
  }
  .sm\:\!flex-col {
    @media (width >= 640px) {
      flex-direction: column !important;
    }
  }
  .sm\:\!flex-row {
    @media (width >= 640px) {
      flex-direction: row !important;
    }
  }
  .sm\:\!flex-row-reverse {
    @media (width >= 640px) {
      flex-direction: row-reverse !important;
    }
  }
  .sm\:flex-col {
    @media (width >= 640px) {
      flex-direction: column;
    }
  }
  .sm\:justify-between {
    @media (width >= 640px) {
      justify-content: space-between;
    }
  }
  .sm\:text-2xl {
    @media (width >= 640px) {
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
    }
  }
  .sm\:text-3xl {
    @media (width >= 640px) {
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
    }
  }
  .sm\:text-4xl {
    @media (width >= 640px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .sm\:text-5xl {
    @media (width >= 640px) {
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
    }
  }
  .md\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-8 {
    @media (width >= 768px) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:col-span-12 {
    @media (width >= 768px) {
      grid-column: span 12 / span 12;
    }
  }
  .md\:mt-0 {
    @media (width >= 768px) {
      margin-top: 0;
    }
  }
  .md\:mr-0 {
    @media (width >= 768px) {
      margin-right: 0;
    }
  }
  .md\:mb-24 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .md\:ml-0 {
    @media (width >= 768px) {
      margin-left: 0;
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 768px) {
      display: inline-block;
    }
  }
  .md\:w-36 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 36);
    }
  }
  .md\:\!flex-col {
    @media (width >= 768px) {
      flex-direction: column !important;
    }
  }
  .md\:\!flex-row {
    @media (width >= 768px) {
      flex-direction: row !important;
    }
  }
  .md\:\!flex-row-reverse {
    @media (width >= 768px) {
      flex-direction: row-reverse !important;
    }
  }
  .md\:gap-y-1 {
    @media (width >= 768px) {
      row-gap: var(--spacing);
    }
  }
  .md\:gap-y-2 {
    @media (width >= 768px) {
      row-gap: calc(var(--spacing) * 2);
    }
  }
  .md\:text-center {
    @media (width >= 768px) {
      text-align: center;
    }
  }
  .md\:text-2xl {
    @media (width >= 768px) {
      font-size: 1.50rem;
      line-height: var(--tw-leading, 2.00rem);
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
    }
  }
  .md\:text-4xl {
    @media (width >= 768px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .lg\:col-span-4 {
    @media (width >= 1024px) {
      grid-column: span 4 / span 4;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 1024px) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:inline-block {
    @media (width >= 1024px) {
      display: inline-block;
    }
  }
  .lg\:aspect-\[custom\] {
    @media (width >= 1024px) {
      aspect-ratio: custom;
    }
  }
  .lg\:w-56 {
    @media (width >= 1024px) {
      width: calc(var(--spacing) * 56);
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:flex-1 {
    @media (width >= 1024px) {
      flex: 1;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 1024px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:\!flex-col {
    @media (width >= 1024px) {
      flex-direction: column !important;
    }
  }
  .lg\:\!flex-row {
    @media (width >= 1024px) {
      flex-direction: row !important;
    }
  }
  .lg\:\!flex-row-reverse {
    @media (width >= 1024px) {
      flex-direction: row-reverse !important;
    }
  }
  .lg\:justify-end {
    @media (width >= 1024px) {
      justify-content: flex-end;
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-y-8 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-8 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pr-6 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pl-6 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-left {
    @media (width >= 1024px) {
      text-align: left;
    }
  }
  .lg\:text-3xl {
    @media (width >= 1024px) {
      font-size: 1.88rem;
      line-height: var(--tw-leading, 2.25rem);
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .lg\:text-5xl {
    @media (width >= 1024px) {
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
    }
  }
  .lg\:text-6xl {
    @media (width >= 1024px) {
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
    }
  }
  .xl\:mt-0 {
    @media (width >= 1280px) {
      margin-top: 0;
    }
  }
  .xl\:mr-0 {
    @media (width >= 1280px) {
      margin-right: 0;
    }
  }
  .xl\:mb-28 {
    @media (width >= 1280px) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .xl\:ml-0 {
    @media (width >= 1280px) {
      margin-left: 0;
    }
  }
  .xl\:hidden {
    @media (width >= 1280px) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 1280px) {
      display: inline-block;
    }
  }
  .xl\:w-64 {
    @media (width >= 1280px) {
      width: calc(var(--spacing) * 64);
    }
  }
  .xl\:\!flex-col {
    @media (width >= 1280px) {
      flex-direction: column !important;
    }
  }
  .xl\:\!flex-row {
    @media (width >= 1280px) {
      flex-direction: row !important;
    }
  }
  .xl\:\!flex-row-reverse {
    @media (width >= 1280px) {
      flex-direction: row-reverse !important;
    }
  }
  .xl\:flex-col {
    @media (width >= 1280px) {
      flex-direction: column;
    }
  }
  .xl\:gap-x-12 {
    @media (width >= 1280px) {
      column-gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:gap-y-12 {
    @media (width >= 1280px) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .xl\:pt-8 {
    @media (width >= 1280px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .xl\:pr-8 {
    @media (width >= 1280px) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-8 {
    @media (width >= 1280px) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-8 {
    @media (width >= 1280px) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:text-4xl {
    @media (width >= 1280px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .xl\:text-5xl {
    @media (width >= 1280px) {
      font-size: 3.00rem;
      line-height: var(--tw-leading, 3.50rem);
    }
  }
  .\32 xl\:hidden {
    @media (width >= 1536px) {
      display: none;
    }
  }
  .\32 xl\:inline-block {
    @media (width >= 1536px) {
      display: inline-block;
    }
  }
  .\32 xl\:w-\[420px\] {
    @media (width >= 1536px) {
      width: 420px;
    }
  }
  .\32 xl\:\!flex-col {
    @media (width >= 1536px) {
      flex-direction: column !important;
    }
  }
  .\32 xl\:\!flex-row {
    @media (width >= 1536px) {
      flex-direction: row !important;
    }
  }
  .\32 xl\:\!flex-row-reverse {
    @media (width >= 1536px) {
      flex-direction: row-reverse !important;
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 1536px) {
      font-size: 2.25rem;
      line-height: var(--tw-leading, 2.50rem);
    }
  }
  .\32 xl\:text-6xl {
    @media (width >= 1536px) {
      font-size: 3.75rem;
      line-height: var(--tw-leading, 4.50rem);
    }
  }
  .dark\:border-gray-600 {
    &:is(.dark *) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:bg-blue-500 {
    &:is(.dark *) {
      background-color: var(--color-blue-500);
    }
  }
  .dark\:bg-gray-800 {
    &:is(.dark *) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:text-gray-300 {
    &:is(.dark *) {
      color: var(--color-gray-300);
    }
  }
  .\[\&_a\]\:font-\[400\] {
    & a {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\]\:text-brand-500 {
    & a {
      color: var(--color-brand-500);
    }
  }
  .\[\&_a\]\:no-underline {
    & a {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:font-\[400\] {
    & a:hover {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:hover\]\:text-brand-800 {
    & a:hover {
      color: var(--color-brand-800);
    }
  }
  .\[\&_a\:hover\]\:no-underline {
    & a:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:visited\]\:font-\[400\] {
    & a:visited {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .\[\&_a\:visited\]\:text-brand-800 {
    & a:visited {
      color: var(--color-brand-800);
    }
  }
  .\[\&_a\:visited\]\:no-underline {
    & a:visited {
      text-decoration-line: none;
    }
  }
  .\[\&_blockquote\]\:border-l-4 {
    & blockquote {
      border-left-style: var(--tw-border-style);
      border-left-width: 0.25rem;
    }
  }
  .\[\&_blockquote\]\:border-surface-300 {
    & blockquote {
      border-color: var(--color-surface-300);
    }
  }
  .\[\&_blockquote\]\:pl-4 {
    & blockquote {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .\[\&_em\]\:text-red-600 {
    & em {
      color: var(--color-red-600);
    }
  }
  .\[\&\>\*\]\:col-start-1 {
    &>* {
      grid-column-start: 1;
    }
  }
  .\[\&\>\*\]\:row-start-1 {
    &>* {
      grid-row-start: 1;
    }
  }
  .\[\&\>\*\]\:min-w-0 {
    &>* {
      min-width: 0;
    }
  }
  .\[\&\>svg\]\:size-\[24px\] {
    &>svg {
      width: 24px;
      height: 24px;
    }
  }
  .\[\&\>svg\]\:size-\[28px\] {
    &>svg {
      width: 28px;
      height: 28px;
    }
  }
  .\[\&\>svg\]\:shrink-0 {
    &>svg {
      flex-shrink: 0;
    }
  }
  .\[\&\>svg\]\:rotate-\[90deg\] {
    &>svg {
      rotate: 90deg;
    }
  }
  .\[\&\>svg\]\:text-surface-900 {
    &>svg {
      color: var(--color-surface-900);
    }
  }
  .\[\&\>svg\]\:text-text-50 {
    &>svg {
      color: var(--color-text-50);
    }
  }
  .\[\&\>svg\]\:transition-transform {
    &>svg {
      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));
    }
  }
  .\[\&\>svg\]\:duration-300 {
    &>svg {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw4E9C80FD_9402_4680_A505_F093A227AD89\:rotate-\[0deg\] {
    &>svg {
      &:is(:where(.group\/rw4E9C80FD_9402_4680_A505_F093A227AD89)[data-open="false"] *) {
        rotate: 0deg;
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw4E9C80FD_9402_4680_A505_F093A227AD89\:text-text-300 {
    &>svg {
      &:is(:where(.group\/rw4E9C80FD_9402_4680_A505_F093A227AD89)[data-open="false"] *) {
        color: var(--color-text-300);
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw6D225A96_052D_49C2_874B_C69695AE7B1C\:rotate-\[180deg\] {
    &>svg {
      &:is(:where(.group\/rw6D225A96_052D_49C2_874B_C69695AE7B1C)[data-open="false"] *) {
        rotate: 180deg;
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw6D225A96_052D_49C2_874B_C69695AE7B1C\:text-surface-900 {
    &>svg {
      &:is(:where(.group\/rw6D225A96_052D_49C2_874B_C69695AE7B1C)[data-open="false"] *) {
        color: var(--color-surface-900);
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw8C85EBDA_C3C4_4B6B_9192_EC186421261E\:rotate-\[0deg\] {
    &>svg {
      &:is(:where(.group\/rw8C85EBDA_C3C4_4B6B_9192_EC186421261E)[data-open="false"] *) {
        rotate: 0deg;
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rw8C85EBDA_C3C4_4B6B_9192_EC186421261E\:text-text-300 {
    &>svg {
      &:is(:where(.group\/rw8C85EBDA_C3C4_4B6B_9192_EC186421261E)[data-open="false"] *) {
        color: var(--color-text-300);
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rwA7E85A3F_8A85_43F4_93E5_8E10DE40A918\:rotate-\[0deg\] {
    &>svg {
      &:is(:where(.group\/rwA7E85A3F_8A85_43F4_93E5_8E10DE40A918)[data-open="false"] *) {
        rotate: 0deg;
      }
    }
  }
  .\[\&\>svg\]\:group-data-\[open\=false\]\/rwA7E85A3F_8A85_43F4_93E5_8E10DE40A918\:text-text-300 {
    &>svg {
      &:is(:where(.group\/rwA7E85A3F_8A85_43F4_93E5_8E10DE40A918)[data-open="false"] *) {
        color: var(--color-text-300);
      }
    }
  }
}
@layer base {
  [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: #155dfc;
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: #155dfc;
    }
  }
  input::placeholder,textarea::placeholder {
    color: #6a7282;
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236a7282' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  [multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  [type='checkbox'],[type='radio'] {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #155dfc;
    background-color: #fff;
    border-color: #6a7282;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  [type='checkbox'] {
    border-radius: 0px;
  }
  [type='radio'] {
    border-radius: 100%;
  }
  [type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #155dfc;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  [type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  [type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  [type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-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;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-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;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

.container{max-width:100%;}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1280px){.container{max-width:1280px}}
@media (min-width: 1536px){.container{max-width:1536px}}@keyframes barfade { from { opacity: 0; } to { opacity: 1; } }

@keyframes gradient-x-pulse {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

@keyframes gradient-x-forward {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes gradient-x-backward {
  0%   { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}[data-rwx-droparea] {
    width: auto !important;
}
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* Read Time — LAYOUT ONLY.
 *
 * Elements emits Tailwind utilities inside `@layer utilities`; this file is UNLAYERED, and
 * unlayered CSS beats layered CSS regardless of specificity. So any property named here
 * overrides the matching native control — an `!important` doubly so.
 *
 * The previous rule set width/height with `!important` on the icon's img/svg, which would beat
 * the Sizing control outright. Sizing now governs the .ttr-icon box; the child rule below only
 * makes the image fill that box, and targets the inner element, which no control addresses.
 * height:auto rather than 100% because Sizing's Height ships as `h-auto`.
 */
.ttr-icon { line-height: 0; }

.ttr-icon > img,
.ttr-icon > svg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* Read by Author — LAYOUT AND INTERACTION ONLY.
 *
 * ============================================================================================
 * THE RULE, and why it is stricter than it looks:
 *
 * Elements emits Tailwind utilities inside `@layer utilities`. **Unlayered CSS beats layered
 * CSS no matter what the specificity is.** This file is unlayered. So ANY property declared
 * here overrides the matching native control — even at zero specificity.
 *
 * Measured on the published site (2026-07-18):
 *     w-12 alone        -> 48px
 *     w-12 + fpr-icon   -> 16px      <- our :where(.fpr-icon){width:16px} won
 *
 * A `:where()` "floor" is therefore NOT a safe fallback; it is an override. Specificity
 * reasoning does not apply across layers. The only safe rule is: if a native control governs a
 * property on an element, this file must not mention that property for that element at all.
 *
 * Governed here: background, border, radius, shadow, padding, margin, display (Layout), icon
 * width/height (Sizing), and every label type property (ButtonFontAndTextStyles).
 *
 * Safe here: flex-direction, align-items/gap on elements no control targets, cursor,
 * transitions, position, and anything with no matching control.
 * ============================================================================================
 */
.fpr-probe { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }

/* Button on top; controls strip stacked underneath it.
   `display` and `margin` are NOT set here — the native Layout control emits the display class
   (`flex`, or `hidden` / `hidden md:flex` when the Hidden switch is on) and Spacing emits the
   margin. Declaring either here would override both, unlayered-beats-layered. */
.fpr-wrap { flex-direction: column; }

/* The controls strip is internal chrome — no native control targets it, so it styles freely. */
.fpr-controls {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: var(--fpr-gap, 10px);
  margin-top: .55rem;
}

/* Padding comes from native Spacing; background/border/radius/shadow from their controls. */
.fpr-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  cursor: pointer; transition: background .15s ease, transform .05s ease;
}
.fpr-btn:active { transform: translateY(1px); }

/* Icon width/height come from the native Sizing control on this element — do not set them here.
   The child rule below is safe: it targets the inner <svg>, which no control addresses. */
.fpr-icon { flex: 0 0 auto; display: inline-flex; }
/* height:auto, not 100% — the Sizing control's Height ships as `h-auto`, and a child at
   height:100% of an auto-height parent resolves to nothing. Letting the viewBox aspect ratio
   drive the height means setting Width alone gives a correctly proportioned icon. */
.fpr-icon > svg { width: 100%; height: auto; object-fit: contain; display: block; }

.fpr-badge {
  display: inline-flex; align-items: center;
  font: inherit; font-size: .85rem; font-style: italic;
  color: var(--fpr-controls, #2F4F4F); align-self: center; white-space: nowrap;
}
.fpr-transport { display: inline-flex; align-items: center; gap: .15rem; align-self: center; }
.fpr-tbtn {
  position: relative; display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; padding: 0;
  background: transparent; color: var(--fpr-controls, #2F4F4F);
  border: none; border-radius: 6px; cursor: pointer; transition: background .12s ease;
}
.fpr-tbtn > svg { width: 16px; height: 16px; }
.fpr-tbtn:hover { background: color-mix(in srgb, currentColor 12%, transparent); }
.fpr-tbtn:active { transform: translateY(1px); }
.fpr-tnum { position: absolute; right: 1px; bottom: 0; font-size: 8px; font-weight: 700; line-height: 1; color: inherit; }
.fpr-progress { width: 140px; height: 4px; cursor: pointer; accent-color: var(--fpr-controls, #2F4F4F); margin: 0 .3rem; }
.fpr-time {
  display: inline-flex; align-items: center;
  font: inherit; font-size: .82rem; font-variant-numeric: tabular-nums;
  color: var(--fpr-controls, #2F4F4F); align-self: center; white-space: nowrap;
}
.fpr-volume { display: inline-flex; align-items: center; gap: .4rem; color: var(--fpr-controls, #2F4F4F); align-self: center; }
.fpr-vol-icon { width: 16px; height: 16px; }
.fpr-volume-slider { width: 90px; height: 4px; cursor: pointer; accent-color: var(--fpr-controls, #2F4F4F); }
/* Copy Article — LAYOUT AND INTERACTION ONLY.
 *
 * ============================================================================================
 * THE RULE, and why it is stricter than it looks:
 *
 * Elements emits Tailwind utilities inside `@layer utilities`. This file is UNLAYERED, and
 * **unlayered CSS beats layered CSS no matter what the specificity is.** So ANY property
 * declared here overrides the matching native control — even at zero specificity.
 *
 * Measured on the published site (2026-07-18) while debugging the sibling player component:
 *     w-12 alone        -> 48px
 *     w-12 + fpr-icon   -> 16px      <- a :where(){width:16px} rule beat the utility
 *
 * So a `:where()` "floor" is NOT a safe fallback; it is an override. The only safe rule is:
 * if a native control governs a property on an element, this file must not mention that
 * property for that element at all.
 *
 * Governed here: background, border, radius, shadow, padding, margin, display + justify
 * (Layout / JustifyContent), icon width/height (Sizing), and every label type property
 * (ButtonFontAndTextStyles).
 *
 * Safe here: flex-direction, align-items, gap, cursor, transitions, position, and anything on
 * an element no control targets.
 * ============================================================================================
 */
.fpc-probe { position: absolute; width: 0; height: 0; overflow: hidden; pointer-events: none; }

/* `display`, `justify-content` and `margin` are NOT set here — the native Layout control emits
   the display class (`flex`, or `hidden` / `hidden md:flex` when Hidden is on), JustifyContent
   emits `justify-*`, and Spacing emits the margin. */
.fpc-wrap { flex-wrap: wrap; align-items: center; }

/* Padding comes from native Spacing; background / border / radius / shadow from their controls. */
.fpc-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  cursor: pointer; transition: background .15s ease, transform .05s ease;
}
.fpc-btn:active { transform: translateY(1px); }

/* Icon width/height come from the native Sizing control on this element — not set here.
   The child rule is safe: it targets the inner <svg>, which no control addresses. `height:auto`
   rather than 100%, because Sizing's Height ships as `h-auto` and a child at height:100% of an
   auto-height parent resolves to nothing; the viewBox aspect ratio drives it instead. */
.fpc-icon { flex: 0 0 auto; display: inline-flex; }
.fpc-icon > svg { width: 100%; height: auto; object-fit: contain; display: block; }
/* Like Button — LAYOUT AND INTERACTION ONLY.
 *
 * ============================================================================================
 * Elements emits Tailwind utilities inside `@layer utilities`. This file is UNLAYERED, and
 * **unlayered CSS beats layered CSS regardless of specificity.** So any property declared here
 * overrides the matching native control — a `:where()` rule would too. If a control governs a
 * property on an element, this file must not mention that property for that element at all.
 *
 * Three controls were dead because of exactly that, and are now live:
 *   - Spacing's MARGIN, killed by `.fpl-wrap { margin: var(--fpl-margin) }`
 *   - ButtonFontAndTextStyles' SIZE on the count and label, killed by `font-size: .62em/.58em`
 *   - (new) Sizing on the icon, which `.fpl-icon { width:1em; height:1em }` would have killed
 *
 * Governed, so absent here: margin/padding (Spacing), display + justify (Layout /
 * JustifyContent), icon width/height (Sizing), all count/label type (ButtonFontAndTextStyles).
 *
 * NO Effects control on this component, deliberately. It offers only box-shadow and opacity, and
 * this button is a bare glyph — `background: transparent; border: 0` — so a shadow would draw a
 * floating rectangle around an invisible box. That also makes the hover/active opacity rules
 * below legitimate: nothing native governs opacity here. If a Background or Borders control is
 * ever added, Effects becomes meaningful and these opacity rules must move out of this file.
 *
 * Safe here: flex behaviour, gap, cursor, transitions, opacity, and the press/like animations.
 * ============================================================================================
 */

/* display + justify-content come from Layout / JustifyContent; margin from Spacing. */
.fpl-wrap { align-items: center; }

/* The button is deliberately chrome-free — no Background or Borders control is declared for it,
   so setting these here is legitimate: nothing native governs them. */
.fpl-like {
  display: inline-flex; align-items: center; gap: .4em;
  line-height: 1;
  background: transparent; border: 0; padding: .15em .1em; cursor: pointer;
  transition: transform .1s ease, opacity .12s ease;
}
.fpl-like:hover { opacity: .8; }
.fpl-like.is-liked .fpl-icon { transform: scale(1.06); }
.fpl-like:active .fpl-icon { transform: scale(.9); }

/* Icon width/height come from the native Sizing control on this element.
   The child rule is safe — it targets the inner <svg> of a dropped resource, which no control
   addresses. height:auto rather than 100%, because Sizing's Height ships as `h-auto` and a
   child at height:100% of an auto-height parent resolves to nothing. */
.fpl-icon { flex: 0 0 auto; transition: transform .1s ease; }
.fpl-icon > svg { width: 100%; height: auto; object-fit: contain; display: block; }

.fpl-label:empty { display: none; }
/* Comments — approved-comment list + moderated submission form. LAYOUT AND INTERACTION ONLY.
 *
 * ============================================================================================
 * Elements emits Tailwind utilities inside `@layer utilities`. This file is UNLAYERED, and
 * **unlayered CSS beats layered CSS regardless of specificity** — a `:where()` rule would
 * override a control too. If a native control governs a property on an element, this file must
 * not mention that property for that element at all.
 *
 * Governed, so absent here:
 *   .fpc-comments  margin (Spacing), display (Layout), body type (TextFontsAndTextStyles)
 *   .fpc-field input/textarea   type (InputFontAndTextStyles)
 *   .fpc-submit    fill (Background), type (ButtonFontAndTextStyles), border+radius (Borders)
 *   .fpc-card      shadow/opacity (Effects)
 *   .fpc-card-foot justify-content (JustifyContent)
 *
 * Still legitimately styled here, because no control targets them: the card's own border and
 * fill (a SECOND set of their kind — Borders and Effects allow one instance per component,
 * spent on the submit button and the cards respectively), the message boxes, the disclosure,
 * the honeypot and the editor note.
 * ============================================================================================
 */
.fpc-comments { width: 100%; }

.fpc-heading { font-size: 1.25em; font-weight: 700; margin: 0 0 .75rem; }
.fpc-form-heading { font-size: 1.05em; font-weight: 600; margin: 1.5rem 0 .6rem; }

/* --- Comment list --- */
/* gap comes from the Card Gap control; padding on .fpc-card from Card Padding */
.fpc-list { display: flex; flex-direction: column; }
.fpc-empty { opacity: .7; font-style: italic; margin: 0; }
.fpc-card {
  border-width: 1px; border-style: solid; border-radius: 8px;   /* no Borders control on cards */
}
.fpc-meta { display: flex; align-items: baseline; gap: .6rem; margin-bottom: .3rem; flex-wrap: wrap; }
.fpc-name { font-weight: 600; }
.fpc-date { font-size: .82em; opacity: .65; }
.fpc-body { line-height: 1.5; overflow-wrap: anywhere; }

/* Per-comment like thumb — Idle/Liked colors swapped by state; footer aligned via inline style */
.fpc-card-foot { margin-top: .5rem; display: flex; }   /* justify-content: JustifyContent control */
.fpc-like {
  display: inline-flex; align-items: center; gap: .35em;
  background: transparent; border: 0; padding: .1em; cursor: pointer;
  transition: opacity .12s ease, transform .1s ease;
}
.fpc-like:hover { opacity: .8; }
/* Thumb dimensions come from the native Sizing control on .fpc-like-icon — setting width/height
   here would override it (unlayered beats layered). The child rule targets the inner <svg> of a
   dropped resource, which no control addresses; height:auto because Sizing's Height ships as
   `h-auto` and a child at height:100% of an auto-height parent resolves to nothing. */
.fpc-like-icon { flex: 0 0 auto; display: inline-flex; transition: transform .1s ease; }
.fpc-like-icon > svg { width: 100%; height: auto; object-fit: contain; display: block; }
.fpc-like.is-liked .fpc-like-icon { transform: scale(1.08); }
.fpc-like:active .fpc-like-icon { transform: scale(.9); }
.fpc-like .fp-like-count { font-size: .85em; font-weight: 600; }

/* --- Form --- */
.fpc-form { display: flex; flex-direction: column; gap: .6rem; max-width: 40rem; }
/* The label wrapper's type is deliberately kept OFF the inputs: the inputs now carry the native
   Form Fields classes, and font-size/weight here would cascade into them and win (unlayered).
   Scoping the label type to a direct text child keeps the label styled without touching fields. */
.fpc-field { display: flex; flex-direction: column; gap: .25rem; }
.fpc-field > .fpc-field-label { font-size: .9em; font-weight: 600; }
.fpc-field input, .fpc-field textarea {
  /* Type comes from the native Form Fields control — do not set any font property here. */
  padding: .5em .65em; border-width: 1px; border-style: solid; border-radius: 6px;
  background: transparent; width: 100%; max-width: 100%;
}
.fpc-field textarea { resize: vertical; min-height: 5rem; }
/* Button colors/border/radius/shadow come from the native Background + Button Style classes. */
/* Fill, type, border and radius come from the Button group. */
.fpc-submit { align-self: flex-start; cursor: pointer; }   /* padding: Button Padding control */
.fpc-privacy { font-size: .8em; opacity: .7; margin: .1rem 0 0; }
.fpc-turnstile:empty { margin: 0; }   /* no gap when Turnstile is off (empty widget div) */
.fpc-turnstile { margin: .2rem 0; }

/* --- Collapsible "Leave a comment" disclosure --- */
.fpc-details { margin-top: 1.25rem; }
.fpc-summary {
  cursor: pointer; font-size: 1.05em; font-weight: 600; padding: .4rem 0;
  list-style: none; display: inline-flex; align-items: center; gap: .45rem;
}
.fpc-summary::-webkit-details-marker { display: none; }
.fpc-summary::before { content: "\002B"; font-weight: 700; }   /* + when closed */
.fpc-details[open] .fpc-summary::before { content: "\2212"; }  /* - when open */
.fpc-details .fpc-form { margin-top: .7rem; }

/* Honeypot: kept in the DOM for bots, removed from view + a11y tree for humans. */
.fpc-hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* --- Submission messages: tint derives from the chosen Confirm/Error color (currentColor) --- */
.fpc-msg {
  padding: .6rem .85rem; border-radius: 6px; margin-bottom: 1rem; font-size: .92em;
  background: color-mix(in srgb, currentColor 10%, transparent);
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
}

/* --- Editor-canvas preview note --- */
.fpc-editnote {
  display: inline-flex; align-items: center; gap: .45em; margin-bottom: .75rem; padding: .4em .7em;
  font-size: 12px; color: #6b7280; border: 1px dashed #cbd5e1; border-radius: 6px; background: rgba(148,163,184,.08);
}
.fpc-editnote svg { flex: 0 0 auto; opacity: .8; }
.fpc-editpreview .fpc-form input, .fpc-editpreview .fpc-form textarea { opacity: .6; }
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
/* [data-rwx-droparea] {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
} */
 [x-cloak] {display: block !important;} /* Display block for testing only -  none by default */