/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --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);
    --color-primary: #0b78c9;
    --color-secondary-500: #6d8aa0;
    --color-neutral: #102f4a;
  }
}
@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 {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
}
@layer base {
  :root {
    --gt-navy: #0b3555;
    --gt-blue: #0b78c9;
    --gt-sky: #dceef9;
    --gt-soft: #edf6fb;
    --gt-line: #bdd7e7;
    --gt-card: #f7fbfe;
    --gt-text: #173d5b;
  }
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #eaf4fb;
    color: var(--gt-text);
    font-family: "DM Sans",system-ui,sans-serif;
  }
  h1,h2,h3,h4 {
    font-family: "Manrope",system-ui,sans-serif;
    letter-spacing: -.025em;
  }
  a {
    transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
  }
}
@layer components {
  .gt-shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
  }
  .gt-topbar {
    background: #0b3555;
    color: #e9f5fd;
    font-size: 13px;
  }
  .gt-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .gt-contact {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
  }
  .gt-main-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(238,247,253,.97);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid #c8ddea;
  }
  .gt-navrow {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .gt-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 202px;
  }
  .gt-brand img {
    max-width: 202px !important;
    width: 202px !important;
    height: auto !important;
    max-height: 44px !important;
    object-fit: contain;
    display: block;
  }
  .gt-navlinks {
    display: flex;
    align-items: center;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
  }
  .gt-navlinks a {
    color: #173d5b;
    text-decoration: none;
  }
  .gt-navlinks a:hover {
    color: #0b78c9;
  }
  .gt-header-actions {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .gt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 19px;
    border-radius: 9px;
    border: 1px solid #0b78c9;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
  }
  .gt-btn-primary {
    background: #0b78c9;
    color: white;
    box-shadow: 0 8px 20px rgba(11,120,201,.18);
  }
  .gt-btn-primary:hover {
    background: #0869b2;
    transform: translateY(-1px);
  }
  .gt-btn-ghost {
    background: #edf6fb;
    color: #0b78c9;
  }
  .gt-btn-ghost:hover {
    background: #dceef9;
  }
  .gt-hero {
    background: linear-gradient(115deg,#d8ebf7 0%,#edf6fb 56%,#cadfeb 100%);
    border-bottom: 1px solid #bdd7e7;
    overflow: hidden;
  }
  .gt-hero-grid {
    min-height: 535px;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;
    gap: 42px;
    padding-block: 42px;
  }
  .gt-kicker {
    color: #0b78c9;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    font-weight: 900;
  }
  .gt-hero h1 {
    color: #0b3555;
    font-size: clamp(46px,5.7vw,72px);
    line-height: .98;
    margin: 12px 0 18px;
    max-width: 700px;
  }
  .gt-hero-copy {
    color: #345a75;
    font-size: 18px;
    line-height: 1.65;
    max-width: 650px;
  }
  .gt-hero-copy strong {
    color: #173d5b;
  }
  .gt-hero-actions {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    margin: 28px 0 16px;
  }
  .gt-minor-link {
    font-size: 14px;
    font-weight: 700;
    color: #0b78c9;
    text-decoration: none;
  }
  .gt-product-stage {
    position: relative;
    min-height: 400px;
    display: grid;
    place-items: center;
  }
  .gt-product-stage:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(11,120,201,.22), rgba(11,120,201,0) 68%);
  }
  .gt-laptop {
    width: min(585px,100%);
    background: #132d40;
    border: 10px solid #132d40;
    border-radius: 18px;
    box-shadow: 0 28px 54px rgba(13,52,82,.28);
    transform: perspective(1100px) rotateY(-4deg);
    position: relative;
    z-index: 2;
  }
  .gt-screen {
    background: #f4f9fc;
    border-radius: 8px;
    overflow: hidden;
  }
  .gt-appbar {
    height: 34px;
    background: #e4eff6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    font-size: 10px;
    color: #315572;
  }
  .gt-appbody {
    display: grid;
    grid-template-columns: 86px 1fr;
    min-height: 295px;
  }
  .gt-sidebar {
    background: #0b3555;
    color: #e9f5fd;
    padding: 14px 10px;
    font-size: 9px;
  }
  .gt-sidebar strong {
    display: block;
    color: white;
    margin-bottom: 16px;
    font-size: 10px;
  }
  .gt-sidebar span {
    display: block;
    padding: 6px 0;
    opacity: .88;
  }
  .gt-dashboard {
    padding: 16px;
  }
  .gt-dashboard h3 {
    margin: 0 0 5px;
    color: #0b3555;
    font-size: 18px;
  }
  .gt-dashboard small {
    color: #6a8498;
  }
  .gt-quick {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 8px;
    margin: 16px 0;
  }
  .gt-quick div {
    background: white;
    border: 1px solid #d2e5f1;
    border-radius: 8px;
    padding: 10px 5px;
    text-align: center;
    font-size: 9px;
    color: #2f5772;
    box-shadow: 0 3px 10px rgba(20,65,95,.05);
  }
  .gt-quick b {
    display: block;
    color: #0b78c9;
    font-size: 18px;
    margin-bottom: 4px;
  }
  .gt-client-table {
    background: white;
    border: 1px solid #d2e5f1;
    border-radius: 8px;
    padding: 10px;
    font-size: 8px;
    color: #526f83;
  }
  .gt-client-row {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr 1fr;
    gap: 5px;
    padding: 7px 0;
    border-bottom: 1px solid #e8f2f8;
  }
  .gt-client-row:last-child {
    border-bottom: 0;
  }
  .gt-trust {
    background: #dbeaf4;
    border-bottom: 1px solid #bfd7e6;
  }
  .gt-trust-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr);
  }
  .gt-trust-item {
    text-align: center;
    padding: 24px 14px;
    border-right: 1px solid #bfd7e6;
  }
  .gt-trust-item:last-child {
    border-right: 0;
  }
  .gt-trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef7fd;
    color: #0b78c9;
    margin: 0 auto 10px;
  }
  .gt-trust-item strong {
    display: block;
    color: #0b3555;
    font-size: 15px;
  }
  .gt-trust-item span {
    color: #5f7c91;
    font-size: 13px;
  }
  .gt-section {
    padding: 76px 0;
  }
  .gt-section-soft {
    background: #e4f1f9;
  }
  .gt-section-mid {
    background: #d9eaf5;
  }
  .gt-section-head {
    max-width: 760px;
    margin-bottom: 34px;
  }
  .gt-section-head.center {
    margin-inline: auto;
    text-align: center;
  }
  .gt-section h2 {
    color: #0b3555;
    font-size: clamp(34px,4vw,48px);
    line-height: 1.05;
    margin: 8px 0 14px;
  }
  .gt-section p.lead {
    font-size: 18px;
    color: #486b82;
  }
  .gt-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 54px;
    align-items: center;
  }
  .gt-device-cluster {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .gt-monitor {
    width: 370px;
    background: #16384f;
    border: 9px solid #16384f;
    border-radius: 14px;
    box-shadow: 0 20px 36px rgba(17,56,82,.18);
  }
  .gt-monitor .gt-screen {
    min-height: 230px;
  }
  .gt-tablet {
    width: 160px;
    position: absolute;
    right: 8%;
    bottom: 5px;
    background: #17374e;
    border: 7px solid #17374e;
    border-radius: 16px;
    box-shadow: 0 15px 28px rgba(17,56,82,.18);
  }
  .gt-phone {
    width: 78px;
    position: absolute;
    left: 10%;
    bottom: 4px;
    background: #17374e;
    border: 5px solid #17374e;
    border-radius: 18px;
    box-shadow: 0 12px 24px rgba(17,56,82,.18);
  }
  .gt-mini-ui {
    padding: 16px;
    background: #f1f8fc;
    min-height: 210px;
  }
  .gt-mini-top {
    height: 26px;
    background: #0b78c9;
    border-radius: 6px;
    margin-bottom: 10px;
  }
  .gt-mini-card {
    height: 28px;
    background: white;
    border: 1px solid #d2e5f1;
    border-radius: 7px;
    margin-bottom: 8px;
  }
  .gt-checkgrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 28px;
    margin: 26px 0;
  }
  .gt-checkitem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #264f6b;
    font-weight: 700;
  }
  .gt-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #0b78c9;
    color: white;
    flex: 0 0 22px;
    font-size: 12px;
  }
  .gt-platform-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
  .gt-card {
    background: #f5fbfe;
    border: 1px solid #bdd7e7;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15,57,85,.07);
  }
  .gt-card-visual {
    min-height: 150px;
    background: linear-gradient(145deg,#bddbed,#eaf4fb);
    display: grid;
    place-items: center;
    color: #0b78c9;
  }
  .gt-card-body {
    padding: 22px;
  }
  .gt-card h3 {
    margin: 0 0 7px;
    color: #0b3555;
    font-size: 20px;
  }
  .gt-card p {
    margin: 0 0 14px;
    color: #5a7589;
  }
  .gt-card a {
    color: #0b78c9;
    font-weight: 800;
    text-decoration: none;
  }
  .gt-card .gt-btn-primary {
    color: #fff;
  }
  .gt-price-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    align-items: stretch;
  }
  .gt-price {
    padding: 24px;
    position: relative;
  }
  .gt-price.popular {
    border: 2px solid #0b78c9;
    transform: translateY(-7px);
  }
  .gt-ribbon {
    margin: -24px -24px 18px;
    background: #0b78c9;
    color: white;
    text-align: center;
    padding: 7px;
    font-size: 12px;
    font-weight: 900;
  }
  .gt-price h3 {
    margin: 0;
  }
  .gt-amount {
    font: 900 32px/1 "Manrope",sans-serif;
    color: #0b78c9;
    margin: 8px 0 14px;
  }
  .gt-amount small {
    font-size: 13px;
    color: #5f7c91;
  }
  .gt-price ul {
    margin: 0 0 22px;
    padding-left: 18px;
    min-height: 145px;
    color: #55738a;
    font-size: 14px;
  }
  .gt-quote-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .gt-quote {
    padding: 22px;
  }
  .gt-quote p {
    color: #496a81;
  }
  .gt-quote strong {
    color: #0b3555;
  }
  .gt-stars {
    color: #e29a14;
    letter-spacing: 2px;
    margin-top: 8px;
  }
  .gt-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: linear-gradient(135deg,#0b3555,#116a9f);
    color: white;
    border-radius: 24px;
    padding: 46px 50px;
    box-shadow: 0 18px 34px rgba(14,55,83,.15);
  }
  .gt-cta h2 {
    color: white;
    margin: 0 0 7px;
  }
  .gt-cta p {
    margin: 0;
    color: #d8ebf7;
  }
  .gt-footer {
    background: #082c48;
    color: #d8eaf5;
    padding: 54px 0 20px;
  }
  .gt-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr repeat(4,1fr);
    gap: 30px;
  }
  .gt-footer-logo-lockup {
    display: inline-flex;
    align-items: flex-start;
    gap: 4px;
  }
  .gt-footer-brand img {
    width: 185px;
    filter: brightness(0) invert(1);
    display: block;
  }
  .gt-footer .gt-register-mark {
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    margin-top: 1px;
  }
  .gt-footer h4 {
    color: white;
    margin: 0 0 12px;
    font-size: 15px;
  }
  .gt-footer a {
    display: block;
    color: #d8eaf5;
    text-decoration: none;
    font-size: 14px;
    margin: 6px 0;
  }
  .gt-footer a:hover {
    color: white;
  }
  .gt-footer p,.gt-footer span {
    color: #b9cfdd;
    font-size: 14px;
  }
  .gt-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.13);
    margin-top: 34px;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #afc7d6;
    font-size: 12px;
  }
  .gt-footer-legal {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    white-space: nowrap;
  }
  .gt-footer-legal a {
    display: inline-block;
    margin: 0;
  }
  .gt-footer-sep {
    color: #6f93aa;
    font-size: 12px;
  }
  .gt-mobile-toggle {
    display: none;
    border: 0;
    background: #dceef9;
    color: #0b3555;
    border-radius: 8px;
    padding: 9px 11px;
  }
  .gt-page-hero {
    background: linear-gradient(115deg,#d8ebf7 0%,#edf6fb 58%,#cadfeb 100%);
    border-bottom: 1px solid #bdd7e7;
    padding: 62px 0 54px;
  }
  .gt-page-hero h1 {
    margin: 10px 0 12px;
    color: #0b3555;
    font-size: clamp(42px,5vw,62px);
    line-height: 1;
  }
  .gt-page-hero p {
    max-width: 760px;
    color: #42657d;
    font-size: 18px;
    margin: 0;
  }
  .gt-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .gt-feature-card {
    padding: 24px;
  }
  .gt-feature-card .gt-feature-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #dceef9;
    color: #0b78c9;
    font-size: 22px;
    margin-bottom: 14px;
  }
  .gt-feature-card h3 {
    margin: 0 0 8px;
    color: #0b3555;
  }
  .gt-feature-card p {
    margin: 0;
    color: #58758a;
  }
  .gt-compare-wrap {
    overflow: auto;
    border: 1px solid #bdd7e7;
    border-radius: 16px;
    background: #f5fbfe;
    box-shadow: 0 8px 24px rgba(15,57,85,.06);
  }
  .gt-compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
  }
  .gt-compare th,.gt-compare td {
    padding: 15px 16px;
    border-bottom: 1px solid #d8e9f4;
    text-align: left;
  }
  .gt-compare th {
    background: #d9eaf5;
    color: #0b3555;
    font-weight: 900;
  }
  .gt-compare td {
    color: #496a81;
  }
  .gt-compare tr:last-child td {
    border-bottom: 0;
  }
  .gt-support-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .gt-callout {
    background: #d9eaf5;
    border: 1px solid #bdd7e7;
    border-radius: 18px;
    padding: 28px;
  }
  .gt-contact-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    align-items: start;
  }
  .gt-contact-card {
    background: #f5fbfe;
    border: 1px solid #bdd7e7;
    border-radius: 16px;
    padding: 26px;
  }
  .gt-field {
    display: grid;
    gap: 7px;
    margin-bottom: 14px;
  }
  .gt-field label {
    color: #244d68;
    font-weight: 800;
    font-size: 14px;
  }
  .gt-field input,.gt-field textarea,.gt-field select {
    width: 100%;
    padding: 13px 14px;
    border-radius: 9px;
    border: 1px solid #aac9dc;
    background: #eef7fd;
    color: #173d5b;
    font: inherit;
  }
  .gt-notice {
    padding: 14px 16px;
    border-radius: 10px;
    background: #e1f0f9;
    border: 1px solid #bdd7e7;
    color: #476a82;
    font-size: 14px;
  }
  .gt-form-intro {
    margin: 0 0 18px;
    color: #5a7589;
  }
  .gt-divider {
    border: 0;
    border-top: 1px solid #d2e5f1;
    margin: 24px 0;
  }
  .gt-contact-card .fluentform {
    margin-top: 10px;
  }
  .gt-contact-card .ff-el-group {
    margin-bottom: 14px;
  }
  .gt-contact-card .ff-el-input--label label {
    color: #244d68;
    font-weight: 800;
    font-size: 14px;
  }
  .gt-contact-card .ff-el-form-control {
    width: 100%;
    padding: 13px 14px;
    border-radius: 9px;
    border: 1px solid #aac9dc;
    background: #eef7fd;
    color: #173d5b;
    font: inherit;
    box-shadow: none;
  }
  .gt-contact-card .ff-el-form-control:focus {
    border-color: #0b78c9;
    box-shadow: 0 0 0 3px rgba(11,120,201,.12);
    outline: 0;
  }
  .gt-contact-card .ff-btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 19px;
    border-radius: 9px;
    border: 1px solid #0b78c9;
    background: #0b78c9;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(11,120,201,.18);
    cursor: pointer;
  }
  @media (max-width:1000px) {
    .gt-navlinks {
      display: none;
    }
    .gt-mobile-toggle {
      display: inline-flex;
    }
    .gt-hero-grid,.gt-split,.gt-contact-grid {
      grid-template-columns: 1fr;
    }
    .gt-product-stage {
      min-height: 340px;
    }
    .gt-trust-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .gt-price-grid {
      grid-template-columns: 1fr 1fr;
    }
    .gt-feature-grid,.gt-support-grid {
      grid-template-columns: 1fr 1fr;
    }
    .gt-footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width:680px) {
    .gt-shell {
      width: min(100% - 24px,1240px);
    }
    .gt-topbar-inner {
      padding: 8px 0;
      display: block;
    }
    .gt-contact {
      gap: 7px 14px;
      margin-top: 4px;
    }
    .gt-brand {
      width: 165px;
    }
    .gt-brand img {
      max-width: 165px !important;
      width: 165px !important;
    }
    .gt-header-actions .gt-btn-ghost {
      display: none;
    }
    .gt-hero-grid {
      min-height: auto;
      padding-block: 38px;
    }
    .gt-hero h1 {
      font-size: 44px;
    }
    .gt-trust-grid,.gt-platform-grid,.gt-price-grid,.gt-quote-grid,.gt-checkgrid,.gt-footer-grid,.gt-feature-grid,.gt-support-grid {
      grid-template-columns: 1fr;
    }
    .gt-trust-item {
      border-right: 0;
      border-bottom: 1px solid #bfd7e6;
    }
    .gt-price.popular {
      transform: none;
    }
    .gt-cta {
      display: block;
      padding: 32px 26px;
    }
    .gt-cta .gt-btn {
      margin-top: 18px;
    }
    .gt-footer-bottom {
      display: block;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
