@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;400;500;600;700&display=swap";
/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
    }
  }
}

@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-500: #6a7282;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --tracking-widest: .1em;
    --radius-sm: .25rem;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --blur-sm: 8px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[16px\] {
    inset: 16px;
  }

  .-top-1 {
    top: calc(var(--spacing) * -1);
  }

  .-top-12 {
    top: calc(var(--spacing) * -12);
  }

  .-top-\[40px\] {
    top: -40px;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1 {
    top: calc(var(--spacing) * 1);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .top-3\.5 {
    top: calc(var(--spacing) * 3.5);
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-12 {
    top: calc(var(--spacing) * 12);
  }

  .top-\[4px\] {
    top: 4px;
  }

  .top-\[5px\] {
    top: 5px;
  }

  .top-\[6px\] {
    top: 6px;
  }

  .top-\[8px\] {
    top: 8px;
  }

  .top-\[10\.5px\] {
    top: 10.5px;
  }

  .top-\[10px\] {
    top: 10px;
  }

  .top-\[11px\] {
    top: 11px;
  }

  .top-\[12px\] {
    top: 12px;
  }

  .top-\[16px\] {
    top: 16px;
  }

  .top-\[18px\] {
    top: 18px;
  }

  .top-\[22px\] {
    top: 22px;
  }

  .top-\[24px\] {
    top: 24px;
  }

  .top-\[34px\] {
    top: 34px;
  }

  .top-\[42px\] {
    top: 42px;
  }

  .top-\[44px\] {
    top: 44px;
  }

  .top-\[48px\] {
    top: 48px;
  }

  .top-\[50\%\] {
    top: 50%;
  }

  .top-\[50px\] {
    top: 50px;
  }

  .top-\[51px\] {
    top: 51px;
  }

  .top-\[52px\] {
    top: 52px;
  }

  .top-\[59px\] {
    top: 59px;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[70px\] {
    top: 70px;
  }

  .top-\[72px\] {
    top: 72px;
  }

  .top-\[74px\] {
    top: 74px;
  }

  .top-\[76px\] {
    top: 76px;
  }

  .top-\[77px\] {
    top: 77px;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[82px\] {
    top: 82px;
  }

  .top-\[88px\] {
    top: 88px;
  }

  .top-\[100px\] {
    top: 100px;
  }

  .top-\[110px\] {
    top: 110px;
  }

  .top-\[119px\] {
    top: 119px;
  }

  .top-\[132px\] {
    top: 132px;
  }

  .top-\[135px\] {
    top: 135px;
  }

  .top-\[140px\] {
    top: 140px;
  }

  .top-\[147px\] {
    top: 147px;
  }

  .top-\[150px\] {
    top: 150px;
  }

  .top-\[160px\] {
    top: 160px;
  }

  .top-\[165px\] {
    top: 165px;
  }

  .top-\[168px\] {
    top: 168px;
  }

  .top-\[177px\] {
    top: 177px;
  }

  .top-\[185px\] {
    top: 185px;
  }

  .top-\[188px\] {
    top: 188px;
  }

  .top-\[239px\] {
    top: 239px;
  }

  .top-\[268px\] {
    top: 268px;
  }

  .top-\[297px\] {
    top: 297px;
  }

  .top-\[357px\] {
    top: 357px;
  }

  .top-\[423px\] {
    top: 423px;
  }

  .top-\[442px\] {
    top: 442px;
  }

  .top-\[486px\] {
    top: 486px;
  }

  .top-\[496px\] {
    top: 496px;
  }

  .top-\[515px\] {
    top: 515px;
  }

  .top-\[566px\] {
    top: 566px;
  }

  .top-full {
    top: 100%;
  }

  .-right-72 {
    right: calc(var(--spacing) * -72);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-1 {
    right: calc(var(--spacing) * 1);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .right-3 {
    right: calc(var(--spacing) * 3);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .right-\[4px\] {
    right: 4px;
  }

  .right-\[5px\] {
    right: 5px;
  }

  .right-\[6px\] {
    right: 6px;
  }

  .right-\[8px\] {
    right: 8px;
  }

  .right-\[12px\] {
    right: 12px;
  }

  .right-\[16\.73\%\] {
    right: 16.73%;
  }

  .right-\[16px\] {
    right: 16px;
  }

  .right-\[24px\] {
    right: 24px;
  }

  .right-\[44px\] {
    right: 44px;
  }

  .right-\[66px\] {
    right: 66px;
  }

  .right-\[80px\] {
    right: 80px;
  }

  .right-\[310px\] {
    right: 310px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }

  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }

  .bottom-\[-24px\] {
    bottom: -24px;
  }

  .bottom-\[8px\] {
    bottom: 8px;
  }

  .bottom-\[16px\] {
    bottom: 16px;
  }

  .bottom-\[18px\] {
    bottom: 18px;
  }

  .bottom-\[22px\] {
    bottom: 22px;
  }

  .bottom-\[24px\] {
    bottom: 24px;
  }

  .bottom-\[34px\] {
    bottom: 34px;
  }

  .bottom-\[40px\] {
    bottom: 40px;
  }

  .bottom-\[44px\] {
    bottom: 44px;
  }

  .bottom-\[120px\] {
    bottom: 120px;
  }

  .-left-1 {
    left: calc(var(--spacing) * -1);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-2 {
    left: calc(var(--spacing) * 2);
  }

  .left-3 {
    left: calc(var(--spacing) * 3);
  }

  .left-4 {
    left: calc(var(--spacing) * 4);
  }

  .left-5 {
    left: calc(var(--spacing) * 5);
  }

  .left-6 {
    left: calc(var(--spacing) * 6);
  }

  .left-\[8px\] {
    left: 8px;
  }

  .left-\[12px\] {
    left: 12px;
  }

  .left-\[16\.73\%\] {
    left: 16.73%;
  }

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[23px\] {
    left: 23px;
  }

  .left-\[24px\] {
    left: 24px;
  }

  .left-\[34px\] {
    left: 34px;
  }

  .left-\[39px\] {
    left: 39px;
  }

  .left-\[44px\] {
    left: 44px;
  }

  .left-\[47px\] {
    left: 47px;
  }

  .left-\[59px\] {
    left: 59px;
  }

  .left-\[60px\] {
    left: 60px;
  }

  .left-\[66px\] {
    left: 66px;
  }

  .left-\[94px\] {
    left: 94px;
  }

  .left-\[110px\] {
    left: 110px;
  }

  .left-\[150px\] {
    left: 150px;
  }

  .left-\[288px\] {
    left: 288px;
  }

  .left-\[300px\] {
    left: 300px;
  }

  .left-\[311px\] {
    left: 311px;
  }

  .left-\[706px\] {
    left: 706px;
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-100 {
    z-index: 100;
  }

  .z-\[49\] {
    z-index: 49;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .z-\[1000\] {
    z-index: 1000;
  }

  .z-\[9999\] {
    z-index: 9999;
  }

  .z-\[99999\] {
    z-index: 99999;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-\[12px\] {
    margin-inline: -12px;
  }

  .-mx-\[34px\] {
    margin-inline: -34px;
  }

  .-mx-\[80px\] {
    margin-inline: -80px;
  }

  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }

  .mx-\[24px\] {
    margin-inline: 24px;
  }

  .mx-\[122px\] {
    margin-inline: 122px;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }

  .-mt-8 {
    margin-top: calc(var(--spacing) * -8);
  }

  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }

  .-mt-16 {
    margin-top: calc(var(--spacing) * -16);
  }

  .-mt-\[76\.5px\] {
    margin-top: -76.5px;
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }

  .mt-\[-41\.5px\] {
    margin-top: -41.5px;
  }

  .mt-\[4px\] {
    margin-top: 4px;
  }

  .mt-\[8px\] {
    margin-top: 8px;
  }

  .mt-\[12px\] {
    margin-top: 12px;
  }

  .mt-\[16px\] {
    margin-top: 16px;
  }

  .mt-\[20px\] {
    margin-top: 20px;
  }

  .mt-\[24px\] {
    margin-top: 24px;
  }

  .mt-\[32px\] {
    margin-top: 32px;
  }

  .mt-\[34px\] {
    margin-top: 34px;
  }

  .mt-\[40px\] {
    margin-top: 40px;
  }

  .mt-\[44px\] {
    margin-top: 44px;
  }

  .mt-\[48px\] {
    margin-top: 48px;
  }

  .mt-\[50px\] {
    margin-top: 50px;
  }

  .mt-\[55px\] {
    margin-top: 55px;
  }

  .mt-\[60px\] {
    margin-top: 60px;
  }

  .mt-\[66px\] {
    margin-top: 66px;
  }

  .mt-\[78px\] {
    margin-top: 78px;
  }

  .mt-\[80px\] {
    margin-top: 80px;
  }

  .mt-\[144\.5px\] {
    margin-top: 144.5px;
  }

  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }

  .mb-11 {
    margin-bottom: calc(var(--spacing) * 11);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .mb-\[4px\] {
    margin-bottom: 4px;
  }

  .mb-\[6px\] {
    margin-bottom: 6px;
  }

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[12px\] {
    margin-bottom: 12px;
  }

  .mb-\[16px\] {
    margin-bottom: 16px;
  }

  .mb-\[20px\] {
    margin-bottom: 20px;
  }

  .mb-\[24px\] {
    margin-bottom: 24px;
  }

  .mb-\[25px\] {
    margin-bottom: 25px;
  }

  .mb-\[30px\] {
    margin-bottom: 30px;
  }

  .mb-\[32px\] {
    margin-bottom: 32px;
  }

  .mb-\[34px\] {
    margin-bottom: 34px;
  }

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .mb-\[44px\] {
    margin-bottom: 44px;
  }

  .mb-\[60px\] {
    margin-bottom: 60px;
  }

  .mb-\[100px\] {
    margin-bottom: 100px;
  }

  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-\[-66px\] {
    margin-left: -66px;
  }

  .ml-\[24px\] {
    margin-left: 24px;
  }

  .ml-\[60px\] {
    margin-left: 60px;
  }

  .ml-\[185px\] {
    margin-left: 185px;
  }

  .ml-\[300px\] {
    margin-left: 300px;
  }

  .ml-auto {
    margin-left: auto;
  }

  .box-border {
    box-sizing: border-box;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-1 {
    height: calc(var(--spacing) * 1);
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }

  .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-7 {
    height: calc(var(--spacing) * 7);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-11 {
    height: calc(var(--spacing) * 11);
  }

  .h-20 {
    height: calc(var(--spacing) * 20);
  }

  .h-24 {
    height: calc(var(--spacing) * 24);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-\[0\.5px\] {
    height: .5px;
  }

  .h-\[1px\] {
    height: 1px;
  }

  .h-\[2px\] {
    height: 2px;
  }

  .h-\[4px\] {
    height: 4px;
  }

  .h-\[5px\] {
    height: 5px;
  }

  .h-\[6\.07px\] {
    height: 6.07px;
  }

  .h-\[6px\] {
    height: 6px;
  }

  .h-\[8px\] {
    height: 8px;
  }

  .h-\[9px\] {
    height: 9px;
  }

  .h-\[10px\] {
    height: 10px;
  }

  .h-\[12px\] {
    height: 12px;
  }

  .h-\[13px\] {
    height: 13px;
  }

  .h-\[14px\] {
    height: 14px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[17px\] {
    height: 17px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[20px\] {
    height: 20px;
  }

  .h-\[24\.26px\] {
    height: 24.26px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[26px\] {
    height: 26px;
  }

  .h-\[28px\] {
    height: 28px;
  }

  .h-\[30px\] {
    height: 30px;
  }

  .h-\[31px\] {
    height: 31px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[34px\] {
    height: 34px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[38px\] {
    height: 38px;
  }

  .h-\[39px\] {
    height: 39px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[41px\] {
    height: 41px;
  }

  .h-\[42px\] {
    height: 42px;
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[45px\] {
    height: 45px;
  }

  .h-\[47px\] {
    height: 47px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[52px\] {
    height: 52px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[60vh\] {
    height: 60vh;
  }

  .h-\[65px\] {
    height: 65px;
  }

  .h-\[66px\] {
    height: 66px;
  }

  .h-\[68px\] {
    height: 68px;
  }

  .h-\[76px\] {
    height: 76px;
  }

  .h-\[80px\] {
    height: 80px;
  }

  .h-\[81px\] {
    height: 81px;
  }

  .h-\[82px\] {
    height: 82px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[85px\] {
    height: 85px;
  }

  .h-\[88px\] {
    height: 88px;
  }

  .h-\[89px\] {
    height: 89px;
  }

  .h-\[91px\] {
    height: 91px;
  }

  .h-\[100px\] {
    height: 100px;
  }

  .h-\[101px\] {
    height: 101px;
  }

  .h-\[108px\] {
    height: 108px;
  }

  .h-\[120px\] {
    height: 120px;
  }

  .h-\[124px\] {
    height: 124px;
  }

  .h-\[130px\] {
    height: 130px;
  }

  .h-\[132px\] {
    height: 132px;
  }

  .h-\[140px\] {
    height: 140px;
  }

  .h-\[160px\] {
    height: 160px;
  }

  .h-\[165px\] {
    height: 165px;
  }

  .h-\[170px\] {
    height: 170px;
  }

  .h-\[176px\] {
    height: 176px;
  }

  .h-\[178px\] {
    height: 178px;
  }

  .h-\[183px\] {
    height: 183px;
  }

  .h-\[192px\] {
    height: 192px;
  }

  .h-\[196px\] {
    height: 196px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[205px\] {
    height: 205px;
  }

  .h-\[213px\] {
    height: 213px;
  }

  .h-\[228px\] {
    height: 228px;
  }

  .h-\[232px\] {
    height: 232px;
  }

  .h-\[240px\] {
    height: 240px;
  }

  .h-\[248px\] {
    height: 248px;
  }

  .h-\[253px\] {
    height: 253px;
  }

  .h-\[260px\] {
    height: 260px;
  }

  .h-\[266px\] {
    height: 266px;
  }

  .h-\[272px\] {
    height: 272px;
  }

  .h-\[297px\] {
    height: 297px;
  }

  .h-\[320px\] {
    height: 320px;
  }

  .h-\[325px\] {
    height: 325px;
  }

  .h-\[326px\] {
    height: 326px;
  }

  .h-\[364px\] {
    height: 364px;
  }

  .h-\[375px\] {
    height: 375px;
  }

  .h-\[402px\] {
    height: 402px;
  }

  .h-\[420px\] {
    height: 420px;
  }

  .h-\[429px\] {
    height: 429px;
  }

  .h-\[435px\] {
    height: 435px;
  }

  .h-\[450px\] {
    height: 450px;
  }

  .h-\[495px\] {
    height: 495px;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-\[579px\] {
    height: 579px;
  }

  .h-\[623px\] {
    height: 623px;
  }

  .h-\[655px\] {
    height: 655px;
  }

  .h-\[calc\(100\%-76px\)\] {
    height: calc(100% - 76px);
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }

  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }

  .max-h-\[132px\] {
    max-height: 132px;
  }

  .max-h-\[200px\] {
    max-height: 200px;
  }

  .max-h-\[240px\] {
    max-height: 240px;
  }

  .max-h-\[250px\] {
    max-height: 250px;
  }

  .max-h-\[280px\] {
    max-height: 280px;
  }

  .max-h-\[300px\] {
    max-height: 300px;
  }

  .max-h-\[350px\] {
    max-height: 350px;
  }

  .max-h-\[390px\] {
    max-height: 390px;
  }

  .max-h-\[420px\] {
    max-height: 420px;
  }

  .max-h-\[520px\] {
    max-height: 520px;
  }

  .min-h-4 {
    min-height: calc(var(--spacing) * 4);
  }

  .min-h-10 {
    min-height: calc(var(--spacing) * 10);
  }

  .min-h-\[40px\] {
    min-height: 40px;
  }

  .min-h-\[464px\] {
    min-height: 464px;
  }

  .min-h-\[500px\] {
    min-height: 500px;
  }

  .min-h-\[655px\] {
    min-height: 655px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-1\/2 {
    width: 50%;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }

  .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-5\/6 {
    width: 83.3333%;
  }

  .w-6 {
    width: calc(var(--spacing) * 6);
  }

  .w-7 {
    width: calc(var(--spacing) * 7);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-10 {
    width: calc(var(--spacing) * 10);
  }

  .w-11 {
    width: calc(var(--spacing) * 11);
  }

  .w-14 {
    width: calc(var(--spacing) * 14);
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-20 {
    width: calc(var(--spacing) * 20);
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-48 {
    width: calc(var(--spacing) * 48);
  }

  .w-56 {
    width: calc(var(--spacing) * 56);
  }

  .w-\[0\.5px\] {
    width: .5px;
  }

  .w-\[1px\] {
    width: 1px;
  }

  .w-\[6px\] {
    width: 6px;
  }

  .w-\[8px\] {
    width: 8px;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[11\.25px\] {
    width: 11.25px;
  }

  .w-\[12px\] {
    width: 12px;
  }

  .w-\[14px\] {
    width: 14px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[18px\] {
    width: 18px;
  }

  .w-\[20px\] {
    width: 20px;
  }

  .w-\[24px\] {
    width: 24px;
  }

  .w-\[30px\] {
    width: 30px;
  }

  .w-\[32px\] {
    width: 32px;
  }

  .w-\[40px\] {
    width: 40px;
  }

  .w-\[42px\] {
    width: 42px;
  }

  .w-\[44px\] {
    width: 44px;
  }

  .w-\[52px\] {
    width: 52px;
  }

  .w-\[60px\] {
    width: 60px;
  }

  .w-\[62\.5\%\] {
    width: 62.5%;
  }

  .w-\[63px\] {
    width: 63px;
  }

  .w-\[70px\] {
    width: 70px;
  }

  .w-\[80px\] {
    width: 80px;
  }

  .w-\[81px\] {
    width: 81px;
  }

  .w-\[84px\] {
    width: 84px;
  }

  .w-\[85px\] {
    width: 85px;
  }

  .w-\[91px\] {
    width: 91px;
  }

  .w-\[94px\] {
    width: 94px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[105px\] {
    width: 105px;
  }

  .w-\[106px\] {
    width: 106px;
  }

  .w-\[110px\] {
    width: 110px;
  }

  .w-\[119px\] {
    width: 119px;
  }

  .w-\[120px\] {
    width: 120px;
  }

  .w-\[124px\] {
    width: 124px;
  }

  .w-\[130px\] {
    width: 130px;
  }

  .w-\[133px\] {
    width: 133px;
  }

  .w-\[135px\] {
    width: 135px;
  }

  .w-\[140px\] {
    width: 140px;
  }

  .w-\[150px\] {
    width: 150px;
  }

  .w-\[155px\] {
    width: 155px;
  }

  .w-\[160px\] {
    width: 160px;
  }

  .w-\[161px\] {
    width: 161px;
  }

  .w-\[162px\] {
    width: 162px;
  }

  .w-\[165px\] {
    width: 165px;
  }

  .w-\[170px\] {
    width: 170px;
  }

  .w-\[180px\] {
    width: 180px;
  }

  .w-\[182px\] {
    width: 182px;
  }

  .w-\[184px\] {
    width: 184px;
  }

  .w-\[193px\] {
    width: 193px;
  }

  .w-\[194px\] {
    width: 194px;
  }

  .w-\[195px\] {
    width: 195px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[202px\] {
    width: 202px;
  }

  .w-\[209px\] {
    width: 209px;
  }

  .w-\[212px\] {
    width: 212px;
  }

  .w-\[216px\] {
    width: 216px;
  }

  .w-\[220px\] {
    width: 220px;
  }

  .w-\[231px\] {
    width: 231px;
  }

  .w-\[240px\] {
    width: 240px;
  }

  .w-\[242px\] {
    width: 242px;
  }

  .w-\[250px\] {
    width: 250px;
  }

  .w-\[259px\] {
    width: 259px;
  }

  .w-\[260px\] {
    width: 260px;
  }

  .w-\[262px\] {
    width: 262px;
  }

  .w-\[263px\] {
    width: 263px;
  }

  .w-\[266px\] {
    width: 266px;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-\[291px\] {
    width: 291px;
  }

  .w-\[292px\] {
    width: 292px;
  }

  .w-\[299px\] {
    width: 299px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[301px\] {
    width: 301px;
  }

  .w-\[304px\] {
    width: 304px;
  }

  .w-\[307px\] {
    width: 307px;
  }

  .w-\[320px\] {
    width: 320px;
  }

  .w-\[328px\] {
    width: 328px;
  }

  .w-\[340px\] {
    width: 340px;
  }

  .w-\[343px\] {
    width: 343px;
  }

  .w-\[344px\] {
    width: 344px;
  }

  .w-\[345px\] {
    width: 345px;
  }

  .w-\[354px\] {
    width: 354px;
  }

  .w-\[357px\] {
    width: 357px;
  }

  .w-\[358px\] {
    width: 358px;
  }

  .w-\[360px\] {
    width: 360px;
  }

  .w-\[361px\] {
    width: 361px;
  }

  .w-\[362px\] {
    width: 362px;
  }

  .w-\[363px\] {
    width: 363px;
  }

  .w-\[366px\] {
    width: 366px;
  }

  .w-\[367px\] {
    width: 367px;
  }

  .w-\[371px\] {
    width: 371px;
  }

  .w-\[390px\] {
    width: 390px;
  }

  .w-\[394px\] {
    width: 394px;
  }

  .w-\[400px\] {
    width: 400px;
  }

  .w-\[404px\] {
    width: 404px;
  }

  .w-\[422px\] {
    width: 422px;
  }

  .w-\[436px\] {
    width: 436px;
  }

  .w-\[450px\] {
    width: 450px;
  }

  .w-\[478px\] {
    width: 478px;
  }

  .w-\[480px\] {
    width: 480px;
  }

  .w-\[484px\] {
    width: 484px;
  }

  .w-\[490px\] {
    width: 490px;
  }

  .w-\[527px\] {
    width: 527px;
  }

  .w-\[531px\] {
    width: 531px;
  }

  .w-\[544px\] {
    width: 544px;
  }

  .w-\[560px\] {
    width: 560px;
  }

  .w-\[575px\] {
    width: 575px;
  }

  .w-\[618px\] {
    width: 618px;
  }

  .w-\[640px\] {
    width: 640px;
  }

  .w-\[644px\] {
    width: 644px;
  }

  .w-\[650px\] {
    width: 650px;
  }

  .w-\[664px\] {
    width: 664px;
  }

  .w-\[676px\] {
    width: 676px;
  }

  .w-\[749px\] {
    width: 749px;
  }

  .w-\[770px\] {
    width: 770px;
  }

  .w-\[776px\] {
    width: 776px;
  }

  .w-\[788px\] {
    width: 788px;
  }

  .w-\[795px\] {
    width: 795px;
  }

  .w-\[827px\] {
    width: 827px;
  }

  .w-\[843px\] {
    width: 843px;
  }

  .w-\[850px\] {
    width: 850px;
  }

  .w-\[860px\] {
    width: 860px;
  }

  .w-\[888px\] {
    width: 888px;
  }

  .w-\[892px\] {
    width: 892px;
  }

  .w-\[894px\] {
    width: 894px;
  }

  .w-\[912px\] {
    width: 912px;
  }

  .w-\[920px\] {
    width: 920px;
  }

  .w-\[956px\] {
    width: 956px;
  }

  .w-\[960px\] {
    width: 960px;
  }

  .w-\[980px\] {
    width: 980px;
  }

  .w-\[1008px\] {
    width: 1008px;
  }

  .w-\[1026px\] {
    width: 1026px;
  }

  .w-\[1040px\] {
    width: 1040px;
  }

  .w-\[1140px\] {
    width: 1140px;
  }

  .w-\[1280px\] {
    width: 1280px;
  }

  .w-\[calc\(100\%\+68px\)\] {
    width: calc(100% + 68px);
  }

  .w-\[calc\(100\%\+160px\)\] {
    width: calc(100% + 160px);
  }

  .w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 300px);
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .w-px {
    width: 1px;
  }

  .max-w-\[100vw\] {
    max-width: 100vw;
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-\[400px\] {
    max-width: 400px;
  }

  .max-w-\[484px\] {
    max-width: 484px;
  }

  .max-w-\[500px\] {
    max-width: 500px;
  }

  .max-w-\[800px\] {
    max-width: 800px;
  }

  .max-w-\[1008px\] {
    max-width: 1008px;
  }

  .max-w-\[1076px\] {
    max-width: 1076px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1280px\] {
    max-width: 1280px;
  }

  .max-w-\[1320px\] {
    max-width: 1320px;
  }

  .max-w-\[1371px\] {
    max-width: 1371px;
  }

  .max-w-\[1392px\] {
    max-width: 1392px;
  }

  .max-w-\[1396px\] {
    max-width: 1396px;
  }

  .max-w-\[1440px\] {
    max-width: 1440px;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-\[52px\] {
    min-width: 52px;
  }

  .min-w-\[70px\] {
    min-width: 70px;
  }

  .min-w-\[80px\] {
    min-width: 80px;
  }

  .min-w-max {
    min-width: max-content;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[2px\] {
    --tw-translate-x: 2px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[22px\] {
    --tw-translate-x: 22px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[calc\(-50\%\+20px\)\] {
    --tw-translate-x: calc(-50% + 20px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[calc\(-50\%-20px\)\] {
    --tw-translate-x: calc(-50% - 20px);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .-translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * -8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .-rotate-90 {
    rotate: -90deg;
  }

  .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-\[fadeInDown_0\.2s_ease-out\] {
    animation: .2s ease-out fadeInDown;
  }

  .animate-\[fadeInTab_0\.3s_ease-out\] {
    animation: .3s ease-out fadeInTab;
  }

  .animate-\[fadeIn_0\.2s_ease-out\] {
    animation: .2s ease-out fadeIn;
  }

  .animate-\[modalIn_0\.25s_ease-out\] {
    animation: .25s ease-out modalIn;
  }

  .animate-\[pageTransitionIn_0\.3s_ease-out\] {
    animation: .3s ease-out pageTransitionIn;
  }

  .animate-\[pageTransitionOut_0\.2s_ease-in\] {
    animation: .2s ease-in pageTransitionOut;
  }

  .animate-\[slideDown_0\.3s_ease-out\] {
    animation: .3s ease-out slideDown;
  }

  .animate-\[slideUp_0\.3s_ease-out\] {
    animation: .3s ease-out slideUp;
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .cursor-wait {
    cursor: wait;
  }

  .resize-none {
    resize: none;
  }

  .list-inside {
    list-style-position: inside;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }

  .grid-rows-\[1fr\] {
    grid-template-rows: 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-start {
    justify-content: flex-start;
  }

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .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-11 {
    gap: calc(var(--spacing) * 11);
  }

  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }

  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }

  .gap-\[1px\] {
    gap: 1px;
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3\.74px\] {
    gap: 3.74px;
  }

  .gap-\[3px\] {
    gap: 3px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[7px\] {
    gap: 7px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[11px\] {
    gap: 11px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[18px\] {
    gap: 18px;
  }

  .gap-\[20px\] {
    gap: 20px;
  }

  .gap-\[22px\] {
    gap: 22px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[25px\] {
    gap: 25px;
  }

  .gap-\[27px\] {
    gap: 27px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[34px\] {
    gap: 34px;
  }

  .gap-\[35px\] {
    gap: 35px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[44px\] {
    gap: 44px;
  }

  .gap-\[45px\] {
    gap: 45px;
  }

  .gap-\[47px\] {
    gap: 47px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[51px\] {
    gap: 51px;
  }

  .gap-\[58px\] {
    gap: 58px;
  }

  .gap-\[60px\] {
    gap: 60px;
  }

  .gap-\[61px\] {
    gap: 61px;
  }

  .gap-\[71px\] {
    gap: 71px;
  }

  .gap-\[80px\] {
    gap: 80px;
  }

  .gap-\[100px\] {
    gap: 100px;
  }

  .gap-\[101px\] {
    gap: 101px;
  }

  .gap-px {
    gap: 1px;
  }

  :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)));
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }

  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }

  .gap-x-\[34px\] {
    column-gap: 34px;
  }

  .gap-x-\[60px\] {
    column-gap: 60px;
  }

  .gap-x-\[80px\] {
    column-gap: 80px;
  }

  :where(.-space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * -1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }

  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }

  .gap-y-\[13px\] {
    row-gap: 13px;
  }

  .gap-y-\[45px\] {
    row-gap: 45px;
  }

  .gap-y-\[48px\] {
    row-gap: 48px;
  }

  .self-center {
    align-self: center;
  }

  .self-start {
    align-self: flex-start;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-\[1px\] {
    border-radius: 1px;
  }

  .rounded-\[2px\] {
    border-radius: 2px;
  }

  .rounded-\[3px\] {
    border-radius: 3px;
  }

  .rounded-\[4px\] {
    border-radius: 4px;
  }

  .rounded-\[5px\] {
    border-radius: 5px;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[14\.96px\] {
    border-radius: 14.96px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .rounded-t-\[4px\] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .rounded-t-\[6px\] {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .rounded-t-\[8px\] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }

  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }

  .rounded-l {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .rounded-l-\[3px\] {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .rounded-l-\[4px\] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .rounded-l-\[6px\] {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }

  .rounded-r-\[3px\] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .rounded-r-\[4px\] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }

  .rounded-b-\[2px\] {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .rounded-b-\[3px\] {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .rounded-b-\[4px\] {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .rounded-b-\[8px\] {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }

  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: .5px;
  }

  .border-\[2\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 2.5px;
  }

  .border-\[6px\] {
    border-style: var(--tw-border-style);
    border-width: 6px;
  }

  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }

  .border-y-\[0\.5px\] {
    border-block-style: var(--tw-border-style);
    border-block-width: .5px;
  }

  .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: 0;
  }

  .border-t-\[0\.5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: .5px;
  }

  .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: 0;
  }

  .border-r-\[0\.5px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: .5px;
  }

  .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: 0;
  }

  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }

  .border-b-\[0\.5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: .5px;
  }

  .border-b-\[3px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }

  .border-b-\[4px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }

  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }

  .border-l-\[0\.5px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: .5px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-\[\#9F9F9F\] {
    border-color: #9f9f9f;
  }

  .border-\[\#292929\] {
    border-color: #292929;
  }

  .border-\[\#525252\] {
    border-color: #525252;
  }

  .border-\[\#A3A3A3\] {
    border-color: #a3a3a3;
  }

  .border-\[\#B8B8B8\] {
    border-color: #b8b8b8;
  }

  .border-\[\#B8B8B8\]\/60 {
    border-color: #b8b8b899;
    border-color: lab(74.782% 0 0 / .6);
  }

  .border-\[\#BBF7D0\] {
    border-color: #bbf7d0;
  }

  .border-\[\#C5C5C5\] {
    border-color: #c5c5c5;
  }

  .border-\[\#C5C5C5\]\/80 {
    border-color: #c5c5c5cc;
    border-color: lab(79.5193% 0 .0000119209 / .8);
  }

  .border-\[\#D32F2F\] {
    border-color: #d32f2f;
  }

  .border-\[\#E5E5E5\] {
    border-color: #e5e5e5;
  }

  .border-\[\#EAEAEA\] {
    border-color: #eaeaea;
  }

  .border-\[\#EDEDED\] {
    border-color: #ededed;
  }

  .border-\[\#F4F4F4\] {
    border-color: #f4f4f4;
  }

  .border-\[\#F7F7F7\] {
    border-color: #f7f7f7;
  }

  .border-\[\#F9F9F9\] {
    border-color: #f9f9f9;
  }

  .border-\[\#F8481B\] {
    border-color: #f8481b;
  }

  .border-\[\#FDE68A\] {
    border-color: #fde68a;
  }

  .border-\[\#FE6E29\] {
    border-color: #fe6e29;
  }

  .border-\[\#FE5200\] {
    border-color: #fe5200;
  }

  .border-\[\#FECACA\] {
    border-color: #fecaca;
  }

  .border-\[\#FF3B30\] {
    border-color: #ff3b30;
  }

  .border-\[\#FFFCF9\] {
    border-color: #fffcf9;
  }

  .border-\[rgba\(41\,41\,41\,0\.9\)\] {
    border-color: #292929e6;
  }

  .border-\[rgba\(184\,184\,184\,0\.6\)\] {
    border-color: #b8b8b899;
  }

  .border-\[rgba\(248\,72\,27\,0\.8\)\] {
    border-color: #f8481bcc;
  }

  .border-\[rgba\(248\,72\,27\,0\.9\)\] {
    border-color: #f8481be6;
  }

  .border-\[rgba\(255\,207\,184\,0\.2\)\] {
    border-color: #ffcfb833;
  }

  .border-\[rgba\(255\,252\,249\,0\.6\)\] {
    border-color: #fffcf999;
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#2E7D32\] {
    background-color: #2e7d32;
  }

  .bg-\[\#4BAFF7\] {
    background-color: #4baff7;
  }

  .bg-\[\#4CAF50\] {
    background-color: #4caf50;
  }

  .bg-\[\#6B73B7\] {
    background-color: #6b73b7;
  }

  .bg-\[\#6F8F82\] {
    background-color: #6f8f82;
  }

  .bg-\[\#7A7A7A\] {
    background-color: #7a7a7a;
  }

  .bg-\[\#10B981\] {
    background-color: #10b981;
  }

  .bg-\[\#22C55E\] {
    background-color: #22c55e;
  }

  .bg-\[\#34C759\] {
    background-color: #34c759;
  }

  .bg-\[\#0070BA\] {
    background-color: #0070ba;
  }

  .bg-\[\#292929\] {
    background-color: #292929;
  }

  .bg-\[\#525252\] {
    background-color: #525252;
  }

  .bg-\[\#545454\] {
    background-color: #545454;
  }

  .bg-\[\#A3A3A3\] {
    background-color: #a3a3a3;
  }

  .bg-\[\#B8B8B8\] {
    background-color: #b8b8b8;
  }

  .bg-\[\#C5C5C5\] {
    background-color: #c5c5c5;
  }

  .bg-\[\#C5C5C5\]\/80 {
    background-color: #c5c5c5cc;
    background-color: lab(79.5193% 0 .0000119209 / .8);
  }

  .bg-\[\#C89B3C\] {
    background-color: #c89b3c;
  }

  .bg-\[\#D9D9D9\] {
    background-color: #d9d9d9;
  }

  .bg-\[\#D54500\] {
    background-color: #d54500;
  }

  .bg-\[\#DCFCE7\] {
    background-color: #dcfce7;
  }

  .bg-\[\#E5E5E5\] {
    background-color: #e5e5e5;
  }

  .bg-\[\#E8BBF3\] {
    background-color: #e8bbf3;
  }

  .bg-\[\#E8E8E8\] {
    background-color: #e8e8e8;
  }

  .bg-\[\#E126EE\] {
    background-color: #e126ee;
  }

  .bg-\[\#EAEAEA\] {
    background-color: #eaeaea;
  }

  .bg-\[\#EDEDED\] {
    background-color: #ededed;
  }

  .bg-\[\#EDEEF1\] {
    background-color: #edeef1;
  }

  .bg-\[\#EF4444\] {
    background-color: #ef4444;
  }

  .bg-\[\#F1F1F1\] {
    background-color: #f1f1f1;
  }

  .bg-\[\#F4F4F4\] {
    background-color: #f4f4f4;
  }

  .bg-\[\#F5F5F5\] {
    background-color: #f5f5f5;
  }

  .bg-\[\#F7F7F7\] {
    background-color: #f7f7f7;
  }

  .bg-\[\#F9A825\] {
    background-color: #f9a825;
  }

  .bg-\[\#F9F9F9\] {
    background-color: #f9f9f9;
  }

  .bg-\[\#F9F9F9\]\/40 {
    background-color: #f9f9f966;
    background-color: lab(97.9256% -.0000298023 0 / .4);
  }

  .bg-\[\#F9F9F9\]\/80 {
    background-color: #f9f9f9cc;
    background-color: lab(97.9256% -.0000298023 0 / .8);
  }

  .bg-\[\#F59E0B\] {
    background-color: #f59e0b;
  }

  .bg-\[\#F83C0C\] {
    background-color: #f83c0c;
  }

  .bg-\[\#F8481B\] {
    background-color: #f8481b;
  }

  .bg-\[\#F53025\] {
    background-color: #f53025;
  }

  .bg-\[\#FACC15\] {
    background-color: #facc15;
  }

  .bg-\[\#FAFAFA\] {
    background-color: #fafafa;
  }

  .bg-\[\#FE6E29\] {
    background-color: #fe6e29;
  }

  .bg-\[\#FE5200\] {
    background-color: #fe5200;
  }

  .bg-\[\#FE8952\] {
    background-color: #fe8952;
  }

  .bg-\[\#FEE2E2\] {
    background-color: #fee2e2;
  }

  .bg-\[\#FEF3C7\] {
    background-color: #fef3c7;
  }

  .bg-\[\#FF3B30\] {
    background-color: #ff3b30;
  }

  .bg-\[\#FFA500\] {
    background-color: orange;
  }

  .bg-\[\#FFC107\] {
    background-color: #ffc107;
  }

  .bg-\[\#FFCC00\] {
    background-color: #fc0;
  }

  .bg-\[\#FFF5F2\] {
    background-color: #fff5f2;
  }

  .bg-\[\#FFF5F3\] {
    background-color: #fff5f3;
  }

  .bg-\[\#FFF5F5\] {
    background-color: #fff5f5;
  }

  .bg-\[\#FFFCF9\] {
    background-color: #fffcf9;
  }

  .bg-\[\#FFFDFB\] {
    background-color: #fffdfb;
  }

  .bg-\[\#FFFEFD\] {
    background-color: #fffefd;
  }

  .bg-\[\#FFFEFE\] {
    background-color: #fffefe;
  }

  .bg-\[rgba\(0\,0\,0\,0\.6\)\] {
    background-color: #0009;
  }

  .bg-\[rgba\(41\,41\,41\,0\.9\)\] {
    background-color: #292929e6;
  }

  .bg-\[rgba\(82\,82\,82\,0\.9\)\] {
    background-color: #525252e6;
  }

  .bg-\[rgba\(197\,197\,197\,0\.8\)\] {
    background-color: #c5c5c5cc;
  }

  .bg-\[rgba\(248\,72\,27\,0\.9\)\] {
    background-color: #f8481be6;
  }

  .bg-\[rgba\(248\,72\,27\,0\.85\)\] {
    background-color: #f8481bd9;
  }

  .bg-\[rgba\(248\,72\,27\,0\.95\)\] {
    background-color: #f8481bf2;
  }

  .bg-\[rgba\(249\,249\,249\,0\.4\)\] {
    background-color: #f9f9f966;
  }

  .bg-\[rgba\(249\,249\,249\,0\.6\)\] {
    background-color: #f9f9f999;
  }

  .bg-\[rgba\(249\,249\,249\,0\.7\)\] {
    background-color: #f9f9f9b3;
  }

  .bg-\[rgba\(249\,249\,249\,0\.8\)\] {
    background-color: #f9f9f9cc;
  }

  .bg-\[rgba\(254\,82\,0\,0\.9\)\] {
    background-color: #fe5200e6;
  }

  .bg-\[rgba\(254\,82\,0\,0\.95\)\] {
    background-color: #fe5200f2;
  }

  .bg-\[rgba\(255\,252\,249\,0\.2\)\] {
    background-color: #fffcf933;
  }

  .bg-\[rgba\(255\,252\,249\,0\.8\)\] {
    background-color: #fffcf9cc;
  }

  .bg-\[rgba\(255\,252\,249\,0\.9\)\] {
    background-color: #fffcf9e6;
  }

  .bg-\[rgba\(255\,254\,253\,0\.2\)\] {
    background-color: #fffefd33;
  }

  .bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    background-color: #fff3;
  }

  .bg-\[rgba\(255\,255\,255\,0\.6\)\] {
    background-color: #fff9;
  }

  .bg-\[rgba\(255\,255\,255\,0\.7\)\] {
    background-color: #ffffffb3;
  }

  .bg-\[rgba\(255\,255\,255\,0\.8\)\] {
    background-color: #fffc;
  }

  .bg-\[rgba\(255\,255\,255\,0\.95\)\] {
    background-color: #fffffff2;
  }

  .bg-black\/20 {
    background-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .bg-black\/30 {
    background-color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }

  .bg-white\/40 {
    background-color: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/40 {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .bg-white\/50 {
    background-color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/50 {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .bg-white\/60 {
    background-color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/60 {
      background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }

  .bg-white\/80 {
    background-color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/80 {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .bg-white\/\[0\.97\] {
    background-color: #fffffff7;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/\[0\.97\] {
      background-color: color-mix(in oklab, var(--color-white) 97%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#8B5CF6\] {
    --tw-gradient-from: #8b5cf6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#34C759\] {
    --tw-gradient-from: #34c759;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-\[\#FE5200\] {
    --tw-gradient-from: #fe5200;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/54 {
    --tw-gradient-from: #ffffff8a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/54 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 54%, transparent);
    }
  }

  .from-white\/54 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .from-white\/75 {
    --tw-gradient-from: #ffffffbf;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-white\/75 {
      --tw-gradient-from: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }

  .from-white\/75 {
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .via-\[\#30D158\] {
    --tw-gradient-via: #30d158;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[\#A855F7\] {
    --tw-gradient-via: #a855f7;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .to-\[\#32D74B\] {
    --tw-gradient-to: #32d74b;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#C084FC\] {
    --tw-gradient-to: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#F8481B\] {
    --tw-gradient-to: #f8481b;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[rgba\(255\,255\,255\,0\.9\)\] {
    --tw-gradient-to: #ffffffe6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .fill-\[\#525252\] {
    fill: #525252;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .object-center {
    object-position: center;
  }

  .object-left {
    object-position: left;
  }

  .object-right {
    object-position: right;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[2px\] {
    padding: 2px;
  }

  .p-\[5px\] {
    padding: 5px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[20px\] {
    padding: 20px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .p-\[32px\] {
    padding: 32px;
  }

  .p-\[40px\] {
    padding: 40px;
  }

  .p-\[44px\] {
    padding: 44px;
  }

  .p-\[60px\] {
    padding: 60px;
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .px-44 {
    padding-inline: calc(var(--spacing) * 44);
  }

  .px-\[8\.8px\] {
    padding-inline: 8.8px;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[14px\] {
    padding-inline: 14px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[23px\] {
    padding-inline: 23px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[28px\] {
    padding-inline: 28px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .px-\[34px\] {
    padding-inline: 34px;
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .px-\[44px\] {
    padding-inline: 44px;
  }

  .px-\[47px\] {
    padding-inline: 47px;
  }

  .px-\[48px\] {
    padding-inline: 48px;
  }

  .px-\[56px\] {
    padding-inline: 56px;
  }

  .px-\[60px\] {
    padding-inline: 60px;
  }

  .px-\[80px\] {
    padding-inline: 80px;
  }

  .px-\[82px\] {
    padding-inline: 82px;
  }

  .px-\[139px\] {
    padding-inline: 139px;
  }

  .px-\[140px\] {
    padding-inline: 140px;
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .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-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }

  .py-\[4\.4px\] {
    padding-block: 4.4px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[6px\] {
    padding-block: 6px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[12px\] {
    padding-block: 12px;
  }

  .py-\[14px\] {
    padding-block: 14px;
  }

  .py-\[15px\] {
    padding-block: 15px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[26px\] {
    padding-block: 26px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .py-\[34px\] {
    padding-block: 34px;
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[44px\] {
    padding-block: 44px;
  }

  .py-\[48px\] {
    padding-block: 48px;
  }

  .py-\[50px\] {
    padding-block: 50px;
  }

  .py-\[56px\] {
    padding-block: 56px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .py-\[100px\] {
    padding-block: 100px;
  }

  .py-\[112px\] {
    padding-block: 112px;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pt-\[14px\] {
    padding-top: 14px;
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[22px\] {
    padding-top: 22px;
  }

  .pt-\[24px\] {
    padding-top: 24px;
  }

  .pt-\[26px\] {
    padding-top: 26px;
  }

  .pt-\[34px\] {
    padding-top: 34px;
  }

  .pt-\[44px\] {
    padding-top: 44px;
  }

  .pt-\[60px\] {
    padding-top: 60px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

  .pt-\[94px\] {
    padding-top: 94px;
  }

  .pt-\[220px\] {
    padding-top: 220px;
  }

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

  .pr-\[16px\] {
    padding-right: 16px;
  }

  .pr-\[32px\] {
    padding-right: 32px;
  }

  .pr-\[40px\] {
    padding-right: 40px;
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }

  .pb-\[12px\] {
    padding-bottom: 12px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[20px\] {
    padding-bottom: 20px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .pb-\[34px\] {
    padding-bottom: 34px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }

  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }

  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .pl-\[8px\] {
    padding-left: 8px;
  }

  .pl-\[24px\] {
    padding-left: 24px;
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

  .pl-\[34px\] {
    padding-left: 34px;
  }

  .pl-\[42px\] {
    padding-left: 42px;
  }

  .pl-\[66px\] {
    padding-left: 66px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-\[\'Manrope\'\] {
    font-family: Manrope;
  }

  .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-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[19px\] {
    font-size: 19px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22px\] {
    font-size: 22px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[34px\] {
    font-size: 34px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .text-\[55px\] {
    font-size: 55px;
  }

  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }

  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }

  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tracking-\[0\.1em\] {
    --tw-tracking: .1em;
    letter-spacing: .1em;
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .text-ellipsis {
    text-overflow: ellipsis;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .text-\[\#000000\] {
    color: #000;
  }

  .text-\[\#2E7D32\] {
    color: #2e7d32;
  }

  .text-\[\#4BAFF7\] {
    color: #4baff7;
  }

  .text-\[\#4CAF50\] {
    color: #4caf50;
  }

  .text-\[\#7A7A7A\] {
    color: #7a7a7a;
  }

  .text-\[\#9F9F9F\] {
    color: #9f9f9f;
  }

  .text-\[\#16A34A\] {
    color: #16a34a;
  }

  .text-\[\#22C55E\] {
    color: #22c55e;
  }

  .text-\[\#292929\] {
    color: #292929;
  }

  .text-\[\#525252\] {
    color: #525252;
  }

  .text-\[\#545454\] {
    color: #545454;
  }

  .text-\[\#999999\] {
    color: #999;
  }

  .text-\[\#A3A3A3\] {
    color: #a3a3a3;
  }

  .text-\[\#B8B8B8\] {
    color: #b8b8b8;
  }

  .text-\[\#B8B8B8\]\/90 {
    color: #b8b8b8e6;
    color: lab(74.782% -.0000298023 .0000119209 / .9);
  }

  .text-\[\#C5C5C5\] {
    color: #c5c5c5;
  }

  .text-\[\#C5C5C5\]\/80 {
    color: #c5c5c5cc;
    color: lab(79.5193% 0 .0000119209 / .8);
  }

  .text-\[\#D4D4D4\] {
    color: #d4d4d4;
  }

  .text-\[\#D32F2F\] {
    color: #d32f2f;
  }

  .text-\[\#D97706\] {
    color: #d97706;
  }

  .text-\[\#DC2626\] {
    color: #dc2626;
  }

  .text-\[\#E126EE\] {
    color: #e126ee;
  }

  .text-\[\#F9F9F9\] {
    color: #f9f9f9;
  }

  .text-\[\#F8481B\] {
    color: #f8481b;
  }

  .text-\[\#F53025\] {
    color: #f53025;
  }

  .text-\[\#FE6E29\] {
    color: #fe6e29;
  }

  .text-\[\#FE5200\] {
    color: #fe5200;
  }

  .text-\[\#FF3B30\] {
    color: #ff3b30;
  }

  .text-\[\#FFA500\] {
    color: orange;
  }

  .text-\[\#FFC107\] {
    color: #ffc107;
  }

  .text-\[\#FFFCF9\] {
    color: #fffcf9;
  }

  .text-\[rgba\(41\,41\,41\,0\.7\)\] {
    color: #292929b3;
  }

  .text-\[rgba\(41\,41\,41\,0\.9\)\] {
    color: #292929e6;
  }

  .text-\[rgba\(184\,184\,184\,0\.9\)\] {
    color: #b8b8b8e6;
  }

  .text-\[rgba\(197\,197\,197\,0\.8\)\] {
    color: #c5c5c5cc;
  }

  .text-\[rgba\(197\,197\,197\,0\.9\)\] {
    color: #c5c5c5e6;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-15 {
    opacity: .15;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-100 {
    opacity: 1;
  }

  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    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_-1px_1px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 -1px 1px var(--tw-shadow-color, #00000014);
    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_1px_1px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 1px 1px var(--tw-shadow-color, #00000014);
    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_-1px_4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px -1px 4px var(--tw-shadow-color, #0000001a);
    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_0\.75px_1\.5px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px .75px 1.5px var(--tw-shadow-color, #0003);
    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_0px_1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #0000001a);
    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_0px_1px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #0003);
    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_0px_1px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #0000004d);
    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_0px_1px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #0006);
    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_0px_1px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #00000026);
    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_0px_1px_rgba\(0\,0\,0\,0\.16\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #00000029);
    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_0px_1px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 1px var(--tw-shadow-color, #00000040);
    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_0px_2px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 0px 2px var(--tw-shadow-color, #0000001a);
    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_0px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 0px 2px var(--tw-shadow-color, #0003);
    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_0px_2px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 0px 2px var(--tw-shadow-color, #0006);
    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_0px_2px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 0px 2px 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-\[0px_0px_2px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 2px var(--tw-shadow-color, #00000026);
    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_0px_2px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 2px var(--tw-shadow-color, #00000040);
    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_0px_4px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #0003);
    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_0px_4px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #0000004d);
    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_0px_4px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 0px 4px 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-\[0px_0px_4px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #00000026);
    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_0px_4px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #00000040);
    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_0px_5px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 0px 5px var(--tw-shadow-color, #0000001a);
    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_0px_6px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 6px var(--tw-shadow-color, #00000026);
    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_0px_8px_rgba\(0\,0\,0\,0\.01\)\] {
    --tw-shadow: 0px 0px 8px var(--tw-shadow-color, #00000003);
    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_0px_8px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 8px var(--tw-shadow-color, #00000026);
    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_0px_8px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 8px var(--tw-shadow-color, #00000040);
    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_0px_12px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 12px var(--tw-shadow-color, #00000026);
    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_0px_12px_rgba\(255\,255\,255\,0\.1\)\] {
    --tw-shadow: 0px 0px 12px var(--tw-shadow-color, #ffffff1a);
    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_1px_1px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 1px 1px var(--tw-shadow-color, #0000001a);
    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_1px_2px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 1px 2px var(--tw-shadow-color, #0003);
    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_1px_2px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 1px 2px var(--tw-shadow-color, #00000026);
    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_2px_4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 2px 4px var(--tw-shadow-color, #0000001a);
    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_2px_6px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 2px 6px var(--tw-shadow-color, #00000014);
    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_2px_8px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0px 2px 8px var(--tw-shadow-color, #0000000a);
    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_3px_6px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 3px 6px var(--tw-shadow-color, #0003);
    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_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px var(--tw-shadow-color, #00000040);
    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_12px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 12px var(--tw-shadow-color, #0000001a);
    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_12px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 4px 12px 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-\[0px_4px_12px_rgba\(0\,0\,0\,0\.07\)\] {
    --tw-shadow: 0px 4px 12px var(--tw-shadow-color, #00000012);
    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_12px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 12px var(--tw-shadow-color, #00000026);
    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_16px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 4px 16px var(--tw-shadow-color, #00000014);
    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_20px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 4px 20px var(--tw-shadow-color, #00000026);
    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_24px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 24px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    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, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --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);
  }

  .ring-\[3px\] {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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);
  }

  .ring-\[rgba\(248\,72\,27\,0\.6\)\] {
    --tw-ring-color: #f8481b99;
  }

  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_0px_1px_rgba\(0\,0\,0\,0\.02\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 0px 1px var(--tw-drop-shadow-color, #00000005));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_0px_6px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 0px 6px var(--tw-drop-shadow-color, #0003));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_1px_1px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 1px 1px var(--tw-drop-shadow-color, #00000040));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_2px_3px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 2px 3px var(--tw-drop-shadow-color, #0003));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_4px_4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 4px 4px var(--tw-drop-shadow-color, #0000001a));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .drop-shadow-\[0px_4px_12px_rgba\(0\,0\,0\,0\.07\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 4px 12px var(--tw-drop-shadow-color, #00000012));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    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-shadow {
    transition-property: box-shadow;
    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));
  }

  .delay-100 {
    transition-delay: .1s;
  }

  .delay-200 {
    transition-delay: .2s;
  }

  .duration-75 {
    --tw-duration: 75ms;
    transition-duration: 75ms;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .duration-\[800ms\] {
    --tw-duration: .8s;
    transition-duration: .8s;
  }

  .duration-\[900ms\] {
    --tw-duration: .9s;
    transition-duration: .9s;
  }

  .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;
  }

  .text-shadow-\[0px_0px_1px_rgba\(0\,0\,0\,0\.1\)\] {
    text-shadow: 0px 0px 1px var(--tw-text-shadow-color, #0000001a);
  }

  .text-shadow-\[0px_1px_1px_rgba\(0\,0\,0\,0\.25\)\] {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, #00000040);
  }

  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }

  @media (hover: hover) {
    .group-hover\:hidden:is(:where(.group):hover *) {
      display: none;
    }
  }

  @media (hover: hover) {
    .group-hover\:border-\[\#000000\]:is(:where(.group):hover *) {
      border-color: #000;
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#FE5200\]:is(:where(.group):hover *) {
      background-color: #fe5200;
    }
  }

  @media (hover: hover) {
    .group-hover\:fill-white:is(:where(.group):hover *) {
      fill: var(--color-white);
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#F8481B\]:is(:where(.group):hover *) {
      color: #f8481b;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-white:is(:where(.group):hover *) {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .group-hover\:underline:is(:where(.group):hover *) {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0px_6px_16px_rgba\(0\,0\,0\,0\.12\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0px 6px 16px var(--tw-shadow-color, #0000001f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .group-hover\:drop-shadow-\[0px_0px_4px_rgba\(0\,0\,0\,0\.4\)\]:is(:where(.group):hover *) {
      --tw-drop-shadow-size: drop-shadow(0px 0px 4px var(--tw-drop-shadow-color, #0006));
      --tw-drop-shadow: var(--tw-drop-shadow-size);
      filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
    }
  }

  .placeholder\:font-light::placeholder {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .placeholder\:text-\[\#9F9F9F\]::placeholder {
    color: #9f9f9f;
  }

  .placeholder\:text-\[\#A3A3A3\]::placeholder {
    color: #a3a3a3;
  }

  .placeholder\:text-\[\#B8B8B8\]::placeholder {
    color: #b8b8b8;
  }

  .placeholder\:text-\[\#B8B8B8\]\/70::placeholder {
    color: #b8b8b8b3;
    color: lab(74.782% 0 0 / .7);
  }

  .placeholder\:text-\[\#B8B8B8\]\/90::placeholder {
    color: #b8b8b8e6;
    color: lab(74.782% -.0000298023 .0000119209 / .9);
  }

  .placeholder\:text-\[\#C5C5C5\]::placeholder {
    color: #c5c5c5;
  }

  .placeholder\:text-\[rgba\(184\,184\,184\,0\.7\)\]::placeholder {
    color: #b8b8b8b3;
  }

  .placeholder\:text-\[rgba\(184\,184\,184\,0\.9\)\]::placeholder {
    color: #b8b8b8e6;
  }

  .placeholder\:text-\[rgba\(197\,197\,197\,0\.6\)\]::placeholder {
    color: #c5c5c599;
  }

  .first\:ml-0:first-child {
    margin-left: calc(var(--spacing) * 0);
  }

  .focus-within\:border-\[\#292929\]:focus-within {
    border-color: #292929;
  }

  @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\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }
  }

  @media (hover: hover) {
    .hover\:rounded:hover {
      border-radius: .25rem;
    }
  }

  @media (hover: hover) {
    .hover\:rounded-r-\[4px\]:hover {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#7A7A7A\]:hover {
      border-color: #7a7a7a;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#292929\]:hover {
      border-color: #292929;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#525252\]:hover {
      border-color: #525252;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#C5C5C5\]:hover {
      border-color: #c5c5c5;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#E5E5E5\]:hover {
      border-color: #e5e5e5;
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#FE5200\]:hover {
      border-color: #fe5200;
    }
  }

  @media (hover: hover) {
    .hover\:border-black:hover {
      border-color: var(--color-black);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1a1a1a\]:hover {
      background-color: #1a1a1a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#3a3a3a\]:hover {
      background-color: #3a3a3a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#005ea6\]:hover {
      background-color: #005ea6;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#6A6A6A\]:hover {
      background-color: #6a6a6a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#292929\]:hover {
      background-color: #292929;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E53E14\]:hover {
      background-color: #e53e14;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E54A00\]:hover {
      background-color: #e54a00;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E64A00\]:hover {
      background-color: #e64a00;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E6342A\]:hover {
      background-color: #e6342a;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E63400\]:hover {
      background-color: #e63400;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E64900\]:hover {
      background-color: #e64900;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#EAEAEA\]:hover {
      background-color: #eaeaea;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#EBEBEB\]:hover {
      background-color: #ebebeb;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F4F4F4\]:hover {
      background-color: #f4f4f4;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F5F5F5\]:hover {
      background-color: #f5f5f5;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F7F7F7\]:hover {
      background-color: #f7f7f7;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F9F9F9\]:hover {
      background-color: #f9f9f9;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F85E19\]:hover {
      background-color: #f85e19;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F8481B\]:hover {
      background-color: #f8481b;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#F8481B\]\/90:hover {
      background-color: #f8481be6;
      background-color: lab(57.6528% 66.2511 62.8686 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FAFAFA\]:hover {
      background-color: #fafafa;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FE5200\]:hover {
      background-color: #fe5200;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FEF2ED\]:hover {
      background-color: #fef2ed;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#FFF5F2\]:hover {
      background-color: #fff5f2;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#e03d15\]:hover {
      background-color: #e03d15;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f9f9f9\]:hover {
      background-color: #f9f9f9;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(41\,41\,41\,1\)\]:hover {
      background-color: #292929;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(82\,82\,82\,1\)\]:hover {
      background-color: #525252;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(248\,72\,27\,0\.95\)\]:hover {
      background-color: #f8481bf2;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(249\,249\,249\,0\.4\)\]:hover {
      background-color: #f9f9f966;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(249\,249\,249\,0\.6\)\]:hover {
      background-color: #f9f9f999;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(254\,82\,0\,0\.95\)\]:hover {
      background-color: #fe5200f2;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(254\,82\,0\,1\)\]:hover {
      background-color: #fe5200;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,207\,184\,0\.9\)\]:hover {
      background-color: #ffcfb8e6;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,252\,249\,0\.4\)\]:hover {
      background-color: #fffcf966;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/5:hover {
      background-color: #0000000d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/5:hover {
        background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/80:hover {
      background-color: #000c;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/80:hover {
        background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:font-medium:hover {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#292929\]:hover {
      color: #292929;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#525252\]:hover {
      color: #525252;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#F83C0C\]:hover {
      color: #f83c0c;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#F8481B\]:hover {
      color: #f8481b;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#FE5200\]:hover {
      color: #fe5200;
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_0px_4px_rgba\(0\,0\,0\,0\.2\)\]:hover {
      --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #0003);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_0px_4px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 0px 4px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_0px_6px_rgba\(0\,0\,0\,0\.2\)\]:hover {
      --tw-shadow: 0px 0px 6px var(--tw-shadow-color, #0003);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_0px_8px_rgba\(0\,0\,0\,0\.1\)\]:hover {
      --tw-shadow: 0px 0px 8px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_2px_4px_rgba\(0\,0\,0\,0\.3\)\]:hover {
      --tw-shadow: 0px 2px 4px var(--tw-shadow-color, #0000004d);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_2px_4px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 2px 4px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_4px_8px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 4px 8px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_4px_12px_rgba\(0\,0\,0\,0\.07\)\]:hover {
      --tw-shadow: 0px 4px 12px var(--tw-shadow-color, #00000012);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_4px_12px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 4px 12px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_8px_16px_rgba\(0\,0\,0\,0\.15\)\]:hover {
      --tw-shadow: 0px 8px 16px var(--tw-shadow-color, #00000026);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-sm:hover {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:text-shadow-\[0px_1px_1px_rgba\(0\,0\,0\,0\.25\)\]:hover {
      text-shadow: 0px 1px 1px var(--tw-text-shadow-color, #00000040);
    }
  }

  .focus\:border-\[\#292929\]:focus {
    border-color: #292929;
  }

  .focus\:border-\[\#525252\]:focus {
    border-color: #525252;
  }

  .focus\:border-\[\#D32F2F\]:focus {
    border-color: #d32f2f;
  }

  .focus\:border-\[\#F8481B\]:focus {
    border-color: #f8481b;
  }

  .focus\:border-\[\#FE6E29\]:focus {
    border-color: #fe6e29;
  }

  .focus\:border-\[\#FE5200\]:focus {
    border-color: #fe5200;
  }

  .focus\:border-\[\#FF3B30\]:focus {
    border-color: #ff3b30;
  }

  .focus\:bg-\[\#F5F5F5\]:focus {
    background-color: #f5f5f5;
  }

  .focus\:opacity-100:focus {
    opacity: 1;
  }

  .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-\[\#F8481B\]:focus {
    --tw-ring-color: #f8481b;
  }

  .focus\:ring-\[\#FE6E29\]:focus {
    --tw-ring-color: #fe6e29;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-70:disabled {
    opacity: .7;
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  .\[\&_button\]\:rounded-none button {
    border-radius: 0;
  }

  .\[\&_button\]\:rounded-l-none button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\[\&_button\]\:rounded-r-\[3px\] button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .\[\&_button\]\:border-l-0 button {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }
}

:root {
  --background: #fffcf9;
  --foreground: #292929;
  --primary: #f8481b;
  --neutral-500: #000;
  --neutral-400: #292929;
  --neutral-300: #525252;
  --neutral-200: #7a7a7a;
  --neutral-100: #a3a3a3;
  --neutral-50: #b8b8b8;
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(.95)translateY(-10px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.animate-fadeIn {
  animation: .2s ease-out forwards fadeIn;
}

.animate-fadeInSlow {
  animation: .5s ease-out forwards fadeIn;
}

.animate-modalIn {
  animation: .25s ease-out forwards modalIn;
}

@keyframes zoomIn {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.animate-zoomIn {
  animation: .6s ease-out forwards zoomIn;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-modalFadeIn {
  opacity: 0;
  animation: .4s ease-out .2s forwards modalFadeIn;
}

@keyframes backgroundZoom {
  0% {
    opacity: 0;
    transform: scale(1.3)translateX(25%);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: scale(1)translateX(0);
  }
}

.animate-backgroundZoom {
  animation: .6s ease-out forwards backgroundZoom;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scale-in {
  from {
    opacity: 0;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes draw-check {
  from {
    stroke-dashoffset: 50px;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.animate-fade-in {
  animation: .3s ease-out forwards fade-in;
}

.animate-scale-in {
  animation: .4s cubic-bezier(.175, .885, .32, 1.275) forwards scale-in;
}

.animate-draw-check {
  stroke-dasharray: 50;
  stroke-dashoffset: 50px;
  animation: .4s ease-out .2s forwards draw-check;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageTransitionIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pageTransitionOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-custom {
  scrollbar-width: thin;
  scrollbar-color: #a3a3a3 transparent;
}

.scrollbar-custom::-webkit-scrollbar {
  width: 10px;
}

.scrollbar-custom::-webkit-scrollbar-track {
  background: none;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  border-radius: 4px;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/