@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.2.2 | 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-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-600: oklch(68.1% 0.162 75.834);
    --color-yellow-800: oklch(47.6% 0.114 61.907);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-zinc-900: oklch(21% 0.006 285.885);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --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-zaeper-lightblue-100: hsl(216, 38%, 95%);
    --color-zaeper-primary-500: #3b5897;
    --color-zaeper-secondary-500: #0D1C2B;
    --color-zaeper-error-500: #DA3E3E;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .-z-1 {
    z-index: calc(1 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[900000\] {
    z-index: 900000;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-6 {
    grid-column: span 6 / span 6;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .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);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-6 {
    margin: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .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-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/1\] {
    aspect-ratio: 4/1;
  }
  .aspect-\[4\/2\] {
    aspect-ratio: 4/2;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-\[\.75em\] {
    height: .75em;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[67px\] {
    height: 67px;
  }
  .h-\[75px\] {
    height: 75px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[125px\] {
    height: 125px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[inherit\] {
    height: inherit;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[inherit\] {
    min-height: inherit;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-\[\.75em\] {
    width: .75em;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-\[75vw\] {
    max-width: 75vw;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-\[20rem\] {
    min-width: 20rem;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[350px\] {
    min-width: 350px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .origin-top {
    transform-origin: top;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-110 {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-disc {
    list-style-type: disc;
  }
  .auto-cols-max {
    grid-auto-columns: max-content;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-flow-row {
    grid-auto-flow: row;
  }
  .cols-auto-fill-\[350px\] {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .place-content-between {
    place-content: space-between;
  }
  .place-content-center {
    place-content: center;
  }
  .place-items-center {
    place-items: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .self-center {
    align-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-br-3xl {
    border-bottom-right-radius: var(--radius-3xl);
  }
  .\!border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-surface-0 {
    border-color: var(--p-surface-0);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
    }
  }
  .border-surface-200 {
    border-color: var(--p-surface-200);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent);
    }
  }
  .border-zaeper-primary-500 {
    border-color: var(--color-zaeper-primary-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-surface-0 {
    background-color: var(--p-surface-0);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
    }
  }
  .bg-surface-300 {
    background-color: var(--p-surface-300);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-zaeper-lightblue-100 {
    background-color: var(--color-zaeper-lightblue-100);
  }
  .bg-zaeper-primary-500 {
    background-color: var(--color-zaeper-primary-500);
  }
  .bg-clip-padding {
    background-clip: padding-box;
  }
  .fill-zaeper-primary-500 {
    fill: var(--color-zaeper-primary-500);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-fill {
    object-fit: fill;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .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);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-top {
    vertical-align: top;
  }
  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-surface-200 {
    color: var(--p-surface-200);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent);
    }
  }
  .text-surface-300 {
    color: var(--p-surface-300);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
    }
  }
  .text-surface-400 {
    color: var(--p-surface-400);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-400) calc(100% * 1), transparent);
    }
  }
  .text-surface-500 {
    color: var(--p-surface-500);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent);
    }
  }
  .text-surface-950 {
    color: var(--p-surface-950);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--p-surface-950) calc(100% * 1), transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-600 {
    color: var(--color-yellow-600);
  }
  .text-yellow-800 {
    color: var(--color-yellow-800);
  }
  .text-zaeper-error-500 {
    color: var(--color-zaeper-error-500);
  }
  .text-zaeper-primary-500 {
    color: var(--color-zaeper-primary-500);
  }
  .text-zinc-900 {
    color: var(--color-zinc-900);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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-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);
  }
  .shadow-sm {
    --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);
  }
  .brightness-50 {
    --tw-brightness: brightness(50%);
    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,);
  }
  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
    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,);
  }
  .drop-shadow-\[0_0_1px_rgba\(0\,0\,0\,2\)\] {
    --tw-drop-shadow-size: drop-shadow(0 0 1px var(--tw-drop-shadow-color, rgba(0,0,0,2)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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,);
  }
  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.15)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-lg));
    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,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .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\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\/header\:scale-105 {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/header\:blur-sm {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        --tw-blur: blur(var(--blur-sm));
        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,);
      }
    }
  }
  .group-hover\/header\:brightness-90 {
    &:is(:where(.group\/header):hover *) {
      @media (hover: hover) {
        --tw-brightness: brightness(90%);
        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,);
      }
    }
  }
  .hover\:bg-surface-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--p-surface-100);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in srgb, var(--p-surface-100) calc(100% * 1), transparent);
        }
      }
    }
  }
  .hover\:text-zaeper-secondary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-zaeper-secondary-500);
      }
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .dark\:border-surface-700 {
    &:where(.app-dark, .app-dark *) {
      border-color: var(--p-surface-700);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in srgb, var(--p-surface-700) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:border-surface-800 {
    &:where(.app-dark, .app-dark *) {
      border-color: var(--p-surface-800);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in srgb, var(--p-surface-800) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:bg-surface-600 {
    &:where(.app-dark, .app-dark *) {
      background-color: var(--p-surface-600);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in srgb, var(--p-surface-600) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:bg-surface-800 {
    &:where(.app-dark, .app-dark *) {
      background-color: var(--p-surface-800);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in srgb, var(--p-surface-800) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:bg-surface-900 {
    &:where(.app-dark, .app-dark *) {
      background-color: var(--p-surface-900);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-0 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-0);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-200 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-200);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-300 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-300);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-400 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-400);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-400) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-500 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-500);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:text-surface-600 {
    &:where(.app-dark, .app-dark *) {
      color: var(--p-surface-600);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in srgb, var(--p-surface-600) calc(100% * 1), transparent);
      }
    }
  }
  .dark\:hover\:bg-surface-800 {
    &:where(.app-dark, .app-dark *) {
      &:hover {
        @media (hover: hover) {
          background-color: var(--p-surface-800);
          @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in srgb, var(--p-surface-800) calc(100% * 1), transparent);
          }
        }
      }
    }
  }
}
a {
  color: var(--zaeper-secondary-100);
}
h1 {
  font-size: 1.5rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.125rem;
}
button {
  cursor: pointer;
}
:root {
  --color-zaeper-gray-100: hsl(0, 0%, 87%);
  --color-zaeper-gray-200: hsl(0, 0%, 57%);
  --color-zaeper-lightblue-100: hsl(216, 38%, 95%);
  --color-zaeper-primary-50: #f5f7fa;
  --color-zaeper-primary-100: #d0d7e6;
  --color-zaeper-primary-200: #abb7d2;
  --color-zaeper-primary-300: #8597bf;
  --color-zaeper-primary-400: #6078ab;
  --color-zaeper-primary-500: #3b5897;
  --color-zaeper-primary-600: #324b80;
  --color-zaeper-primary-700: #293e6a;
  --color-zaeper-primary-800: #203053;
  --color-zaeper-primary-900: #18233c;
  --color-zaeper-primary-950: #0f1626;
  --color-zaeper-secondary-100: #B8D1EA;
  --color-zaeper-secondary-200: #72A3D4;
  --color-zaeper-secondary-300: #3878B8;
  --color-zaeper-secondary-400: #224A72;
  --color-zaeper-secondary-500: #0D1C2B;
  --color-zaeper-secondary-600: #0B1723;
  --color-zaeper-secondary-700: #08121B;
  --color-zaeper-secondary-800: #050A10;
  --color-zaeper-secondary-900: #020508;
  --color-zaeper-secondary-950: #010304;
  --color-zaeper-tertiary-0: #F4F6FB;
  --color-zaeper-tertiary-100: #E5EAF6;
  --color-zaeper-tertiary-200: #CAD6ED;
  --color-zaeper-tertiary-300: #B0C1E3;
  --color-zaeper-tertiary-400: #95ACDA;
  --color-zaeper-tertiary-500: #7B98D1;
  --color-zaeper-tertiary-600: #4971C0;
  --color-zaeper-tertiary-700: #335393;
  --color-zaeper-tertiary-800: #223862;
  --color-zaeper-tertiary-900: #111C31;
  --color-zaeper-tertiary-950: #090F1A;
  --color-zaeper-error-50: #FBEAEA;
  --color-zaeper-error-100: #F8D8D8;
  --color-zaeper-error-200: #F0B2B2;
  --color-zaeper-error-300: #E98B8B;
  --color-zaeper-error-400: #E16565;
  --color-zaeper-error-500: #DA3E3E;
  --color-zaeper-error-600: #BC2424;
  --color-zaeper-error-700: #8D1B1B;
  --color-zaeper-error-800: #5E1212;
  --color-zaeper-error-900: #2F0909;
  --color-zaeper-error-950: #150404;
  --color-zaeper-warning-50: #F9F4EC;
  --color-zaeper-warning-100: #F3E9D8;
  --color-zaeper-warning-200: #E5D2AE;
  --color-zaeper-warning-300: #D8BC88;
  --color-zaeper-warning-400: #CBA45D;
  --color-zaeper-warning-500: #B98D3C;
  --color-zaeper-warning-600: #92702F;
  --color-zaeper-warning-700: #705524;
  --color-zaeper-warning-800: #493818;
  --color-zaeper-warning-900: #271D0C;
  --color-zaeper-warning-950: #130F06;
  --color-zaeper-success-50: #DBFFDB;
  --color-zaeper-success-100: #B3FFB3;
  --color-zaeper-success-200: #66FF66;
  --color-zaeper-success-300: #1AFF1A;
  --color-zaeper-success-400: #00CC00;
  --color-zaeper-success-500: #008000;
  --color-zaeper-success-600: #006600;
  --color-zaeper-success-700: #004D00;
  --color-zaeper-success-800: #003300;
  --color-zaeper-success-900: #001900;
  --color-zaeper-success-950: #000F00;
  --spacing-1: 1.125rem ;
  --spacing-2: 2.25rem ;
  --spacing-3: 3.375rem ;
  --spacing-4: 4.5rem ;
  --spacing-5: 5.625rem ;
  --spacing-6: 6.75rem ;
  --spacing-7: 7.875rem ;
  --spacing-8: 9rem ;
  --spacing-9: 10.125rem ;
}
.app-dark {
  --color-zaeper-gray-100: hsl(0, 0%, 30%);
  --color-zaeper-gray-200: hsl(0, 0%, 50%);
  --color-zaeper-lightblue-100: #22262c;
}
p-checkbox {
  line-height: 1;
}
p-checkbox + label {
  margin-left: calc(var(--spacing) * 2);
}
@layer theme, base, components, utilities;
@layer theme;
@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;
@layer app {
  .color-picker {
    border: none !important;
  }
}
@layer theme, base, primeng, components, utilities, app;
@layer primeicons {
  @font-face {
    font-family: "primeicons";
    font-display: block;
    src: url("./media/primeicons.eot");
    src:
      url("./media/primeicons.eot?#iefix") format("embedded-opentype"),
      url("./media/primeicons.woff2") format("woff2"),
      url("./media/primeicons.woff") format("woff"),
      url("./media/primeicons.ttf") format("truetype"),
      url("./media/primeicons.svg?#primeicons") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  .pi {
    font-family: "primeicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .pi:before {
    --webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .pi-fw {
    width: 1.28571429em;
    text-align: center;
  }
  .pi-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .pi-spin {
      -webkit-animation-delay: -1ms;
      animation-delay: -1ms;
      -webkit-animation-duration: 1ms;
      animation-duration: 1ms;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transition-duration: 0s;
      transition-duration: 0s;
    }
  }
  @-webkit-keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  @keyframes fa-spin {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  .pi-folder-plus:before {
    content: "\ea05";
  }
  .pi-receipt:before {
    content: "\ea06";
  }
  .pi-asterisk:before {
    content: "\ea07";
  }
  .pi-face-smile:before {
    content: "\ea08";
  }
  .pi-pinterest:before {
    content: "\ea09";
  }
  .pi-expand:before {
    content: "\ea0a";
  }
  .pi-pen-to-square:before {
    content: "\ea0b";
  }
  .pi-wave-pulse:before {
    content: "\ea0c";
  }
  .pi-turkish-lira:before {
    content: "\ea0d";
  }
  .pi-spinner-dotted:before {
    content: "\ea0e";
  }
  .pi-crown:before {
    content: "\ea0f";
  }
  .pi-pause-circle:before {
    content: "\ea10";
  }
  .pi-warehouse:before {
    content: "\ea11";
  }
  .pi-objects-column:before {
    content: "\ea12";
  }
  .pi-clipboard:before {
    content: "\ea13";
  }
  .pi-play-circle:before {
    content: "\ea14";
  }
  .pi-venus:before {
    content: "\ea15";
  }
  .pi-cart-minus:before {
    content: "\ea16";
  }
  .pi-file-plus:before {
    content: "\ea17";
  }
  .pi-microchip:before {
    content: "\ea18";
  }
  .pi-twitch:before {
    content: "\ea19";
  }
  .pi-building-columns:before {
    content: "\ea1a";
  }
  .pi-file-check:before {
    content: "\ea1b";
  }
  .pi-microchip-ai:before {
    content: "\ea1c";
  }
  .pi-trophy:before {
    content: "\ea1d";
  }
  .pi-barcode:before {
    content: "\ea1e";
  }
  .pi-file-arrow-up:before {
    content: "\ea1f";
  }
  .pi-mars:before {
    content: "\ea20";
  }
  .pi-tiktok:before {
    content: "\ea21";
  }
  .pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
  }
  .pi-ethereum:before {
    content: "\ea23";
  }
  .pi-list-check:before {
    content: "\ea24";
  }
  .pi-thumbtack:before {
    content: "\ea25";
  }
  .pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
  }
  .pi-equals:before {
    content: "\ea27";
  }
  .pi-lightbulb:before {
    content: "\ea28";
  }
  .pi-star-half:before {
    content: "\ea29";
  }
  .pi-address-book:before {
    content: "\ea2a";
  }
  .pi-chart-scatter:before {
    content: "\ea2b";
  }
  .pi-indian-rupee:before {
    content: "\ea2c";
  }
  .pi-star-half-fill:before {
    content: "\ea2d";
  }
  .pi-cart-arrow-down:before {
    content: "\ea2e";
  }
  .pi-calendar-clock:before {
    content: "\ea2f";
  }
  .pi-sort-up-fill:before {
    content: "\ea30";
  }
  .pi-sparkles:before {
    content: "\ea31";
  }
  .pi-bullseye:before {
    content: "\ea32";
  }
  .pi-sort-down-fill:before {
    content: "\ea33";
  }
  .pi-graduation-cap:before {
    content: "\ea34";
  }
  .pi-hammer:before {
    content: "\ea35";
  }
  .pi-bell-slash:before {
    content: "\ea36";
  }
  .pi-gauge:before {
    content: "\ea37";
  }
  .pi-shop:before {
    content: "\ea38";
  }
  .pi-headphones:before {
    content: "\ea39";
  }
  .pi-eraser:before {
    content: "\ea04";
  }
  .pi-stopwatch:before {
    content: "\ea01";
  }
  .pi-verified:before {
    content: "\ea02";
  }
  .pi-delete-left:before {
    content: "\ea03";
  }
  .pi-hourglass:before {
    content: "\e9fe";
  }
  .pi-truck:before {
    content: "\ea00";
  }
  .pi-wrench:before {
    content: "\e9ff";
  }
  .pi-microphone:before {
    content: "\e9fa";
  }
  .pi-megaphone:before {
    content: "\e9fb";
  }
  .pi-arrow-right-arrow-left:before {
    content: "\e9fc";
  }
  .pi-bitcoin:before {
    content: "\e9fd";
  }
  .pi-file-edit:before {
    content: "\e9f6";
  }
  .pi-language:before {
    content: "\e9f7";
  }
  .pi-file-export:before {
    content: "\e9f8";
  }
  .pi-file-import:before {
    content: "\e9f9";
  }
  .pi-file-word:before {
    content: "\e9f1";
  }
  .pi-gift:before {
    content: "\e9f2";
  }
  .pi-cart-plus:before {
    content: "\e9f3";
  }
  .pi-thumbs-down-fill:before {
    content: "\e9f4";
  }
  .pi-thumbs-up-fill:before {
    content: "\e9f5";
  }
  .pi-arrows-alt:before {
    content: "\e9f0";
  }
  .pi-calculator:before {
    content: "\e9ef";
  }
  .pi-sort-alt-slash:before {
    content: "\e9ee";
  }
  .pi-arrows-h:before {
    content: "\e9ec";
  }
  .pi-arrows-v:before {
    content: "\e9ed";
  }
  .pi-pound:before {
    content: "\e9eb";
  }
  .pi-prime:before {
    content: "\e9ea";
  }
  .pi-chart-pie:before {
    content: "\e9e9";
  }
  .pi-reddit:before {
    content: "\e9e8";
  }
  .pi-code:before {
    content: "\e9e7";
  }
  .pi-sync:before {
    content: "\e9e6";
  }
  .pi-shopping-bag:before {
    content: "\e9e5";
  }
  .pi-server:before {
    content: "\e9e4";
  }
  .pi-database:before {
    content: "\e9e3";
  }
  .pi-hashtag:before {
    content: "\e9e2";
  }
  .pi-bookmark-fill:before {
    content: "\e9df";
  }
  .pi-filter-fill:before {
    content: "\e9e0";
  }
  .pi-heart-fill:before {
    content: "\e9e1";
  }
  .pi-flag-fill:before {
    content: "\e9de";
  }
  .pi-circle:before {
    content: "\e9dc";
  }
  .pi-circle-fill:before {
    content: "\e9dd";
  }
  .pi-bolt:before {
    content: "\e9db";
  }
  .pi-history:before {
    content: "\e9da";
  }
  .pi-box:before {
    content: "\e9d9";
  }
  .pi-at:before {
    content: "\e9d8";
  }
  .pi-arrow-up-right:before {
    content: "\e9d4";
  }
  .pi-arrow-up-left:before {
    content: "\e9d5";
  }
  .pi-arrow-down-left:before {
    content: "\e9d6";
  }
  .pi-arrow-down-right:before {
    content: "\e9d7";
  }
  .pi-telegram:before {
    content: "\e9d3";
  }
  .pi-stop-circle:before {
    content: "\e9d2";
  }
  .pi-stop:before {
    content: "\e9d1";
  }
  .pi-whatsapp:before {
    content: "\e9d0";
  }
  .pi-building:before {
    content: "\e9cf";
  }
  .pi-qrcode:before {
    content: "\e9ce";
  }
  .pi-car:before {
    content: "\e9cd";
  }
  .pi-instagram:before {
    content: "\e9cc";
  }
  .pi-linkedin:before {
    content: "\e9cb";
  }
  .pi-send:before {
    content: "\e9ca";
  }
  .pi-slack:before {
    content: "\e9c9";
  }
  .pi-sun:before {
    content: "\e9c8";
  }
  .pi-moon:before {
    content: "\e9c7";
  }
  .pi-vimeo:before {
    content: "\e9c6";
  }
  .pi-youtube:before {
    content: "\e9c5";
  }
  .pi-flag:before {
    content: "\e9c4";
  }
  .pi-wallet:before {
    content: "\e9c3";
  }
  .pi-map:before {
    content: "\e9c2";
  }
  .pi-link:before {
    content: "\e9c1";
  }
  .pi-credit-card:before {
    content: "\e9bf";
  }
  .pi-discord:before {
    content: "\e9c0";
  }
  .pi-percentage:before {
    content: "\e9be";
  }
  .pi-euro:before {
    content: "\e9bd";
  }
  .pi-book:before {
    content: "\e9ba";
  }
  .pi-shield:before {
    content: "\e9b9";
  }
  .pi-paypal:before {
    content: "\e9bb";
  }
  .pi-amazon:before {
    content: "\e9bc";
  }
  .pi-phone:before {
    content: "\e9b8";
  }
  .pi-filter-slash:before {
    content: "\e9b7";
  }
  .pi-facebook:before {
    content: "\e9b4";
  }
  .pi-github:before {
    content: "\e9b5";
  }
  .pi-twitter:before {
    content: "\e9b6";
  }
  .pi-step-backward-alt:before {
    content: "\e9ac";
  }
  .pi-step-forward-alt:before {
    content: "\e9ad";
  }
  .pi-forward:before {
    content: "\e9ae";
  }
  .pi-backward:before {
    content: "\e9af";
  }
  .pi-fast-backward:before {
    content: "\e9b0";
  }
  .pi-fast-forward:before {
    content: "\e9b1";
  }
  .pi-pause:before {
    content: "\e9b2";
  }
  .pi-play:before {
    content: "\e9b3";
  }
  .pi-compass:before {
    content: "\e9ab";
  }
  .pi-id-card:before {
    content: "\e9aa";
  }
  .pi-ticket:before {
    content: "\e9a9";
  }
  .pi-file-o:before {
    content: "\e9a8";
  }
  .pi-reply:before {
    content: "\e9a7";
  }
  .pi-directions-alt:before {
    content: "\e9a5";
  }
  .pi-directions:before {
    content: "\e9a6";
  }
  .pi-thumbs-up:before {
    content: "\e9a3";
  }
  .pi-thumbs-down:before {
    content: "\e9a4";
  }
  .pi-sort-numeric-down-alt:before {
    content: "\e996";
  }
  .pi-sort-numeric-up-alt:before {
    content: "\e997";
  }
  .pi-sort-alpha-down-alt:before {
    content: "\e998";
  }
  .pi-sort-alpha-up-alt:before {
    content: "\e999";
  }
  .pi-sort-numeric-down:before {
    content: "\e99a";
  }
  .pi-sort-numeric-up:before {
    content: "\e99b";
  }
  .pi-sort-alpha-down:before {
    content: "\e99c";
  }
  .pi-sort-alpha-up:before {
    content: "\e99d";
  }
  .pi-sort-alt:before {
    content: "\e99e";
  }
  .pi-sort-amount-up:before {
    content: "\e99f";
  }
  .pi-sort-amount-down:before {
    content: "\e9a0";
  }
  .pi-sort-amount-down-alt:before {
    content: "\e9a1";
  }
  .pi-sort-amount-up-alt:before {
    content: "\e9a2";
  }
  .pi-palette:before {
    content: "\e995";
  }
  .pi-undo:before {
    content: "\e994";
  }
  .pi-desktop:before {
    content: "\e993";
  }
  .pi-sliders-v:before {
    content: "\e991";
  }
  .pi-sliders-h:before {
    content: "\e992";
  }
  .pi-search-plus:before {
    content: "\e98f";
  }
  .pi-search-minus:before {
    content: "\e990";
  }
  .pi-file-excel:before {
    content: "\e98e";
  }
  .pi-file-pdf:before {
    content: "\e98d";
  }
  .pi-check-square:before {
    content: "\e98c";
  }
  .pi-chart-line:before {
    content: "\e98b";
  }
  .pi-user-edit:before {
    content: "\e98a";
  }
  .pi-exclamation-circle:before {
    content: "\e989";
  }
  .pi-android:before {
    content: "\e985";
  }
  .pi-google:before {
    content: "\e986";
  }
  .pi-apple:before {
    content: "\e987";
  }
  .pi-microsoft:before {
    content: "\e988";
  }
  .pi-heart:before {
    content: "\e984";
  }
  .pi-mobile:before {
    content: "\e982";
  }
  .pi-tablet:before {
    content: "\e983";
  }
  .pi-key:before {
    content: "\e981";
  }
  .pi-shopping-cart:before {
    content: "\e980";
  }
  .pi-comments:before {
    content: "\e97e";
  }
  .pi-comment:before {
    content: "\e97f";
  }
  .pi-briefcase:before {
    content: "\e97d";
  }
  .pi-bell:before {
    content: "\e97c";
  }
  .pi-paperclip:before {
    content: "\e97b";
  }
  .pi-share-alt:before {
    content: "\e97a";
  }
  .pi-envelope:before {
    content: "\e979";
  }
  .pi-volume-down:before {
    content: "\e976";
  }
  .pi-volume-up:before {
    content: "\e977";
  }
  .pi-volume-off:before {
    content: "\e978";
  }
  .pi-eject:before {
    content: "\e975";
  }
  .pi-money-bill:before {
    content: "\e974";
  }
  .pi-images:before {
    content: "\e973";
  }
  .pi-image:before {
    content: "\e972";
  }
  .pi-sign-in:before {
    content: "\e970";
  }
  .pi-sign-out:before {
    content: "\e971";
  }
  .pi-wifi:before {
    content: "\e96f";
  }
  .pi-sitemap:before {
    content: "\e96e";
  }
  .pi-chart-bar:before {
    content: "\e96d";
  }
  .pi-camera:before {
    content: "\e96c";
  }
  .pi-dollar:before {
    content: "\e96b";
  }
  .pi-lock-open:before {
    content: "\e96a";
  }
  .pi-table:before {
    content: "\e969";
  }
  .pi-map-marker:before {
    content: "\e968";
  }
  .pi-list:before {
    content: "\e967";
  }
  .pi-eye-slash:before {
    content: "\e965";
  }
  .pi-eye:before {
    content: "\e966";
  }
  .pi-folder-open:before {
    content: "\e964";
  }
  .pi-folder:before {
    content: "\e963";
  }
  .pi-video:before {
    content: "\e962";
  }
  .pi-inbox:before {
    content: "\e961";
  }
  .pi-lock:before {
    content: "\e95f";
  }
  .pi-unlock:before {
    content: "\e960";
  }
  .pi-tags:before {
    content: "\e95d";
  }
  .pi-tag:before {
    content: "\e95e";
  }
  .pi-power-off:before {
    content: "\e95c";
  }
  .pi-save:before {
    content: "\e95b";
  }
  .pi-question-circle:before {
    content: "\e959";
  }
  .pi-question:before {
    content: "\e95a";
  }
  .pi-copy:before {
    content: "\e957";
  }
  .pi-file:before {
    content: "\e958";
  }
  .pi-clone:before {
    content: "\e955";
  }
  .pi-calendar-times:before {
    content: "\e952";
  }
  .pi-calendar-minus:before {
    content: "\e953";
  }
  .pi-calendar-plus:before {
    content: "\e954";
  }
  .pi-ellipsis-v:before {
    content: "\e950";
  }
  .pi-ellipsis-h:before {
    content: "\e951";
  }
  .pi-bookmark:before {
    content: "\e94e";
  }
  .pi-globe:before {
    content: "\e94f";
  }
  .pi-replay:before {
    content: "\e94d";
  }
  .pi-filter:before {
    content: "\e94c";
  }
  .pi-print:before {
    content: "\e94b";
  }
  .pi-align-right:before {
    content: "\e946";
  }
  .pi-align-left:before {
    content: "\e947";
  }
  .pi-align-center:before {
    content: "\e948";
  }
  .pi-align-justify:before {
    content: "\e949";
  }
  .pi-cog:before {
    content: "\e94a";
  }
  .pi-cloud-download:before {
    content: "\e943";
  }
  .pi-cloud-upload:before {
    content: "\e944";
  }
  .pi-cloud:before {
    content: "\e945";
  }
  .pi-pencil:before {
    content: "\e942";
  }
  .pi-users:before {
    content: "\e941";
  }
  .pi-clock:before {
    content: "\e940";
  }
  .pi-user-minus:before {
    content: "\e93e";
  }
  .pi-user-plus:before {
    content: "\e93f";
  }
  .pi-trash:before {
    content: "\e93d";
  }
  .pi-external-link:before {
    content: "\e93c";
  }
  .pi-window-maximize:before {
    content: "\e93b";
  }
  .pi-window-minimize:before {
    content: "\e93a";
  }
  .pi-refresh:before {
    content: "\e938";
  }
  .pi-user:before {
    content: "\e939";
  }
  .pi-exclamation-triangle:before {
    content: "\e922";
  }
  .pi-calendar:before {
    content: "\e927";
  }
  .pi-chevron-circle-left:before {
    content: "\e928";
  }
  .pi-chevron-circle-down:before {
    content: "\e929";
  }
  .pi-chevron-circle-right:before {
    content: "\e92a";
  }
  .pi-chevron-circle-up:before {
    content: "\e92b";
  }
  .pi-angle-double-down:before {
    content: "\e92c";
  }
  .pi-angle-double-left:before {
    content: "\e92d";
  }
  .pi-angle-double-right:before {
    content: "\e92e";
  }
  .pi-angle-double-up:before {
    content: "\e92f";
  }
  .pi-angle-down:before {
    content: "\e930";
  }
  .pi-angle-left:before {
    content: "\e931";
  }
  .pi-angle-right:before {
    content: "\e932";
  }
  .pi-angle-up:before {
    content: "\e933";
  }
  .pi-upload:before {
    content: "\e934";
  }
  .pi-download:before {
    content: "\e956";
  }
  .pi-ban:before {
    content: "\e935";
  }
  .pi-star-fill:before {
    content: "\e936";
  }
  .pi-star:before {
    content: "\e937";
  }
  .pi-chevron-left:before {
    content: "\e900";
  }
  .pi-chevron-right:before {
    content: "\e901";
  }
  .pi-chevron-down:before {
    content: "\e902";
  }
  .pi-chevron-up:before {
    content: "\e903";
  }
  .pi-caret-left:before {
    content: "\e904";
  }
  .pi-caret-right:before {
    content: "\e905";
  }
  .pi-caret-down:before {
    content: "\e906";
  }
  .pi-caret-up:before {
    content: "\e907";
  }
  .pi-search:before {
    content: "\e908";
  }
  .pi-check:before {
    content: "\e909";
  }
  .pi-check-circle:before {
    content: "\e90a";
  }
  .pi-times:before {
    content: "\e90b";
  }
  .pi-times-circle:before {
    content: "\e90c";
  }
  .pi-plus:before {
    content: "\e90d";
  }
  .pi-plus-circle:before {
    content: "\e90e";
  }
  .pi-minus:before {
    content: "\e90f";
  }
  .pi-minus-circle:before {
    content: "\e910";
  }
  .pi-circle-on:before {
    content: "\e911";
  }
  .pi-circle-off:before {
    content: "\e912";
  }
  .pi-sort-down:before {
    content: "\e913";
  }
  .pi-sort-up:before {
    content: "\e914";
  }
  .pi-sort:before {
    content: "\e915";
  }
  .pi-step-backward:before {
    content: "\e916";
  }
  .pi-step-forward:before {
    content: "\e917";
  }
  .pi-th-large:before {
    content: "\e918";
  }
  .pi-arrow-down:before {
    content: "\e919";
  }
  .pi-arrow-left:before {
    content: "\e91a";
  }
  .pi-arrow-right:before {
    content: "\e91b";
  }
  .pi-arrow-up:before {
    content: "\e91c";
  }
  .pi-bars:before {
    content: "\e91d";
  }
  .pi-arrow-circle-down:before {
    content: "\e91e";
  }
  .pi-arrow-circle-left:before {
    content: "\e91f";
  }
  .pi-arrow-circle-right:before {
    content: "\e920";
  }
  .pi-arrow-circle-up:before {
    content: "\e921";
  }
  .pi-info:before {
    content: "\e923";
  }
  .pi-info-circle:before {
    content: "\e924";
  }
  .pi-home:before {
    content: "\e925";
  }
  .pi-spinner:before {
    content: "\e926";
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@keyframes enter {
  from {
    opacity: var(--p-enter-opacity, 1);
    transform: translate3d(var(--p-enter-translate-x, 0), var(--p-enter-translate-y, 0), 0) scale3d(var(--p-enter-scale, 1), var(--p-enter-scale, 1), var(--p-enter-scale, 1)) rotate(var(--p-enter-rotate, 0));
  }
}
@keyframes leave {
  to {
    opacity: var(--p-leave-opacity, 1);
    transform: translate3d(var(--p-leave-translate-x, 0), var(--p-leave-translate-y, 0), 0) scale3d(var(--p-leave-scale, 1), var(--p-leave-scale, 1), var(--p-leave-scale, 1)) rotate(var(--p-leave-rotate, 0));
  }
}
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-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-scroll-snap-strictness { syntax: "*"; inherits: false; initial-value: proximity; }
@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-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-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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-scroll-snap-strictness: proximity;
      --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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
