/*! tailwindcss v4.1.11 | 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --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-hover: var(--primary-hover);
    --color-primary-foreground: var(--osprey-grey-0);
    --color-tile: var(--osprey-navy-70);
    --color-osprey-navigation: var(--osprey-navy-60);
    --color-osprey-navigation-secondary: var(--osprey-navy-80);
    --color-foreground: var(--osprey-grey-0);
    --color-muted: var(--osprey-grey-10);
    --color-primary: var(--osprey-40);
    --color-danger-foreground: var(--osprey-danger-20);
  }
}
@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;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[128px\] {
    top: 128px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-full {
    left: 100%;
  }
  .z-\[100098\] {
    z-index: 100098;
  }
  .z-\[100099\] {
    z-index: 100099;
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .\!mt-\[16px\] {
    margin-top: 16px !important;
  }
  .\!mt-\[56px\] {
    margin-top: 56px !important;
  }
  .\!mb-\[16px\] {
    margin-bottom: 16px !important;
  }
  .\!mb-\[24px\] {
    margin-bottom: 24px !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .\!ml-2 {
    margin-left: calc(var(--spacing) * 2) !important;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .size-\[34px\] {
    width: 34px;
    height: 34px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }
  .size-\[64px\] {
    width: 64px;
    height: 64px;
  }
  .size-\[72px\] {
    width: 72px;
    height: 72px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[66\%\] {
    width: 66%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .\[min-width\:calc\(100vw-80px\)\] {
    min-width: calc(100vw - 80px);
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .origin-left {
    transform-origin: left;
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-0 {
    --tw-scale-x: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-100 {
    --tw-scale-x: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-x-\[8px\] {
    column-gap: 8px;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .\!border-b-1 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .\!border-l-1 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 1px !important;
  }
  .\!border-l-2 {
    border-left-style: var(--tw-border-style) !important;
    border-left-width: 2px !important;
  }
  .\!border-foreground\/10 {
    border-color: var(--color-foreground) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-foreground) 10%, transparent) !important;
    }
  }
  .\!border-b-foreground\/50 {
    border-bottom-color: var(--color-foreground) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in oklab, var(--color-foreground) 50%, transparent) !important;
    }
  }
  .\!border-l-\[var\(--hover-color\)\] {
    border-left-color: var(--hover-color) !important;
  }
  .\!border-l-foreground\/20 {
    border-left-color: var(--color-foreground) !important;
    @supports (color: color-mix(in lab, red, red)) {
      border-left-color: color-mix(in oklab, var(--color-foreground) 20%, transparent) !important;
    }
  }
  .\!border-l-osprey-navigation {
    border-left-color: var(--color-osprey-navigation) !important;
  }
  .\!border-l-primary {
    border-left-color: var(--color-primary) !important;
  }
  .\!bg-\[var\(--product-bg-color\)\] {
    background-color: var(--product-bg-color) !important;
  }
  .\!bg-osprey-navigation {
    background-color: var(--color-osprey-navigation) !important;
  }
  .\!bg-osprey-navigation-secondary {
    background-color: var(--color-osprey-navigation-secondary) !important;
  }
  .\!bg-primary {
    background-color: var(--color-primary) !important;
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-osprey-navigation {
    background-color: var(--color-osprey-navigation);
  }
  .bg-osprey-navigation-secondary {
    background-color: var(--color-osprey-navigation-secondary);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .fill-current {
    fill: currentcolor;
  }
  .\!p-\[8px\] {
    padding: 8px !important;
  }
  .\!p-\[12px\] {
    padding: 12px !important;
  }
  .\!p-\[16px\] {
    padding: 16px !important;
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .\!px-\[12px\] {
    padding-inline: 12px !important;
  }
  .\!px-\[15px\] {
    padding-inline: 15px !important;
  }
  .\!px-\[20px\] {
    padding-inline: 20px !important;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .\!py-\[8px\] {
    padding-block: 8px !important;
  }
  .\!pt-\[16px\] {
    padding-top: 16px !important;
  }
  .\!pb-\[16px\] {
    padding-bottom: 16px !important;
  }
  .\!pl-\[8px\] {
    padding-left: 8px !important;
  }
  .\!pl-\[16px\] {
    padding-left: 16px !important;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .\!text-\[var\(--hover-foreground\)\] {
    color: var(--hover-foreground) !important;
  }
  .\!text-\[var\(--product-foreground-color\)\] {
    color: var(--product-foreground-color) !important;
  }
  .\!text-foreground {
    color: var(--color-foreground) !important;
  }
  .\!text-primary {
    color: var(--color-primary) !important;
  }
  .\!text-primary-foreground {
    color: var(--color-primary-foreground) !important;
  }
  .text-\[var\(--hover-color\)\] {
    color: var(--hover-color);
  }
  .text-foreground {
    color: var(--color-foreground);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-osprey-navigation {
    color: var(--color-osprey-navigation);
  }
  .text-osprey-navigation-secondary {
    color: var(--color-osprey-navigation-secondary);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-hover\:scale-125 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:\!text-\[var\(--hover-foreground\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--hover-foreground) !important;
      }
    }
  }
  .group-hover\:text-\[var\(--hover-color\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--hover-color);
      }
    }
  }
  .group-hover\:text-primary {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .group-hover\/item\:\!font-bold {
    &:is(:where(.group\/item):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold) !important;
        font-weight: var(--font-weight-bold) !important;
      }
    }
  }
  .group-hover\/sub\:scale-125 {
    &:is(:where(.group\/sub):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/sub\:\!font-bold {
    &:is(:where(.group\/sub):hover *) {
      @media (hover: hover) {
        --tw-font-weight: var(--font-weight-bold) !important;
        font-weight: var(--font-weight-bold) !important;
      }
    }
  }
  .group-hover\/sub\:\!text-\[var\(--hover-foreground\)\] {
    &:is(:where(.group\/sub):hover *) {
      @media (hover: hover) {
        color: var(--hover-foreground) !important;
      }
    }
  }
  .group-hover\/sub\:text-\[var\(--hover-color\)\] {
    &:is(:where(.group\/sub):hover *) {
      @media (hover: hover) {
        color: var(--hover-color);
      }
    }
  }
  .first\:\!border-l-0 {
    &:first-child {
      border-left-style: var(--tw-border-style) !important;
      border-left-width: 0px !important;
    }
  }
  .hover\:\!cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer !important;
      }
    }
  }
  .hover\:cursor-default {
    &:hover {
      @media (hover: hover) {
        cursor: default;
      }
    }
  }
  .hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer;
      }
    }
  }
  .hover\:\!border-l-\[var\(--hover-color\)\] {
    &:hover {
      @media (hover: hover) {
        border-left-color: var(--hover-color) !important;
      }
    }
  }
  .hover\:\!border-l-primary {
    &:hover {
      @media (hover: hover) {
        border-left-color: var(--color-primary) !important;
      }
    }
  }
  .hover\:\!bg-osprey-navigation-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-osprey-navigation-secondary) !important;
      }
    }
  }
  .hover\:bg-osprey-navigation {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-osprey-navigation);
      }
    }
  }
  .hover\:bg-osprey-navigation-secondary {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-osprey-navigation-secondary);
      }
    }
  }
  .hover\:bg-primary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-hover);
      }
    }
  }
  .hover\:\!text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary) !important;
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--color-foreground);
      }
    }
  }
  .md\:\!mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0) !important;
    }
  }
  .md\:ml-\[80px\] {
    @media (width >= 48rem) {
      margin-left: 80px;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:\!border-b-1 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 1px !important;
    }
  }
  .md\:\!border-l-2 {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style) !important;
      border-left-width: 2px !important;
    }
  }
  .md\:\!border-l-osprey-navigation-secondary {
    @media (width >= 48rem) {
      border-left-color: var(--color-osprey-navigation-secondary) !important;
    }
  }
}
:root {
  --radius: 0.5rem;
  --foreground: var(--color-foreground);
  --background: var(--osprey-navy-90);
  --primary: var(--osprey-brand);
  --destructive: var(--color-danger-foreground);
  --card: var(--color-tile);
  --muted-foreground: var(--color-muted);
}
:root {
  --osprey-05: hsla(168, 71%, 95%, 1);
  --osprey-10: hsla(168, 70%, 83%, 1);
  --osprey-20: hsla(169, 69%, 75%, 1);
  --osprey-30: hsla(168, 69%, 63%, 1);
  --osprey-40: hsla(168, 70%, 56%, 1);
  --osprey-50: hsla(169, 84%, 45%, 1);
  --osprey-60: hsla(168, 85%, 41%, 1);
  --osprey-70: hsla(168, 84%, 32%, 1);
  --osprey-80: hsla(168, 84%, 25%, 1);
  --osprey-90: hsla(169, 84%, 19%, 1);
  --osprey-transparent-10: hsla(169, 84%, 19%, 0.1);
  --osprey-transparent-20: hsla(169, 84%, 19%, 0.2);
  --osprey-transparent-40: hsla(169, 84%, 19%, 0.4);
  --osprey-transparent-60: hsla(169, 84%, 19%, 0.6);
  --osprey-navy-05: hsla(232, 52%, 94%, 1);
  --osprey-navy-10: hsla(213, 8%, 77%, 1);
  --osprey-navy-20: hsla(214, 8%, 67%, 1);
  --osprey-navy-30: hsla(216, 8%, 51%, 1);
  --osprey-navy-40: hsla(215, 11%, 42%, 1);
  --osprey-navy-50: hsla(216, 21%, 27%, 1);
  --osprey-navy-60: hsla(216, 21%, 25%, 1);
  --osprey-navy-70: hsla(214, 21%, 19%, 1);
  --osprey-navy-80: hsla(214, 30%, 17%, 1);
  --osprey-navy-90: hsla(217, 22%, 12%, 1);
  --osprey-navy-100: hsla(223, 24%, 6%, 1);
  --osprey-grey-0: hsla(0, 0%, 100%, 1);
  --osprey-grey-05: hsla(210, 5%, 91%, 1);
  --osprey-grey-10: hsla(220, 4%, 73%, 1);
  --osprey-grey-20: hsla(225, 4%, 60%, 1);
  --osprey-grey-30: hsla(0, 0%, 64%, 1);
  --osprey-grey-40: hsla(0, 0%, 52%, 1);
  --osprey-grey-50: hsla(218, 5%, 32%, 1);
  --osprey-grey-60: hsla(217, 9%, 18%, 1);
  --osprey-grey-70: hsla(218, 10%, 16%, 1);
  --osprey-grey-80: hsla(210, 13%, 9%, 1);
  --osprey-grey-90: hsla(223, 10%, 4%, 1);
  --osprey-grey-transparent-3: hsla(0, 0%, 100%, 0.03);
  --osprey-grey-transparent-5: hsla(0, 0%, 100%, 0.05);
  --osprey-grey-transparent-8: hsla(0, 0%, 100%, 0.08);
  --osprey-grey-transparent-12: hsla(0, 0%, 100%, 0.12);
  --osprey-grey-transparent-20: hsla(0, 0%, 100%, 0.2);
  --osprey-danger-05: hsla(0, 100%, 98%, 1);
  --osprey-danger-10: hsla(0, 95%, 92%, 1);
  --osprey-danger-20: hsla(0, 97%, 85%, 1);
  --osprey-danger-30: hsla(359, 98%, 69%, 1);
  --osprey-danger-40: hsla(355, 100%, 67%, 1);
  --osprey-danger-50: hsla(355, 97%, 61%, 1);
  --osprey-danger-60: hsla(0, 61%, 48%, 1);
  --osprey-danger-70: hsla(354, 100%, 53%, 1);
  --osprey-danger-80: hsla(0, 54%, 33%, 1);
  --osprey-danger-90: hsla(357, 58%, 14%, 1);
  --osprey-warning-05: hsla(27, 100%, 94%, 1);
  --osprey-warning-10: hsla(27, 83%, 81%, 1);
  --osprey-warning-20: hsla(27, 100%, 69%, 1);
  --osprey-warning-30: hsla(28, 100%, 57%, 1);
  --osprey-warning-40: hsla(28, 86%, 51%, 1);
  --osprey-warning-50: hsla(28, 87%, 46%, 1);
  --osprey-warning-60: hsla(27, 81%, 43%, 1);
  --osprey-warning-70: hsla(27, 87%, 28%, 1);
  --osprey-warning-80: hsla(27, 86%, 15%, 1);
  --osprey-warning-90: hsla(27, 85%, 8%, 1);
  --osprey-success-05: hsla(125, 87%, 94%, 1);
  --osprey-success-10: hsla(117, 86%, 87%, 1);
  --osprey-success-20: hsla(117, 59%, 75%, 1);
  --osprey-success-30: hsla(117, 42%, 65%, 1);
  --osprey-success-40: hsla(130, 51%, 54%, 1);
  --osprey-success-50: hsla(131, 68%, 43%, 1);
  --osprey-success-60: hsla(136, 66%, 35%, 1);
  --osprey-success-70: hsla(133, 69%, 25%, 1);
  --osprey-success-80: hsla(126, 80%, 14%, 1);
  --osprey-success-90: hsla(120, 100%, 5%, 1);
  --osprey-blue-05: hsla(216, 100%, 96%, 1);
  --osprey-blue-10: hsla(216, 100%, 88%, 1);
  --osprey-blue-20: hsla(216, 100%, 80%, 1);
  --osprey-blue-30: hsla(211, 91%, 61%, 1);
  --osprey-blue-40: hsla(211, 69%, 45%, 1);
  --osprey-blue-50: hsla(211, 65%, 39%, 1);
  --osprey-blue-60: hsla(240, 90%, 50%, 1);
  --osprey-blue-70: hsla(237, 92%, 38%, 1);
  --osprey-blue-80: hsla(240, 82%, 18%, 1);
  --osprey-cyan-05: hsla(184, 100%, 91%, 1);
  --osprey-cyan-10: hsla(184, 58%, 81%, 1);
  --osprey-cyan-20: hsla(184, 51%, 69%, 1);
  --osprey-cyan-30: hsla(188, 39%, 63%, 1);
  --osprey-cyan-40: hsla(187, 29%, 51%, 1);
  --osprey-cyan-50: hsla(188, 59%, 33%, 1);
  --osprey-cyan-60: hsla(197, 53%, 19%, 1);
  --osprey-sunbeam-05: hsla(46, 100%, 97%, 1);
  --osprey-sunbeam-10: hsla(46, 100%, 90%, 1);
  --osprey-sunbeam-20: hsla(46, 100%, 77%, 1);
  --osprey-sunbeam-30: hsla(46, 100%, 69%, 1);
  --osprey-sunbeam-40: hsla(46, 75%, 57%, 1);
}
@layer components {
  .icon {
    font-family: "Material Symbols Outlined", serif;
    font-size: inherit;
    line-height: 1;
    display: inline-block;
  }
  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding-left: 16px;
    padding-right: 16px;
    @media (min-width: 641px) {
      max-width: 1024px;
      padding-left: 40px;
      padding-right: 40px;
    }
    @media (min-width: 1025px) {
      max-width: 1276px;
      padding-left: 48px;
      padding-right: 48px;
    }
    @media (min-width: 1441px) {
      max-width: 1400px;
    }
  }
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.menu-hidden {
  display: none;
}
@media (min-width: 768px) {
  .menu-hidden.md\:flex {
    display: flex;
  }
}
:root {
  --text-base: 16px;
  --text-sm: 14px;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
