/*! tailwindcss v4.2.4 | 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';
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-thin: 100;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --animate-spin: spin 1s linear infinite;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-11 {
    margin-top: calc(var(--spacing) * 11);
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-24px {
    height: 24px;
  }
  .h-76p5 {
    height: 19.125rem;
  }
  .w-76p5 {
    width: 19.125rem;
  }
  .max-w-min {
    max-width: min-content;
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-clrs-gray {
    border-color: var(--clrs-gray, #aaaaaa);
  }
  .border-clrs-navy {
    border-color: var(--clrs-navy, #001f3f);
  }
  .border-clrs-red {
    border-color: var(--clrs-red, #ff4136);
  }
  .border-clrs-slate4 {
    border-color: var(--clrs-slate4, #4e5964);
  }
  .bg-clrs-green-a50 {
    background-color: var(--clrs-green-a50, #2ecc4050);
  }
  .bg-clrs-navy {
    background-color: var(--clrs-navy, #001f3f);
  }
  .bg-clrs-red {
    background-color: var(--clrs-red, #ff4136);
  }
  .bg-clrs-red-a50 {
    background-color: var(--clrs-red-a50, #ff413650);
  }
  .bg-clrs-silver {
    background-color: var(--clrs-silver, #dddddd);
  }
  .bg-clrs-slate4 {
    background-color: var(--clrs-slate4, #4e5964);
  }
  .bg-clrs-yellow {
    background-color: var(--clrs-yellow, #ffdc00);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .align-top {
    vertical-align: top;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-thin {
    --tw-font-weight: var(--font-weight-thin);
    font-weight: var(--font-weight-thin);
  }
  .text-clrs-gray {
    color: var(--clrs-gray, #aaaaaa);
  }
  .text-clrs-navy {
    color: var(--clrs-navy, #001f3f);
  }
  .text-clrs-red {
    color: var(--clrs-red, #ff4136);
  }
  .text-clrs-slate4 {
    color: var(--clrs-slate4, #4e5964);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .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);
  }
  .border-xbb-clrs-navy {
    border-bottom: 1px solid var(--clrs-navy, #001f3f) !important;
  }
  .border-xbl-clrs-navy {
    border-left: 1px solid var(--clrs-navy, #001f3f) !important;
  }
  .border-xbr-clrs-navy {
    border-right: 1px solid var(--clrs-navy, #001f3f) !important;
  }
  .border-xbt-clrs-navy {
    border-top: 1px solid var(--clrs-navy, #001f3f) !important;
  }
  .hover\:text-clrs-navy {
    &:hover {
      @media (hover: hover) {
        color: var(--clrs-navy, #001f3f);
      }
    }
  }
}
@layer components {
  .ds1-main {
    margin: calc(var(--spacing) * 6);
    display: flex;
    flex-direction: column;
    font-family: var(--font-sans);
    color: var(--clrs-navy, #001f3f);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: 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;
    }
  }
}
