/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@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-400: oklch(70.4% 0.191 22.216);
    --color-red-500: #ed1c24;
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: #f6f6f6;
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 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);
    --font-source: 'Source Sans Pro', sans-serif;
    --font-franckerbold: FranckerProBold, sans-serif;
    --color-ds-red: #ed1c24;
    --color-ds-red-hover: #c41018;
    --color-ds-navy: #002b45;
    --color-ds-navy-mid: #004995;
    --color-ds-navy-hover: #0d43b9;
    --color-ds-bg: #f5f7f9;
    --color-ds-border: #dde3e9;
    --color-ds-text: #1a2330;
    --color-ds-muted: #6b7a8d;
    --color-ds-success: #1e8a44;
    --color-ds-warning: #e07b00;
    --color-ds-danger: #c01820;
  }
}
@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 {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-12 {
    grid-column: 12;
  }
  .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-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .\!mt-1 {
    margin-top: calc(var(--spacing) * 1) !important;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .\!mb-1 {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-\[280px\] {
    height: 280px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[380px\] {
    height: 380px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[1000px\] {
    max-height: 1000px;
  }
  .min-h-\[140px\] {
    min-height: 140px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-8\/12 {
    width: calc(8/12 * 100%);
  }
  .w-10\/12 {
    width: calc(10/12 * 100%);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[12\%\] {
    width: 12%;
  }
  .w-\[13\%\] {
    width: 13%;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[20\%\] {
    width: 20%;
  }
  .w-\[26\%\] {
    width: 26%;
  }
  .w-\[28\%\] {
    width: 28%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[185px\] {
    width: 185px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[1690px\] {
    width: 1690px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-full {
    max-width: 100% !important;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-8\/12 {
    max-width: calc(8/12 * 100%);
  }
  .max-w-10\/12 {
    max-width: calc(10/12 * 100%);
  }
  .max-w-\[116px\] {
    max-width: 116px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[218px\] {
    max-width: 218px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[344px\] {
    max-width: 344px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[1690px\] {
    max-width: 1690px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[155px\] {
    min-width: 155px;
  }
  .min-w-\[620px\] {
    min-width: 620px;
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .min-w-\[860px\] {
    min-width: 860px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-\[140px_1fr\] {
    grid-template-columns: 140px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .\!flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .\!gap-8 {
    gap: calc(var(--spacing) * 8) !important;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-blue-200 {
    border-color: var(--color-blue-200);
  }
  .border-ds-border {
    border-color: var(--color-ds-border);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-green-200 {
    border-color: var(--color-green-200);
  }
  .border-green-400 {
    border-color: var(--color-green-400);
  }
  .border-red-400 {
    border-color: var(--color-red-400);
  }
  .border-l-ds-navy {
    border-left-color: var(--color-ds-navy);
  }
  .bg-\[\#1e1e1e\] {
    background-color: #1e1e1e;
  }
  .bg-\[rgba\(0\,0\,0\,0\.45\)\] {
    background-color: rgba(0,0,0,0.45);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-300 {
    background-color: var(--color-blue-300);
  }
  .bg-ds-bg {
    background-color: var(--color-ds-bg);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-400 {
    background-color: var(--color-yellow-400);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .\!pt-1 {
    padding-top: calc(var(--spacing) * 1) !important;
  }
  .\!pb-1 {
    padding-bottom: calc(var(--spacing) * 1) !important;
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-all {
    word-break: break-all;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-\[\#d4d4d4\] {
    color: #d4d4d4;
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-ds-muted {
    color: var(--color-ds-muted);
  }
  .text-ds-navy {
    color: var(--color-ds-navy);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white\/45 {
    color: color-mix(in srgb, #ffffff 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 45%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .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);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0 4px 20px var(--tw-shadow-color, rgba(0,0,0,0.4));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-blue-400 {
    &:focus {
      --tw-ring-color: var(--color-blue-400);
    }
  }
  .focus\:ring-red-400 {
    &:focus {
      --tw-ring-color: var(--color-red-400);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:max-w-fit {
    @media (width >= 40rem) {
      max-width: fit-content;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 48rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .md\:max-w-3\/12 {
    @media (width >= 48rem) {
      max-width: calc(3/12 * 100%);
    }
  }
  .md\:max-w-4\/12 {
    @media (width >= 48rem) {
      max-width: calc(4/12 * 100%);
    }
  }
  .md\:max-w-8\/12 {
    @media (width >= 48rem) {
      max-width: calc(8/12 * 100%);
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
:root {
  --ds-red: var(--color-ds-red,        #ed1c24);
  --ds-red-hover: var(--color-ds-red-hover,  #c41018);
  --ds-navy: var(--color-ds-navy,        #002b45);
  --ds-navy-mid: var(--color-ds-navy-mid,    #004995);
  --ds-navy-hover: var(--color-ds-navy-hover,  #0d43b9);
  --ds-white: #ffffff;
  --ds-bg: var(--color-ds-bg,          #f5f7f9);
  --ds-border: var(--color-ds-border,      #dde3e9);
  --ds-text: var(--color-ds-text,        #1a2330);
  --ds-text-muted: var(--color-ds-muted,       #6b7a8d);
  --ds-success: var(--color-ds-success,     #1e8a44);
  --ds-warning: var(--color-ds-warning,     #e07b00);
  --ds-danger: var(--color-ds-danger,      #c01820);
  --font-brand: var(--font-franckerbold, FranckerProBold, 'Trebuchet MS', sans-serif);
  --font-body: var(--font-source, 'Source Sans Pro', Arial, sans-serif);
  --font-ui: var(--font-source, 'Source Sans Pro', Arial, sans-serif);
}
@layer base {
  @font-face {
    font-family: FranckerProRegular;
    src: url('/assets/fonts/franckerproregular.otf'), url('/assets/fonts/franckerproregular.woff');
  }
  @font-face {
    font-family: FranckerProBold;
    src: url('/assets/fonts/franckerprobold.otf'), url('/assets/fonts/franckerprobold.woff');
  }
  body {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: var(--font-source);
    min-height: 100vh;
    color: var(--ds-text);
    background: var(--ds-bg);
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    max-width: 1200px;
  }
  a {
    color: var(--ds-navy-mid);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
    color: var(--ds-navy);
  }
  h1 {
    text-align: center;
    font-family: var(--font-franckerbold);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    color: var(--color-red-500);
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
  }
  h1 strong, h2 strong {
    font-family: var(--font-franckerbold);
    color: var(--color-red-500);
  }
  h3 strong {
    font-family: var(--font-franckerbold);
    color: var(--color-black);
  }
  h2 {
    font-family: var(--font-franckerbold);
    color: var(--color-ds-navy);
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: .75rem;
  }
  h3 {
    font-size: 1.25rem;
    color: var(--ds-navy);
    margin-bottom: .5rem;
  }
  p {
    margin-bottom: 1rem;
  }
}
.container {
  width: 100%;
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 1.5rem;
}
.cs-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 64px;
}
.cs-header__logo {
  display: flex;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
}
.cs-header__logo-img {
  height: 36px;
  width: auto;
}
.cs-header__logo-text {
  font-family: var(--font-brand);
  font-size: .95rem;
  color: var(--ds-white);
  letter-spacing: .02em;
  line-height: 1.2;
}
.cs-header__logo-text small {
  display: block;
  font-size: .75rem;
  opacity: .75;
  font-family: var(--font-body);
  font-weight: 400;
}
.cs-nav {
  background: var(--ds-navy);
}
.cs-nav__inner {
  display: flex;
  align-items: stretch;
}
.cs-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}
.cs-nav__item {
  position: relative;
}
.cs-nav__link {
  display: flex;
  align-items: center;
  padding: .85rem 1.1rem;
  font-family: var(--font-body);
  font-size: .9rem;
  font-weight: 600;
  color: rgba(255,255,255,.82);
  text-decoration: none;
  letter-spacing: .03em;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.cs-nav__link:hover, .cs-nav__link--active {
  color: #fff;
  background: rgba(255,255,255,.08);
  text-decoration: none;
}
.cs-nav__link--active {
  border-bottom: 3px solid var(--ds-red);
}
.cs-nav__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--ds-navy);
  list-style: none;
  margin: 0;
  padding: .5rem 0;
  min-width: 200px;
  border-top: 3px solid var(--ds-red);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  z-index: 100;
}
.cs-nav__item:hover .cs-nav__submenu {
  display: block;
}
.cs-nav__submenu .cs-nav__link {
  padding: .6rem 1.2rem;
  font-size: .875rem;
}
.cs-user {
  background: rgba(0,0,0,.25);
  padding: .35rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.75);
}
.cs-user__name {
  font-weight: 600;
  color: #fff;
}
.cs-user__logout, .cs-user__login {
  color: rgba(255,255,255,.75);
  font-weight: 600;
  text-decoration: none;
  padding: .2rem .6rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 3px;
  transition: all .15s;
}
.cs-user__logout:hover, .cs-user__login:hover {
  background: rgba(255,255,255,.1);
  color: #fff;
  text-decoration: none;
}
.cs-main {
  flex: 1 1 auto;
  padding-block: 2.5rem;
}
.cs-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid var(--ds-border);
}
.cs-page-header h1 {
  margin-bottom: 0;
}
.cs-page-title {
  text-align: left;
  font-family: var(--font-brand);
  font-size: 1.75rem;
  color: var(--ds-navy);
  margin: 0;
}
.cs-footer {
  background: var(--ds-navy);
  color: rgba(255,255,255,.7);
  font-size: .85rem;
  margin-top: auto;
}
.cs-footer__top {
  background: var(--ds-red);
  height: 5px;
}
.cs-footer__body {
  padding: 2.5rem 0 1.5rem;
}
.cs-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.cs-footer__col-title {
  font-family: var(--font-brand);
  font-size: .9rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .75rem;
}
.cs-footer__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-footer__col li {
  margin-bottom: .4rem;
}
.cs-footer__col a {
  color: rgba(255,255,255,.65);
  text-decoration: none;
  font-size: .82rem;
}
.cs-footer__col a:hover {
  color: #fff;
  text-decoration: underline;
}
.cs-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .5rem;
}
.cs-footer__copy {
  font-size: .78rem;
  color: rgba(255,255,255,.45);
}
.cs-footer__logo img {
  height: 30px;
  opacity: .7;
}
.buttons-wrap {
  .btn {
    color: green;
  }
}
.cs-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  padding: .65rem 1.5rem;
  font-family: var(--font-ui);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .02em;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  transition: background .15s, color .15s, border-color .15s;
  white-space: nowrap;
  user-select: none;
}
.cs-btn--primary, .btn {
  background: var(--ds-navy-mid);
  color: #fff;
  border-color: var(--ds-navy-mid);
}
.cs-btn--primary:hover, .btn:hover {
  background: var(--ds-navy-hover);
  border-color: var(--ds-navy-hover);
  color: #fff;
  text-decoration: none;
}
.cs-btn--secondary {
  background: transparent;
  color: var(--ds-navy-mid);
  border-color: var(--ds-navy-mid);
}
.cs-btn--secondary:hover {
  background: var(--ds-navy-mid);
  color: #fff;
  text-decoration: none;
}
.cs-btn--ghost {
  background: transparent;
  color: var(--ds-text-muted);
  border-color: var(--ds-border);
}
.cs-btn--ghost:hover {
  background: var(--ds-bg);
  color: var(--ds-text);
  text-decoration: none;
}
.cs-btn--danger {
  background: var(--ds-danger);
  color: #fff;
  border-color: var(--ds-danger);
}
.cs-btn--danger:hover {
  background: #9c1018;
  border-color: #9c1018;
  color: #fff;
  text-decoration: none;
}
.cs-btn--red {
  background: var(--ds-red);
  color: #fff;
  border-color: var(--ds-red);
}
.cs-btn--red:hover {
  background: var(--ds-red-hover);
  border-color: var(--ds-red-hover);
  color: #fff;
  text-decoration: none;
}
.cs-btn--sm {
  padding: .35rem .85rem;
  font-size: .82rem;
}
.cs-btn--lg {
  padding: .9rem 2.5rem;
  font-size: 1.05rem;
}
.cs-btn--xs {
  padding: .2rem .55rem;
  font-size: .75rem;
  font-weight: 600;
}
.cs-btn--inline-danger {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .15rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .01em;
  cursor: pointer;
  border: 1.5px solid var(--ds-danger);
  border-radius: 0;
  background: transparent;
  color: var(--ds-danger);
  white-space: nowrap;
  transition: background .12s, color .12s;
}
.cs-btn--inline-danger:hover {
  background: var(--ds-danger);
  color: #fff;
}
.cs-form-wrap {
  max-width: 680px;
  margin-inline: auto;
}
.cs-form, .ml-form-align-center {
  background: #fff;
  border: 1px solid var(--ds-border);
  padding: 2rem 2.25rem;
  margin-bottom: 1.5rem;
}
.cs-form__title {
  font-family: var(--font-brand);
  font-size: 1.25rem;
  color: var(--ds-navy);
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  border-bottom: 2px solid var(--ds-red);
}
.cs-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem 1.5rem;
}
@media (max-width: 600px) {
  .cs-form__grid {
    grid-template-columns: 1fr;
  }
}
.cs-form__group {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.cs-form__group--full {
  grid-column: 1 / -1;
}
.cs-form__label {
  font-size: .82rem;
  font-weight: 700;
  color: var(--ds-text);
  letter-spacing: .03em;
  text-transform: uppercase;
}
.cs-form__input, .cs-form__select, .cs-form__textarea {
  width: 100%;
  padding: .6rem .8rem;
  font-family: var(--font-body);
  font-size: .95rem;
  color: var(--ds-text);
  background: #fff;
  border: 1px solid #bfc8d2;
  border-radius: 0;
  outline: none;
  transition: border-color .15s, box-shadow .15s;
  box-sizing: border-box;
}
.cs-form__input:hover, .cs-form__select:hover, .cs-form__textarea:hover {
  border-color: #94a3b8;
}
.cs-form__input:focus, .cs-form__select:focus, .cs-form__textarea:focus {
  border-color: var(--ds-navy-mid);
  box-shadow: 0 0 0 3px rgba(0,73,149,.18);
}
.cs-form__input:disabled, .cs-form__select:disabled, .cs-form__textarea:disabled {
  background: #f0f3f6;
  color: var(--ds-text-muted);
  cursor: not-allowed;
  border-color: #d1d9e0;
}
.cs-form__textarea {
  resize: vertical;
  min-height: 100px;
}
.cs-form__hint {
  font-size: .78rem;
  color: var(--ds-text-muted);
  margin: .2rem 0 0;
}
.cs-form__error {
  font-size: .78rem;
  color: var(--ds-danger);
  margin-top: .2rem;
}
.cs-form__check {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .9rem;
  line-height: 1.5;
}
.cs-form__check input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin-top: .2rem;
  accent-color: var(--ds-navy-mid);
  cursor: pointer;
  flex-shrink: 0;
}
.cs-form__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--ds-border);
  flex-wrap: wrap;
}
.cs-form__input.is-valid, .cs-form__select.is-valid, .cs-form__textarea.is-valid {
  border-color: var(--ds-success);
  box-shadow: 0 0 0 3px rgba(30,138,68,.12);
}
.cs-form__input.is-invalid, .cs-form__select.is-invalid, .cs-form__textarea.is-invalid {
  border-color: var(--ds-danger);
  box-shadow: 0 0 0 3px rgba(192,24,32,.12);
}
.cs-input-group {
  display: flex;
  align-items: stretch;
}
.cs-input-group input {
  flex: 1 1 auto;
  min-width: 0;
}
.cs-input-group__addon {
  display: flex;
  align-items: center;
  padding: 0 .75rem;
  background: #eef1f5;
  border: 1px solid #bfc8d2;
  border-left: none;
  color: var(--ds-text-muted);
  font-size: .88rem;
  white-space: nowrap;
  user-select: none;
}
.cs-input-group__addon--prepend {
  border-left: 1px solid #bfc8d2;
  border-right: none;
  order: -1;
}
.cs-search {
  position: relative;
  display: block;
}
.cs-search__icon {
  position: absolute;
  left: .75rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ds-text-muted);
  pointer-events: none;
  font-size: .9rem;
}
.cs-search input {
  padding-left: 2.25rem;
}
input, textarea, select, button {
  font-family: var(--font-body);
  font-size: 1rem;
  box-sizing: border-box;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="datetime-local"], input[type="time"], input[type="month"], input[type="week"] {
  display: block;
  width: 100%;
  padding: .55rem .75rem;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ds-text);
  background: #fff;
  border: 1px solid #bfc8d2;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color .15s, box-shadow .15s;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="datetime-local"]:hover, input[type="time"]:hover {
  border-color: #94a3b8;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="time"]:focus {
  border-color: var(--ds-navy-mid);
  box-shadow: 0 0 0 3px rgba(0,73,149,.18);
}
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="date"]:disabled, input[type="datetime-local"]:disabled {
  background: #f0f3f6;
  color: var(--ds-text-muted);
  cursor: not-allowed;
  border-color: #d1d9e0;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder {
  color: #a0adb8;
  opacity: 1;
}
textarea {
  display: block;
  width: 100%;
  padding: .55rem .75rem;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--ds-text);
  background: #fff;
  border: 1px solid #bfc8d2;
  border-radius: 0;
  outline: none;
  resize: vertical;
  min-height: 100px;
  transition: border-color .15s, box-shadow .15s;
}
textarea:hover {
  border-color: #94a3b8;
}
textarea:focus {
  border-color: var(--ds-navy-mid);
  box-shadow: 0 0 0 3px rgba(0,73,149,.18);
}
textarea:disabled {
  background: #f0f3f6;
  color: var(--ds-text-muted);
  cursor: not-allowed;
  resize: none;
}
textarea::placeholder {
  color: #a0adb8;
  opacity: 1;
}
select {
  display: block;
  width: 100%;
  padding: .55rem 2.25rem .55rem .75rem;
  font-family: var(--font-body);
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ds-text);
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23002b45' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 12px 8px;
  border: 1px solid #bfc8d2;
  border-radius: 0;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}
select:hover {
  border-color: #94a3b8;
}
select:focus {
  border-color: var(--ds-navy-mid);
  box-shadow: 0 0 0 3px rgba(0,73,149,.18);
}
select:disabled {
  background-color: #f0f3f6;
  color: var(--ds-text-muted);
  cursor: not-allowed;
  border-color: #d1d9e0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7a8d' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
select[multiple] {
  padding: .5rem .75rem;
  background-image: none;
  height: auto;
}
select[multiple] option {
  padding: .3rem .4rem;
}
input[type="checkbox"], input[type="radio"] {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  padding: 0;
  accent-color: var(--ds-navy-mid);
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: middle;
}
input[type="file"] {
  display: block;
  width: 100%;
  padding: .45rem .6rem;
  font-family: var(--font-body);
  font-size: .88rem;
  color: var(--ds-text);
  background: #fff;
  border: 1px dashed #bfc8d2;
  border-radius: 0;
  cursor: pointer;
  transition: border-color .15s;
}
input[type="file"]:hover {
  border-color: var(--ds-navy-mid);
}
input[type="file"]:focus {
  outline: none;
  border-color: var(--ds-navy-mid);
  box-shadow: 0 0 0 3px rgba(0,73,149,.18);
}
input[type="file"]::file-selector-button {
  margin-right: .75rem;
  padding: .35rem .85rem;
  font-family: var(--font-body);
  font-size: .82rem;
  font-weight: 600;
  color: #fff;
  background: var(--ds-navy-mid);
  border: none;
  cursor: pointer;
  transition: background .15s;
}
input[type="file"]::file-selector-button:hover {
  background: var(--ds-navy-hover);
}
input[type="range"] {
  width: 100%;
  height: .25rem;
  accent-color: var(--ds-navy-mid);
  cursor: pointer;
}
label {
  display: inline-block;
  font-size: .85rem;
  font-weight: 600;
  color: var(--ds-text);
  margin-bottom: .3rem;
  cursor: pointer;
}
fieldset {
  border: 1px solid var(--ds-border);
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.25rem;
}
legend {
  font-family: var(--font-brand);
  font-size: .95rem;
  font-weight: 700;
  color: var(--ds-navy);
  padding: 0 .5rem;
  letter-spacing: .02em;
}
input.is-valid, textarea.is-valid, select.is-valid {
  border-color: var(--ds-success);
  box-shadow: 0 0 0 3px rgba(30,138,68,.12);
}
input.is-invalid, textarea.is-invalid, select.is-invalid {
  border-color: var(--ds-danger);
  box-shadow: 0 0 0 3px rgba(192,24,32,.12);
}
label[data-required]::after, .cs-form__label--required::after {
  content: ' *';
  color: var(--ds-red);
  font-weight: 700;
}
.cs-field-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.cs-field-row .cs-input {
  flex: 1 1 auto;
  min-width: 0;
}
.cs-input--time {
  flex: 0 0 7rem;
  min-width: 7rem;
}
.cs-card {
  background: #fff;
  border: 1px solid var(--ds-border);
  padding: 1.5rem;
}
.cs-card--shadow {
  box-shadow: 0 2px 12px rgba(0,43,69,.08);
}
.cs-card__title {
  font-family: var(--font-brand);
  font-size: 1.1rem;
  color: var(--ds-navy);
  margin-bottom: .75rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--ds-border);
}
.cs-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
  background: #fff;
  border: 1px solid var(--ds-border);
}
.cs-table thead {
  background: var(--ds-navy);
  color: #fff;
}
.cs-table thead th {
  padding: .75rem 1rem;
  text-align: left;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cs-table tbody tr {
  border-bottom: 1px solid var(--ds-border);
  transition: background .1s;
}
.cs-table tbody tr:hover {
  background: #f0f4f8;
}
.cs-table td {
  padding: .7rem 1rem;
  vertical-align: middle;
}
.cs-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  align-items: center;
}
.cs-table__row--highlight {
  animation: cs-highlight-fade 3s ease-out forwards;
}
@keyframes cs-highlight-fade {
  0% {
    background-color: #d4edda;
  }
  100% {
    background-color: transparent;
  }
}
.cs-badge {
  display: inline-block;
  padding: .2rem .55rem;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border-radius: 2px;
  white-space: nowrap;
}
.cs-badge--draft {
  background: #f1f3f5;
  color: #495057;
}
.cs-badge--published {
  background: #e8f4fd;
  color: #0069b4;
}
.cs-badge--awaiting {
  background: #fff3cd;
  color: #856404;
}
.cs-badge--assigned {
  background: #cfe2ff;
  color: #084298;
}
.cs-badge--open {
  background: #d1e7dd;
  color: #0a3622;
}
.cs-badge--inprogress {
  background: #e2d9f3;
  color: #432874;
}
.cs-badge--completed {
  background: #d1e7dd;
  color: #0a3622;
}
.cs-badge--cancelled {
  background: #f8d7da;
  color: #842029;
}
.cs-badge--paid {
  background: #d1e7dd;
  color: #0a3622;
}
.cs-badge--pending {
  background: #fff3cd;
  color: #664d03;
}
.cs-badge--passed {
  background: #d1e7dd;
  color: #0a3622;
}
.cs-badge--failed {
  background: #f8d7da;
  color: #842029;
}
.cs-alert {
  padding: .85rem 1.1rem;
  border-left: 4px solid;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  border-radius: 0 2px 2px 0;
}
.cs-alert--success {
  background: #d1e7dd;
  border-color: var(--ds-success);
  color: #0a3622;
}
.cs-alert--error {
  background: #f8d7da;
  border-color: var(--ds-danger);
  color: #842029;
}
.cs-alert--warning {
  background: #fff3cd;
  border-color: var(--ds-warning);
  color: #664d03;
}
.cs-alert--info {
  background: #cff4fc;
  border-color: #0aa2c0;
  color: #055160;
}
.cs-empty-state {
  text-align: center;
  padding: 4rem 2rem;
  background: #fff;
  border: 2px dashed var(--ds-border);
  color: var(--ds-text-muted);
}
.cs-empty-state p {
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}
.cs-spinner {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid var(--ds-border);
  border-top-color: var(--ds-navy-mid);
  border-radius: 50%;
  animation: cs-spin .65s linear infinite;
}
.cs-spinner--lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 4px;
}
.htmx-indicator {
  display: none;
}
.htmx-request .htmx-indicator {
  display: inline-block;
}
.htmx-request.htmx-indicator {
  display: inline-block;
}
.cs-btn {
  position: relative;
}
.cs-btn .cs-spinner.htmx-indicator {
  width: 1.25em;
  height: 1.25em;
  border-width: 2px;
}
.cs-btn.htmx-request {
  color: transparent !important;
  pointer-events: none;
  cursor: progress;
}
.cs-btn.htmx-request .cs-spinner.htmx-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(255, 255, 255, .4);
  border-top-color: #fff;
}
.cs-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .45);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.cs-modal {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .25);
  padding: 2rem;
  max-width: 520px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
}
.cs-map {
  height: 320px;
  border: 1px solid var(--ds-border);
}
.cs-icon--check {
  color: var(--ds-success);
  font-weight: 700;
}
.cs-text--muted {
  color: var(--ds-text-muted);
  font-size: .85rem;
}
.cs-section {
  margin-bottom: 2.5rem;
}
.cs-divider {
  border: 0;
  border-top: 1px solid var(--ds-border);
  margin-block: 1.5rem;
}
.cs-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}
.cs-filters__group {
  display: flex;
  flex-direction: column;
  gap: .35rem;
}
.cs-filters__group--reset {
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  margin-top: auto;
}
.cs-filters__label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--ds-text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cs-filters__select {
  min-width: 180px;
}
.cs-filters__count {
  font-size: .85rem;
}
.cs-table__row--active {
  background: #e8f0fb !important;
  outline: 2px solid var(--ds-navy-mid);
  outline-offset: -2px;
}
.cs-invite-list {
  list-style: none;
  margin: .5rem 0 0;
  padding: 0;
}
.cs-invite-row {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .35rem 0;
  border-bottom: 1px solid var(--ds-border);
}
.cs-invite-row:last-child {
  border-bottom: none;
}
.cs-invite-row__status {
  flex-shrink: 0;
  font-size: .85rem;
  width: 1rem;
  text-align: center;
}
.cs-invite-row__email {
  flex: 1;
  font-size: .88rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cs-invite-row__name {
  font-weight: 600;
  font-size: .88rem;
}
.cs-invite-row--rejected .cs-invite-row__email {
  color: var(--ds-text-muted);
  text-decoration: line-through;
}
.cs-invite-row__cancel {
  margin-left: auto;
  flex-shrink: 0;
}
.cs-table--sortable {
  .cs-th--sortable {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
  }
  .cs-th--sortable:hover {
    background: rgba(0, 0, 0, .04);
  }
  .cs-th--active {
    background: rgba(0, 0, 0, .06);
  }
}
.cs-sort-icon {
  font-size: .7em;
  margin-left: .25em;
  vertical-align: middle;
}
.cs-sort-icon--idle {
  opacity: .3;
}
.cs-sort-icon--asc, .cs-sort-icon--desc {
  opacity: 1;
  color: var(--cs-primary, #0057a8);
}
.cs-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .5rem;
  border-radius: 50%;
  background: var(--cs-primary, #0057a8);
  color: #fff;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
}
.cs-reg-form .cs-field-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cs-reg-form .cs-field-group:last-child {
  margin-bottom: 0;
}
.cs-reg-form .cs-field-group--2col {
  grid-template-columns: 1fr 1fr;
}
.cs-reg-form .cs-field-group--postcity {
  grid-template-columns: 140px 1fr;
}
@media (max-width: 560px) {
  .cs-reg-form .cs-field-group--2col, .cs-reg-form .cs-field-group--postcity {
    grid-template-columns: 1fr;
  }
}
.cs-reg-form .cs-field--cpr {
  max-width: 220px;
}
.cs-reg-form .cs-field--zip {
  max-width: 140px;
}
.cs-reg-form .cs-field {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.cs-reg-form .cs-field .cs-hint {
  margin-top: .25rem;
}
.cs-addons {
  display: grid;
  gap: .75rem;
}
.cs-addon {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  border: 2px solid #e5e7eb;
  border-radius: .5rem;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s, background .15s, box-shadow .15s;
}
.cs-addon:hover {
  border-color: #93c5fd;
  background: #f9fafb;
}
.cs-addon__input {
  position: absolute;
  opacity: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.cs-addon__box {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #9ca3af;
  border-radius: .25rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .15s, background .15s;
}
.cs-addon__box::after {
  content: '';
  width: .4rem;
  height: .75rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .15s;
}
.cs-addon__icon {
  font-size: 1.75rem;
  line-height: 1;
  flex-shrink: 0;
}
.cs-addon__content {
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.cs-addon__title {
  font-weight: 600;
  color: #111827;
}
.cs-addon__desc {
  font-size: .875rem;
  color: #4b5563;
  line-height: 1.4;
}
.cs-addon__price {
  font-weight: 700;
  color: var(--cs-primary, #0057a8);
  white-space: nowrap;
  flex-shrink: 0;
}
.cs-addon__input:checked ~ .cs-addon__box {
  border-color: var(--cs-primary, #0057a8);
  background: var(--cs-primary, #0057a8);
}
.cs-addon__input:checked ~ .cs-addon__box::after {
  transform: rotate(45deg) scale(1);
}
.cs-addon:has(.cs-addon__input:checked) {
  border-color: var(--cs-primary, #0057a8);
  background: #eff6ff;
  box-shadow: 0 0 0 3px rgba(0, 87, 168, .08);
}
.cs-addon__input:focus-visible ~ .cs-addon__box {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
@media (max-width: 560px) {
  .cs-addon {
    grid-template-columns: auto auto 1fr;
  }
  .cs-addon__price {
    grid-column: 1 / -1;
    text-align: right;
  }
}
.cs-consent {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
}
.cs-consent__input {
  position: absolute;
  opacity: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  cursor: pointer;
}
.cs-consent__box {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  border: 2px solid #9ca3af;
  border-radius: .25rem;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color .15s, background .15s;
}
.cs-consent__box::after {
  content: '';
  width: .4rem;
  height: .75rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .15s;
}
.cs-consent__input:checked ~ .cs-consent__box {
  border-color: var(--cs-primary, #0057a8);
  background: var(--cs-primary, #0057a8);
}
.cs-consent__input:checked ~ .cs-consent__box::after {
  transform: rotate(45deg) scale(1);
}
.cs-consent__input:focus-visible ~ .cs-consent__box {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
.cs-consent__text {
  flex: 1;
}
.cs-summary__list {
  list-style: none;
  padding: 0;
  margin: 0 0 .75rem;
}
.cs-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .5rem 0;
  border-bottom: 1px dashed #e5e7eb;
}
.cs-summary__row[hidden] {
  display: none;
}
.cs-summary__row--addon .cs-summary__label {
  color: #4b5563;
}
.cs-summary__row--addon .cs-summary__value {
  color: #4b5563;
}
.cs-summary__label {
  color: #374151;
}
.cs-summary__value {
  font-weight: 600;
  color: #111827;
  white-space: nowrap;
}
.cs-summary__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: .75rem;
  margin-top: .5rem;
  border-top: 2px solid var(--cs-primary, #0057a8);
  font-size: 1.15rem;
}
.cs-summary__value--total {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cs-primary, #0057a8);
}
.cs-dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 3rem;
  row-gap: .5rem;
  margin: 0;
}
.cs-dl dt {
  font-weight: 600;
  color: #374151;
  margin: 0;
}
.cs-dl dd {
  margin: 0;
  color: #111827;
  word-break: break-word;
}
@media (max-width: 480px) {
  .cs-dl {
    grid-template-columns: 1fr;
    row-gap: .25rem;
  }
  .cs-dl dt {
    margin-top: .5rem;
  }
}
.cs-rte-output ol {
  display: block;
  list-style: initial;
  list-style-type: decimal;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.cs-rte-output ul {
  display: block;
  list-style: initial;
  list-style-type: disc;
  margin-block-end: 1em;
  padding-inline-start: 40px;
}
.cs-rte-output li {
  display: list-item;
}
.cs-rte-output blockquote {
  display: block;
  border-left: 4px solid #ccc;
  margin-bottom: 1em;
  margin-top: 5px;
  padding-left: 1em;
}
.cs-rte .ql-editor {
  font-size: 16px;
}
.cs-rte .ql-editor p, .cs-rte .ql-editor ol, .cs-rte .ql-editor ul, .cs-rte.ql-snow .ql-editor blockquote {
  margin-bottom: 1em;
}
.mt-auto {
  margin-top: auto;
}
.hidden {
  display: none !important;
}
.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: .5rem;
}
.gap-4 {
  gap: 1rem;
}
.w-full {
  width: 100%;
}
.text-center {
  text-align: center;
}
.rte > p {
  color: inherit !important;
}
.blocked {
  opacity: 0.4;
  cursor: not-allowed;
}
.blocked a {
  pointer-events: none !important;
  color: gray !important;
  text-decoration: none !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes cs-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes cs-highlight-fade {
  0% {
    background-color: #d4edda;
  }
  100% {
    background-color: transparent;
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --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-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-ease: initial;
    }
  }
}
