/* src/assets/styles/variables/_common.css */
:root {
  --color-white: white;
  --primary-color: var(--p-primary-color);
  --color-green-arquea: #70ba6d;
  --color-green-arquea-200: #81c49d;
  --color-green-arquea-300: #9fd1b4;
  --color-green-arquea-400: #bbdecd;
  --color-green-arquea-500: #c8e4d7;
  --color-green-arquea-600: #d4ebe2;
  --color-green-arquea-700: #e1f2ec;
  --color-green-arquea-800: #f0fbf8;
  --p-panel-header-padding: 1rem;
  --p-toolbar-padding: 0.375rem 0.5rem;
  --p-dataview-header-padding: 0.375rem 0.5rem;
  --p-fieldset-legend-padding: 0.375rem 0.5rem;
  --p-fieldset-content-padding: 1rem 0.5rem;
  --p-card-title-font-weight: var(--font-weight-bold);
  --p-card-title-font-size: var(--text-2xl);
  --p-datatable-row-selected-background: var(--color-green-arquea-800);
  --p-timeline-horizontal-event-content-padding: 0.25rem;
  --p-inplace-padding: 0.25rem;
  --p-tabs-tabpanel-padding: 0;
  --p-card-shadow: var(--p-surface-200) 0px 1px 3px 0px, var(--p-surface-300) 0px 0px 0px 1px;
  --p-card-border-radius: var(--p-content-border-radius);
  --p-stepper-steppanel-padding: 0.10rem;
  --p-progressspinner-color-one: var(--color-green-arquea);
  --p-progressspinner-color-two: var(--color-green-arquea-200);
  --p-progressspinner-color-three: var(--color-green-arquea-300);
  --p-progressspinner-color-four: var(--color-green-arquea-400);
}

/* src/assets/styles/variables/_dark.css */
:root[class*=arquea-dark] {
  --white: #fff;
}

/* src/assets/styles/variables/_light.css */
:root {
}

/* src/assets/styles/_core.css */
html {
  height: 100%;
  font-size: 14px;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--text-color);
  background-color: var(--surface-ground);
}
a {
  text-decoration: none;
}

