/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@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&family=Montserrat: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&family=Noto+Sans: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');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-200: oklch(94.5% 0.129 101.54);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-stone-100: oklch(97% 0.001 106.424);
    --color-stone-200: oklch(92.3% 0.003 48.717);
    --color-stone-300: oklch(86.9% 0.005 56.366);
    --color-stone-400: oklch(70.9% 0.01 56.259);
    --color-stone-500: oklch(55.3% 0.013 58.071);
    --color-stone-600: oklch(44.4% 0.011 73.639);
    --color-stone-700: oklch(37.4% 0.01 67.558);
    --color-stone-800: oklch(26.8% 0.007 34.298);
    --color-stone-900: oklch(21.6% 0.006 56.043);
    --color-stone-950: oklch(14.7% 0.004 49.25);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-extralight: 200;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-3xl: 1.5rem;
    --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);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .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;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[4\.5rem\] {
    top: 4.5rem;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-my-5 {
    margin-block: calc(var(--spacing) * -5);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .-mr-4 {
    margin-right: calc(var(--spacing) * -4);
  }
  .mr-6 {
    margin-right: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .-ml-0\.5 {
    margin-left: calc(var(--spacing) * -0.5);
  }
  .-ml-4 {
    margin-left: calc(var(--spacing) * -4);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline\! {
    display: inline !important;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .size-1 {
    width: calc(var(--spacing) * 1);
    height: calc(var(--spacing) * 1);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-84 {
    height: calc(var(--spacing) * 84);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-\[calc\(100vh-4\.5rem\)\] {
    height: calc(100vh - 4.5rem);
  }
  .h-screen {
    height: 100vh;
  }
  .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-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[50vw\] {
    width: 50vw;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2\/3 {
    max-width: calc(2/3 * 100%);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-auto {
    flex: auto;
  }
  .flex-none {
    flex: none;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .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-items-center {
    justify-items: center;
  }
  .justify-items-end {
    justify-items: end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-9 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 9) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 9) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-stone-100 {
    border-color: var(--color-stone-100);
  }
  .border-stone-950\/5 {
    border-color: color-mix(in srgb, oklch(14.7% 0.004 49.25) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-stone-950) 5%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#48402D\] {
    background-color: #48402D;
  }
  .bg-\[\#467656\] {
    background-color: #467656;
  }
  .bg-\[\#B74126\] {
    background-color: #B74126;
  }
  .bg-\[\#D58737\] {
    background-color: #D58737;
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-200 {
    background-color: var(--color-green-200);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-200 {
    background-color: var(--color-red-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-yellow-200 {
    background-color: var(--color-yellow-200);
  }
  .bg-yellow-600 {
    background-color: var(--color-yellow-600);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-stone-400 {
    fill: var(--color-stone-400);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-9 {
    padding: calc(var(--spacing) * 9);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pl-0\.5 {
    padding-left: calc(var(--spacing) * 0.5);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .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-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-stone-400 {
    color: var(--color-stone-400);
  }
  .text-stone-500 {
    color: var(--color-stone-500);
  }
  .text-stone-900 {
    color: var(--color-stone-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .invert {
    --tw-invert: invert(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,);
  }
  .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));
  }
  .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);
  }
  .group-hover\:fill-stone-500 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-stone-500);
      }
    }
  }
  .before\:pointer-events-none {
    &::before {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:-left-1 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * -1);
    }
  }
  .before\:hidden {
    &::before {
      content: var(--tw-content);
      display: none;
    }
  }
  .before\:h-1\.5 {
    &::before {
      content: var(--tw-content);
      height: calc(var(--spacing) * 1.5);
    }
  }
  .before\:w-1\.5 {
    &::before {
      content: var(--tw-content);
      width: calc(var(--spacing) * 1.5);
    }
  }
  .before\:-translate-y-1\/2 {
    &::before {
      content: var(--tw-content);
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:rounded-full {
    &::before {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .before\:bg-stone-300 {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-stone-300);
    }
  }
  .hover\:rounded-md {
    &:hover {
      @media (hover: hover) {
        border-radius: var(--radius-md);
      }
    }
  }
  .hover\:bg-stone-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-stone-700);
      }
    }
  }
  .hover\:bg-yellow-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-yellow-800);
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .hover\:text-stone-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-600);
      }
    }
  }
  .hover\:text-stone-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-stone-700);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:before\:block {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          display: block;
        }
      }
    }
  }
  .focus\:text-gray-600 {
    &:focus {
      color: var(--color-gray-600);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-2 {
    &:focus-visible {
      outline-offset: 2px;
    }
  }
  .focus-visible\:outline-white\/50 {
    &:focus-visible {
      outline-color: color-mix(in srgb, #fff 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        outline-color: color-mix(in oklab, var(--color-white) 50%, transparent);
      }
    }
  }
  .active\:text-stone-400 {
    &:active {
      color: var(--color-stone-400);
    }
  }
  .sm\:mr-8 {
    @media (width >= 40rem) {
      margin-right: calc(var(--spacing) * 8);
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-2 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:not-sr-only {
    @media (width >= 48rem) {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .md\:mr-0 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-2 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-80 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:flex-grow {
    @media (width >= 48rem) {
      flex-grow: 1;
    }
  }
  .md\:scale-75 {
    @media (width >= 48rem) {
      --tw-scale-x: 75%;
      --tw-scale-y: 75%;
      --tw-scale-z: 75%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:rounded-lg {
    @media (width >= 48rem) {
      border-radius: var(--radius-lg);
    }
  }
  .md\:py-2\.5 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .md\:pr-3\.5 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 3.5);
    }
  }
  .md\:pl-4 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 4);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-stone-500 {
    @media (width >= 48rem) {
      color: var(--color-stone-500);
    }
  }
  .md\:ring-1 {
    @media (width >= 48rem) {
      --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);
    }
  }
  .md\:ring-stone-200 {
    @media (width >= 48rem) {
      --tw-ring-color: var(--color-stone-200);
    }
  }
  .md\:group-hover\:fill-stone-400 {
    @media (width >= 48rem) {
      &:is(:where(.group):hover *) {
        @media (hover: hover) {
          fill: var(--color-stone-400);
        }
      }
    }
  }
  .md\:hover\:ring-stone-300 {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          --tw-ring-color: var(--color-stone-300);
        }
      }
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:prose-xl {
    @media (width >= 64rem) {
      font-size: 1.25rem;
      line-height: 1.8;
      :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
      }
      :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.2em;
        line-height: 1.5;
        margin-top: 1em;
        margin-bottom: 1em;
      }
      :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.6em;
        margin-bottom: 1.6em;
        padding-inline-start: 1.0666667em;
      }
      :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 2.8em;
        margin-top: 0;
        margin-bottom: 0.8571429em;
        line-height: 1;
      }
      :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.8em;
        margin-top: 1.5555556em;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
      }
      :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.5em;
        margin-top: 1.6em;
        margin-bottom: 0.6666667em;
        line-height: 1.3333333;
      }
      :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.8em;
        margin-bottom: 0.6em;
        line-height: 1.6;
      }
      :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        border-radius: 0.3125rem;
        padding-top: 0.25em;
        padding-inline-end: 0.4em;
        padding-bottom: 0.25em;
        padding-inline-start: 0.4em;
      }
      :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
      }
      :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.8611111em;
      }
      :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
      }
      :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.7777778;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.5rem;
        padding-top: 1.1111111em;
        padding-inline-end: 1.3333333em;
        padding-bottom: 1.1111111em;
        padding-inline-start: 1.3333333em;
      }
      :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
      }
      :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
        padding-inline-start: 1.6em;
      }
      :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        margin-bottom: 0.6em;
      }
      :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
      }
      :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0.4em;
      }
      :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
      }
      :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
      }
      :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1.2em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.8em;
        margin-bottom: 0.8em;
      }
      :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
        margin-bottom: 1.2em;
      }
      :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 1.2em;
      }
      :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0.6em;
        padding-inline-start: 1.6em;
      }
      :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2.8em;
        margin-bottom: 2.8em;
      }
      :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
      }
      :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
      }
      :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
      }
      :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-top: 0.8888889em;
        padding-inline-end: 0.6666667em;
        padding-bottom: 0.8888889em;
        padding-inline-start: 0.6666667em;
      }
      :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-start: 0;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        padding-inline-end: 0;
      }
      :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 0.9em;
        line-height: 1.5555556;
        margin-top: 1em;
      }
      :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-top: 0;
      }
      :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 0;
      }
    }
  }
  .lg\:mt-4 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-96 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .lg\:w-96 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 96);
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:flex-none {
    @media (width >= 64rem) {
      flex: none;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:space-y-4 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:border-stone-200 {
    @media (width >= 64rem) {
      border-color: var(--color-stone-200);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-8 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:top-\[4\.5rem\] {
    @media (width >= 80rem) {
      top: 4.5rem;
    }
  }
  .xl\:-mt-2 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * -2);
    }
  }
  .xl\:-mr-6 {
    @media (width >= 80rem) {
      margin-right: calc(var(--spacing) * -6);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:h-\[calc\(100vh-4\.5rem\)\] {
    @media (width >= 80rem) {
      height: calc(100vh - 4.5rem);
    }
  }
  .xl\:w-72 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .xl\:flex-none {
    @media (width >= 80rem) {
      flex: none;
    }
  }
  .xl\:scale-120 {
    @media (width >= 80rem) {
      --tw-scale-x: 120%;
      --tw-scale-y: 120%;
      --tw-scale-z: 120%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xl\:gap-x-16 {
    @media (width >= 80rem) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:overflow-y-auto {
    @media (width >= 80rem) {
      overflow-y: auto;
    }
  }
  .xl\:px-12 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .xl\:px-16 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .xl\:py-16 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .xl\:pr-6 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .xl\:pr-16 {
    @media (width >= 80rem) {
      padding-right: calc(var(--spacing) * 16);
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .dark\:-mb-32 {
    @media (prefers-color-scheme: dark) {
      margin-bottom: calc(var(--spacing) * -32);
    }
  }
  .dark\:hidden {
    @media (prefers-color-scheme: dark) {
      display: none;
    }
  }
  .dark\:fill-stone-500 {
    @media (prefers-color-scheme: dark) {
      fill: var(--color-stone-500);
    }
  }
  .dark\:text-stone-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-stone-400);
    }
  }
  .dark\:text-stone-500 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-stone-500);
    }
  }
  .dark\:before\:bg-stone-700 {
    @media (prefers-color-scheme: dark) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-stone-700);
      }
    }
  }
  .dark\:hover\:text-stone-300 {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-stone-300);
        }
      }
    }
  }
  .dark\:md\:bg-stone-800\/75 {
    @media (prefers-color-scheme: dark) {
      @media (width >= 48rem) {
        background-color: color-mix(in srgb, oklch(26.8% 0.007 34.298) 75%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-stone-800) 75%, transparent);
        }
      }
    }
  }
  .md\:dark\:text-stone-400 {
    @media (width >= 48rem) {
      @media (prefers-color-scheme: dark) {
        color: var(--color-stone-400);
      }
    }
  }
  .dark\:md\:ring-white\/5 {
    @media (prefers-color-scheme: dark) {
      @media (width >= 48rem) {
        --tw-ring-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-ring-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .dark\:md\:ring-inset {
    @media (prefers-color-scheme: dark) {
      @media (width >= 48rem) {
        --tw-ring-inset: inset;
      }
    }
  }
  .dark\:md\:hover\:bg-stone-700\/40 {
    @media (prefers-color-scheme: dark) {
      @media (width >= 48rem) {
        &:hover {
          @media (hover: hover) {
            background-color: color-mix(in srgb, oklch(37.4% 0.01 67.558) 40%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              background-color: color-mix(in oklab, var(--color-stone-700) 40%, transparent);
            }
          }
        }
      }
    }
  }
  .dark\:md\:hover\:ring-stone-500 {
    @media (prefers-color-scheme: dark) {
      @media (width >= 48rem) {
        &:hover {
          @media (hover: hover) {
            --tw-ring-color: var(--color-stone-500);
          }
        }
      }
    }
  }
}
@layer theme {
  :root {
    --primary: #467656;
    --accent: #D58737;
    --secondary: #D58737;
    --background: white;
    --surface: white;
    --on-primary: white;
    --on-secondary: white;
    --spark-typography-font-family: unquote("'Noto Sans', Jost, Lexend, Poppins, Montserrat, Helvetica, Arial, sans-serif");
    --spark-grid-header-font-size: 12px;
    --spark-grid-header-font-weight: bold;
    --spark-theme-font-size: 0.9375rem;
    --spark-theme-grid-header-font-size: 12px;
    --spark-theme-grid-header-font-weight: bold;
    --spark-theme-grid-table-font-size: 12px;
    --font-family: var(--spark-typography-font-family);
    --spark-logo-ball-color1: #D58737;
    --spark-logo-ball-color2: #649474;
    --spark-logo-ball-color3: #B74126;
    --spark-logo-ball-color4: #48402D;
    --spark-logo-ball-color5: black;
    --spark-logo-ball-connector: black;
    --spark-logo-background-oval: #E6BEB5;
    --spark-theme-primary: #467656;
    --spark-theme-secondary: #D58737;
    --spark-theme-primary-r: 70;
    --spark-theme-primary-g: 118;
    --spark-theme-primary-b: 86;
    --spark-theme-primary-darkest: #1E3325;
    --spark-theme-primary-darker: #2D4D38;
    --spark-theme-primary-900: #2D4D38;
    --spark-theme-primary-dark: #3C674B;
    --spark-theme-primary-800: #3C674B;
    --spark-theme-primary-700: var(--spark-theme-primary);
    --spark-theme-primary-600: #5B9A70;
    --spark-theme-primary-light: #72AC85;
    --spark-theme-primary-500: #72AC85;
    --spark-theme-primary-400: #8BBB9B;
    --spark-theme-primary-lighter: #A5CAB1;
    --spark-theme-primary-300: #A5CAB1;
    --spark-theme-primary-200: #BFD9C9;
    --spark-theme-primary-100: #D8E8DE;
    --spark-theme-primary-lightest: #F2F7F4;
    --spark-theme-primary-50: #F2F7F4;
    --spark-theme-secondary-darkest: #653D15;
    --spark-theme-secondary-darker: #87521D;
    --spark-theme-secondary-900: #A86624;
    --spark-theme-secondary-dark: #CA7A2B;
    --spark-theme-secondary-800: #CA7A2B;
    --spark-theme-secondary-700: var(--spark-theme-secondary);
    --spark-theme-secondary-600: #DFA368;
    --spark-theme-secondary-light: #DFA368;
    --spark-theme-secondary-500: #E6B889;
    --spark-theme-secondary-400: #EDCCAB;
    --spark-theme-secondary-lighter: #F1D6BC;
    --spark-theme-secondary-300: #F1D6BC;
    --spark-theme-secondary-200: #F4E0CD;
    --spark-theme-secondary-100: #F8EBDD;
    --spark-theme-secondary-lightest: #FBF5EE;
    --spark-theme-secondary-50: #FBF5EE;
    --spark-theme-surface: #FBF5EE;
    --spark-theme-background: rgb(214,211,209);
    --spark-theme-error: #B74126;
    --spark-theme-component-bg: #FFFFFF;
    --spark-theme-header-bg: var(--spark-theme-primary-50);
    --spark-theme-menu-bg: var(--spark-theme-primary-50);
    --spark-theme-toggle-bg: var(--spark-theme-primary-50);
    --spark-theme-on-primary: #ffffff;
    --spark-theme-on-secondary: #F3F7F4;
    --spark-theme-on-error: #ffffff;
    --spark-theme-on-surface: #000000;
    --spark-user-icon-grid-size: 46px;
    --spark-user-icon-card-size: 65px;
    --spark-theme-varying-rate-primary: #45506C;
    --spark-theme-varying-rate-on-primary: #FFFFFF;
    --spark-theme-danger-background: rgb(255, 231, 233);
    --spark-theme-danger-border: rgb(163, 0, 21);
    --spark-theme-danger-text-hex: #A30015;
    --spark-theme-warning-background: rgb(248, 238, 221);
    --spark-theme-warning-border: rgb(204, 132, 0);
    --spark-theme-warning-text-hex: #CC8400;
    --spark-theme-success-background: rgb(221, 233, 221);
    --spark-theme-success-border: rgb(4, 94, 3);
    --spark-theme-success-text-hex: #045E03;
    --spark-theme-info-background: rgb(152,193,254);
    --spark-theme-info-border: rgb(11, 94, 215);
    --spark-theme-info-text-hex: #0B5ED7;
    --spark-app-background: #fafaf9;
  }
}
@layer base {
  :root {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    --tw-rotate-x: initial;
    --tw-rotate-y: initial;
    --tw-rotate-z: initial;
    --tw-skew-x: initial;
    --tw-skew-y: initial;
    --tw-space-y-reverse: 0;
    --tw-space-x-reverse: 0;
    --tw-divide-y-reverse: 0;
    --tw-border-style: solid;
    --tw-leading: initial;
    --tw-font-weight: initial;
    --tw-tracking: initial;
    --tw-ordinal: initial;
    --tw-slashed-zero: initial;
    --tw-numeric-figure: initial;
    --tw-numeric-spacing: initial;
    --tw-numeric-fraction: initial;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-color: initial;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 #0000;
    --tw-inset-shadow-color: initial;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-color: initial;
    --tw-ring-shadow: 0 0 #0000;
    --tw-inset-ring-color: initial;
    --tw-inset-ring-shadow: 0 0 #0000;
    --tw-ring-inset: initial;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-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-ease: initial;
    --font-sans: 'Jost', 'Montserrat', 'Noto Sans';
  }
}
@layer base {
  .text-xxs {
    font-size: 0.55rem;
    line-height: .7rem;
  }
  .tracking-spark {
    letter-spacing: .35em;
  }
  .border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(var(--spark-theme-primary-r), var(--spark-theme-primary-g), var(--spark-theme-primary-b), var(--tw-border-opacity));
  }
  .border-secondary {
    border-color: var(--spark-theme-secondary);
  }
  .text-alternate-1 {
    color: var(--spark-logo-ball-color1);
  }
  .text-alternate-2 {
    color: var(--spark-logo-ball-color2);
  }
  .text-alternate-3 {
    color: var(--spark-logo-ball-color3);
  }
  .text-alternate-4 {
    color: var(--spark-logo-ball-color4);
  }
  .border-varying-rate-primary {
    --tw-border-opacity: 1;
    border-color: rgba(69, 80, 108, var(--tw-border-opacity));
  }
  .text-primary {
    color: var(--spark-theme-primary);
  }
  .text-primary-darker {
    color: var(--spark-theme-primary-darker);
  }
  .text-primary-900 {
    color: var(--spark-theme-primary-900);
  }
  .text-primary-dark {
    color: var(--spark-theme-primary-dark);
  }
  .text-primary-800 {
    color: var(--spark-theme-primary-800);
  }
  .text-primary-700 {
    color: var(--spark-theme-primary-700);
  }
  .text-primary-600 {
    color: var(--spark-theme-primary-600);
  }
  .text-primary-500 {
    color: var(--spark-theme-primary-500);
  }
  .text-primary-400 {
    color: var(--spark-theme-primary-400);
  }
  .text-primary-lighter {
    color: var(--spark-theme-primary-lighter);
  }
  .text-primary-300 {
    color: var(--spark-theme-primary-300);
  }
  .text-primary-200 {
    color: var(--spark-theme-primary-200);
  }
  .text-primary-100 {
    color: var(--spark-theme-primary-100);
  }
  .text-primary-lightest {
    color: var(--spark-theme-primary-lightest);
  }
  .text-primary-50 {
    color: var(--spark-theme-primary-50);
  }
  .text-on-primary {
    color: var(--spark-theme-on-primary);
  }
  .bg-primary {
    background-color: var(--spark-theme-primary);
  }
  .bg-primary-darker {
    background-color: var(--spark-theme-primary-darker);
  }
  .bg-primary-900 {
    background-color: var(--spark-theme-primary-900);
  }
  .bg-primary-dark {
    background-color: var(--spark-theme-primary-dark);
  }
  .bg-primary-800 {
    background-color: var(--spark-theme-primary-800);
  }
  .bg-primary-700 {
    background-color: var(--spark-theme-primary-700);
  }
  .bg-primary-600 {
    background-color: var(--spark-theme-primary-600);
  }
  .bg-primary-500 {
    background-color: var(--spark-theme-primary-500);
  }
  .bg-primary-400 {
    background-color: var(--spark-theme-primary-400);
  }
  .bg-primary-lighter {
    background-color: var(--spark-theme-primary-lighter);
  }
  .bg-primary-300 {
    background-color: var(--spark-theme-primary-300);
  }
  .bg-primary-200 {
    background-color: var(--spark-theme-primary-200);
  }
  .bg-primary-100 {
    background-color: var(--spark-theme-primary-100);
  }
  .bg-primary-lightest {
    background-color: var(--spark-theme-primary-lightest);
  }
  .bg-primary-50 {
    background-color: var(--spark-theme-primary-50);
  }
  .text-secondary-darker {
    color: var(--spark-theme-secondary-darker);
  }
  .text-secondary-dark {
    color: var(--spark-theme-secondary-dark);
  }
  .text-secondary {
    color: var(--spark-theme-secondary);
  }
  .text-secondary-light {
    color: var(--spark-theme-secondary-light);
  }
  .text-secondary-lighter {
    color: var(--spark-theme-secondary-lighter);
  }
  .text-secondary-lightest {
    color: var(--spark-theme-secondary-lightest);
  }
  .hover\:border-secondary:hover {
    border-color: var(--spark-theme-secondary);
  }
  .hover\:border-primary:hover {
    border-color: var(--spark-theme-primary);
  }
  .hover\:text-primary:hover {
    color: var(--spark-theme-primary);
  }
  .hover\:bg-primary:hover {
    background-color: var(--spark-theme-primary);
  }
  .hover\:text-on-primary:hover {
    color: var(--spark-theme-on-primary);
  }
  .hover\:bg-secondary:hover {
    background-color: var(--spark-theme-secondary);
  }
  .hover\:text-on-secondary:hover {
    color: var(--spark-theme-on-secondary);
  }
  .text-on-secondary {
    color: var(--spark-theme-on-secondary);
  }
  .bg-secondary-darker {
    background-color: var(--spark-theme-secondary-darker);
  }
  .bg-secondary-dark {
    background-color: var(--spark-theme-secondary-dark);
  }
  .bg-secondary {
    background-color: var(--spark-theme-secondary);
  }
  .bg-secondary-light {
    background-color: var(--spark-theme-secondary-light);
  }
  .bg-secondary-lighter {
    background-color: var(--spark-theme-secondary-lighter);
  }
  .bg-secondary-lightest {
    background-color: var(--spark-theme-secondary-lightest);
  }
  .bg-varying-rate-primary {
    background-color: var(--spark-theme-varying-rate-primary);
  }
  .text-varying-primary {
    color: var(--spark-theme-varying-rate-primary);
  }
  .text-varying-rate-on-primary {
    color: var(--spark-theme-varying-rate-on-primary);
  }
  .text-fixed-ratecard {
    color: #45506C;
  }
  .bg-fixed-ratecard {
    background-color: #45506C;
  }
  .border-fixed-ratecard {
    border-color: #45506C;
  }
  .text-fi-ratecard {
    color: #A18C60;
  }
  .bg-fi-ratecard {
    background-color: #A18C60;
  }
  .border-fi-ratecard {
    border-color: #A18C60;
  }
  button:focus {
    outline: none;
  }
  .form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: var(--spark-theme-primary; background-color: #fff; border-color: #d1d5db; border-width: 1px; border-radius: 0.25rem; } .form-checkbox:focus { outline: none; --ring-offset-shadow: 0 0 0 var(--ring-offset-width, 2px) var(--ring-offset-color), #fff);
    --ring-shadow: 0 0 0 calc(2px + var(--ring-offset-width, 2px)) var(--ring-color), var(--spark-theme-primary));
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), 0 0 #0000;
    box-shadow: var(--ring-offset-shadow), var(--ring-shadow), var(--box-shadow, 0 0 #0000);
  }
  .form-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");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .form-checkbox:checked:hover {
    border-color: transparent;
    background-color: currentColor;
  }
  .form-checkbox:checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  .form-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;
  }
  .form-checkbox:indeterminate:hover {
    border-color: transparent;
    background-color: currentColor;
  }
  .form-checkbox:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select: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: var(--spark-theme-primary);
    --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, 0 0 #0000);
    border-color: var(--spark-theme-primary);
    border-radius: 4px;
  }
}
@layer theme {
  :root {
    --primary: #467656;
    --accent: #D58737;
    --secondary: #D58737;
    --background: white;
    --surface: white;
    --on-primary: white;
    --on-secondary: white;
    --spark-typography-font-family: unquote("'Noto Sans', Jost, Lexend, Poppins, Montserrat, Helvetica, Arial, sans-serif");
    --spark-grid-header-font-size: 12px;
    --spark-grid-header-font-weight: bold;
    --spark-theme-font-size: 0.9375rem;
    --spark-theme-grid-header-font-size: 12px;
    --spark-theme-grid-header-font-weight: bold;
    --spark-theme-grid-table-font-size: 12px;
    --font-family: var(--spark-typography-font-family);
    --spark-logo-ball-color1: #D58737;
    --spark-logo-ball-color2: #649474;
    --spark-logo-ball-color3: #B74126;
    --spark-logo-ball-color4: #48402D;
    --spark-logo-ball-color5: black;
    --spark-logo-ball-connector: black;
    --spark-logo-background-oval: #E6BEB5;
    --spark-theme-primary: #467656;
    --spark-theme-secondary: #D58737;
    --spark-theme-primary-r: 70;
    --spark-theme-primary-g: 118;
    --spark-theme-primary-b: 86;
    --spark-theme-primary-darkest: #1E3325;
    --spark-theme-primary-darker: #2D4D38;
    --spark-theme-primary-900: #2D4D38;
    --spark-theme-primary-dark: #3C674B;
    --spark-theme-primary-800: #3C674B;
    --spark-theme-primary-700: var(--spark-theme-primary);
    --spark-theme-primary-600: #5B9A70;
    --spark-theme-primary-light: #72AC85;
    --spark-theme-primary-500: #72AC85;
    --spark-theme-primary-400: #8BBB9B;
    --spark-theme-primary-lighter: #A5CAB1;
    --spark-theme-primary-300: #A5CAB1;
    --spark-theme-primary-200: #BFD9C9;
    --spark-theme-primary-100: #D8E8DE;
    --spark-theme-primary-lightest: #F2F7F4;
    --spark-theme-primary-50: #F2F7F4;
    --spark-theme-secondary-darkest: #653D15;
    --spark-theme-secondary-darker: #87521D;
    --spark-theme-secondary-900: #A86624;
    --spark-theme-secondary-dark: #CA7A2B;
    --spark-theme-secondary-800: #CA7A2B;
    --spark-theme-secondary-700: var(--spark-theme-secondary);
    --spark-theme-secondary-600: #DFA368;
    --spark-theme-secondary-light: #DFA368;
    --spark-theme-secondary-500: #E6B889;
    --spark-theme-secondary-400: #EDCCAB;
    --spark-theme-secondary-lighter: #F1D6BC;
    --spark-theme-secondary-300: #F1D6BC;
    --spark-theme-secondary-200: #F4E0CD;
    --spark-theme-secondary-100: #F8EBDD;
    --spark-theme-secondary-lightest: #FBF5EE;
    --spark-theme-secondary-50: #FBF5EE;
    --spark-theme-surface: #FBF5EE;
    --spark-theme-background: rgb(214,211,209);
    --spark-theme-error: #B74126;
    --spark-theme-component-bg: #FFFFFF;
    --spark-theme-header-bg: var(--spark-theme-primary-50);
    --spark-theme-menu-bg: var(--spark-theme-primary-50);
    --spark-theme-toggle-bg: var(--spark-theme-primary-50);
    --spark-theme-on-primary: #ffffff;
    --spark-theme-on-secondary: #F3F7F4;
    --spark-theme-on-error: #ffffff;
    --spark-theme-on-surface: #000000;
    --spark-user-icon-grid-size: 46px;
    --spark-user-icon-card-size: 65px;
    --spark-theme-varying-rate-primary: #45506C;
    --spark-theme-varying-rate-on-primary: #FFFFFF;
    --spark-theme-danger-background: rgb(255, 231, 233);
    --spark-theme-danger-border: rgb(163, 0, 21);
    --spark-theme-danger-text-hex: #A30015;
    --spark-theme-warning-background: rgb(248, 238, 221);
    --spark-theme-warning-border: rgb(204, 132, 0);
    --spark-theme-warning-text-hex: #CC8400;
    --spark-theme-success-background: rgb(221, 233, 221);
    --spark-theme-success-border: rgb(4, 94, 3);
    --spark-theme-success-text-hex: #045E03;
    --spark-theme-info-background: rgb(152,193,254);
    --spark-theme-info-border: rgb(11, 94, 215);
    --spark-theme-info-text-hex: #0B5ED7;
    --spark-app-background: #fafaf9;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Exo+2: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=Poppins:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend: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=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');
html, body {
  font-family: var(--spark-typography-font-family);
  margin: 0px 0px 0px 0px;
}
.spark-app-background {
  background: var(--spark-app-background);
}
.material-icons.md-8, .material-symbols-outlined.md-8 {
  font-size: 8px;
}
.material-icons.md-12, .material-symbols-outlined.md-12 {
  font-size: 12px;
}
.material-icons.md-14, .material-symbols-outlined.md-14 {
  font-size: 14px;
}
.material-icons.md-16, .material-symbols-outlined.md-16 {
  font-size: 16px;
}
.material-icons.md-18, .material-symbols-outlined.md-18 {
  font-size: 18px;
}
.material-icons.md-24, .material-symbols-outlined.md-24 {
  font-size: 24px;
}
.material-icons.md-36, .material-symbols-outlined.md-36 {
  font-size: 36px;
}
.material-icons.md-48, .material-symbols-outlined.md-48 {
  font-size: 48px;
}
.coming-soon-logo {
  text-align: center;
}
.coming-soon-message {
  margin-top: 80px;
  text-align: center;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: .2rem;
  color: var(--spark-theme-primary);
}
.coming-soon-login {
  text-align: center;
  margin-top: 80px;
}
.site-status-layout {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.site-page {
  display: grid;
  width: 100%;
  grid-template-columns: 230px auto;
  grid-template-areas: 'topbar topbar' 'menu content' 'footer footer';
}
.site-header {
  background-color: var(--spark-theme-primary-200);
  justify-content: flex-end;
  align-items: center;
  font-size: smaller;
  grid-area: topbar;
  border-bottom: 2px solid #BBD6C4;
  height: 90px;
  position: relative;
}
.panel-header-title {
  font-size: 22px;
}
.logo {
  height: 78px;
  margin-right: 15px;
}
.company-name {
  font-weight: bold;
  font-size: 28pt;
  margin-right: 5px;
  font: "Mexcellent-Regular";
  color: #467656;
}
.app-name {
  font-size: 18pt;
  color: #467656;
}
.site-login {
  color: #467656;
  height: 3rem;
  display: flex;
  align-items: center;
  line-height: 3rem;
  font-size: 14pt;
}
.site-login-text {
  margin-left: 10px;
}
a, .btn-link {
  color: #0366d6;
}
.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
app {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-row {
  height: 3.5rem;
  display: flex;
  align-items: center;
}
.main {
  flex: 1;
}
.main .top-row {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
}
.main .top-row > a, .main .top-row .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
}
.main .top-row a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.site-sidebar {
  max-width: 290px;
  background-color: var(--spark-theme-primary-100);
  grid-area: menu;
  box-shadow: 2px 2px 9px lightgrey;
  margin-right: 15px;
}
.site-sidebar .top-row {
  background-color: rgba(0,0,0,0.4);
}
.site-sidebar .navbar-brand {
  font-size: 1.1rem;
}
.site-sidebar .oi {
  width: 2rem;
  font-size: 1.1rem;
  vertical-align: text-top;
  top: -2px;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.site-sidebar .nav-item {
  font-size: 0.9rem;
}
.site-sidebar .nav-item:first-of-type {
  padding-top: 1rem;
}
.site-sidebar .nav-item:last-of-type {
  padding-bottom: 1rem;
}
.site-sidebar .nav-item a {
  border-left: 6px solid var(--spark-theme-primary-100);
  color: #467656;
  height: 45px;
  display: flex;
  align-items: center;
  line-height: 3rem;
}
.site-sidebar .nav-item a.active {
  background-color: #FDFFF5;
  border-left: 6px solid #467656;
  color: #467656;
}
.site-sidebar .nav-item a:hover {
  background-color: #649474;
  border-left: 6px solid #FDFFF5;
  color: #FDFFF5;
}
.site-sidebar .material-icons {
  width: 2rem;
  vertical-align: text-top;
  top: -2px;
}
.site-content {
  margin-top: 15px;
  margin-left: 25px;
  grid-area: content;
}
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.1);
}
.e-grid .material-icons {
  color: var(--spark-theme-primary);
}
.login-dialog {
  margin: auto;
  margin-top: 150px;
  width: 350px;
  padding: 30px;
  box-shadow: 5px 8px 6px lightgray;
  border-radius: 10px;
  border: 2px solid #467656;
  text-align: center;
}
.login-dialog-logo {
  width: 145px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.login-dialog-title {
  font-size: 35px;
  font-weight: bold;
  margin: 20px;
  color: #467656;
}
.login-dialog-message {
  font-size: 14px;
  margin: 20px;
  color: #D58737;
}
.login-dialog-form {
  text-align: left;
}
.login-dialog-form-item {
  margin-top: 5px;
  margin-bottom: 5px;
}
.login-dialog-appversion {
  font-size: smaller;
  margin-top: 15px;
  color: lightgrey;
}
.login-dialog-btn-group {
  margin-top: 10px;
  text-align: right;
}
.login-primary-btn {
  color: #F3F7F4;
  background-color: #467656;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.login-primary-btn:hover {
  background-color: #274230;
  box-shadow: none;
  color: #F3F7F4;
}
.login-secondary-btn {
  color: black;
  background-color: white;
  border-radius: 2px;
  width: 150px;
  height: 30px;
  box-shadow: none;
}
.login-secondary-btn:hover {
  background-color: #DAE9DF;
  box-shadow: none;
}
.login-other-input-container {
  margin-top: 10px;
  margin-bottom: 10px;
}
.login-remember-me {
  font-size: 12px;
}
.login-forgot-pwd {
  float: right;
  font-size: 12px;
  text-transform: none;
}
.invalid {
  outline: 1px solid var(--spark-theme-danger-border);
}
#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
.blazor-error-boundary {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
  padding: 1rem 1rem 1rem 3.7rem;
  color: white;
}
.blazor-error-boundary::after {
  content: "An error has occurred.";
}
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: var(--spark-theme-primary);
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}
.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Loading");
}
.spark-icon {
  display: inline-block;
  height: 24px;
  width: 24px;
}
.spark-icon.sp-18 {
  height: 18px;
  width: 18px;
}
.spark-icon.sp-24 {
  height: 24px;
  width: 24px;
}
.spark-icon.sp-36 {
  height: 36px;
  width: 36px;
}
.spark-icon.sp-18 {
  height: 48px;
  width: 48px;
}
.nav-item .spark-icon {
  margin-right: 7px;
}
.spark-workflow-icon {
  fill: #467656;
}
.site-page-title {
  font-size: 30px;
  color: #467656;
  font-weight: normal;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.spark-panel {
  min-width: 150px;
  border-width: 2px;
  border-color: rgb(214,211,209);
  background-color: var(--spark-theme-component-bg);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  float: left;
  color: var(--primary);
}
.spark-panel-header {
  width: 100%;
  .panel-title {
    position: relative;
  }
  .panel-subtitle {
    position: relative;
  }
}
.spark-panel-body {
  width: 100%;
}
.spark-panel-footer {
  width: 100%;
}
.spark-panel-users-content {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.spark-form-layout {
  display: grid;
  grid-gap: 20px;
}
#user-status-section.spark-panel {
  width: 200px;
  margin-right: 30px;
  font-size: 12px;
}
#user-status-section.spark-panel .spark-panel-body {
  padding: 15px;
}
#user-status-section.spark-panel .spark-panel-header {
  padding: 15px;
}
#user-list-section.spark-panel {
  width: 1000px;
}
#user-status-section .summary-item {
  display: inline-block;
  width: 100%;
}
#user-status-section .summary-name {
  float: left;
  font-weight: bold;
}
#user-status-section .summary-total {
  float: right;
  font-weight: bold;
}
#prodrates-add-form.spark-panel {
  width: 100%;
}
#prodrates-singlerate-form.spark-panel {
  width: 100%;
}
.user-section-title {
  font-weight: bold;
}
.status-totals {
  margin-bottom: 10px;
}
.status-items {
  display: inline-block;
  width: 100%;
}
.status-items.active {
  background-color: #FDFFF5;
  color: #467656;
}
.status-items:hover {
  background-color: var(--spark-theme-primary);
  color: var(--spark-theme-primary-50);
}
.status-item-name {
  float: left;
}
.status-item-count {
  float: right;
  padding-right: 5px;
}
.status-item-checked {
  float: left;
}
.status-item-checked .material-icons {
  font-size: 15px;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: middle;
  color: var(--spark-theme-primary-50);
}
.user-section-legend {
  margin-top: 30px;
  font-size: 10px;
  display: grid;
  color: var(--secondary);
}
.legend-item {
  align-items: center;
}
.legend-item-icon .material-icons {
  width: 12px;
  float: left;
  font-size: 10px;
  margin-right: 5px;
}
.manage-user-company-name {
  color: var(--spark-theme-primary);
  font-size: var(--font-size, 14px);
  font-weight: var(--font-weight, 600);
}
.manage-user-company-type {
  color: var(--spark-theme-primary-lighter);
  font-size: var(--line2-font-size, var(--email-font-size, 12px));
  font-weight: var(--line2-font-weight, 400);
  line-height: 0px;
}
.above-grid-contents {
  overflow: hidden;
  background-color: var(--spark-theme-primary-lightest);
  height: 55px;
}
.above-grid-contents .search-box {
  display: block;
  float: left;
  width: 300px;
  margin-top: 10px;
  margin-left: 20px;
}
.above-grid-contents .add-button {
  display: block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
.e-card {
  border-color: lightgray;
  background-color: #F5F9F7;
  border-radius: 4px;
  box-shadow: 2px 2px 9px lightgrey;
}
#permissions.spark-panel {
  margin-right: 20px;
  width: 95%;
}
.role-image-wrapper img {
  color: var(--spark-theme-primary-800);
}
.caret {
  cursor: pointer;
  user-select: none;
}
.caret::before {
  font-family: "Material Symbols Outlined";
  content: "arrow_right";
  color: #F59E0B;
  display: inline-block;
  margin-right: 6px;
}
.caret-down::before {
  font-family: "Material Symbols Outlined";
  content: "arrow_drop_down";
  color: #F59E0B;
  display: inline-block;
  margin-right: 6px;
}
.no-subitems::before {
  font-family: "Material Symbols Outlined";
  content: "square";
  color: #F59E0B;
  display: inline-block;
  margin-right: 6px;
}
.nested {
  display: none;
}
[type='checkbox'], [type='radio'] {
  color: var(--spark-theme-primary);
}
@media (max-width: 767.98px) {
  .main .top-row:not(.auth) {
    display: none;
  }
  .main .top-row.auth {
    justify-content: space-between;
  }
  .main .top-row a, .main .top-row .btn-link {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  app {
    flex-direction: row;
  }
  .site-sidebar {
    height: 100vh;
    position: sticky;
    top: 0;
  }
  .main .top-row {
    position: sticky;
    top: 0;
  }
  .main > div {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
  .navbar-toggler {
    display: none;
  }
  .site-sidebar .collapse {
    display: block;
  }
}
[type='checkbox']:checked, [type='radio']:checked {
  border-color: transparent;
  background-color: var(--spark-theme-primary);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
:root {
  --spark-icon-size: var(--rz-icon-size);
  --progress-percent: 0%;
  --progress-text: "Analyzing";
}
.spark-theme-primary-darker {
  color: var(--spark-theme-primary-darker);
}
.spark-theme-primary-900 {
  color: var(--spark-theme-primary-900);
}
.spark-theme-primary-dark {
  color: var(--spark-theme-primary-dark);
}
.spark-theme-primary-800 {
  color: var(--spark-theme-primary-800);
}
.spark-theme-primary-700 {
  color: var(--spark-theme-primary-700);
}
.spark-theme-primary-600 {
  color: var(--spark-theme-primary-600);
}
.spark-theme-primary-light {
  color: var(--spark-theme-primary-light);
}
.spark-theme-primary-500 {
  color: var(--spark-theme-primary-500);
}
.spark-theme-primary-400 {
  color: var(--spark-theme-primary-400);
}
.spark-theme-primary-lighter {
  color: var(--spark-theme-primary-lighter);
}
.spark-theme-primary-300 {
  color: var(--spark-theme-primary-300);
}
.spark-theme-primary-200 {
  color: var(--spark-theme-primary-200);
}
.spark-theme-primary-100 {
  color: var(--spark-theme-primary-100);
}
.spark-theme-primary-lightest {
  color: var(--spark-theme-primary-lightest);
}
.spark-theme-primary-50 {
  color: var(--spark-theme-primary-50);
}
.user-grid-base {
  display: block;
  color: var(--color, #201f1e);
}
.user-grid-base-layout {
  position: relative;
  display: flex;
  align-items: center;
}
.user-icon {
  width: var(--spark-user-icon-grid-size);
  height: var(--spark-user-icon-grid-size);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.user-icon .img-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  border: var(--spark-theme-primary 1px solid);
  border-radius: 50%;
  position: relative;
}
.user-icon .img-wrapper img {
  position: absolute;
  display: block;
  margin: auto;
  height: 100%;
  width: auto;
}
.user-icon .img-wrapper .img-base64 {
  height: 72px;
  width: 72px;
}
.user-icon .no-photo {
  font-size: 55px;
}
.details {
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1.4;
  margin-left: var(--details-spacing, 12px);
}
.line1 {
  color: var(--spark-theme-primary);
  font-size: var(--font-size, 14px);
  font-weight: var(--font-weight, 600);
}
.line2 {
  color: var(--spark-theme-primary-lighter);
  font-size: var(--line2-font-size, var(--email-font-size, 12px));
  font-weight: var(--line2-font-weight, 400);
}
.details > div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.spark-user-name {
  color: var(--spark-theme-primary);
  font-size: 16px;
}
.spark-user-role {
  color: var(--spark-theme-primary);
  font-size: 10px;
}
.spark-user-separator {
  height: 75%;
  margin-left: 20px;
  margin-right: 20px;
  border-left: var(--spark-theme-primary solid 2px);
}
.spark-user-logout {
  color: var(--spark-theme-primary);
  margin-left: 20px;
}
.spark-badge-container {
  position: relative;
  display: inline-block;
  margin: 20px 13px 10px 10px;
}
.spark-user-notification-badge {
  color: var(--spark-theme-primary);
}
.spark-badge {
  background: var(--spark-theme-secondary);
  border-color: transparent;
  border-radius: 0.25em;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: border-box;
  color: var(--on-secondary);
  display: inline-block;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: 0.25em 0.4em 0.25em 0.4em;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  vertical-align: middle;
}
.spark-badge-notification {
  border-radius: 1em;
  font-size: 10px;
  height: 15px;
  left: 100%;
  line-height: 15px;
  min-width: 24px;
  padding: 0 8px 0 8px;
  width: auto;
  position: absolute;
  top: -10px;
  transform: translateX(-50%);
}
.spark-button {
  font-size: .875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: .0892857143em;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 8px 0 8px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 124px;
  height: 28px;
  user-select: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  background-color: var(--spark-background);
  border: var(--spark-border);
  color: var(--spark-font-color);
  box-shadow: var(--spark-box-shadow);
}
.spark-action-button {
  font-family: 'Material Symbols Outlined';
  font-size: var(--spark-icon-size);
  line-height: 2.25rem;
  padding: 2px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 24px;
  height: 28px;
  user-select: none;
  overflow: visible;
  vertical-align: middle;
  border-radius: 4px;
  background-color: var(--spark-background);
  border: var(--spark-border);
  color: var(--spark-font-color);
  box-shadow: var(--spark-box-shadow);
}
.spark-button:disabled {
  opacity: 0.25;
}
.spark-button-primary {
  --spark-color: var(--spark-theme-primary);
  --spark-font-color: var(--spark-theme-on-primary);
  --spark-hover-color: var(--spark-theme-primary-lightest);
  --spark-filled-hover-color: var(--spark-theme-primary-dark);
}
.spark-button-secondary {
  --spark-color: var(--spark-theme-secondary);
  --spark-font-color: var(--spark-theme-on-secondary);
  --spark-hover-color: var(--spark-theme-secondary-lightest);
  --spark-filled-hover-color: var(--spark-theme-secondary-dark);
}
.spark-button-filled {
  --spark-background: var(--spark-color);
  --spark-border: none;
  --spark-box-shadow: none;
}
.spark-button-filled:hover:not(:disabled) {
  --spark-background: var(--spark-filled-hover-color);
  --spark-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.spark-button-text {
  --spark-background: transparent;
  --spark-border: none;
  --spark-font-color: var(--spark-color);
}
.spark-button-text:hover:not(:disabled) {
  background-color: var(--spark-hover-color);
  --spark-button-border: none;
  cursor: pointer;
}
.spark-button-outline {
  --spark-background: transparent;
  --spark-border: 1px solid var(--spark-color);
  --spark-font-color: var(--spark-color);
}
.spark-button-transparent {
  --spark-background: transparent;
  --spark-border: none;
  --spark-box-shadow: none;
  --spark-font-color: var(--spark-color);
}
.spark-button-transparent:hover:not(:disabled) {
  background-color: var(--spark-hover-color);
  cursor: pointer;
}
.spark-button-outline:hover:not(:disabled) {
  background-color: var(--spark-hover-color);
  cursor: pointer;
}
.loading-box {
  color: var(--spark-theme-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 250px;
  box-sizing: border-box;
  flex: 0 0 20%;
  position: relative;
}
.loading-message {
  position: absolute;
  bottom: 10px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}
.blazored-toast-icon .material-icons {
  font-size: 30px;
}
.dropdown {
  display: inline-block;
}
.dropdown:before {
  position: absolute;
  content: "";
  top: -6px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #FFF;
}
.dropdown-content {
  display: none;
  min-width: 80px;
}
.dropdown-content a {
  display: block;
  text-decoration: none;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.spark-field-error {
  color: var(--spark-theme-danger-text-hex) !important;
  background: var(--spark-theme-danger-background) !important;
}
.spark-text-error {
  color: var(--spark-theme-danger-text-hex) !important;
}
.spark-field-error-border {
  border: 1px solid var(--spark-theme-danger-text-hex);
  border-radius: 0.375rem;
}
.spark-field-warning {
  color: var(--spark-theme-warning-text-hex) !important;
  background: var(--spark-theme-warning-background) !important;
}
.spark-field-warning .rz-cell-data {
  color: inherit !important;
  background: inherit !important;
}
.spark-text-warning {
  color: var(--spark-theme-warning-text-hex) !important;
}
.spark-field-warning-border {
  border: 1px solid var(--spark-theme-warning-text-hex);
  border-radius: 0.375rem;
}
.spark-field-info {
  color: var(--spark-theme-info-text-hex) !important;
  background: var(--spark-theme-info-background) !important;
}
.spark-text-info {
  color: var(--spark-theme-info-text-hex) !important;
}
.spark-field-info-border {
  border: 1px solid var(--spark-theme-info-text-hex);
  border-radius: 0.375rem;
}
.spark-loading-progress {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
}
.spark-loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.4rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.spark-loading-progress circle:last-child {
  stroke: var(--spark-theme-primary);
  stroke-dasharray: calc(3.141 * var(--progress-percent, 0%) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.spark-loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
}
.spark-loading-progress-text:after {
  content: var(--progress-text, "Loading");
}
.spark-field-highlight {
  color: var(--spark-theme-on-secondary) !important;
  background-color: var(--spark-theme-secondary);
}
.spark-header-cell-toggle {
  border: 2px solid var(--spark-theme-primary) !important;
  border-radius: 0.375rem;
  border-top-width: 0px !important;
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0px !important;
}
.sp-material-filled {
  font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 24;
}
.spark-header {
  background-color: var(--spark-theme-header-bg);
  border-bottom-width: 1px;
  border-color: var(--spark-theme-primary-lighter);
}
.spark-footer {
  background-color: var(--spark-theme-header-bg);
  border-top-width: 1px;
  border-color: var(--spark-theme-primary-lighter);
}
.circle-loader {
  position: relative;
}
.circle-loader div {
  height: 10px;
  width: 10px;
  background-color: var(--spark-theme-primary);
  border-radius: 50%;
  position: absolute;
  -webkit-animation: 1.3s opaque ease-in-out infinite both;
  animation: 1.3s opaque ease-in-out infinite both;
}
.circle-loader > div:nth-child(1) {
  top: -25px;
  left: 0;
}
.circle-loader > div:nth-child(2) {
  top: -17px;
  left: 17px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.circle-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.circle-loader > div:nth-child(4) {
  top: 17px;
  left: 17px;
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.circle-loader > div:nth-child(5) {
  top: 25px;
  left: 0;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.circle-loader > div:nth-child(6) {
  top: 17px;
  left: -17px;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.circle-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
}
.circle-loader > div:nth-child(8) {
  top: -17px;
  left: -17px;
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
@-webkit-keyframes opaque {
  0%, 40%, 100% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
}
@keyframes opaque {
  0%, 40%, 100% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: var(--spark-theme-primary);
  font-size: 10px;
  margin: 0px auto;
  margin-top: calc(var(--big-vertical-gutter-height) - 2em);
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.mesh-loader {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.mesh-loader .circle {
  width: 25px;
  height: 25px;
  position: absolute;
  background: var(--spark-theme-primary);
  border-radius: 50%;
  margin: -12.5px;
  -webkit-animation: mesh 3s ease-in-out infinite;
  animation: mesh 3s ease-in-out infinite -1.5s;
}
.mesh-loader > div .circle:last-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.mesh-loader > div {
  position: absolute;
  top: 50%;
  left: 50%;
}
.mesh-loader > div:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.00001% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mesh {
  0% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50.00001% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform-origin: 50% 200%;
    transform-origin: 50% 200%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.dbl-spinner {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid transparent;
  border-top: 4px solid var(--spark-theme-primary-400);
  border-left: 4px solid var(--spark-theme-primary-400);
  -webkit-animation: 2s spin linear infinite;
  animation: 2s spin linear infinite;
}
.dbl-spinner:nth-child(2) {
  border: 4px solid transparent;
  border-right: 4px solid var(--spark-theme-primary);
  border-bottom: 4px solid var(--spark-theme-primary);
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-outline-style: solid;
    }
  }
}
