@charset "UTF-8";

/* src/styles.scss */
/*! tailwindcss v4.1.17 | 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-200: oklch(88.5% 0.062 18.334);
    --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-red-800: oklch(44.4% 0.177 26.899);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --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-800: oklch(44.8% 0.119 151.328);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --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-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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --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);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
       {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[10px\] {
    top: 10px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-\[10px\] {
    right: 10px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-\[10px\] {
    left: 10px;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-10 {
    grid-column: span 10 / span 10;
  }
  .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;
    }
  }
  .mx-\[10px\] {
    margin-inline: 10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-\[10px\] {
    margin-block: 10px;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .min-h-\[13px\] {
    min-height: 13px;
  }
  .min-h-\[30px\] {
    min-height: 30px;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[50px\] {
    min-height: 50px;
  }
  .min-h-\[65px\] {
    min-height: 65px;
  }
  .min-h-\[132px\] {
    min-height: 132px;
  }
  .min-h-\[152px\] {
    min-height: 152px;
  }
  .min-h-\[400px\] {
    min-height: 400px;
  }
  .min-h-\[445px\] {
    min-height: 445px;
  }
  .min-h-\[clamp\(316px\,80vw\,418px\)\] {
    min-height: clamp(316px, 80vw, 418px);
  }
  .min-h-\[clamp\(336px\,80vw\,336px\)\] {
    min-height: clamp(336px, 80vw, 336px);
  }
  .min-h-\[clamp\(384px\,80vw\,402px\)\] {
    min-height: clamp(384px, 80vw, 402px);
  }
  .min-h-\[clamp\(490px\,80vw\,585px\)\] {
    min-height: clamp(490px, 80vw, 585px);
  }
  .\!w-auto {
    width: auto !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[25px\] {
    width: 25px;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[clamp\(100\%\,25vw\,445px\)\] {
    width: clamp(100%, 25vw, 445px);
  }
  .w-\[clamp\(269px\,80vw\,400px\)\] {
    width: clamp(269px, 80vw, 400px);
  }
  .w-\[clamp\(269px\,80vw\,402px\)\] {
    width: clamp(269px, 80vw, 402px);
  }
  .w-\[clamp\(269px\,80vw\,500px\)\] {
    width: clamp(269px, 80vw, 500px);
  }
  .w-\[clamp\(269px\,80vw\,600px\)\] {
    width: clamp(269px, 80vw, 600px);
  }
  .w-\[clamp\(269px\,80vw\,700px\)\] {
    width: clamp(269px, 80vw, 700px);
  }
  .w-\[clamp\(269px\,80vw\,860px\)\] {
    width: clamp(269px, 80vw, 860px);
  }
  .w-\[clamp\(269px\,80vw\,1020px\)\] {
    width: clamp(269px, 80vw, 1020px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[50\%\] {
    max-width: 50%;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[260px\] {
    max-width: 260px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[218px\] {
    min-width: 218px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .\[grid-template-columns\:repeat\(auto-fit\,minmax\(260px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[0\.70rem\] {
    gap: 0.70rem;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  :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-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * 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)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }
  .self-center {
    align-self: center;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .\!rounded-\[12px\] {
    border-radius: 12px !important;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-\[1000px\] {
    border-radius: 1000px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .\!border-\[var\(--p-inputtext-invalid-border-color\)\] {
    border-color: var(--p-inputtext-invalid-border-color) !important;
  }
  .border-\[\#25d366\] {
    border-color: #25d366;
  }
  .border-\[\#131C33\] {
    border-color: #131C33;
  }
  .border-\[\#131C35\] {
    border-color: #131C35;
  }
  .border-\[\#141B35\] {
    border-color: #141B35;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .border-\[\#E10A0A\] {
    border-color: #E10A0A;
  }
  .border-\[\#E11319\] {
    border-color: #E11319;
  }
  .border-\[\#d1d1d1\] {
    border-color: #d1d1d1;
  }
  .border-\[\#e11319\] {
    border-color: #e11319;
  }
  .border-\[\#fb2680\] {
    border-color: #fb2680;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-900 {
    border-color: var(--color-gray-900);
  }
  .border-green-300 {
    border-color: var(--color-green-300);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .bg-\[\#1d1d1d\] {
    background-color: #1d1d1d;
  }
  .bg-\[\#25d366\] {
    background-color: #25d366;
  }
  .bg-\[\#131C35\] {
    background-color: #131C35;
  }
  .bg-\[\#141B35\] {
    background-color: #141B35;
  }
  .bg-\[\#C4C4C4\] {
    background-color: #C4C4C4;
  }
  .bg-\[\#D32F2F\] {
    background-color: #D32F2F;
  }
  .bg-\[\#E11319\] {
    background-color: #E11319;
  }
  .bg-\[\#F3F2F0\] {
    background-color: #F3F2F0;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FFE1E3\] {
    background-color: #FFE1E3;
  }
  .bg-\[\#ddd\] {
    background-color: #ddd;
  }
  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-600 {
    background-color: var(--color-green-600);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .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-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[16px\] {
    padding-top: 16px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-\[80px\] {
    padding-left: 80px;
  }
  .\!text-center {
    text-align: center !important;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .align-top {
    vertical-align: top;
  }
  .font-\[\'Oswald\'\,Helvetica\,Arial\,Lucida\,sans-serif\] {
    font-family:
      "Oswald",
      Helvetica,
      Arial,
      Lucida,
      sans-serif;
  }
  .font-\[Arial\] {
    font-family: Arial;
  }
  .font-\[Oswald\,Helvetica\,Arial\,Lucida\,sans-serif\] {
    font-family:
      Oswald,
      Helvetica,
      Arial,
      Lucida,
      sans-serif;
  }
  .font-\[Oswald\] {
    font-family: Oswald;
  }
  .font-\[Poppins\] {
    font-family: Poppins;
  }
  .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));
  }
  .\!text-\[10rem\] {
    font-size: 10rem !important;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[41px\] {
    font-size: 41px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .text-\[clamp\(9\.67px\,1\.5vw\,16px\)\] {
    font-size: clamp(9.67px, 1.5vw, 16px);
  }
  .text-\[clamp\(10px\,3vw\,16px\)\] {
    font-size: clamp(10px, 3vw, 16px);
  }
  .text-\[clamp\(12px\,1\.5vw\,22px\)\] {
    font-size: clamp(12px, 1.5vw, 22px);
  }
  .text-\[clamp\(14\.51px\,1\.5vw\,24px\)\] {
    font-size: clamp(14.51px, 1.5vw, 24px);
  }
  .text-\[clamp\(20px\,4vw\,32px\)\] {
    font-size: clamp(20px, 4vw, 32px);
  }
  .text-\[clamp\(22px\,3vw\,32px\)\] {
    font-size: clamp(22px, 3vw, 32px);
  }
  .leading-\[0\.75\] {
    --tw-leading: 0.75;
    line-height: 0.75;
  }
  .leading-\[0\.86\] {
    --tw-leading: 0.86;
    line-height: 0.86;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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-\[0\%\] {
    --tw-tracking: 0%;
    letter-spacing: 0%;
  }
  .tracking-\[0\] {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .\!text-\[\#141B35\] {
    color: #141B35 !important;
  }
  .text-\[\#8F90A6\] {
    color: #8F90A6;
  }
  .text-\[\#131C33\] {
    color: #131C33;
  }
  .text-\[\#131C35\] {
    color: #131C35;
  }
  .text-\[\#141B35\] {
    color: #141B35;
  }
  .text-\[\#141C34\] {
    color: #141C34;
  }
  .text-\[\#141b35\] {
    color: #141b35;
  }
  .text-\[\#141c34\] {
    color: #141c34;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#020034\] {
    color: #020034;
  }
  .text-\[\#158409\] {
    color: #158409;
  }
  .text-\[\#555555\] {
    color: #555555;
  }
  .text-\[\#949494\] {
    color: #949494;
  }
  .text-\[\#E10A0A\] {
    color: #E10A0A;
  }
  .text-\[\#E11319\] {
    color: #E11319;
  }
  .text-\[\#E70018\] {
    color: #E70018;
  }
  .text-\[\#e11319\] {
    color: #e11319;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .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-800 {
    color: var(--color-green-800);
  }
  .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-red-800 {
    color: var(--color-red-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .not-italic {
    font-style: normal;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[\#E10A0A\] {
    text-decoration-color: #E10A0A;
  }
  .decoration-red-600 {
    text-decoration-color: var(--color-red-600);
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-\[0_2px_6px_\#F1F1F2\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, #F1F1F2);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0px_4px_4px_0px_\#0000000D\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #0000000D);
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .\[box-shadow\:0_0\.5rem_1rem_rgba\(0\,0\,0\,0\.15\)\] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .ring-\[\#E11319\] {
    --tw-ring-color: #E11319;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .peer-checked\:translate-x-5:is(:where(.peer):checked ~ *) {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-checked\:bg-\[\#e11319\]:is(:where(.peer):checked ~ *) {
    background-color: #e11319;
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:top-0::before {
    content: var(--tw-content);
    top: calc(var(--spacing) * 0);
  }
  .before\:top-\[-1px\]::before {
    content: var(--tw-content);
    top: -1px;
  }
  .before\:left-0::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  .before\:left-\[-1px\]::before {
    content: var(--tw-content);
    left: -1px;
  }
  .before\:h-0::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 0);
  }
  .before\:h-\[10px\]::before {
    content: var(--tw-content);
    height: 10px;
  }
  .before\:w-0::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 0);
  }
  .before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }
  .before\:rounded-tl-\[12px\]::before {
    content: var(--tw-content);
    border-top-left-radius: 12px;
  }
  .before\:border-\[60px\]::before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 60px;
  }
  .before\:border-t-0::before {
    content: var(--tw-content);
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .before\:border-r-0::before {
    content: var(--tw-content);
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .before\:border-transparent::before {
    content: var(--tw-content);
    border-color: transparent;
  }
  .before\:border-l-\[\#E10A0A\]::before {
    content: var(--tw-content);
    border-left-color: #E10A0A;
  }
  .before\:bg-\[\#1d1d1d\]::before {
    content: var(--tw-content);
    background-color: #1d1d1d;
  }
  .before\:content-\[\\\'\\\'\]::before {
    --tw-content: \'\';
    content: var(--tw-content);
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .focus-within\:border-green-500:focus-within {
    border-color: var(--color-green-500);
  }
  @media (hover: hover) {
    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#24c15f\]:hover {
      background-color: #24c15f;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#e11319\]:hover {
      background-color: #e11319;
    }
  }
  @media (hover: hover) {
    .hover\:bg-\[\#fff4f5\]:hover {
      background-color: #fff4f5;
    }
  }
  @media (hover: hover) {
    .hover\:bg-black:hover {
      background-color: var(--color-black);
    }
  }
  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }
  @media (hover: hover) {
    .hover\:bg-green-700:hover {
      background-color: var(--color-green-700);
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-600:hover {
      background-color: var(--color-red-600);
    }
  }
  @media (hover: hover) {
    .hover\:\!text-\[\#e11319\]:hover {
      color: #e11319 !important;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#28e414\]:hover {
      color: #28e414;
    }
  }
  @media (hover: hover) {
    .hover\:text-\[\#e11319\]:hover {
      color: #e11319;
    }
  }
  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600);
    }
  }
  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
    }
  }
  .focus\:border-\[\#141B35\]:focus {
    border-color: #141B35;
  }
  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-\[\#141B35\]\/20:focus {
    --tw-ring-color: color-mix(in oklab, #141B35 20%, transparent);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-2:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus-visible\:ring-\[\#e11319\]\/50:focus-visible {
    --tw-ring-color: color-mix(in oklab, #e11319 50%, transparent);
  }
  .focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:bg-\[\#D0D2D7\]:disabled {
    background-color: #D0D2D7;
  }
  .disabled\:opacity-60:disabled {
    opacity: 60%;
  }
  .disabled\:opacity-70:disabled {
    opacity: 70%;
  }
  @media (width >= 40rem) {
    .sm\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-4 {
      grid-column: span 4 / span 4;
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  @media (width >= 40rem) {
    .sm\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }
  @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\:grid-cols-3 {
      grid-template-columns: repeat(3, 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-end {
      align-items: flex-end;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:min-h-\[120px\] {
      min-height: 120px;
    }
  }
  @media (width >= 48rem) {
    .md\:min-h-\[auto\] {
      min-height: auto;
    }
  }
  @media (width >= 48rem) {
    .md\:w-80 {
      width: calc(var(--spacing) * 80);
    }
  }
  @media (width >= 48rem) {
    .md\:w-96 {
      width: calc(var(--spacing) * 96);
    }
  }
  @media (width >= 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }
  @media (width >= 48rem) {
    .md\:max-w-\[260px\] {
      max-width: 260px;
    }
  }
  @media (width >= 48rem) {
    .md\:max-w-md {
      max-width: var(--container-md);
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 48rem) {
    .md\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 48rem) {
    .md\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 48rem) {
    .md\:py-\[41px\] {
      padding-block: 41px;
    }
  }
  @media (width >= 48rem) {
    .md\:pt-\[30px\] {
      padding-top: 30px;
    }
  }
  @media (width >= 48rem) {
    .md\:text-left {
      text-align: left;
    }
  }
  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-\[33px\] {
      font-size: 33px;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: calc(1/2 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  .\[\&_\.p-button-label\]\:\!text-white .p-button-label {
    color: var(--color-white) !important;
  }
  .\[\&_button\]\:\!h-\[48px\] button {
    height: 48px !important;
  }
  .\[\&_button\]\:\!w-auto button {
    width: auto !important;
  }
  .\[\&_button\]\:\!w-full button {
    width: 100% !important;
  }
  .\[\&_button\]\:w-full button {
    width: 100%;
  }
  .\[\&_button\]\:\!max-w-\[360px\] button {
    max-width: 360px !important;
  }
  .\[\&_button\]\:\!cursor-pointer button {
    cursor: pointer !important;
  }
  .\[\&_button\]\:\!rounded-full button {
    border-radius: calc(infinity * 1px) !important;
  }
  .\[\&_button\]\:\!border button {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .\[\&_button\]\:\!border-\[\#25d366\] button {
    border-color: #25d366 !important;
  }
  .\[\&_button\]\:\!border-\[\#141B35\] button {
    border-color: #141B35 !important;
  }
  .\[\&_button\]\:\!border-\[\#E10A0A\] button {
    border-color: #E10A0A !important;
  }
  .\[\&_button\]\:\!border-\[\#e11319\] button {
    border-color: #e11319 !important;
  }
  .\[\&_button\]\:\!bg-\[\#25d366\] button {
    background-color: #25d366 !important;
  }
  .\[\&_button\]\:\!bg-\[\#141B35\] button {
    background-color: #141B35 !important;
  }
  .\[\&_button\]\:\!bg-\[\#E10A0A\] button {
    background-color: #E10A0A !important;
  }
  .\[\&_button\]\:\!bg-\[\#e11319\] button {
    background-color: #e11319 !important;
  }
  .\[\&_button\]\:\!bg-white button {
    background-color: var(--color-white) !important;
  }
  .\[\&_button\]\:\!px-\[2\.5rem\] button {
    padding-inline: 2.5rem !important;
  }
  .\[\&_button\]\:\!text-center button {
    text-align: center !important;
  }
  .\[\&_button\]\:\!font-\[Poppins\] button {
    font-family: Poppins !important;
  }
  .\[\&_button\]\:\!text-\[16px\] button {
    font-size: 16px !important;
  }
  .\[\&_button\]\:\!font-bold button {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\[\&_button\]\:\!text-\[\#e11319\] button {
    color: #e11319 !important;
  }
  .\[\&_button\]\:\!text-white button {
    color: var(--color-white) !important;
  }
  @media (hover: hover) {
    .\[\&_button\]\:hover\:\!bg-\[\#e11319\] button:hover {
      background-color: #e11319 !important;
    }
  }
  @media (hover: hover) {
    .\[\&_button\]\:hover\:bg-\[\#24c15f\] button:hover {
      background-color: #24c15f;
    }
  }
  @media (hover: hover) {
    .\[\&_button\]\:hover\:\!text-white button:hover {
      color: var(--color-white) !important;
    }
  }
  .\[\&_button\]\:disabled\:\!border-\[\#D0D2D8\] button:disabled {
    border-color: #D0D2D8 !important;
  }
  .\[\&_button\]\:disabled\:\!bg-\[\#D0D2D8\] button:disabled {
    background-color: #D0D2D8 !important;
  }
  .\[\&_button\]\:disabled\:\!text-\[\#B8BBC2\] button:disabled {
    color: #B8BBC2 !important;
  }
  @media (width >= 40rem) {
    .sm\:\[\&_button\]\:\!w-auto button {
      width: auto !important;
    }
  }
  @media (width >= 48rem) {
    .\[\&_button\]\:md\:w-56 button {
      width: calc(var(--spacing) * 56);
    }
  }
  @media (width >= 48rem) {
    .\[\&_button\]\:md\:w-70 button {
      width: calc(var(--spacing) * 70);
    }
  }
  @media (width >= 48rem) {
    .\[\&_button\]\:md\:w-80 button {
      width: calc(var(--spacing) * 80);
    }
  }
  @media (width >= 48rem) {
    .\[\&_button\]\:md\:w-86 button {
      width: calc(var(--spacing) * 86);
    }
  }
  @media (width >= 64rem) {
    .\[\&_button\]\:lg\:w-56 button {
      width: calc(var(--spacing) * 56);
    }
  }
  .\[\&_div\]\:\!w-full div {
    width: 100% !important;
  }
  .\[\&_h2\]\:text-\[1\.875rem\] h2 {
    font-size: 1.875rem;
  }
  .\[\&_h2\]\:text-\[\#141b35\] h2 {
    color: #141b35;
  }
  .\[\&_h4\]\:font-\[Oswald\,Helvetica\,Arial\,Lucida\,sans-serif\] h4 {
    font-family:
      Oswald,
      Helvetica,
      Arial,
      Lucida,
      sans-serif;
  }
  .\[\&_h4\]\:text-\[1\.5rem\] h4 {
    font-size: 1.5rem;
  }
  .\[\&_h4\]\:text-\[1\.25rem\] h4 {
    font-size: 1.25rem;
  }
  .\[\&_h4\]\:leading-tight h4 {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .\[\&_h4\]\:font-normal h4 {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .\[\&_h4\]\:text-\[\#141b35\] h4 {
    color: #141b35;
  }
  .\[\&_h4\]\:uppercase h4 {
    text-transform: uppercase;
  }
  .\[\&_input\]\:\!w-full input {
    width: 100% !important;
  }
  .\[\&_p\]\:text-\[0\.9rem\] p {
    font-size: 0.9rem;
  }
  .\[\&_p\]\:text-\[\#555555\] p {
    color: #555555;
  }
  .\[\&_span\]\:\!w-full span {
    width: 100% !important;
  }
  .\[\&_span\]\:text-\[\#141B35\] span {
    color: #141B35;
  }
  .\[\&_span\]\:underline span {
    text-decoration-line: underline;
  }
  @media (hover: hover) {
    .\[\&_span\]\:hover\:text-\[\#e11319\] span:hover {
      color: #e11319;
    }
  }
  .\[\&_svg\]\:text-\[\#e11319\] svg {
    color: #e11319;
  }
  .\[\&_ul\]\:\!list-disc ul {
    list-style-type: disc !important;
  }
  .\[\&_ul\]\:\!pb-\[23px\] ul {
    padding-bottom: 23px !important;
  }
  .\[\&_ul\]\:\!pl-\[1em\] ul {
    padding-left: 1em !important;
  }
  .\[\&_ul\]\:\!leading-\[26px\] ul {
    --tw-leading: 26px !important;
    line-height: 26px !important;
  }
  .\[\&\>div\]\:w-full > div {
    width: 100%;
  }
  .\[\&\>input\]\:\!w-full > input {
    width: 100% !important;
  }
  .\[\&\>input\]\:w-full > input {
    width: 100%;
  }
}
@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: "icomoon";
  src:
    url(/assets/fonts/icomoon/icomoon.woff) format("woff"),
    url(/assets/fonts/icomoon/icomoon.ttf) format("truetype"),
    url(/assets/fonts/icomoon/icomoon.svg#icomoon) format("svg"),
    url(/assets/fonts/icomoon/icomoon.eot);
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-circle-notification:before {
  content: "\ea1d";
}
.icon-ilustration-add-number .path1:before {
  content: "\e9d6";
  color: rgb(244, 223, 234);
}
.icon-ilustration-add-number .path2:before {
  content: "\e9d7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-add-number .path3:before {
  content: "\e9d8";
  margin-left: -1em;
  color: rgb(247, 235, 242);
  opacity: 0.6;
}
.icon-ilustration-add-number .path4:before {
  content: "\e9d9";
  margin-left: -1em;
  color: rgb(247, 235, 242);
  opacity: 0.6;
}
.icon-ilustration-add-number .path5:before {
  content: "\e9da";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path6:before {
  content: "\e9db";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path7:before {
  content: "\e9dc";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path8:before {
  content: "\e9dd";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path9:before {
  content: "\e9de";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path10:before {
  content: "\e9df";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path11:before {
  content: "\e9e0";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path12:before {
  content: "\e9e1";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path13:before {
  content: "\e9e2";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-add-number .path14:before {
  content: "\e9e3";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path1:before {
  content: "\e9e4";
  color: rgb(244, 223, 234);
}
.icon-ilustration-update-dataLine .path2:before {
  content: "\e9e5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path3:before {
  content: "\e9e6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path4:before {
  content: "\e9e7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path5:before {
  content: "\e9e8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path6:before {
  content: "\e9e9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path7:before {
  content: "\e9ea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path8:before {
  content: "\e9eb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path9:before {
  content: "\e9ec";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path10:before {
  content: "\e9ed";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path11:before {
  content: "\e9ee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path12:before {
  content: "\e9ef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path13:before {
  content: "\e9f0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path14:before {
  content: "\e9f1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path15:before {
  content: "\e9f2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path16:before {
  content: "\e9f3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path17:before {
  content: "\e9f4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path18:before {
  content: "\e9f5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path19:before {
  content: "\e9f6";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path20:before {
  content: "\e9f7";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path21:before {
  content: "\e9f8";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path22:before {
  content: "\e9f9";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path23:before {
  content: "\e9fa";
  margin-left: -1em;
  color: rgb(191, 107, 132);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path24:before {
  content: "\e9fb";
  margin-left: -1em;
  color: rgb(191, 107, 132);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path25:before {
  content: "\e9fc";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path26:before {
  content: "\e9fd";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path27:before {
  content: "\e9fe";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path28:before {
  content: "\e9ff";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path29:before {
  content: "\ea00";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path30:before {
  content: "\ea01";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path31:before {
  content: "\ea02";
  margin-left: -1em;
  color: rgb(247, 235, 242);
  opacity: 0.36;
}
.icon-ilustration-update-dataLine .path32:before {
  content: "\ea03";
  margin-left: -1em;
  color: rgb(247, 235, 242);
  opacity: 0.36;
}
.icon-ilustration-update-dataLine .path33:before {
  content: "\ea04";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path34:before {
  content: "\ea05";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path35:before {
  content: "\ea06";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path36:before {
  content: "\ea07";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path37:before {
  content: "\ea08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path38:before {
  content: "\ea09";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path39:before {
  content: "\ea0a";
  margin-left: -1em;
  color: rgb(191, 107, 132);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path40:before {
  content: "\ea0b";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path41:before {
  content: "\ea0c";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path42:before {
  content: "\ea0d";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path43:before {
  content: "\ea0e";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path44:before {
  content: "\ea0f";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path45:before {
  content: "\ea10";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path46:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path47:before {
  content: "\ea12";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path48:before {
  content: "\ea13";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path49:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path50:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path51:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path52:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path53:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path54:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path55:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-ilustration-update-dataLine .path56:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-ilustration-update-dataLine .path57:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(129, 29, 129);
  opacity: 0.6;
}
.icon-hurto:before {
  content: "\e9d4";
}
.icon-extravio:before {
  content: "\e9d5";
}
.icon-bloqueo-equipo-sim:before {
  content: "\e9d3";
}
.icon-bloqueo-sim:before {
  content: "\e915";
}
.icon-bloqueo-equipo:before {
  content: "\e989";
}
.icon-equipos:before {
  content: "\e910";
}
.icon-sim:before {
  content: "\e912";
}
.icon-porta:before {
  content: "\e9d2";
}
.icon-schedule-date:before {
  content: "\e93f";
}
.icon-empty:before {
  content: "\e9d1";
}
.icon-pqr:before {
  content: "\e900";
}
.icon-stop:before {
  content: "\e9d0";
}
.icon-instagram:before {
  content: "\e9cf";
}
.icon-crown .path1:before {
  content: "\e9cd";
  color: rgb(255, 214, 93);
}
.icon-crown .path2:before {
  content: "\e9ce";
  margin-left: -1.7373046875em;
  color: rgb(255, 185, 0);
}
.icon-bling:before {
  content: "\e9cc";
}
.icon-promo .path1:before {
  content: "\e992";
  color: rgb(255, 185, 0);
}
.icon-promo .path2:before {
  content: "\e993";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path3:before {
  content: "\e994";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path4:before {
  content: "\e995";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path5:before {
  content: "\e996";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path6:before {
  content: "\e997";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path7:before {
  content: "\e998";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path8:before {
  content: "\e999";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path9:before {
  content: "\e99a";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path10:before {
  content: "\e99b";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo .path11:before {
  content: "\e99c";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path12:before {
  content: "\e99d";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path13:before {
  content: "\e99e";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path14:before {
  content: "\e99f";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path15:before {
  content: "\e9a0";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path16:before {
  content: "\e9a1";
  margin-left: -4.2158203125em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo .path17:before {
  content: "\e9a2";
  margin-left: -4.2158203125em;
  color: rgb(255, 214, 93);
}
.icon-promo .path18:before {
  content: "\e9a5";
  margin-left: -4.2158203125em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path1:before {
  content: "\e9a8";
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path2:before {
  content: "\e9a9";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path3:before {
  content: "\e9aa";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path4:before {
  content: "\e9ab";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path5:before {
  content: "\e9ac";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path6:before {
  content: "\e9ad";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path7:before {
  content: "\e9ae";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path8:before {
  content: "\e9af";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path9:before {
  content: "\e9b0";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path10:before {
  content: "\e9b1";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path11:before {
  content: "\e9b2";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path12:before {
  content: "\e9b3";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path13:before {
  content: "\e9b4";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path14:before {
  content: "\e9b5";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path15:before {
  content: "\e9b6";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path16:before {
  content: "\e9b7";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path17:before {
  content: "\e9b8";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path18:before {
  content: "\e9b9";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path19:before {
  content: "\e9ba";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path20:before {
  content: "\e9bb";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path21:before {
  content: "\e9bc";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path22:before {
  content: "\e9bd";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path23:before {
  content: "\e9be";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path24:before {
  content: "\e9bf";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path25:before {
  content: "\e9c0";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path26:before {
  content: "\e9c1";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path27:before {
  content: "\e9c2";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path28:before {
  content: "\e9c3";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path29:before {
  content: "\e9c4";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path30:before {
  content: "\e9c5";
  margin-left: -6.12109375em;
  color: rgb(255, 255, 255);
  opacity: 0.4;
}
.icon-promo-disccount .path31:before {
  content: "\e9c6";
  margin-left: -6.12109375em;
  color: rgb(255, 214, 93);
}
.icon-promo-disccount .path32:before {
  content: "\e9c7";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path33:before {
  content: "\e9c8";
  margin-left: -6.12109375em;
  color: rgb(255, 214, 93);
}
.icon-promo-disccount .path34:before {
  content: "\e9c9";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-promo-disccount .path35:before {
  content: "\e9ca";
  margin-left: -6.12109375em;
  color: rgb(255, 214, 93);
}
.icon-promo-disccount .path36:before {
  content: "\e9cb";
  margin-left: -6.12109375em;
  color: rgb(255, 185, 0);
}
.icon-tinder:before {
  content: "\e991";
}
.icon-toggle-menu:before {
  content: "\e98d";
}
.icon-back-menu:before {
  content: "\e98f";
}
.icon-close-menu:before {
  content: "\e990";
}
.icon-ico-cobertura:before {
  content: "\e98b";
}
.icon-edit:before {
  content: "\e964";
}
.icon-cell-rings-negative:before {
  content: "\e988";
}
.icon-logout:before {
  content: "\e955";
}
.icon-cell-rings:before {
  content: "\e951";
}
.icon-tc-amex:before {
  content: "\e965";
  color: #fff;
}
.icon-tc-dinners .path1:before {
  content: "\e966";
  color: rgb(0, 76, 148);
}
.icon-tc-dinners .path2:before {
  content: "\e967";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path3:before {
  content: "\e968";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path4:before {
  content: "\e969";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path5:before {
  content: "\e974";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path6:before {
  content: "\e975";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path7:before {
  content: "\e976";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path8:before {
  content: "\e977";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path9:before {
  content: "\e978";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path10:before {
  content: "\e979";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path11:before {
  content: "\e97a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path12:before {
  content: "\e97b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-dinners .path13:before {
  content: "\e97c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-master-card .path1:before {
  content: "\e97d";
  color: rgb(255, 255, 255);
}
.icon-tc-master-card .path2:before {
  content: "\e97e";
  margin-left: -1em;
  color: rgb(222, 95, 22);
}
.icon-tc-master-card .path3:before {
  content: "\e97f";
  margin-left: -1em;
  color: rgb(218, 1, 27);
}
.icon-tc-master-card .path4:before {
  content: "\e980";
  margin-left: -1em;
  color: rgb(231, 156, 37);
}
.icon-tc-visa .path1:before {
  content: "\e981";
  color: rgb(255, 255, 255);
}
.icon-tc-visa .path2:before {
  content: "\e982";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-visa .path3:before {
  content: "\e983";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-visa .path4:before {
  content: "\e986";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-tc-visa .path5:before {
  content: "\e987";
  margin-left: -1em;
  color: rgb(26, 45, 188);
}
.icon-efecty-symbol:before {
  content: "\e952";
}
.icon-pse-logo:before {
  content: "\e956";
}
.icon-efecty-logo:before {
  content: "\e957";
}
.icon-google .path1:before {
  content: "\e94a";
  color: rgb(251, 187, 0);
}
.icon-google .path2:before {
  content: "\e94e";
  margin-left: -1em;
  color: rgb(81, 142, 248);
}
.icon-google .path3:before {
  content: "\e94f";
  margin-left: -1em;
  color: rgb(40, 180, 70);
}
.icon-google .path4:before {
  content: "\e950";
  margin-left: -1em;
  color: rgb(241, 67, 54);
}
.icon-app:before {
  content: "\e947";
}
.icon-contact:before {
  content: "\e949";
}
.icon-checkout-inprocess:before {
  content: "\e93c";
}
.icon-virgin-logo:before {
  content: "\e93b";
}
.icon-virgin-sim:before {
  content: "\e916";
}
.icon-checkout-recarga:before {
  content: "\e92c";
}
.icon-chicken:before {
  content: "\e933";
}
.icon-lending:before {
  content: "\e934";
}
.icon-legal:before {
  content: "\e904";
}
.icon-somos:before {
  content: "\e906";
}
.icon-tu-puedes:before {
  content: "\e909";
}
.icon-signup:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90e";
}
.icon-recargas:before {
  content: "\e90f";
}
.icon-login:before {
  content: "\e914";
}
.icon-compra-sim:before {
  content: "\e91c";
}
.icon-cart:before {
  content: "\e91d";
}
.icon-bolsas:before {
  content: "\e91e";
}
.icon-antiplanes:before {
  content: "\e928";
}
.icon-transfer:before {
  content: "\e9a6";
}
.icon-recurrence:before {
  content: "\e9a7";
}
.icon-caution:before {
  content: "\e9a4";
}
.icon-exit:before {
  content: "\e9a3";
}
.icon-warning:before {
  content: "\e98e";
}
.icon-pdf:before {
  content: "\e901";
}
.icon-people:before {
  content: "\e902";
}
.icon-person-arrow:before {
  content: "\e903";
}
.icon-play:before {
  content: "\e905";
}
.icon-question:before {
  content: "\e907";
}
.icon-trophy:before {
  content: "\e908";
}
.icon-ray:before {
  content: "\e90a";
}
.icon-registra-equipo:before {
  content: "\e90b";
}
.icon-clock-back:before {
  content: "\e90c";
}
.icon-rock:before {
  content: "\e911";
}
.icon-sim-luz:before {
  content: "\e913";
}
.icon-thin-arrow-back:before {
  content: "\e917";
  color: #c5c5c5;
}
.icon-thin-arrow-forward:before {
  content: "\e918";
  color: #c5c5c5;
}
.icon-plus:before {
  content: "\e919";
}
.icon-switch:before {
  content: "\e91a";
}
.icon-credit-card:before {
  content: "\e91b";
}
.icon-twitter:before {
  content: "\e91f";
}
.icon-ubica:before {
  content: "\e920";
}
.icon-user-male:before {
  content: "\e921";
}
.icon-valid:before {
  content: "\e922";
}
.icon-speedometer:before {
  content: "\e923";
}
.icon-video:before {
  content: "\e924";
}
.icon-turntable:before {
  content: "\e925";
}
.icon-whatsapp:before {
  content: "\e926";
}
.icon-wifi:before {
  content: "\e927";
}
.icon-youtube:before {
  content: "\e929";
}
.icon-youtube-positive:before {
  content: "\e92a";
}
.icon-atom:before {
  content: "\e92b";
}
.icon-flag:before {
  content: "\e92d";
}
.icon-bill:before {
  content: "\e92e";
}
.icon-text-cloud:before {
  content: "\e92f";
}
.icon-text-cloud-exclamation:before {
  content: "\e930";
}
.icon-text-cloud-question:before {
  content: "\e931";
}
.icon-cash-bag:before {
  content: "\e938";
}
.icon-bolsadatos:before {
  content: "\e932";
}
.icon-bolsa-facebook:before {
  content: "\e935";
}
.icon-bolsa-mensajes:before {
  content: "\e936";
}
.icon-bolsaminutos:before {
  content: "\e937";
}
.icon-bolsa-redes:before {
  content: "\e939";
}
.icon-bolsa-whatsapp:before {
  content: "\e93a";
}
.icon-compass:before {
  content: "\e93d";
}
.icon-calculator:before {
  content: "\e93e";
}
.icon-camera:before {
  content: "\e940";
}
.icon-bell:before {
  content: "\e941";
}
.icon-padlock:before {
  content: "\e942";
}
.icon-add-to-carrito:before {
  content: "\e943";
}
.icon-letter:before {
  content: "\e944";
}
.icon-cel:before {
  content: "\e945";
}
.icon-cell-batery:before {
  content: "\e946";
}
.icon-cell-batery-dollar-sign:before {
  content: "\e948";
}
.icon-cell-clock:before {
  content: "\e94b";
}
.icon-cell-settings:before {
  content: "\e94c";
}
.icon-cell-arrows:before {
  content: "\e94d";
}
.icon-cell-check:before {
  content: "\e953";
}
.icon-close:before {
  content: "\e954";
}
.icon-lola-music:before {
  content: "\e958";
}
.icon-coin:before {
  content: "\e959";
}
.icon-colombia:before {
  content: "\e95a";
}
.icon-drop-to-car:before {
  content: "\e95b";
}
.icon-credi-cards .path1:before {
  content: "\e95c";
  color: rgb(3, 1, 4);
}
.icon-credi-cards .path2:before {
  content: "\e95d";
  margin-left: -1em;
  color: rgb(3, 1, 4);
}
.icon-credi-cards .path3:before {
  content: "\e95e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-credi-cards .path4:before {
  content: "\e95f";
  margin-left: -1em;
  color: rgb(3, 1, 4);
}
.icon-credi-cards .path5:before {
  content: "\e960";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-credi-cards .path6:before {
  content: "\e961";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-dollar-sign-arrows:before {
  content: "\e962";
}
.icon-directions:before {
  content: "\e963";
}
.icon-facebook-negative:before {
  content: "\e96a";
}
.icon-facebook-positive:before {
  content: "\e96b";
}
.icon-light-arrow-down:before {
  content: "\e96c";
}
.icon-light-arrow-up:before {
  content: "\e96d";
}
.icon-light-arrow-right:before {
  content: "\e96e";
}
.icon-light-arrow-left:before {
  content: "\e96f";
}
.icon-bold-arrow-down:before {
  content: "\e970";
}
.icon-bold-arrow-up:before {
  content: "\e971";
}
.icon-bold-arrow-right:before {
  content: "\e972";
}
.icon-bold-arrow-left:before {
  content: "\e973";
}
.icon-like:before {
  content: "\e984";
}
.icon-magnifying-glass:before {
  content: "\e985";
}
.icon-minutes:before {
  content: "\e98a";
}
.icon-pajaro:before {
  content: "\e98c";
}
select,
select:focus,
textarea,
input,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
  font-size: 16px !important;
}
@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-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-leading { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-ease { syntax: "*"; inherits: false; }
@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-content { syntax: "*"; initial-value: ""; inherits: false; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
    }
  }
}

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