/* src/assets/styles/_typography.css */
@font-face {
  font-family: "Inter";
  src: url("./media/inter-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BarlowCondensed";
  src: url("./media/barlow-condensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.highlight {
  font-family: "BarlowCondensed", sans-serif;
}

/* src/assets/styles/theme.css */

/* src/styles.css */
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer tailwind {
  @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-100: oklch(93.6% 0.032 17.717);
      --color-red-400: oklch(70.4% 0.191 22.216);
      --color-red-500: oklch(63.7% 0.237 25.331);
      --color-red-600: oklch(57.7% 0.245 27.325);
      --color-red-700: oklch(50.5% 0.213 27.518);
      --color-orange-500: oklch(70.5% 0.213 47.604);
      --color-amber-50: oklch(98.7% 0.022 95.277);
      --color-amber-100: oklch(96.2% 0.059 95.617);
      --color-amber-200: oklch(92.4% 0.12 95.746);
      --color-amber-400: oklch(82.8% 0.189 84.429);
      --color-amber-500: oklch(76.9% 0.188 70.08);
      --color-amber-600: oklch(66.6% 0.179 58.318);
      --color-amber-700: oklch(55.5% 0.163 48.998);
      --color-yellow-50: oklch(98.7% 0.026 102.212);
      --color-yellow-500: oklch(79.5% 0.184 86.047);
      --color-yellow-700: oklch(55.4% 0.135 66.442);
      --color-green-50: oklch(98.2% 0.018 155.826);
      --color-green-100: oklch(96.2% 0.044 156.743);
      --color-green-500: oklch(72.3% 0.219 149.579);
      --color-green-600: oklch(62.7% 0.194 149.214);
      --color-green-700: oklch(52.7% 0.154 150.069);
      --color-green-900: oklch(39.3% 0.095 152.535);
      --color-teal-100: oklch(95.3% 0.051 180.801);
      --color-teal-900: oklch(38.6% 0.063 188.416);
      --color-cyan-50: oklch(98.4% 0.019 200.873);
      --color-cyan-100: oklch(95.6% 0.045 203.388);
      --color-cyan-200: oklch(91.7% 0.08 205.041);
      --color-cyan-400: oklch(78.9% 0.154 211.53);
      --color-cyan-700: oklch(52% 0.105 223.128);
      --color-blue-100: oklch(93.2% 0.032 255.585);
      --color-slate-200: oklch(92.9% 0.013 255.508);
      --color-gray-50: oklch(98.5% 0.002 247.839);
      --color-gray-100: oklch(96.7% 0.003 264.542);
      --color-gray-200: oklch(92.8% 0.006 264.531);
      --color-gray-300: oklch(87.2% 0.01 258.338);
      --color-gray-400: oklch(70.7% 0.022 261.325);
      --color-gray-500: oklch(55.1% 0.027 264.364);
      --color-gray-600: oklch(44.6% 0.03 256.802);
      --color-gray-700: oklch(37.3% 0.034 259.733);
      --color-gray-800: oklch(27.8% 0.033 256.848);
      --color-gray-900: oklch(21% 0.034 264.665);
      --color-stone-100: oklch(97% 0.001 106.424);
      --color-stone-600: oklch(44.4% 0.011 73.639);
      --color-white: #fff;
      --spacing: 0.25rem;
      --container-xs: 20rem;
      --container-md: 28rem;
      --container-lg: 32rem;
      --container-5xl: 64rem;
      --container-7xl: 80rem;
      --text-xs: 0.75rem;
      --text-xs--line-height: calc(1 / 0.75);
      --text-sm: 0.875rem;
      --text-sm--line-height: calc(1.25 / 0.875);
      --text-base: 1rem;
      --text-base--line-height: calc(1.5 / 1);
      --text-lg: 1.125rem;
      --text-lg--line-height: calc(1.75 / 1.125);
      --text-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-4xl: 2.25rem;
      --text-4xl--line-height: calc(2.5 / 2.25);
      --text-5xl: 3rem;
      --text-5xl--line-height: 1;
      --text-6xl: 3.75rem;
      --text-6xl--line-height: 1;
      --font-weight-light: 300;
      --font-weight-normal: 400;
      --font-weight-medium: 500;
      --font-weight-semibold: 600;
      --font-weight-bold: 700;
      --tracking-tight: -0.025em;
      --leading-tight: 1.25;
      --leading-snug: 1.375;
      --leading-relaxed: 1.625;
      --radius-sm: 0.25rem;
      --radius-md: 0.375rem;
      --radius-lg: 0.5rem;
      --radius-xl: 0.75rem;
      --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
      --default-transition-duration: 150ms;
      --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      --default-font-family: var(--font-sans);
      --default-mono-font-family: var(--font-mono);
      --color-arquea: var(--p-arquea-500) ;
    }
  }
  @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 {
    .visible {
      visibility: visible;
    }
    .absolute {
      position: absolute;
    }
    .fixed {
      position: fixed;
    }
    .relative {
      position: relative;
    }
    .static {
      position: static;
    }
    .sticky {
      position: sticky;
    }
    .inset-0 {
      inset: calc(var(--spacing) * 0);
    }
    .bottom-0 {
      bottom: calc(var(--spacing) * 0);
    }
    .z-0 {
      z-index: 0;
    }
    .z-10 {
      z-index: 10;
    }
    .z-50 {
      z-index: 50;
    }
    .col-span-1 {
      grid-column: span 1 / span 1;
    }
    .col-span-2 {
      grid-column: span 2 / span 2;
    }
    .col-span-3 {
      grid-column: span 3 / span 3;
    }
    .col-span-12 {
      grid-column: span 12 / span 12;
    }
    .container {
      width: 100%;
    }
    @media (width >= 40rem) {
      .container {
        max-width: 40rem;
      }
    }
    @media (width >= 48rem) {
      .container {
        max-width: 48rem;
      }
    }
    @media (width >= 64rem) {
      .container {
        max-width: 64rem;
      }
    }
    @media (width >= 80rem) {
      .container {
        max-width: 80rem;
      }
    }
    @media (width >= 96rem) {
      .container {
        max-width: 96rem;
      }
    }
    .m-2 {
      margin: calc(var(--spacing) * 2);
    }
    .m-6 {
      margin: calc(var(--spacing) * 6);
    }
    .mx-1 {
      margin-inline: calc(var(--spacing) * 1);
    }
    .mx-auto {
      margin-inline: auto;
    }
    .my-1 {
      margin-block: calc(var(--spacing) * 1);
    }
    .my-2 {
      margin-block: calc(var(--spacing) * 2);
    }
    .my-4 {
      margin-block: calc(var(--spacing) * 4);
    }
    .my-8 {
      margin-block: calc(var(--spacing) * 8);
    }
    .mt-0\.5 {
      margin-top: calc(var(--spacing) * 0.5);
    }
    .mt-1 {
      margin-top: calc(var(--spacing) * 1);
    }
    .mt-2 {
      margin-top: calc(var(--spacing) * 2);
    }
    .mt-3 {
      margin-top: calc(var(--spacing) * 3);
    }
    .mt-4 {
      margin-top: calc(var(--spacing) * 4);
    }
    .mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
    .mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
    .mr-1 {
      margin-right: calc(var(--spacing) * 1);
    }
    .mr-2 {
      margin-right: calc(var(--spacing) * 2);
    }
    .mr-3 {
      margin-right: calc(var(--spacing) * 3);
    }
    .mr-4 {
      margin-right: calc(var(--spacing) * 4);
    }
    .mr-8 {
      margin-right: calc(var(--spacing) * 8);
    }
    .mb-1 {
      margin-bottom: calc(var(--spacing) * 1);
    }
    .mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
    .mb-3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
    .mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
    .mb-6 {
      margin-bottom: calc(var(--spacing) * 6);
    }
    .mb-8 {
      margin-bottom: calc(var(--spacing) * 8);
    }
    .ml-1 {
      margin-left: calc(var(--spacing) * 1);
    }
    .ml-2 {
      margin-left: calc(var(--spacing) * 2);
    }
    .ml-4 {
      margin-left: calc(var(--spacing) * 4);
    }
    .ml-8 {
      margin-left: calc(var(--spacing) * 8);
    }
    .block {
      display: block;
    }
    .flex {
      display: flex;
    }
    .grid {
      display: grid;
    }
    .hidden {
      display: none;
    }
    .inline-flex {
      display: inline-flex;
    }
    .table {
      display: table;
    }
    .\!h-full {
      height: 100% !important;
    }
    .h-10 {
      height: calc(var(--spacing) * 10);
    }
    .h-12 {
      height: calc(var(--spacing) * 12);
    }
    .h-14 {
      height: calc(var(--spacing) * 14);
    }
    .h-20 {
      height: calc(var(--spacing) * 20);
    }
    .h-24 {
      height: calc(var(--spacing) * 24);
    }
    .h-64 {
      height: calc(var(--spacing) * 64);
    }
    .h-\[40px\] {
      height: 40px;
    }
    .h-\[48px\] {
      height: 48px;
    }
    .h-dvh {
      height: 100dvh;
    }
    .h-full {
      height: 100%;
    }
    .max-h-130 {
      max-height: calc(var(--spacing) * 130);
    }
    .min-h-2 {
      min-height: calc(var(--spacing) * 2);
    }
    .min-h-9 {
      min-height: calc(var(--spacing) * 9);
    }
    .min-h-32 {
      min-height: calc(var(--spacing) * 32);
    }
    .min-h-\[200px\] {
      min-height: 200px;
    }
    .\!w-10 {
      width: calc(var(--spacing) * 10) !important;
    }
    .w-2\/4 {
      width: calc(2/4 * 100%);
    }
    .w-6 {
      width: calc(var(--spacing) * 6);
    }
    .w-8 {
      width: calc(var(--spacing) * 8);
    }
    .w-10 {
      width: calc(var(--spacing) * 10);
    }
    .w-12 {
      width: calc(var(--spacing) * 12);
    }
    .w-16 {
      width: calc(var(--spacing) * 16);
    }
    .w-24 {
      width: calc(var(--spacing) * 24);
    }
    .w-28 {
      width: calc(var(--spacing) * 28);
    }
    .w-30 {
      width: calc(var(--spacing) * 30);
    }
    .w-32 {
      width: calc(var(--spacing) * 32);
    }
    .w-40 {
      width: calc(var(--spacing) * 40);
    }
    .w-50 {
      width: calc(var(--spacing) * 50);
    }
    .w-56 {
      width: calc(var(--spacing) * 56);
    }
    .w-full {
      width: 100%;
    }
    .\!max-w-10 {
      max-width: calc(var(--spacing) * 10) !important;
    }
    .\!max-w-30 {
      max-width: calc(var(--spacing) * 30) !important;
    }
    .max-w-5xl {
      max-width: var(--container-5xl);
    }
    .max-w-7xl {
      max-width: var(--container-7xl);
    }
    .max-w-16 {
      max-width: calc(var(--spacing) * 16);
    }
    .max-w-20 {
      max-width: calc(var(--spacing) * 20);
    }
    .max-w-full {
      max-width: 100%;
    }
    .max-w-md {
      max-width: var(--container-md);
    }
    .max-w-xs {
      max-width: var(--container-xs);
    }
    .\!min-w-0 {
      min-width: calc(var(--spacing) * 0) !important;
    }
    .min-w-1\/2 {
      min-width: calc(1/2 * 100%);
    }
    .min-w-1\/3 {
      min-width: calc(1/3 * 100%);
    }
    .min-w-2\/3 {
      min-width: calc(2/3 * 100%);
    }
    .min-w-40 {
      min-width: calc(var(--spacing) * 40);
    }
    .min-w-fit {
      min-width: fit-content;
    }
    .flex-1 {
      flex: 1;
    }
    .flex-1\/2 {
      flex: calc(1/2 * 100%);
    }
    .flex-none {
      flex: none;
    }
    .flex-shrink-0 {
      flex-shrink: 0;
    }
    .grow {
      flex-grow: 1;
    }
    .basis-1\/2 {
      flex-basis: calc(1/2 * 100%);
    }
    .transform {
      transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }
    .animate-fadeinleft {
      animation: fadeinleft 0.15s linear;
    }
    .animate-fadeoutleft {
      animation: fadeoutleft 0.15s linear;
    }
    .cursor-pointer {
      cursor: pointer;
    }
    .resize {
      resize: both;
    }
    .list-inside {
      list-style-position: inside;
    }
    .list-disc {
      list-style-type: disc;
    }
    .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .grid-rows-\[auto_1fr_auto\] {
      grid-template-rows: auto 1fr auto;
    }
    .flex-col {
      flex-direction: column;
    }
    .flex-col-reverse {
      flex-direction: column-reverse;
    }
    .flex-row {
      flex-direction: row;
    }
    .flex-row-reverse {
      flex-direction: row-reverse;
    }
    .flex-wrap {
      flex-wrap: wrap;
    }
    .content-center {
      align-content: center;
    }
    .items-center {
      align-items: center;
    }
    .items-end {
      align-items: flex-end;
    }
    .items-start {
      align-items: flex-start;
    }
    .items-stretch {
      align-items: stretch;
    }
    .\!justify-start {
      justify-content: flex-start !important;
    }
    .justify-around {
      justify-content: space-around;
    }
    .justify-between {
      justify-content: space-between;
    }
    .justify-center {
      justify-content: center;
    }
    .justify-end {
      justify-content: flex-end;
    }
    .justify-start {
      justify-content: flex-start;
    }
    .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-6 {
      gap: calc(var(--spacing) * 6);
    }
    .gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .gap-12 {
      gap: calc(var(--spacing) * 12);
    }
    :where(.space-y-1 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
    :where(.space-y-2 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
    :where(.space-y-4 > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
    .gap-x-6 {
      column-gap: calc(var(--spacing) * 6);
    }
    .gap-x-8 {
      column-gap: calc(var(--spacing) * 8);
    }
    .gap-y-1 {
      row-gap: calc(var(--spacing) * 1);
    }
    .gap-y-2 {
      row-gap: calc(var(--spacing) * 2);
    }
    .gap-y-3 {
      row-gap: calc(var(--spacing) * 3);
    }
    .gap-y-5 {
      row-gap: calc(var(--spacing) * 5);
    }
    .self-center {
      align-self: center;
    }
    .self-end {
      align-self: flex-end;
    }
    .justify-self-center {
      justify-self: center;
    }
    .justify-self-end {
      justify-self: flex-end;
    }
    .justify-self-end-safe {
      justify-self: safe flex-end;
    }
    .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .\!overflow-visible {
      overflow: visible !important;
    }
    .overflow-hidden {
      overflow: hidden;
    }
    .overflow-x-hidden {
      overflow-x: hidden;
    }
    .overflow-y-scroll {
      overflow-y: scroll;
    }
    .overflow-y-visible {
      overflow-y: visible;
    }
    .\!rounded-none {
      border-radius: 0 !important;
    }
    .rounded {
      border-radius: 0.25rem;
    }
    .rounded-border {
      border-radius: var(--p-content-border-radius);
    }
    .rounded-full {
      border-radius: calc(infinity * 1px);
    }
    .rounded-lg {
      border-radius: var(--radius-lg);
    }
    .rounded-md {
      border-radius: var(--radius-md);
    }
    .rounded-sm {
      border-radius: var(--radius-sm);
    }
    .rounded-xl {
      border-radius: var(--radius-xl);
    }
    .\!border-0 {
      border-style: var(--tw-border-style) !important;
      border-width: 0px !important;
    }
    .border {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .border-1 {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .border-t {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
    .border-r-1 {
      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-1 {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
    .border-\[\#2C73FF\] {
      border-color: #2C73FF;
    }
    .border-amber-200 {
      border-color: var(--color-amber-200);
    }
    .border-arquea {
      border-color: var(--color-arquea);
    }
    .border-arquea\/20 {
      border-color: var(--color-arquea);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-arquea\/20 {
        border-color: color-mix(in oklab, var(--color-arquea) 20%, transparent);
      }
    }
    .border-cyan-200 {
      border-color: var(--color-cyan-200);
    }
    .border-gray-200 {
      border-color: var(--color-gray-200);
    }
    .border-gray-300 {
      border-color: var(--color-gray-300);
    }
    .border-gray-400 {
      border-color: var(--color-gray-400);
    }
    .border-gray-900\/5 {
      border-color: color-mix(in srgb, oklch(21% 0.034 264.665) 5%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-gray-900\/5 {
        border-color: color-mix(in oklab, var(--color-gray-900) 5%, transparent);
      }
    }
    .border-green-500 {
      border-color: var(--color-green-500);
    }
    .border-primary\/20 {
      border-color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-primary\/20 {
        border-color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 20%, transparent);
      }
    }
    .border-primary\/30 {
      border-color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-primary\/30 {
        border-color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 30%, transparent);
      }
    }
    .border-red-500 {
      border-color: var(--color-red-500);
    }
    .border-slate-200 {
      border-color: var(--color-slate-200);
    }
    .border-surface-200 {
      border-color: var(--p-surface-200);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-surface-200 {
        border-color: color-mix(in srgb, var(--p-surface-200) calc(100% * 1), transparent);
      }
    }
    .border-surface-300 {
      border-color: var(--p-surface-300);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .border-surface-300 {
        border-color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
      }
    }
    .border-transparent {
      border-color: transparent;
    }
    .border-yellow-500 {
      border-color: var(--color-yellow-500);
    }
    .\!bg-gray-50 {
      background-color: var(--color-gray-50) !important;
    }
    .bg-amber-50 {
      background-color: var(--color-amber-50);
    }
    .bg-amber-100 {
      background-color: var(--color-amber-100);
    }
    .bg-amber-200 {
      background-color: var(--color-amber-200);
    }
    .bg-arquea\/5 {
      background-color: var(--color-arquea);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-arquea\/5 {
        background-color: color-mix(in oklab, var(--color-arquea) 5%, transparent);
      }
    }
    .bg-arquea\/20 {
      background-color: var(--color-arquea);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-arquea\/20 {
        background-color: color-mix(in oklab, var(--color-arquea) 20%, transparent);
      }
    }
    .bg-arquea\/30 {
      background-color: var(--color-arquea);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-arquea\/30 {
        background-color: color-mix(in oklab, var(--color-arquea) 30%, transparent);
      }
    }
    .bg-blue-100 {
      background-color: var(--color-blue-100);
    }
    .bg-cyan-50 {
      background-color: var(--color-cyan-50);
    }
    .bg-cyan-100 {
      background-color: var(--color-cyan-100);
    }
    .bg-gray-50 {
      background-color: var(--color-gray-50);
    }
    .bg-gray-100 {
      background-color: var(--color-gray-100);
    }
    .bg-gray-100\/20 {
      background-color: color-mix(in srgb, oklch(96.7% 0.003 264.542) 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-gray-100\/20 {
        background-color: color-mix(in oklab, var(--color-gray-100) 20%, transparent);
      }
    }
    .bg-gray-200 {
      background-color: var(--color-gray-200);
    }
    .bg-gray-800 {
      background-color: var(--color-gray-800);
    }
    .bg-green-50 {
      background-color: var(--color-green-50);
    }
    .bg-green-100 {
      background-color: var(--color-green-100);
    }
    .bg-primary\/5 {
      background-color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-primary\/5 {
        background-color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 5%, transparent);
      }
    }
    .bg-primary\/10 {
      background-color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-primary\/10 {
        background-color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 10%, transparent);
      }
    }
    .bg-red-50 {
      background-color: var(--color-red-50);
    }
    .bg-red-100 {
      background-color: var(--color-red-100);
    }
    .bg-red-400 {
      background-color: var(--color-red-400);
    }
    .bg-stone-100 {
      background-color: var(--color-stone-100);
    }
    .bg-surface-0 {
      background-color: var(--p-surface-0);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-surface-0 {
        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)) {
      .bg-surface-300 {
        background-color: color-mix(in srgb, var(--p-surface-300) calc(100% * 1), transparent);
      }
    }
    .bg-teal-100 {
      background-color: var(--color-teal-100);
    }
    .bg-white {
      background-color: var(--color-white);
    }
    .bg-white\/70 {
      background-color: color-mix(in srgb, #fff 70%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .bg-white\/70 {
        background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
      }
    }
    .bg-yellow-50 {
      background-color: var(--color-yellow-50);
    }
    .bg-gradient-to-br {
      --tw-gradient-position: to bottom right in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
    .from-white {
      --tw-gradient-from: var(--color-white);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    .via-arquea\/10 {
      --tw-gradient-via: var(--color-arquea);
      --tw-gradient-via-stops:
        var(--tw-gradient-position),
        var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-via) var(--tw-gradient-via-position),
        var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .via-arquea\/10 {
        --tw-gradient-via: color-mix(in oklab, var(--color-arquea) 10%, transparent);
      }
    }
    .to-arquea\/30 {
      --tw-gradient-to: var(--color-arquea);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
    @supports (color: color-mix(in lab, red, red)) {
      .to-arquea\/30 {
        --tw-gradient-to: color-mix(in oklab, var(--color-arquea) 30%, transparent);
      }
    }
    .object-contain {
      object-fit: contain;
    }
    .\!p-0 {
      padding: calc(var(--spacing) * 0) !important;
    }
    .\!p-1 {
      padding: calc(var(--spacing) * 1) !important;
    }
    .\!p-2 {
      padding: calc(var(--spacing) * 2) !important;
    }
    .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-8 {
      padding: calc(var(--spacing) * 8);
    }
    .\!px-4 {
      padding-inline: calc(var(--spacing) * 4) !important;
    }
    .px-1 {
      padding-inline: calc(var(--spacing) * 1);
    }
    .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);
    }
    .px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
    .\!py-3 {
      padding-block: calc(var(--spacing) * 3) !important;
    }
    .py-0\.5 {
      padding-block: calc(var(--spacing) * 0.5);
    }
    .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-20 {
      padding-block: calc(var(--spacing) * 20);
    }
    .py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
    .pt-2 {
      padding-top: calc(var(--spacing) * 2);
    }
    .pt-4 {
      padding-top: calc(var(--spacing) * 4);
    }
    .pt-6 {
      padding-top: calc(var(--spacing) * 6);
    }
    .pb-2 {
      padding-bottom: calc(var(--spacing) * 2);
    }
    .pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
    .pl-2 {
      padding-left: calc(var(--spacing) * 2);
    }
    .text-center {
      text-align: center;
    }
    .text-end {
      text-align: end;
    }
    .text-left {
      text-align: left;
    }
    .text-right {
      text-align: right;
    }
    .align-bottom {
      vertical-align: bottom;
    }
    .\!text-2xl {
      font-size: var(--text-2xl) !important;
      line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
    }
    .\!text-4xl {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
    .text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    .text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    .text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    .text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    .text-xs {
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
    }
    .leading-relaxed {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
    .leading-snug {
      --tw-leading: var(--leading-snug);
      line-height: var(--leading-snug);
    }
    .leading-tight {
      --tw-leading: var(--leading-tight);
      line-height: var(--leading-tight);
    }
    .\!font-light {
      --tw-font-weight: var(--font-weight-light) !important;
      font-weight: var(--font-weight-light) !important;
    }
    .\!font-semibold {
      --tw-font-weight: var(--font-weight-semibold) !important;
      font-weight: var(--font-weight-semibold) !important;
    }
    .font-bold {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    .font-light {
      --tw-font-weight: var(--font-weight-light);
      font-weight: var(--font-weight-light);
    }
    .font-medium {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    .font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
    .font-semibold {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
    .tracking-tight {
      --tw-tracking: var(--tracking-tight);
      letter-spacing: var(--tracking-tight);
    }
    .break-words {
      overflow-wrap: break-word;
    }
    .break-all {
      word-break: break-all;
    }
    .whitespace-nowrap {
      white-space: nowrap;
    }
    .whitespace-pre-wrap {
      white-space: pre-wrap;
    }
    .\!text-amber-700 {
      color: var(--color-amber-700) !important;
    }
    .\!text-gray-500 {
      color: var(--color-gray-500) !important;
    }
    .\!text-primary {
      color: var(--p-primary-color) !important;
    }
    @supports (color: color-mix(in lab, red, red)) {
      .\!text-primary {
        color: color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) !important;
      }
    }
    .\!text-red-600 {
      color: var(--color-red-600) !important;
    }
    .text-\[\#2C73FF\] {
      color: #2C73FF;
    }
    .text-amber-400 {
      color: var(--color-amber-400);
    }
    .text-amber-500 {
      color: var(--color-amber-500);
    }
    .text-amber-600 {
      color: var(--color-amber-600);
    }
    .text-amber-700 {
      color: var(--color-amber-700);
    }
    .text-arquea {
      color: var(--color-arquea);
    }
    .text-cyan-400 {
      color: var(--color-cyan-400);
    }
    .text-cyan-700 {
      color: var(--color-cyan-700);
    }
    .text-gray-50 {
      color: var(--color-gray-50);
    }
    .text-gray-300 {
      color: var(--color-gray-300);
    }
    .text-gray-400 {
      color: var(--color-gray-400);
    }
    .text-gray-500 {
      color: var(--color-gray-500);
    }
    .text-gray-600 {
      color: var(--color-gray-600);
    }
    .text-gray-700 {
      color: var(--color-gray-700);
    }
    .text-gray-800 {
      color: var(--color-gray-800);
    }
    .text-gray-900 {
      color: var(--color-gray-900);
    }
    .text-green-500 {
      color: var(--color-green-500);
    }
    .text-green-600 {
      color: var(--color-green-600);
    }
    .text-green-700 {
      color: var(--color-green-700);
    }
    .text-green-900 {
      color: var(--color-green-900);
    }
    .text-muted-color {
      color: var(--p-text-muted-color);
    }
    .text-orange-500 {
      color: var(--color-orange-500);
    }
    .text-primary {
      color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .text-primary {
        color: color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent);
      }
    }
    .text-primary-500 {
      color: var(--p-primary-500);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .text-primary-500 {
        color: color-mix(in srgb, var(--p-primary-500) calc(100% * 1), transparent);
      }
    }
    .text-primary-600 {
      color: var(--p-primary-600);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .text-primary-600 {
        color: color-mix(in srgb, var(--p-primary-600) calc(100% * 1), transparent);
      }
    }
    .text-primary\/50 {
      color: var(--p-primary-color);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .text-primary\/50 {
        color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 50%, transparent);
      }
    }
    .text-red-500 {
      color: var(--color-red-500);
    }
    .text-red-600 {
      color: var(--color-red-600);
    }
    .text-red-700 {
      color: var(--color-red-700);
    }
    .text-stone-600 {
      color: var(--color-stone-600);
    }
    .text-surface-900 {
      color: var(--p-surface-900);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .text-surface-900 {
        color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
      }
    }
    .text-teal-900 {
      color: var(--color-teal-900);
    }
    .text-white {
      color: var(--color-white);
    }
    .text-yellow-500 {
      color: var(--color-yellow-500);
    }
    .text-yellow-700 {
      color: var(--color-yellow-700);
    }
    .capitalize {
      text-transform: capitalize;
    }
    .uppercase {
      text-transform: uppercase;
    }
    .italic {
      font-style: italic;
    }
    .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);
    }
    .drop-shadow-xl {
      --tw-drop-shadow-size: drop-shadow(0 9px 7px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1)));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-xl));
      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,
        visibility,
        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-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));
    }
    .duration-200 {
      --tw-duration: 200ms;
      transition-duration: 200ms;
    }
    .duration-300 {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    @media (hover: hover) {
      .hover\:border-primary\/30:hover {
        border-color: var(--p-primary-color);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .hover\:border-primary\/30:hover {
          border-color: color-mix(in oklab, color-mix(in srgb, var(--p-primary-color) calc(100% * 1), transparent) 30%, transparent);
        }
      }
    }
    @media (hover: hover) {
      .hover\:bg-\[\#e8f0ff\]:hover {
        background-color: #e8f0ff;
      }
    }
    @media (hover: hover) {
      .hover\:bg-gray-100:hover {
        background-color: var(--color-gray-100);
      }
    }
    @media (hover: hover) {
      .hover\:text-gray-800:hover {
        color: var(--color-gray-800);
      }
    }
    @media (width >= 40rem) {
      .sm\:inline-block {
        display: inline-block;
      }
    }
    @media (width >= 40rem) {
      .sm\:w-1\/3 {
        width: calc(1/3 * 100%);
      }
    }
    @media (width >= 40rem) {
      .sm\:w-32 {
        width: calc(var(--spacing) * 32);
      }
    }
    @media (width >= 40rem) {
      .sm\:w-auto {
        width: auto;
      }
    }
    @media (width >= 40rem) {
      .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (width >= 40rem) {
      .sm\:flex-row {
        flex-direction: row;
      }
    }
    @media (width >= 40rem) {
      .sm\:items-center {
        align-items: center;
      }
    }
    @media (width >= 40rem) {
      .sm\:items-start {
        align-items: flex-start;
      }
    }
    @media (width >= 40rem) {
      .sm\:justify-between {
        justify-content: space-between;
      }
    }
    @media (width >= 40rem) {
      .sm\:px-20 {
        padding-inline: calc(var(--spacing) * 20);
      }
    }
    @media (width >= 40rem) {
      .sm\:py-32 {
        padding-block: calc(var(--spacing) * 32);
      }
    }
    @media (width >= 40rem) {
      .sm\:text-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
      }
    }
    @media (width >= 40rem) {
      .sm\:text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
    @media (width >= 48rem) {
      .md\:col-span-2 {
        grid-column: span 2 / span 2;
      }
    }
    @media (width >= 48rem) {
      .md\:col-span-4 {
        grid-column: span 4 / span 4;
      }
    }
    @media (width >= 48rem) {
      .md\:col-span-8 {
        grid-column: span 8 / span 8;
      }
    }
    @media (width >= 48rem) {
      .md\:container {
        width: 100%;
      }
      @media (width >= 40rem) {
        .md\:container {
          max-width: 40rem;
        }
      }
      @media (width >= 48rem) {
        .md\:container {
          max-width: 48rem;
        }
      }
      @media (width >= 64rem) {
        .md\:container {
          max-width: 64rem;
        }
      }
      @media (width >= 80rem) {
        .md\:container {
          max-width: 80rem;
        }
      }
      @media (width >= 96rem) {
        .md\:container {
          max-width: 96rem;
        }
      }
    }
    @media (width >= 48rem) {
      .md\:w-30 {
        width: calc(var(--spacing) * 30);
      }
    }
    @media (width >= 48rem) {
      .md\:w-auto {
        width: auto;
      }
    }
    @media (width >= 48rem) {
      .md\:min-w-md {
        min-width: var(--container-md);
      }
    }
    @media (width >= 48rem) {
      .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
      }
    }
    @media (width >= 48rem) {
      .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (width >= 48rem) {
      .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    @media (width >= 48rem) {
      .md\:flex-row {
        flex-direction: row;
      }
    }
    @media (width >= 48rem) {
      .md\:flex-nowrap {
        flex-wrap: nowrap;
      }
    }
    @media (width >= 48rem) {
      .md\:items-center {
        align-items: center;
      }
    }
    @media (width >= 48rem) {
      .md\:justify-between {
        justify-content: space-between;
      }
    }
    @media (width >= 48rem) {
      .md\:justify-end {
        justify-content: flex-end;
      }
    }
    @media (width >= 48rem) {
      .md\:p-6 {
        padding: calc(var(--spacing) * 6);
      }
    }
    @media (width >= 64rem) {
      .lg\:w-1\/2 {
        width: calc(1/2 * 100%);
      }
    }
    @media (width >= 64rem) {
      .lg\:w-24 {
        width: calc(var(--spacing) * 24);
      }
    }
    @media (width >= 64rem) {
      .lg\:max-w-lg {
        max-width: var(--container-lg);
      }
    }
    @media (width >= 64rem) {
      .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    @media (width >= 64rem) {
      .lg\:flex-col {
        flex-direction: column;
      }
    }
    @media (width >= 64rem) {
      .lg\:flex-row {
        flex-direction: row;
      }
    }
    @media (width >= 64rem) {
      .lg\:items-start {
        align-items: flex-start;
      }
    }
    @media (width >= 64rem) {
      .lg\:gap-0 {
        gap: calc(var(--spacing) * 0);
      }
    }
    @media (width >= 64rem) {
      .lg\:px-24 {
        padding-inline: calc(var(--spacing) * 24);
      }
    }
    @media (width >= 64rem) {
      .lg\:py-40 {
        padding-block: calc(var(--spacing) * 40);
      }
    }
    @media (width >= 64rem) {
      .lg\:text-left {
        text-align: left;
      }
    }
    @media (width >= 64rem) {
      .lg\:text-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--line-height));
      }
    }
    @media (width >= 64rem) {
      .lg\:text-6xl {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height));
      }
    }
    @media (prefers-color-scheme: dark) {
      .dark\:border-surface-700 {
        border-color: var(--p-surface-700);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:border-surface-700 {
          border-color: color-mix(in srgb, var(--p-surface-700) calc(100% * 1), transparent);
        }
      }
    }
    @media (prefers-color-scheme: dark) {
      .dark\:bg-surface-500 {
        background-color: var(--p-surface-500);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:bg-surface-500 {
          background-color: color-mix(in srgb, var(--p-surface-500) calc(100% * 1), transparent);
        }
      }
    }
    @media (prefers-color-scheme: dark) {
      .dark\:bg-surface-900 {
        background-color: var(--p-surface-900);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:bg-surface-900 {
          background-color: color-mix(in srgb, var(--p-surface-900) calc(100% * 1), transparent);
        }
      }
    }
    @media (prefers-color-scheme: dark) {
      .dark\:text-surface-0 {
        color: var(--p-surface-0);
      }
      @supports (color: color-mix(in lab, red, red)) {
        .dark\:text-surface-0 {
          color: color-mix(in srgb, var(--p-surface-0) calc(100% * 1), transparent);
        }
      }
    }
  }
}
@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-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-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-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; }
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes fadeoutleft {
  0% {
    opacity: 1;
    transform: translateX(0%);
    transition: transform 0.12s cubic-bezier(0, 0, 0.2, 1), opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

/* node_modules/primeicons/primeicons.css */
@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";
}

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