
.loading[data-v-db07722d] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  animation: rotate-db07722d 1s linear infinite;
  top: 0;
  left: 0;
}
.loading[data-v-db07722d]::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix-db07722d 2s linear infinite;
}
@keyframes rotate-db07722d {
100% {
    transform: rotate(360deg);
}
}
@keyframes prixClipFix-db07722d {
0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}
@layer reset, base, tokens, recipes, utilities;

@font-face {
    font-family: 'AIB612 Mono Bold';
    src: url('/design/fonts/AIB612\ Mono-Bold.ttf');
}

@font-face {
    font-family: 'AIB612 Mono Bold-Italic';
    src: url('/design/fonts/AIB612\ Mono-BoldItalic.ttf');
}

@font-face {
    font-family: 'AIB612 Mono Regular';
    src: url('/design/fonts/AIB612_Mono-Bold_Regular.ttf');
}

@font-face {
    font-family: 'AIB612 Bold';
    src: url('/design/fonts/AIB612-Bold.ttf');
}

@font-face {
    font-family: 'AIB612 Bold Italic';
    src: url('/design/fonts/AIB612-BoldItalic.ttf');
}

@font-face {
    font-family: 'AIB612 Italic';
    src: url('/design/fonts/AIB612-Italic.ttf');
}

@font-face {
    font-family: 'AIB612 Regular';
    src: url('/design/fonts/AIB612-Regular.ttf');
}

body {
    font-family: 'AIB612 Regular', 'Arial', sans-serif;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #6f6f6f;
    border-radius: 6px;
    border: 2px solid #000;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #6f6f6f #000;
}

@layer reset {
  html {
    --font-fallback: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--global-font-body, var(--font-fallback));
}

  * {
    margin: 0px;
    padding: 0px;
    font: inherit;
}

  *,*::before,*::after {
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    border-color: var(--global-color-border, currentColor);
}

  hr {
    height: 0px;
    color: inherit;
    border-top-width: 1px;
}

  body {
    height: 100%;
}

  img {
    border-style: none;
}

  img,svg,video,canvas,audio,iframe,embed,object {
    display: block;
    vertical-align: middle;
}

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

  p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}

  ol,ul {
    list-style: none;
}

  code,kbd,pre,samp {
    font-size: 1em;
}

  button,[type='button'],[type='reset'],[type='submit'] {
    -webkit-appearance: button;
    background-color: var(--colors-transparent);
    background-image: none;
}

  button,input,optgroup,select,textarea {
    color: inherit;
}

  button,select {
    text-transform: none;
}

  table {
    text-indent: 0px;
    border-collapse: collapse;
    border-color: inherit;
}

  input::placeholder,textarea::placeholder {
    opacity: 1;
    color: var(--global-color-placeholder, #9ca3af);
}

  textarea {
    resize: vertical;
}

  summary {
    display: list-item;
}

  small {
    font-size: 80%;
}

  sub,sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}

  sub {
    bottom: -0.25em;
}

  sup {
    top: -0.5em;
}

  dialog {
    padding: 0px;
}

  a {
    color: inherit;
    text-decoration: inherit;
}

  abbr:where([title]) {
    text-decoration: underline dotted;
}

  b,strong {
    font-weight: bolder;
}

  code,kbd,samp,pre {
    --font-mono-fallback: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New';
    font-size: 1em;
    font-family: var(--global-font-mono, var(--font-mono-fallback));
}

  input[type="text"],input[type="email"],input[type="search"],input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

  input[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

  ::-webkit-search-decoration,::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

  input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

  input[type='number'] {
    -moz-appearance: textfield;
}

  :-moz-ui-invalid {
    box-shadow: none;
}

  :-moz-focusring {
    outline: auto;
}

  [hidden] {
    display: none !important;
}
}

@layer base {
  :root {
    --made-with-panda: '🐼';
}

  *,*::before,*::after,::backdrop {
    --blur: /*-*/ /*-*/;
    --brightness: /*-*/ /*-*/;
    --contrast: /*-*/ /*-*/;
    --grayscale: /*-*/ /*-*/;
    --hue-rotate: /*-*/ /*-*/;
    --invert: /*-*/ /*-*/;
    --saturate: /*-*/ /*-*/;
    --sepia: /*-*/ /*-*/;
    --drop-shadow: /*-*/ /*-*/;
    --backdrop-blur: /*-*/ /*-*/;
    --backdrop-brightness: /*-*/ /*-*/;
    --backdrop-contrast: /*-*/ /*-*/;
    --backdrop-grayscale: /*-*/ /*-*/;
    --backdrop-hue-rotate: /*-*/ /*-*/;
    --backdrop-invert: /*-*/ /*-*/;
    --backdrop-opacity: /*-*/ /*-*/;
    --backdrop-saturate: /*-*/ /*-*/;
    --backdrop-sepia: /*-*/ /*-*/;
    --scroll-snap-strictness: proximity;
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
}
}

@layer tokens {
  :where(:root, :host) {
    --aspect-ratios-square: 1 / 1;
    --aspect-ratios-landscape: 4 / 3;
    --aspect-ratios-portrait: 3 / 4;
    --aspect-ratios-wide: 16 / 9;
    --aspect-ratios-ultrawide: 18 / 5;
    --aspect-ratios-golden: 1.618 / 1;
    --borders-none: none;
    --easings-default: cubic-bezier(0.4, 0, 0.2, 1);
    --easings-linear: linear;
    --easings-in: cubic-bezier(0.4, 0, 1, 1);
    --easings-out: cubic-bezier(0, 0, 0.2, 1);
    --easings-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --durations-fastest: 50ms;
    --durations-faster: 100ms;
    --durations-fast: 150ms;
    --durations-normal: 200ms;
    --durations-slow: 300ms;
    --durations-slower: 400ms;
    --durations-slowest: 500ms;
    --radii-xs: 0.125rem;
    --radii-sm: 0.25rem;
    --radii-md: 0.375rem;
    --radii-lg: 0.5rem;
    --radii-xl: 0.75rem;
    --radii-2xl: 1rem;
    --radii-3xl: 1.5rem;
    --radii-full: 9999px;
    --font-weights-thin: 100;
    --font-weights-extralight: 200;
    --font-weights-light: 300;
    --font-weights-normal: 400;
    --font-weights-medium: 500;
    --font-weights-semibold: 600;
    --font-weights-bold: 700;
    --font-weights-extrabold: 800;
    --font-weights-black: 900;
    --line-heights-none: 1;
    --line-heights-tight: 1.25;
    --line-heights-snug: 1.375;
    --line-heights-normal: 1.5;
    --line-heights-relaxed: 1.625;
    --line-heights-loose: 2;
    --fonts-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --letter-spacings-tighter: -0.05em;
    --letter-spacings-tight: -0.025em;
    --letter-spacings-normal: 0em;
    --letter-spacings-wide: 0.025em;
    --letter-spacings-wider: 0.05em;
    --letter-spacings-widest: 0.1em;
    --font-sizes-2xs: 0.5rem;
    --font-sizes-xs: 0.75rem;
    --font-sizes-sm: 0.875rem;
    --font-sizes-md: 1rem;
    --font-sizes-lg: 1.125rem;
    --font-sizes-xl: 1.25rem;
    --font-sizes-2xl: 1.5rem;
    --font-sizes-3xl: 1.875rem;
    --font-sizes-4xl: 2.25rem;
    --font-sizes-5xl: 3rem;
    --font-sizes-6xl: 3.75rem;
    --font-sizes-7xl: 4.5rem;
    --font-sizes-8xl: 6rem;
    --font-sizes-9xl: 8rem;
    --shadows-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadows-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    --blurs-sm: 4px;
    --blurs-base: 8px;
    --blurs-md: 12px;
    --blurs-lg: 16px;
    --blurs-xl: 24px;
    --blurs-2xl: 40px;
    --blurs-3xl: 64px;
    --spacing-0: 0rem;
    --spacing-1: 0.25rem;
    --spacing-2: 0.5rem;
    --spacing-3: 0.75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-7: 1.75rem;
    --spacing-8: 2rem;
    --spacing-9: 2.25rem;
    --spacing-10: 2.5rem;
    --spacing-11: 2.75rem;
    --spacing-12: 3rem;
    --spacing-14: 3.5rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-28: 7rem;
    --spacing-32: 8rem;
    --spacing-36: 9rem;
    --spacing-40: 10rem;
    --spacing-44: 11rem;
    --spacing-48: 12rem;
    --spacing-52: 13rem;
    --spacing-56: 14rem;
    --spacing-60: 15rem;
    --spacing-64: 16rem;
    --spacing-72: 18rem;
    --spacing-80: 20rem;
    --spacing-96: 24rem;
    --spacing-0\.5: 0.125rem;
    --spacing-1\.5: 0.375rem;
    --spacing-2\.5: 0.625rem;
    --spacing-3\.5: 0.875rem;
    --sizes-0: 0rem;
    --sizes-1: 0.25rem;
    --sizes-2: 0.5rem;
    --sizes-3: 0.75rem;
    --sizes-4: 1rem;
    --sizes-5: 1.25rem;
    --sizes-6: 1.5rem;
    --sizes-7: 1.75rem;
    --sizes-8: 2rem;
    --sizes-9: 2.25rem;
    --sizes-10: 2.5rem;
    --sizes-11: 2.75rem;
    --sizes-12: 3rem;
    --sizes-14: 3.5rem;
    --sizes-16: 4rem;
    --sizes-20: 5rem;
    --sizes-24: 6rem;
    --sizes-28: 7rem;
    --sizes-32: 8rem;
    --sizes-36: 9rem;
    --sizes-40: 10rem;
    --sizes-44: 11rem;
    --sizes-48: 12rem;
    --sizes-52: 13rem;
    --sizes-56: 14rem;
    --sizes-60: 15rem;
    --sizes-64: 16rem;
    --sizes-72: 18rem;
    --sizes-80: 20rem;
    --sizes-96: 24rem;
    --sizes-0\.5: 0.125rem;
    --sizes-1\.5: 0.375rem;
    --sizes-2\.5: 0.625rem;
    --sizes-3\.5: 0.875rem;
    --sizes-xs: 20rem;
    --sizes-sm: 24rem;
    --sizes-md: 28rem;
    --sizes-lg: 32rem;
    --sizes-xl: 36rem;
    --sizes-2xl: 42rem;
    --sizes-3xl: 48rem;
    --sizes-4xl: 56rem;
    --sizes-5xl: 64rem;
    --sizes-6xl: 72rem;
    --sizes-7xl: 80rem;
    --sizes-8xl: 90rem;
    --sizes-prose: 65ch;
    --sizes-full: 100%;
    --sizes-min: min-content;
    --sizes-max: max-content;
    --sizes-fit: fit-content;
    --sizes-breakpoint-sm: 640px;
    --sizes-breakpoint-md: 768px;
    --sizes-breakpoint-lg: 1024px;
    --sizes-breakpoint-xl: 1280px;
    --sizes-breakpoint-2xl: 1536px;
    --animations-spin: spin 1s linear infinite;
    --animations-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --animations-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animations-bounce: bounce 1s infinite;
    --colors-current: currentColor;
    --colors-black: #000;
    --colors-white: #fff;
    --colors-transparent: rgb(0 0 0 / 0);
    --colors-rose-50: #fff1f2;
    --colors-rose-100: #ffe4e6;
    --colors-rose-200: #fecdd3;
    --colors-rose-300: #fda4af;
    --colors-rose-400: #fb7185;
    --colors-rose-500: #f43f5e;
    --colors-rose-600: #e11d48;
    --colors-rose-700: #be123c;
    --colors-rose-800: #9f1239;
    --colors-rose-900: #881337;
    --colors-rose-950: #4c0519;
    --colors-pink-50: #fdf2f8;
    --colors-pink-100: #fce7f3;
    --colors-pink-200: #fbcfe8;
    --colors-pink-300: #f9a8d4;
    --colors-pink-400: #f472b6;
    --colors-pink-500: #ec4899;
    --colors-pink-600: #db2777;
    --colors-pink-700: #be185d;
    --colors-pink-800: #9d174d;
    --colors-pink-900: #831843;
    --colors-pink-950: #500724;
    --colors-fuchsia-50: #fdf4ff;
    --colors-fuchsia-100: #fae8ff;
    --colors-fuchsia-200: #f5d0fe;
    --colors-fuchsia-300: #f0abfc;
    --colors-fuchsia-400: #e879f9;
    --colors-fuchsia-500: #d946ef;
    --colors-fuchsia-600: #c026d3;
    --colors-fuchsia-700: #a21caf;
    --colors-fuchsia-800: #86198f;
    --colors-fuchsia-900: #701a75;
    --colors-fuchsia-950: #4a044e;
    --colors-purple-50: #faf5ff;
    --colors-purple-100: #f3e8ff;
    --colors-purple-200: #e9d5ff;
    --colors-purple-300: #d8b4fe;
    --colors-purple-400: #c084fc;
    --colors-purple-500: #a855f7;
    --colors-purple-600: #9333ea;
    --colors-purple-700: #7e22ce;
    --colors-purple-800: #6b21a8;
    --colors-purple-900: #581c87;
    --colors-purple-950: #3b0764;
    --colors-violet-50: #f5f3ff;
    --colors-violet-100: #ede9fe;
    --colors-violet-200: #ddd6fe;
    --colors-violet-300: #c4b5fd;
    --colors-violet-400: #a78bfa;
    --colors-violet-500: #8b5cf6;
    --colors-violet-600: #7c3aed;
    --colors-violet-700: #6d28d9;
    --colors-violet-800: #5b21b6;
    --colors-violet-900: #4c1d95;
    --colors-violet-950: #2e1065;
    --colors-indigo-50: #eef2ff;
    --colors-indigo-100: #e0e7ff;
    --colors-indigo-200: #c7d2fe;
    --colors-indigo-300: #a5b4fc;
    --colors-indigo-400: #818cf8;
    --colors-indigo-500: #6366f1;
    --colors-indigo-600: #4f46e5;
    --colors-indigo-700: #4338ca;
    --colors-indigo-800: #3730a3;
    --colors-indigo-900: #312e81;
    --colors-indigo-950: #1e1b4b;
    --colors-blue-50: #eff6ff;
    --colors-blue-100: #dbeafe;
    --colors-blue-200: #bfdbfe;
    --colors-blue-300: #93c5fd;
    --colors-blue-400: #60a5fa;
    --colors-blue-500: #3b82f6;
    --colors-blue-600: #2563eb;
    --colors-blue-700: #1d4ed8;
    --colors-blue-800: #1e40af;
    --colors-blue-900: #1e3a8a;
    --colors-blue-950: #172554;
    --colors-sky-50: #f0f9ff;
    --colors-sky-100: #e0f2fe;
    --colors-sky-200: #bae6fd;
    --colors-sky-300: #7dd3fc;
    --colors-sky-400: #38bdf8;
    --colors-sky-500: #0ea5e9;
    --colors-sky-600: #0284c7;
    --colors-sky-700: #0369a1;
    --colors-sky-800: #075985;
    --colors-sky-900: #0c4a6e;
    --colors-sky-950: #082f49;
    --colors-cyan-50: #ecfeff;
    --colors-cyan-100: #cffafe;
    --colors-cyan-200: #a5f3fc;
    --colors-cyan-300: #67e8f9;
    --colors-cyan-400: #22d3ee;
    --colors-cyan-500: #06b6d4;
    --colors-cyan-600: #0891b2;
    --colors-cyan-700: #0e7490;
    --colors-cyan-800: #155e75;
    --colors-cyan-900: #164e63;
    --colors-cyan-950: #083344;
    --colors-teal-50: #f0fdfa;
    --colors-teal-100: #ccfbf1;
    --colors-teal-200: #99f6e4;
    --colors-teal-300: #5eead4;
    --colors-teal-400: #2dd4bf;
    --colors-teal-500: #14b8a6;
    --colors-teal-600: #0d9488;
    --colors-teal-700: #0f766e;
    --colors-teal-800: #115e59;
    --colors-teal-900: #134e4a;
    --colors-teal-950: #042f2e;
    --colors-emerald-50: #ecfdf5;
    --colors-emerald-100: #d1fae5;
    --colors-emerald-200: #a7f3d0;
    --colors-emerald-300: #6ee7b7;
    --colors-emerald-400: #34d399;
    --colors-emerald-500: #10b981;
    --colors-emerald-600: #059669;
    --colors-emerald-700: #047857;
    --colors-emerald-800: #065f46;
    --colors-emerald-900: #064e3b;
    --colors-emerald-950: #022c22;
    --colors-green-50: #f0fdf4;
    --colors-green-100: #dcfce7;
    --colors-green-200: #bbf7d0;
    --colors-green-300: #86efac;
    --colors-green-400: #4ade80;
    --colors-green-500: #22c55e;
    --colors-green-600: #16a34a;
    --colors-green-700: #15803d;
    --colors-green-800: #166534;
    --colors-green-900: #14532d;
    --colors-green-950: #052e16;
    --colors-lime-50: #f7fee7;
    --colors-lime-100: #ecfccb;
    --colors-lime-200: #d9f99d;
    --colors-lime-300: #bef264;
    --colors-lime-400: #a3e635;
    --colors-lime-500: #84cc16;
    --colors-lime-600: #65a30d;
    --colors-lime-700: #4d7c0f;
    --colors-lime-800: #3f6212;
    --colors-lime-900: #365314;
    --colors-lime-950: #1a2e05;
    --colors-yellow-50: #fefce8;
    --colors-yellow-100: #fef9c3;
    --colors-yellow-200: #fef08a;
    --colors-yellow-300: #fde047;
    --colors-yellow-400: #facc15;
    --colors-yellow-500: #eab308;
    --colors-yellow-600: #ca8a04;
    --colors-yellow-700: #a16207;
    --colors-yellow-800: #854d0e;
    --colors-yellow-900: #713f12;
    --colors-yellow-950: #422006;
    --colors-amber-50: #fffbeb;
    --colors-amber-100: #fef3c7;
    --colors-amber-200: #fde68a;
    --colors-amber-300: #fcd34d;
    --colors-amber-400: #fbbf24;
    --colors-amber-500: #f59e0b;
    --colors-amber-600: #d97706;
    --colors-amber-700: #b45309;
    --colors-amber-800: #92400e;
    --colors-amber-900: #78350f;
    --colors-amber-950: #451a03;
    --colors-orange-50: #fff7ed;
    --colors-orange-100: #ffedd5;
    --colors-orange-200: #fed7aa;
    --colors-orange-300: #fdba74;
    --colors-orange-400: #fb923c;
    --colors-orange-500: #f97316;
    --colors-orange-600: #ea580c;
    --colors-orange-700: #c2410c;
    --colors-orange-800: #9a3412;
    --colors-orange-900: #7c2d12;
    --colors-orange-950: #431407;
    --colors-red-50: #fef2f2;
    --colors-red-100: #fee2e2;
    --colors-red-200: #fecaca;
    --colors-red-300: #fca5a5;
    --colors-red-400: #f87171;
    --colors-red-500: #ef4444;
    --colors-red-600: #dc2626;
    --colors-red-700: #b91c1c;
    --colors-red-800: #991b1b;
    --colors-red-900: #7f1d1d;
    --colors-red-950: #450a0a;
    --colors-neutral-50: #fafafa;
    --colors-neutral-100: #f5f5f5;
    --colors-neutral-200: #e5e5e5;
    --colors-neutral-300: #d4d4d4;
    --colors-neutral-400: #a3a3a3;
    --colors-neutral-500: #737373;
    --colors-neutral-600: #525252;
    --colors-neutral-700: #404040;
    --colors-neutral-800: #262626;
    --colors-neutral-900: #171717;
    --colors-neutral-950: #0a0a0a;
    --colors-stone-50: #fafaf9;
    --colors-stone-100: #f5f5f4;
    --colors-stone-200: #e7e5e4;
    --colors-stone-300: #d6d3d1;
    --colors-stone-400: #a8a29e;
    --colors-stone-500: #78716c;
    --colors-stone-600: #57534e;
    --colors-stone-700: #44403c;
    --colors-stone-800: #292524;
    --colors-stone-900: #1c1917;
    --colors-stone-950: #0c0a09;
    --colors-zinc-50: #fafafa;
    --colors-zinc-100: #f4f4f5;
    --colors-zinc-200: #e4e4e7;
    --colors-zinc-300: #d4d4d8;
    --colors-zinc-400: #a1a1aa;
    --colors-zinc-500: #71717a;
    --colors-zinc-600: #52525b;
    --colors-zinc-700: #3f3f46;
    --colors-zinc-800: #27272a;
    --colors-zinc-900: #18181b;
    --colors-zinc-950: #09090b;
    --colors-gray-50: #f9fafb;
    --colors-gray-100: #f3f4f6;
    --colors-gray-200: #e5e7eb;
    --colors-gray-300: #d1d5db;
    --colors-gray-400: #9ca3af;
    --colors-gray-500: #6b7280;
    --colors-gray-600: #4b5563;
    --colors-gray-700: #374151;
    --colors-gray-800: #1f2937;
    --colors-gray-900: #111827;
    --colors-gray-950: #030712;
    --colors-slate-50: #f8fafc;
    --colors-slate-100: #f1f5f9;
    --colors-slate-200: #e2e8f0;
    --colors-slate-300: #cbd5e1;
    --colors-slate-400: #94a3b8;
    --colors-slate-500: #64748b;
    --colors-slate-600: #475569;
    --colors-slate-700: #334155;
    --colors-slate-800: #1e293b;
    --colors-slate-900: #0f172a;
    --colors-slate-950: #020617;
    --colors-dark: #282828;
    --colors-secondary: #282828;
    --colors-hover: #6f6f6f;
    --colors-preset: #FFDD00;
    --colors-suggestion: #FF3D9A;
    --colors-selected: #00C1DE;
    --colors-managed: #00FF00;
    --colors-warning: #FF7700;
    --colors-alert: #E4002B;
    --breakpoints-sm: 640px;
    --breakpoints-md: 768px;
    --breakpoints-lg: 1024px;
    --breakpoints-xl: 1280px;
    --breakpoints-2xl: 1536px;
}

  @keyframes spin {
    to {
      transform: rotate(360deg);
}
}

  @keyframes ping {
    75%,100% {
      transform: scale(2);
      opacity: 0;
}
}

  @keyframes pulse {
    50% {
      opacity: 0.5;
}
}

  @keyframes bounce {
    0%,100% {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(0.8,0,1,1);
}

    50% {
      transform: none;
      animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
}

@layer utilities {
  .h_100\% {
    height: 100%;
}

  .d_flex {
    display: flex;
}

  .aspect_1_\/_1 {
    aspect-ratio: 1 / 1;
}

  .pos_relative {
    position: relative;
}

  .cursor_pointer {
    cursor: pointer;
}

  .h_50\% {
    height: 50%;
}

  .w_1px {
    width: 1px;
}

  .bg_gray {
    background: gray;
}

  .pos_absolute {
    position: absolute;
}

  .transform_translateY\(-50\%\) {
    transform: translateY(-50%);
}

  .p_6 {
    padding: var(--spacing-6);
}

  .text_center {
    text-align: center;
}

  .rounded_xl {
    border-radius: var(--radii-xl);
}

  .max-w_80\% {
    max-width: 80%;
}

  .gap_4 {
    gap: var(--spacing-4);
}

  .gap_1rem {
    gap: 1rem;
}

  .gap_2rem {
    gap: 2rem;
}

  .w_95\% {
    width: 95%;
}

  .w_100vw {
    width: 100vw;
}

  .h_100vh {
    height: 100vh;
}

  .bg_\#1A1A1A {
    background: #1A1A1A;
}

  .gap_3rem {
    gap: 3rem;
}

  .my_4 {
    margin-block: var(--spacing-4);
}

  .text_preset {
    color: var(--colors-preset);
}

  .gap_20px {
    gap: 20px;
}

  .text_white {
    color: var(--colors-white);
}

  .h_100dvh {
    height: 100dvh;
}

  .w_100dvw {
    width: 100dvw;
}

  .overflow_hidden {
    overflow: hidden;
}

  .max-w_600px {
    max-width: 600px;
}

  .rounded_4px {
    border-radius: 4px;
}

  .p_3 {
    padding: var(--spacing-3);
}

  .bg_dark {
    background: var(--colors-dark);
}

  .z_3 {
    z-index: 3;
}

  .pointer-events_none {
    pointer-events: none;
}

  .transform_translateX\(-50\%\) {
    transform: translateX(-50%);
}

  .h_calc\(100\%_-_2rem\) {
    height: calc(100% - 2rem);
}

  .overflow_visible {
    overflow: visible;
}

  .w_calc\(100\%_-_2rem\) {
    width: calc(100% - 2rem);
}

  .pointer-events_auto {
    pointer-events: auto;
}

  .w_100\% {
    width: 100%;
}

  .rounded_8px {
    border-radius: 8px;
}

  .border-b_1px_solid_rgba\(255\,_255\,_255\,_0\.50\) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

  .aspect_340_\/_40 {
    aspect-ratio: 340 / 40;
}

  .bg_rgba\(255\,_255\,_255\,_0\.10\) {
    background: rgba(255, 255, 255, 0.10);
}

  .p_0\.4rem {
    padding: 0.4rem;
}

  .p_0px_10px {
    padding: 0px 10px;
}

  .aspect_340_\/_144 {
    aspect-ratio: 340 / 144;
}

  .p_1rem_2rem {
    padding: 1rem 2rem;
}

  .text_\#FF7700 {
    color: #FF7700;
}

  .w_1\.5rem {
    width: 1.5rem;
}

  .h_1\.5rem {
    height: 1.5rem;
}

  .aspect_340_\/_48 {
    aspect-ratio: 340 / 48;
}

  .w_100\%\, {
    width: 100%,;
}

  .w_50\% {
    width: 50%;
}

  .gap_1\.2rem {
    gap: 1.2rem;
}

  .border_white_1px_solid {
    border: white 1px solid;
}

  .rounded_24px {
    border-radius: 24px;
}

  .gap_0\.4rem {
    gap: 0.4rem;
}

  .aspect_340_\/_72 {
    aspect-ratio: 340 / 72;
}

  .min-w_0 {
    min-width: var(--sizes-0);
}

  .p_0\.6rem_1rem {
    padding: 0.6rem 1rem;
}

  .gap_1\.5rem {
    gap: 1.5rem;
}

  .h_2rem {
    height: 2rem;
}

  .h_60\% {
    height: 60%;
}

  .white-space_nowrap {
    white-space: nowrap;
}

  .text_ellipsis {
    text-overflow: ellipsis;
}

  .p_1rem {
    padding: 1rem;
}

  .w_48px {
    width: 48px;
}

  .bg_light {
    background: light;
}

  .h_48px {
    height: 48px;
}

  .p_12px {
    padding: 12px;
}

  .list-style_none {
    list-style: none;
}

  .p_0 {
    padding: var(--spacing-0);
}

  .m_0 {
    margin: var(--spacing-0);
}

  .w_200px {
    width: 200px;
}

  .rounded_12px {
    border-radius: 12px;
}

  .shadow_0_4px_6px_rgba\(0\,_0\,_0\,_0\.3\) {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

  .p_16px_20px {
    padding: 16px 20px;
}

  .text_\#ffffff {
    color: #ffffff;
}

  .tracking_0\.5px {
    letter-spacing: 0.5px;
}

  .transition_background-color_0\.15s_ease {
    transition: background-color 0.15s ease;
}

  .border-b_2px_solid_\#282828 {
    border-bottom: 2px solid #282828;
}

  .gap_0\.5rem {
    gap: 0.5rem;
}

  .bg_\#282828 {
    background: #282828;
}

  .rounded_10px {
    border-radius: 10px;
}

  .p_0\.5rem_0\.5rem {
    padding: 0.5rem 0.5rem;
}

  .transition_all_0\.2s_ease {
    transition: all 0.2s ease;
}

  .border_2px_solid_white {
    border: 2px solid white;
}

  .h_1px {
    height: 1px;
}

  .bg_\#fff {
    background: #fff;
}

  .m_1px_0 {
    margin: 1px 0;
}

  .px_24px {
    padding-inline: 24px;
}

  .text_\#FFFFFF {
    color: #FFFFFF;
}

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

  .gap_0\.35rem {
    gap: 0.35rem;
}

  .p_0\.25rem_0\.5rem {
    padding: 0.25rem 0.5rem;
}

  .flex_1 {
    flex: 1 1 0%;
}

  .min-h_0 {
    min-height: var(--sizes-0);
}

  .p_0\.75rem_1rem {
    padding: 0.75rem 1rem;
}

  .gap_0\.75rem {
    gap: 0.75rem;
}

  .z_10 {
    z-index: 10;
}

  .z_11 {
    z-index: 11;
}

  .max-w_100vw {
    max-width: 100vw;
}

  .gap_35px {
    gap: 35px;
}

  .h_5rem {
    height: 5rem;
}

  .min-h_5rem {
    min-height: 5rem;
}

  .border-t_3px_solid_\#000 {
    border-top: 3px solid #000;
}

  .max-w_100\% {
    max-width: 100%;
}

  .gap_10px {
    gap: 10px;
}

  .h_36dvh {
    height: 36dvh;
}

  .z_5 {
    z-index: 5;
}

  .pos_fixed {
    position: fixed;
}

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

  .z_9 {
    z-index: 9;
}

  .h_200px {
    height: 200px;
}

  .p_1rem_2\.5rem_1\.5rem {
    padding: 1rem 2.5rem 1.5rem;
}

  .backdrop_blur\(4px\) {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

  .border-t_1px_solid_white {
    border-top: 1px solid white;
}

  .pos_static\! {
    position: static !important;
}

  .max-w_38rem {
    max-width: 38rem;
}

  .m_0_auto {
    margin: 0 auto;
}

  .min-w_10rem {
    min-width: 10rem;
}

  .min-h_screen {
    min-height: 100vh;
}

  .bg_\#000 {
    background: #000;
}

  .p_8 {
    padding: var(--spacing-8);
}

  .text_orange {
    color: orange;
}

  .text_\#fff {
    color: #fff;
}

  .px_8px {
    padding-inline: 8px;
}

  .py_5px {
    padding-block: 5px;
}

  .w_300px {
    width: 300px;
}

  .gap_5 {
    gap: var(--spacing-5);
}

  .w_500px {
    width: 500px;
}

  .h_400px {
    height: 400px;
}

  .gap_5px {
    gap: 5px;
}

  .py_6px {
    padding-block: 6px;
}

  .rounded_0px_8px_8px_0px {
    border-radius: 0px 8px 8px 0px;
}

  .rounded_4dvh {
    border-radius: 4dvh;
}

  .bg_black {
    background: var(--colors-black);
}

  .bg_\#141414 {
    background: #141414;
}

  .p_10px_0_10px_24px {
    padding: 10px 0 10px 24px;
}

  .ring_none {
    outline: var(--borders-none);
}

  .border_none {
    border: var(--borders-none);
}

  .z_998 {
    z-index: 998;
}

  .w_388px {
    width: 388px;
}

  .z_999 {
    z-index: 999;
}

  .border_2px_solid_black {
    border: 2px solid black;
}

  .h_65px {
    height: 65px;
}

  .text_\#00FF00 {
    color: #00FF00;
}

  .text_warning {
    color: var(--colors-warning);
}

  .py_20px {
    padding-block: 20px;
}

  .rounded_0_0_5px_5px {
    border-radius: 0 0 5px 5px;
}

  .gap_8px {
    gap: 8px;
}

  .shadow_0px_20px_10px_rgba\(0\,0\,0\,0\.5\) {
    box-shadow: 0px 20px 10px rgba(0,0,0,0.5);
}

  .z_1000 {
    z-index: 1000;
}

  .p_0_1\.5rem_0\.4rem_1\.5rem {
    padding: 0 1.5rem 0.4rem 1.5rem;
}

  .select_none {
    -webkit-user-select: none;
    user-select: none;
}

  .tracking_0\.05em {
    letter-spacing: 0.05em;
}

  .max-h_calc\(100dvh_-_36dvh_-_7rem\) {
    max-height: calc(100dvh - 36dvh - 7rem);
}

  .w_950px {
    width: 950px;
}

  .shadow_0_4px_20px_rgba\(0\,_0\,_0\,_0\.3\) {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

  .border-b_1px_solid_\#4D4D4D {
    border-bottom: 1px solid #4D4D4D;
}

  .bg_none {
    background: none;
}

  .text_\#999 {
    color: #999;
}

  .text_uppercase {
    text-transform: uppercase;
}

  .text_\#666 {
    color: #666;
}

  .text_\#FFB347 {
    color: #FFB347;
}

  .p_0\.75rem {
    padding: 0.75rem;
}

  .text_\#CCC {
    color: #CCC;
}

  .break_break-word {
    word-break: break-word;
}

  .border-t_1px_solid_\#4D4D4D {
    border-top: 1px solid #4D4D4D;
}

  .p_12px_0 {
    padding: 12px 0;
}

  .m_0\.25rem_0 {
    margin: 0.25rem 0;
}

  .border-t_0\.1vw_solid_\#888 {
    border-top: 0.1vw solid #888;
}

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

  .p_0\.15rem_0\.5rem {
    padding: 0.15rem 0.5rem;
}

  .rounded_999px {
    border-radius: 999px;
}

  .border_1px_solid_\#C8A23D {
    border: 1px solid #C8A23D;
}

  .text_\#E4BE5A {
    color: #E4BE5A;
}

  .w_0\.4rem {
    width: 0.4rem;
}

  .h_0\.4rem {
    height: 0.4rem;
}

  .rounded_50\% {
    border-radius: 50%;
}

  .animation_pulse_1\.4s_ease-in-out_infinite {
    animation: pulse 1.4s ease-in-out infinite;
}

  .text_\#F70 {
    color: #F70;
}

  .bg_linear-gradient\(0deg\,_rgba\(255\,_119\,_0\,_0\.20\)_0\%\,_rgba\(255\,_119\,_0\,_0\.20\)_100\%\)\,_\#282828 {
    background: linear-gradient(0deg, rgba(255, 119, 0, 0.20) 0%, rgba(255, 119, 0, 0.20) 100%), #282828;
}

  .shadow_0px_0px_8px_0px_\#F70 {
    box-shadow: 0px 0px 8px 0px #F70;
}

  .text_neutral {
    color: neutral;
}

  .z_10000 {
    z-index: 10000;
}

  .h_6vh {
    height: 6vh;
}

  .p_4px_16px {
    padding: 4px 16px;
}

  .rounded_3vh {
    border-radius: 3vh;
}

  .p_2px_4px {
    padding: 2px 4px;
}

  .rounded_7px {
    border-radius: 7px;
}

  .border_1px_solid_\#fff {
    border: 1px solid #fff;
}

  .border_1px_solid_\#0F0 {
    border: 1px solid #0F0;
}

  .text_\#0F0 {
    color: #0F0;
}

  .bg_linear-gradient\(0deg\,_rgba\(0\,_255\,_0\,_0\.30\)_0\%\,_rgba\(0\,_255\,_0\,_0\.30\)_100\%\)\,_\#000 {
    background: linear-gradient(0deg, rgba(0, 255, 0, 0.30) 0%, rgba(0, 255, 0, 0.30) 100%), #000;
}

  .shadow_0px_0px_4px_0px_rgba\(0\,_255\,_0\,_0\.80\) {
    box-shadow: 0px 0px 4px 0px rgba(0, 255, 0, 0.80);
}

  .w_50px {
    width: 50px;
}

  .h_50px {
    height: 50px;
}

  .p_3px_5px {
    padding: 3px 5px;
}

  .p_1\.5rem {
    padding: 1.5rem;
}

  .gap_1\.25rem {
    gap: 1.25rem;
}

  .text_rgba\(255\,_255\,_255\,_0\.6\) {
    color: rgba(255, 255, 255, 0.6);
}

  .max-w_640px {
    max-width: 640px;
}

  .rounded_0\.5rem {
    border-radius: 0.5rem;
}

  .text_\#ff6b6b {
    color: #ff6b6b;
}

  .w_20rem {
    width: 20rem;
}

  .p_0\.5rem {
    padding: 0.5rem;
}

  .d_grid {
    display: grid;
}

  .p_0\.15rem_0 {
    padding: 0.15rem 0;
}

  .border-b_1px_solid_rgba\(255\,_255\,_255\,_0\.06\) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

  .text_rgba\(255\,_255\,_255\,_0\.45\) {
    color: rgba(255, 255, 255, 0.45);
}

  .text_rgba\(255\,_255\,_255\,_0\.65\) {
    color: rgba(255, 255, 255, 0.65);
}

  .text_rgba\(255\,_255\,_255\,_0\.9\) {
    color: rgba(255, 255, 255, 0.9);
}

  .white-space_pre-wrap {
    white-space: pre-wrap;
}

  .d_inline-block {
    display: inline-block;
}

  .p_0_0\.3rem {
    padding: 0 0.3rem;
}

  .rounded_0\.2rem {
    border-radius: 0.2rem;
}

  .text_rgba\(255\,_255\,_255\,_0\.75\) {
    color: rgba(255, 255, 255, 0.75);
}

  .border_1px_solid_rgba\(255\,_255\,_255\,_0\.3\) {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

  .text_rgba\(255\,_255\,_255\,_0\.55\) {
    color: rgba(255, 255, 255, 0.55);
}

  .overflow_auto {
    overflow: auto;
}

  .rounded_0\.35rem {
    border-radius: 0.35rem;
}

  .text_rgba\(255\,_255\,_255\,_0\.85\) {
    color: rgba(255, 255, 255, 0.85);
}

  .text_\#ffd166 {
    color: #ffd166;
}

  .text_\#8ce99a {
    color: #8ce99a;
}

  .text_\#e599f7 {
    color: #e599f7;
}

  .text_rgba\(255\,_255\,_255\,_0\.4\) {
    color: rgba(255, 255, 255, 0.4);
}

  .h_654 {
    height: 654px;
}

  .rounded_16px {
    border-radius: 16px;
}

  .m_calc\(-2rem_-_1px\) {
    margin: calc(-2rem - 1px);
}

  .w_352px {
    width: 352px;
}

  .shadow_0_4px_20px_rgba\(0\,_0\,_0\,_0\.5\) {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

  .w_184px {
    width: 184px;
}

  .h_130px {
    height: 130px;
}

  .rounded_16px_16px_0_0 {
    border-radius: 16px 16px 0 0;
}

  .border-b_1px_solid_\#1f1f1f {
    border-bottom: 1px solid #1f1f1f;
}

  .h_42px {
    height: 42px;
}

  .gap_12px {
    gap: 12px;
}

  .w_20px {
    width: 20px;
}

  .h_20px {
    height: 20px;
}

  .text_\#aaaaaa {
    color: #aaaaaa;
}

  .p_4px {
    padding: 4px;
}

  .transition_color_0\.2s {
    transition: color 0.2s;
}

  .w_18px {
    width: 18px;
}

  .h_18px {
    height: 18px;
}

  .p_10px_0px_0px_0px {
    padding: 10px 0px 0px 0px;
}

  .m_auto {
    margin: auto;
}

  .h_470px {
    height: 470px;
}

  .w_80\% {
    width: 80%;
}

  .w_85px {
    width: 85px;
}

  .border-b_1px_solid_\#aaaaaa {
    border-bottom: 1px solid #aaaaaa;
}

  .p_12px_12px {
    padding: 12px 12px;
}

  .rounded_2px_2px_0_0 {
    border-radius: 2px 2px 0 0;
}

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

  .appearance_none {
    appearance: none;
    -webkit-appearance: none;
}

  .\-webkit-appearance_none {
    -webkit-appearance: none;
}

  .text_left {
    text-align: left;
}

  .h_auto {
    height: auto;
}

  .p_20px {
    padding: 20px;
}

  .border-t_1px_solid_\#1f1f1f {
    border-top: 1px solid #1f1f1f;
}

  .h_88px {
    height: 88px;
}

  .w_16px {
    width: 16px;
}

  .h_16px {
    height: 16px;
}

  .p_24px_32px_32px_24px {
    padding: 24px 32px 32px 24px;
}

  .max-w_450px {
    max-width: 450px;
}

  .border_2px_solid_\#ffffff {
    border: 2px solid #ffffff;
}

  .shadow_0_10px_25px_rgba\(0\,_0\,_0\,_0\.5\) {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

  .gap_16px {
    gap: 16px;
}

  .w_32px {
    width: 32px;
}

  .h_32px {
    height: 32px;
}

  .p_12px_28px {
    padding: 12px 28px;
}

  .rounded_9999px {
    border-radius: 9999px;
}

  .transition_all_0\.2s_ease-in-out {
    transition: all 0.2s ease-in-out;
}

  .z_2 {
    z-index: 2;
}

  .gap_4\.5vh {
    gap: 4.5vh;
}

  .max-w_463px {
    max-width: 463px;
}

  .h_90dvh {
    height: 90dvh;
}

  .p_0_0\.6rem {
    padding: 0 0.6rem;
}

  .bg_\#F5A623 {
    background: #F5A623;
}

  .text_\#0F1620 {
    color: #0F1620;
}

  .tracking_0\.03em {
    letter-spacing: 0.03em;
}

  .rounded_0\.25rem {
    border-radius: 0.25rem;
}

  .z_1 {
    z-index: 1;
}

  .w_2rem {
    width: 2rem;
}

  .z_10001 {
    z-index: 10001;
}

  .min-h_65px {
    min-height: 65px;
}

  .px_18px {
    padding-inline: 18px;
}

  .h_2px {
    height: 2px;
}

  .p_4px_8px {
    padding: 4px 8px;
}

  .py_28px {
    padding-block: 28px;
}

  .py_24px {
    padding-block: 24px;
}

  .max-h_70vh {
    max-height: 70vh;
}

  .m_0\.5rem_0 {
    margin: 0.5rem 0;
}

  .white-space_pre-line {
    white-space: pre-line;
}

  .bg_rgba\(0\,_0\,_0\,_0\.3\) {
    background: rgba(0, 0, 0, 0.3);
}

  .opacity_0\.7 {
    opacity: 0.7;
}

  .m_1rem_0 {
    margin: 1rem 0;
}

  .bg_rgba\(0\,_149\,_255\,_0\.06\) {
    background: rgba(0, 149, 255, 0.06);
}

  .border_1px_solid_\#005693 {
    border: 1px solid #005693;
}

  .rounded_1rem {
    border-radius: 1rem;
}

  .table_fixed {
    table-layout: fixed;
}

  .m_1\.5rem_0_0\.75rem {
    margin: 1.5rem 0 0.75rem;
}

  .border-b_1px_solid_\#005693 {
    border-bottom: 1px solid #005693;
}

  .bg_rgba\(0\,_149\,_255\,_0\.04\) {
    background: rgba(0, 149, 255, 0.04);
}

  .border_1px_solid_rgba\(0\,_86\,_147\,_0\.5\) {
    border: 1px solid rgba(0, 86, 147, 0.5);
}

  .rounded_0\.75rem {
    border-radius: 0.75rem;
}

  .p_0\.5rem_1rem {
    padding: 0.5rem 1rem;
}

  .bg_rgba\(0\,_0\,_0\,_0\.5\) {
    background: rgba(0, 0, 0, 0.5);
}

  .p_2px_8px {
    padding: 2px 8px;
}

  .bg_rgb\(0\,_150\,_0\) {
    background: rgb(0, 150, 0);
}

  .bg_rgb\(0\,_150\,_255\) {
    background: rgb(0, 150, 255);
}

  .bg_rgb\(255\,_0\,_0\) {
    background: rgb(255, 0, 0);
}

  .bg_rgb\(255\,_0\,_255\) {
    background: rgb(255, 0, 255);
}

  .transition_transform_0\.2s_ease {
    transition: transform 0.2s ease;
}

  .opacity_0\.5 {
    opacity: 0.5;
}

  .p_4px_12px {
    padding: 4px 12px;
}

  .bg_rgba\(0\,_150\,_0\,_0\.2\) {
    background: rgba(0, 150, 0, 0.2);
}

  .border_1px_solid_rgb\(0\,_150\,_0\) {
    border: 1px solid rgb(0, 150, 0);
}

  .text_rgb\(0\,_200\,_0\) {
    color: rgb(0, 200, 0);
}

  .w_full {
    width: var(--sizes-full);
}

  .h_full {
    height: var(--sizes-full);
}

  .h_calc\(100\%_\+_50px\) {
    height: calc(100% + 50px);
}

  .touch_none {
    touch-action: none;
}

  .rounded_20px {
    border-radius: 20px;
}

  .bg_rgba\(255\,_221\,_0\,_0\.04\) {
    background: rgba(255, 221, 0, 0.04);
}

  .backdrop_saturate\(130\%\) {
    backdrop-filter: saturate(130%);
    -webkit-backdrop-filter: saturate(130%);
}

  .z_10000000 {
    z-index: 10000000;
}

  .rounded_5rem {
    border-radius: 5rem;
}

  .border_solid_0\.25rem_white {
    border: solid 0.25rem white;
}

  .w_0 {
    width: var(--sizes-0);
}

  .h_0 {
    height: var(--sizes-0);
}

  .border-t_12px_solid_transparent {
    border-top: 12px solid transparent;
}

  .border-b_12px_solid_transparent {
    border-bottom: 12px solid transparent;
}

  .border-l_14px_solid_white {
    border-left: 14px solid white;
}

  .w_4rem {
    width: 4rem;
}

  .h_4rem {
    height: 4rem;
}

  .border_1px_solid_white {
    border: 1px solid white;
}

  .shadow_0_0_8px_black {
    box-shadow: 0 0 8px black;
}

  .gap_0\.3vh {
    gap: 0.3vh;
}

  .bg_white {
    background: var(--colors-white);
}

  .w_2\.2vh {
    width: 2.2vh;
}

  .h_2\.2vh {
    height: 2.2vh;
}

  .filter_invert\(1\) {
    filter: invert(1);
}

  .filter_drop-shadow\(0_10px_18px_rgba\(0\,_0\,_0\,_0\.38\)\) {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.38));
}

  .filter_drop-shadow\(0_1px_2px_rgba\(0\,0\,0\,0\.55\)\) {
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.55));
}

  .max-w_6\.8rem {
    max-width: 6.8rem;
}

  .text-shadow_0_1px_2px_rgba\(0\,0\,0\,0\.55\) {
    text-shadow: 0 1px 2px rgba(0,0,0,0.55);
}

  .border_2px_solid_rgba\(255\,_255\,_255\,_0\.28\) {
    border: 2px solid rgba(255, 255, 255, 0.28);
}

  .transition_all_0\.3s_ease {
    transition: all 0.3s ease;
}

  .bg_radial-gradient\(circle_at_30\%_30\%\,_rgba\(255\,221\,0\,0\.95\)_0\%\,_rgba\(224\,168\,0\,0\.92\)_54\%\,_rgba\(143\,104\,0\,0\.95\)_100\%\) {
    background: radial-gradient(circle at 30% 30%, rgba(255,221,0,0.95) 0%, rgba(224,168,0,0.92) 54%, rgba(143,104,0,0.95) 100%);
}

  .text_\#1f1f1f {
    color: #1f1f1f;
}

  .w_3\.1rem {
    width: 3.1rem;
}

  .h_3\.1rem {
    height: 3.1rem;
}

  .w_3\.9rem {
    width: 3.9rem;
}

  .h_3\.9rem {
    height: 3.9rem;
}

  .w_4\.8rem {
    width: 4.8rem;
}

  .h_4\.8rem {
    height: 4.8rem;
}

  .z_20 {
    z-index: 20;
}

  .transition_opacity_0\.15s_ease\,_transform_0\.15s_ease {
    transition: opacity 0.15s ease, transform 0.15s ease;
}

  .origin_50\%_50\% {
    transform-origin: 50% 50%;
}

  .opacity_1 {
    opacity: 1;
}

  .transform_scale\(1\) {
    transform: scale(1);
}

  .opacity_0 {
    opacity: 0;
}

  .transform_scale\(0\.92\) {
    transform: scale(0.92);
}

  .fill_transparent {
    fill: var(--colors-transparent);
}

  .stroke_none {
    stroke: none;
}

  .pointer-events_all {
    pointer-events: all;
}

  .transition_fill_0\.12s_ease\,_stroke_0\.12s_ease\,_filter_0\.12s_ease {
    transition: fill 0.12s ease, stroke 0.12s ease, filter 0.12s ease;
}

  .fill_rgba\(80\,_80\,_80\,_0\.85\) {
    fill: rgba(80, 80, 80, 0.85);
}

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

  .bg_transparent {
    background: var(--colors-transparent);
}

  .p_0\.15rem_0\.35rem {
    padding: 0.15rem 0.35rem;
}

  .gap_0\.2rem {
    gap: 0.2rem;
}

  .min-w_3rem {
    min-width: 3rem;
}

  .h_8vh {
    height: 8vh;
}

  .w_8vh {
    width: 8vh;
}

  .bg_red {
    background: red;
}

  .cursor_grab {
    cursor: grab;
}

  .transition_height_0\.5s_ease {
    transition: height 0.5s ease;
}

  .max-h_calc\(100\%_-_3rem\) {
    max-height: calc(100% - 3rem);
}

  .py_1rem {
    padding-block: 1rem;
}

  .px_2rem {
    padding-inline: 2rem;
}

  .h_0\.6rem {
    height: 0.6rem;
}

  .w_0\.6rem {
    width: 0.6rem;
}

  .bg_\#60a5fa {
    background: #60a5fa;
}

  .h_1rem {
    height: 1rem;
}

  .w_1rem {
    width: 1rem;
}

  .border_1px_solid_black {
    border: 1px solid black;
}

  .bg_green {
    background: green;
}

  .w_80px {
    width: 80px;
}

  .h_40px {
    height: 40px;
}

  .rounded_full {
    border-radius: var(--radii-full);
}

  .border_2px_solid_\#2B2B2B {
    border: 2px solid #2B2B2B;
}

  .transition_background-color_\.25s_ease\,_box-shadow_\.25s_ease {
    transition: background-color .25s ease, box-shadow .25s ease;
}

  .shadow_0_0_24px_rgba\(0\,_190\,_0\,_0\.35\) {
    box-shadow: 0 0 24px rgba(0, 190, 0, 0.35);
}

  .shadow_0_0_24px_rgba\(255\,_119\,_0\,_0\.35\) {
    box-shadow: 0 0 24px rgba(255, 119, 0, 0.35);
}

  .border_1px_solid_\#EDEDED {
    border: 1px solid #EDEDED;
}

  .transition_left_\.25s_ease {
    transition: left .25s ease;
}

  .border_3px_solid_\#ffffff40 {
    border: 3px solid #ffffff40;
}

  .gap_10px {
    grid-gap: 10px;
}

  .m_1rem_0_0 {
    margin: 1rem 0 0;
}

  .m_auto_0 {
    margin: auto 0;
}

  .snap_x_mandatory {
    scroll-snap-type: x mandatory;
}

  .pos_sticky {
    position: sticky;
}

  .backdrop_blur\(3px\) {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

  .bg_linear-gradient\(to_right\,_rgba\(20\,_20\,_20\,_1\)\,_rgba\(20\,_20\,_20\,_0\.8\)\) {
    background: linear-gradient(to right, rgba(20, 20, 20, 1), rgba(20, 20, 20, 0.8));
}

  .border-r_1px_solid_\#005693 {
    border-right: 1px solid #005693;
}

  .border-l_1px_solid_\#005693 {
    border-left: 1px solid #005693;
}

  .w_100px {
    width: 100px;
}

  .h_60px {
    height: 60px;
}

  .bg_rgba\(0\,_149\,_255\,_0\.3\) {
    background: rgba(0, 149, 255, 0.3);
}

  .text_\#FFF {
    color: #FFF;
}

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

  .h_22px {
    height: 22px;
}

  .tracking_0\.04em {
    letter-spacing: 0.04em;
}

  .border-t_1px_solid_\#6F6F6F {
    border-top: 1px solid #6F6F6F;
}

  .gap_0\.75em {
    gap: 0.75em;
}

  .p_0\.5em_0\.5em_0\.5em_1em {
    padding: 0.5em 0.5em 0.5em 1em;
}

  .min-w_155px {
    min-width: 155px;
}

  .touch_manipulation {
    touch-action: manipulation;
}

  .gap_2px {
    gap: 2px;
}

  .min-w_100px {
    min-width: 100px;
}

  .p_6px_14px_10px_14px {
    padding: 6px 14px 10px 14px;
}

  .text_\#828282 {
    color: #828282;
}

  .rounded_4px_4px_0_0 {
    border-radius: 4px 4px 0 0;
}

  .border-t_1px_solid_\#FFF {
    border-top: 1px solid #FFF;
}

  .border-l_1px_solid_\#6F6F6F {
    border-left: 1px solid #6F6F6F;
}

  .shadow_-10px_0px_20px_0px_\#000000 {
    box-shadow: -10px 0px 20px 0px #000000;
}

  .p_15px {
    padding: 15px;
}

  .rounded-t_25px {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

  .gap_4px {
    gap: 4px;
}

  .text_\#5A5A5A {
    color: #5A5A5A;
}

  .p_0px_16px {
    padding: 0px 16px;
}

  .border-l_8px_solid {
    border-left: 8px solid;
}

  .bg_\#1a1a1a {
    background: #1a1a1a;
}

  .p_16px {
    padding: 16px;
}

  .p_1px_9px {
    padding: 1px 9px;
}

  .bg_rgba\(255\,_255\,_255\,_0\.12\) {
    background: rgba(255, 255, 255, 0.12);
}

  .align_middle {
    vertical-align: middle;
}

  .w_36px {
    width: 36px;
}

  .h_36px {
    height: 36px;
}

  .bg_rgba\(255\,_255\,_255\,_0\.1\) {
    background: rgba(255, 255, 255, 0.1);
}

  .m_16px_0 {
    margin: 16px 0;
}

  .gap_14px {
    gap: 14px;
}

  .bg_rgba\(255\,_255\,_255\,_0\.2\) {
    background: rgba(255, 255, 255, 0.2);
}

  .p_0\.4rem_1\.2rem {
    padding: 0.4rem 1.2rem;
}

  .p_0\.75rem_1\.5rem {
    padding: 0.75rem 1.5rem;
}

  .fill_white {
    fill: var(--colors-white);
}

  .aspect_1280_\/_288 {
    aspect-ratio: 1280 / 288;
}

  .px_1\.25\% {
    padding-inline: 1.25%;
}

  .py_0\.47\% {
    padding-block: 0.47%;
}

  .max-h_calc\(100\%_-_1rem\) {
    max-height: calc(100% - 1rem);
}

  .col-span_1_\/_6 {
    grid-column: 1 / 6;
}

  .h_300px {
    height: 300px;
}

  .aspect_98_\/_38 {
    aspect-ratio: 98 / 38;
}

  .aspect_1 {
    aspect-ratio: 1;
}

  .aspect_103_\/_72 {
    aspect-ratio: 103 / 72;
}

  .aspect_312_\/_72 {
    aspect-ratio: 312 / 72;
}

  .aspect_92_\/_38 {
    aspect-ratio: 92 / 38;
}

  .w_auto {
    width: auto;
}

  .h_2\.5rem {
    height: 2.5rem;
}

  .px_0\.5rem {
    padding-inline: 0.5rem;
}

  .text_var\(--dropdown-color\) {
    color: var(--dropdown-color);
}

  .min-h_4rem {
    min-height: 4rem;
}

  .min-h_2\.5rem {
    min-height: 2.5rem;
}

  .min-h_2rem {
    min-height: 2rem;
}

  .bg_\#3E3E3E {
    background: #3E3E3E;
}

  .bg_\#6F6F6F {
    background: #6F6F6F;
}

  .h_14px {
    height: 14px;
}

  .border-l_none {
    border-left: var(--borders-none);
}

  .border-r_none {
    border-right: var(--borders-none);
}

  .z_12 {
    z-index: 12;
}

  .border-t_none {
    border-top: var(--borders-none);
}

  .rounded_0\.5rem_0\.5rem_0_0 {
    border-radius: 0.5rem 0.5rem 0 0;
}

  .border-b_none {
    border-bottom: var(--borders-none);
}

  .rounded_0_0_0\.5rem_0\.5rem {
    border-radius: 0 0 0.5rem 0.5rem;
}

  .text_\#C5C5C5 {
    color: #C5C5C5;
}

  .w_calc\(100\%_-_1rem\) {
    width: calc(100% - 1rem);
}

  .bg_var\(--dropdown-border-color\) {
    background: var(--dropdown-border-color);
}

  .text_\#6A6A6A {
    color: #6A6A6A;
}

  .text_\#000 {
    color: #000;
}

  .bg_\#FFF {
    background: #FFF;
}

  .shadow_0px_0px_8px_0px_\#C6C6C6 {
    box-shadow: 0px 0px 8px 0px #C6C6C6;
}

  .border_solid_2px_\#FFFFFF {
    border: solid 2px #FFFFFF;
}

  .bg_\#E4002B {
    background: #E4002B;
}

  .shadow_0px_0px_8px_0px_\#E4002B {
    box-shadow: 0px 0px 8px 0px #E4002B;
}

  .bg_\#F70 {
    background: #F70;
}

  .bg_\#FF4D9A {
    background: #FF4D9A;
}

  .shadow_0px_0px_8px_0px_\#FF4D9A {
    box-shadow: 0px 0px 8px 0px #FF4D9A;
}

  .h_1\.25rem {
    height: 1.25rem;
}

  .w_1\.25rem {
    width: 1.25rem;
}

  .p_0rem_0\.25rem {
    padding: 0rem 0.25rem;
}

  .p_0rem_0\.5rem {
    padding: 0rem 0.5rem;
}

  .pos_static {
    position: static;
}

  .transform_none {
    transform: none;
}

  .transform_translate\(-50\%\,_-50\%\) {
    transform: translate(-50%, -50%);
}

  .transform_translateX\(50\%\) {
    transform: translateX(50%);
}

  .px_0\.25rem {
    padding-inline: 0.25rem;
}

  .cursor_default {
    cursor: default;
}

  .w_max-content {
    width: max-content;
}

  .bg_\#202020 {
    background: #202020;
}

  .border-b_1px_solid_black {
    border-bottom: 1px solid black;
}

  .py_0\.5rem {
    padding-block: 0.5rem;
}

  .rounded_6rem {
    border-radius: 6rem;
}

  .h_6rem {
    height: 6rem;
}

  .shadow_-3px_-4px_10px_rgba\(90\,_90\,_90\,_0\.625901\)\,_3px_4px_20px_\#141414 {
    box-shadow: -3px -4px 10px rgba(90, 90, 90, 0.625901), 3px 4px 20px #141414;
}

  .rounded_6rem\; {
    border-radius: 6rem;;
}

  .border_1px_solid_\#FFF\; {
    border: 1px solid #FFF;;
}

  .bg_rgba\(255\,_255\,_255\,_0\.00\)\; {
    background: rgba(255, 255, 255, 0.00);;
}

  .shadow_-3px_-4px_10px_0_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0_\#141414 {
    box-shadow: -3px -4px 10px 0 rgba(77, 77, 77, 0.50), 3px 4px 20px 0 #141414;
}

  .bg_linear-gradient\(0deg\,_\#A6A6A6_8\.34\%\,_\#FFF_83\.82\%\) {
    background: linear-gradient(0deg, #A6A6A6 8.34%, #FFF 83.82%);
}

  .border_1px_solid_\#8F8F8F\; {
    border: 1px solid #8F8F8F;;
}

  .border_2px_solid_\#B4B300 {
    border: 2px solid #B4B300;
}

  .bg_linear-gradient\(326deg\,_\#B4B300_2\.05\%\,_\#EDEC66_102\.44\%\) {
    background: linear-gradient(326deg, #B4B300 2.05%, #EDEC66 102.44%);
}

  .shadow_-3px_-4px_10px_0px_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0px_\#141414 {
    box-shadow: -3px -4px 10px 0px rgba(77, 77, 77, 0.50), 3px 4px 20px 0px #141414;
}

  .text_\#000000 {
    color: #000000;
}

  .border_2px_solid_\#E1469C\; {
    border: 2px solid #E1469C;;
}

  .bg_linear-gradient\(0deg\,_\#820F4F_0\.15\%\,_\#E1469C_153\.79\%\)\; {
    background: linear-gradient(0deg, #820F4F 0.15%, #E1469C 153.79%);;
}

  .shadow_-3px_-4px_10px_0px_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0px_\#2B041A\; {
    box-shadow: -3px -4px 10px 0px rgba(77, 77, 77, 0.50), 3px 4px 20px 0px #2B041A;;
}

  .h_3rem {
    height: 3rem;
}

  .p_1\.5rem_1rem {
    padding: 1.5rem 1rem;
}

  .p_0rem_2rem {
    padding: 0rem 2rem;
}

  .p_0px_1rem {
    padding: 0px 1rem;
}

  .h_3\.5rem {
    height: 3.5rem;
}

  .h_7rem {
    height: 7rem;
}

  .w_7rem {
    width: 7rem;
}

  .max-h_7rem {
    max-height: 7rem;
}

  .max-w_7rem {
    max-width: 7rem;
}

  .w_6rem {
    width: 6rem;
}

  .max-h_6rem {
    max-height: 6rem;
}

  .max-w_6rem {
    max-width: 6rem;
}

  .w_5rem {
    width: 5rem;
}

  .max-h_5rem {
    max-height: 5rem;
}

  .max-w_5rem {
    max-width: 5rem;
}

  .max-h_4rem {
    max-height: 4rem;
}

  .max-w_4rem {
    max-width: 4rem;
}

  .bg_linear-gradient\(0deg\,_\#A6A6A6_8\.34\%\,_\#FFF_83\.82\%\)\; {
    background: linear-gradient(0deg, #A6A6A6 8.34%, #FFF 83.82%);;
}

  .shadow_-3px_-4px_10px_0px_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0px_\#141414\; {
    box-shadow: -3px -4px 10px 0px rgba(77, 77, 77, 0.50), 3px 4px 20px 0px #141414;;
}

  .text_black {
    color: var(--colors-black);
}

  .border_1px_solid_white\; {
    border: 1px solid white;;
}

  .bg_\#282828\; {
    background: #282828;;
}

  .shadow_0px_0px_8px_0px_\#000\; {
    box-shadow: 0px 0px 8px 0px #000;;
}

  .text_\#FF0000 {
    color: #FF0000;
}

  .d_block {
    display: block;
}

  .max-h_1\.5rem {
    max-height: 1.5rem;
}

  .border-b_0\.5px_solid_\#C5C5C5 {
    border-bottom: 0.5px solid #C5C5C5;
}

  .w_2\.5rem {
    width: 2.5rem;
}

  .rounded_0_0\.5rem_0_0 {
    border-radius: 0 0.5rem 0 0;
}

  .min-w_140px {
    min-width: 140px;
}

  .text_var\(--search-color\) {
    color: var(--search-color);
}

  .border_1px_solid_\#4D4D4D {
    border: 1px solid #4D4D4D;
}

  .px_0\.75rem {
    padding-inline: 0.75rem;
}

  .gap_0\.125rem {
    gap: 0.125rem;
}

  .border-b_1px_solid_\#333 {
    border-bottom: 1px solid #333;
}

  .min-h_3rem {
    min-height: 3rem;
}

  .py_0\.25rem {
    padding-block: 0.25rem;
}

  .bg_\#2D2D2D {
    background: #2D2D2D;
}

  .max-h_250px {
    max-height: 250px;
}

  .z_100 {
    z-index: 100;
}

  .py_0\.75rem {
    padding-block: 0.75rem;
}

  .px_1rem {
    padding-inline: 1rem;
}

  .text_nowrap {
    text-wrap: nowrap;
}

  .text_\#FF4D4D {
    color: #FF4D4D;
}

  .bg_\#FFFFF22 {
    background: #FFFFF22;
}

  .rounded_2rem\; {
    border-radius: 2rem;;
}

  .w_140px {
    width: 140px;
}

  .p_8px_48px_8px_0\.75rem {
    padding: 8px 48px 8px 0.75rem;
}

  .bg_\#111 {
    background: #111;
}

  .border_1px_solid_\#2c2c2c {
    border: 1px solid #2c2c2c;
}

  .text_\#e8eaed {
    color: #e8eaed;
}

  .appearance_textfield {
    appearance: textfield;
    -webkit-appearance: textfield;
}

  .w_25px {
    width: 25px;
}

  .h_25px {
    height: 25px;
}

  .h_10px {
    height: 10px;
}

  .p_2rem {
    padding: 2rem;
}

  .max-h_80dvh {
    max-height: 80dvh;
}

  .backdrop_blur\(1px\) {
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

  .h_2\.25rem {
    height: 2.25rem;
}

  .rounded_0\.5625rem {
    border-radius: 0.5625rem;
}

  .scrollbar-width_thin {
    scrollbar-width: thin;
}

  .p_0_1rem {
    padding: 0 1rem;
}

  .min-h_2\.25rem {
    min-height: 2.25rem;
}

  .rounded_inherit {
    border-radius: inherit;
}

  .w_23\.5rem {
    width: 23.5rem;
}

  .z_11000 {
    z-index: 11000;
}

  .transform_rotate\(45deg\) {
    transform: rotate(45deg);
}

  .border-t_8px_solid_transparent {
    border-top: 8px solid transparent;
}

  .border-b_8px_solid_transparent {
    border-bottom: 8px solid transparent;
}

  .border-l_8px_solid_\#C5C5C5 {
    border-left: 8px solid #C5C5C5;
}

  .p_1px_8px {
    padding: 1px 8px;
}

  .gap_1em {
    gap: 1em;
}

  .gap_1rem {
    grid-gap: 1rem;
}

  .rounded_0\.125rem {
    border-radius: 0.125rem;
}

  .border_1px_solid_\#FFF {
    border: 1px solid #FFF;
}

  .p_0\.0625rem_0\.5rem {
    padding: 0.0625rem 0.5rem;
}

  .border_1px_solid_var\(--notification-border-color\,_\#6F6F6F\) {
    border: 1px solid var(--notification-border-color, #6F6F6F);
}

  .bg_\#4D4D4D {
    background: #4D4D4D;
}

  .shadow_0px_8px_20px_2px_rgba\(0\,_0\,_0\,_0\.80\) {
    box-shadow: 0px 8px 20px 2px rgba(0, 0, 0, 0.80);
}

  .text_var\(--notification-color\,_white\) {
    color: var(--notification-color, white);
}

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

  .text_\#FF3D9A {
    color: #FF3D9A;
}

  .bg_\#FF3D9A {
    background: #FF3D9A;
}

  .border_1px_solid_\#F70 {
    border: 1px solid #F70;
}

  .border_1px_solid_\#E4002B {
    border: 1px solid #E4002B;
}

  .text_\#E4002B {
    color: #E4002B;
}

  .gap_4rem {
    gap: 4rem;
}

  .w_210px {
    width: 210px;
}

  .h_64px {
    height: 64px;
}

  .border_1px_solid_\#1A1A1A {
    border: 1px solid #1A1A1A;
}

  .rounded_64px {
    border-radius: 64px;
}

  .shadow_0px_0px_8px_0px_\#63728A_inset {
    box-shadow: 0px 0px 8px 0px #63728A inset;
}

  .p_8px {
    padding: 8px;
}

  .transition_background-color_0\.2s_ease {
    transition: background-color 0.2s ease;
}

  .transition_color_0\.2s_ease\,_left_0\.2s_ease\,_right_0\.2s_ease {
    transition: color 0.2s ease, left 0.2s ease, right 0.2s ease;
}

  .text_\#008000 {
    color: #008000;
}

  .text_\#767676 {
    color: #767676;
}

  .text_\#3d5c3d {
    color: #3d5c3d;
}

  .text_\#555 {
    color: #555;
}

  .mx_8px {
    margin-inline: 8px;
}

  .w_64px {
    width: 64px;
}

  .rounded_48px {
    border-radius: 48px;
}

  .shadow_0px_0px_8px_0px_\#4B4A4A33 {
    box-shadow: 0px 0px 8px 0px #4B4A4A33;
}

  .text_\#aaa {
    color: #aaa;
}

  .transition_left_0\.2s_ease {
    transition: left 0.2s ease;
}

  .w_3rem {
    width: 3rem;
}

  .px_2px {
    padding-inline: 2px;
}

  .bg_\#FFFFFF {
    background: #FFFFFF;
}

  .bg_\#5E5E5E {
    background: #5E5E5E;
}

  .bg_\#219F1F {
    background: #219F1F;
}

  .border_0\.25rem_solid_white {
    border: 0.25rem solid white;
}

  .bg_\#4d4d4d {
    background: #4d4d4d;
}

  .text_\#1A1A1A {
    color: #1A1A1A;
}

  .rounded_0_20px_8px_8px {
    border-radius: 0 20px 8px 8px;
}

  .filter_brightness\(0\) {
    filter: brightness(0);
}

  .opacity_0\.4 {
    opacity: 0.4;
}

  .w_2\.8vh {
    width: 2.8vh;
}

  .h_2\.8vh {
    height: 2.8vh;
}

  .px_1\.5rem {
    padding-inline: 1.5rem;
}

  .rounded_2rem {
    border-radius: 2rem;
}

  .shadow_0px_0px_16px_0px_\#FFFFFF66 {
    box-shadow: 0px 0px 16px 0px #FFFFFF66;
}

  .border_2px_solid_\#585858 {
    border: 2px solid #585858;
}

  .h_96px {
    height: 96px;
}

  .w_120px {
    width: 120px;
}

  .p_1 {
    padding: var(--spacing-1);
}

  .w_60px {
    width: 60px;
}

  .rounded_100px {
    border-radius: 100px;
}

  .w_150px {
    width: 150px;
}

  .py_3 {
    padding-block: var(--spacing-3);
}

  .px_5 {
    padding-inline: var(--spacing-5);
}

  .transition_color_0\.3s {
    transition: color 0.3s;
}

  .text_managed {
    color: var(--colors-managed);
}

  .from_\#000 {
    --gradient-from: #000;
}

  .border_2px_solid_\#4B4A4A {
    border: 2px solid #4B4A4A;
}

  .bg-gradient_to-b {
    --gradient-stops: var(--gradient-from), var(--gradient-to);
    --gradient: var(--gradient-via-stops, var(--gradient-stops));
    background-image: linear-gradient(to bottom, var(--gradient));
}

  .to_\#585858 {
    --gradient-to: #585858;
}

  .shadow_0px_10px_27px_-8px_rgba\(25\,_236\,_37\,_0\.5\) {
    box-shadow: 0px 10px 27px -8px rgba(25, 236, 37, 0.5);
}

  .max-h_100\% {
    max-height: 100%;
}

  .transform_translateY\(0\.25rem\) {
    transform: translateY(0.25rem);
}

  .border-t_1px_solid_black {
    border-top: 1px solid black;
}

  .w_calc\(100\%_-_3rem_-_352px\) {
    width: calc(100% - 3rem - 352px);
}

  .border-t_2px_solid_black {
    border-top: 2px solid black;
}

  .mx_1rem {
    margin-inline: 1rem;
}

  .border_2px_solid_var\(--color\) {
    border: 2px solid var(--color);
}

  .border-l_0\.5rem_solid_var\(--color\) {
    border-left: 0.5rem solid var(--color);
}

  .gap_0\.3rem {
    gap: 0.3rem;
}

  .border-b_1px_solid_\#C5C5C5 {
    border-bottom: 1px solid #C5C5C5;
}

  .max-w_50\% {
    max-width: 50%;
}

  .aspect_380_\/_156 {
    aspect-ratio: 380 / 156;
}

  .gap_0\.25rem {
    gap: 0.25rem;
}

  .w_90\% {
    width: 90%;
}

  .w_45dvh {
    width: 45dvh;
}

  .rounded_32px {
    border-radius: 32px;
}

  .z_99999 {
    z-index: 99999;
}

  .transform_translateX\(-20\%\) {
    transform: translateX(-20%);
}

  .h_90px {
    height: 90px;
}

  .origin_center_center {
    transform-origin: center center;
}

  .w_488px {
    width: 488px;
}

  .h_44px {
    height: 44px;
}

  .p_8px_12px {
    padding: 8px 12px;
}

  .shadow_0px_0px_8px_0px_\#FCEE21 {
    box-shadow: 0px 0px 8px 0px #FCEE21;
}

  .shadow_0px_0px_8px_0px_white {
    box-shadow: 0px 0px 8px 0px white;
}

  .h_80\% {
    height: 80%;
}

  .border_1px_solid_\#000 {
    border: 1px solid #000;
}

  .rounded_4dvh_4dvh_0px_0px {
    border-radius: 4dvh 4dvh 0px 0px;
}

  .w_104\% {
    width: 104%;
}

  .p_8px_3\%_8px_3\% {
    padding: 8px 3% 8px 3%;
}

  .aspect_100_\/_52 {
    aspect-ratio: 100 / 52;
}

  .rounded_0px_4dvh_4dvh_0px {
    border-radius: 0px 4dvh 4dvh 0px;
}

  .rounded_4dvh_0_0_4dvh {
    border-radius: 4dvh 0 0 4dvh;
}

  .gap_0\.5em {
    gap: 0.5em;
}

  .min-w_80px {
    min-width: 80px;
}

  .border-b_2px_solid_white {
    border-bottom: 2px solid white;
}

  .h_6dvh {
    height: 6dvh;
}

  .rounded_1\.5rem {
    border-radius: 1.5rem;
}

  .border_1px_solid_\#3E3E3E {
    border: 1px solid #3E3E3E;
}

  .px_1\.25rem {
    padding-inline: 1.25rem;
}

  .resize_none {
    resize: none;
}

  .h_6\.25dvh {
    height: 6.25dvh;
}

  .p_0_1rem_0_1rem {
    padding: 0 1rem 0 1rem;
}

  .border-b_1px_solid_\#000 {
    border-bottom: 1px solid #000;
}

  .z_-1 {
    z-index: -1;
}

  .transition_opacity_200ms_ease-out\,_visibility_0s_200ms {
    transition: opacity 200ms ease-out, visibility 0s 200ms;
}

  .vis_hidden {
    visibility: hidden;
}

  .transition_transform_200ms_ease-out\,_opacity_200ms_ease-out {
    transition: transform 200ms ease-out, opacity 200ms ease-out;
}

  .transform_translateY\(150\%\) {
    transform: translateY(150%);
}

  .transition_transform_300ms_cubic-bezier\(0\.2\,_0\.9\,_0\.2\,_1\)\,_opacity_180ms_ease-out {
    transition: transform 300ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 180ms ease-out;
}

  .transform_translateY\(24px\)_scaleX\(0\.08\)_scaleY\(0\.35\) {
    transform: translateY(24px) scaleX(0.08) scaleY(0.35);
}

  .gap_0\.25rem_1rem {
    gap: 0.25rem 1rem;
}

  .max-h_3rem {
    max-height: 3rem;
}

  .transition_opacity_150ms_ease-out\,_max-height_200ms_ease-out\,_margin-bottom_200ms_ease-out {
    transition: opacity 150ms ease-out, max-height 200ms ease-out, margin-bottom 200ms ease-out;
}

  .max-h_0 {
    max-height: var(--sizes-0);
}

  .origin_bottom_right {
    transform-origin: bottom right;
}

  .origin_bottom_left {
    transform-origin: bottom left;
}

  .p_10px_1rem_1rem {
    padding: 10px 1rem 1rem;
}

  .rounded_1rem_1rem_0_1rem {
    border-radius: 1rem 1rem 0 1rem;
}

  .rounded_1rem_1rem_1rem_0 {
    border-radius: 1rem 1rem 1rem 0;
}

  .shadow_inset_8px_0_0_0_\#4D4D4D {
    box-shadow: inset 8px 0 0 0 #4D4D4D;
}

  .shadow_inset_8px_0_0_0_\#C5C5C5\,_inset_-2px_0_0_0_\#C5C5C5\,_inset_0_2px_0_0_\#C5C5C5\,_inset_0_-2px_0_0_\#C5C5C5 {
    box-shadow: inset 8px 0 0 0 #C5C5C5, inset -2px 0 0 0 #C5C5C5, inset 0 2px 0 0 #C5C5C5, inset 0 -2px 0 0 #C5C5C5;
}

  .rounded_1\.5rem_1\.5rem_0_1\.5rem {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
}

  .rounded_1\.5rem_1\.5rem_1\.5rem_0 {
    border-radius: 1.5rem 1.5rem 1.5rem 0;
}

  .border_1px_solid_\#B9B9B9 {
    border: 1px solid #B9B9B9;
}

  .text_\#141414 {
    color: #141414;
}

  .w_400px {
    width: 400px;
}

  .rounded_15px {
    border-radius: 15px;
}

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

  .w_15px {
    width: 15px;
}

  .h_15px {
    height: 15px;
}

  .rounded_3px {
    border-radius: 3px;
}

  .h_calc\(100\%_-_117px\) {
    height: calc(100% - 117px);
}

  .gap_3 {
    gap: var(--spacing-3);
}

  .scrollbar-width_none {
    scrollbar-width: none;
}

  .max-h_80vh {
    max-height: 80vh;
}

  .clip_auto {
    clip: auto;
}

  .w_463px {
    width: 463px;
}

  .flex_none {
    flex: none;
}

  .p_2 {
    padding: var(--spacing-2);
}

  .bg-gradient_to-l {
    --gradient-stops: var(--gradient-from), var(--gradient-to);
    --gradient: var(--gradient-via-stops, var(--gradient-stops));
    background-image: linear-gradient(to left, var(--gradient));
}

  .border-b_2px_solid_\#1A1A1A {
    border-bottom: 2px solid #1A1A1A;
}

  .w_322px {
    width: 322px;
}

  .h_62px {
    height: 62px;
}

  .p_16px_8px {
    padding: 16px 8px;
}

  .border-b_1px_solid_\#828282 {
    border-bottom: 1px solid #828282;
}

  .p_0px_16px_16px_24px {
    padding: 0px 16px 16px 24px;
}

  .max-h_550px {
    max-height: 550px;
}

  .bg_\#363636 {
    background: #363636;
}

  .scrollbar-gutter_auto_\|_stable_\&\&_both-edges\? {
    scrollbar-gutter: auto | stable && both-edges?;
}

  .h_fit-content {
    height: fit-content;
}

  .max-w_90vw {
    max-width: 90vw;
}

  .z_auto {
    z-index: auto;
}

  .shadow_0px_0px_8px_0px_\#000 {
    box-shadow: 0px 0px 8px 0px #000;
}

  .transition_all_0\.3s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

  .shadow_0px_0px_8px_0px_rgba\(0\,_0\,_0\) {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0);
}

  .transition_all_0\.4s_cubic-bezier\(0\.4\,_0\,_0\.2\,_1\) {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

  .w_40rem {
    width: 40rem;
}

  .max-h_500px {
    max-height: 500px;
}

  .origin_right_center {
    transform-origin: right center;
}

  .transform_translateY\(-50\%\)_scaleX\(1\) {
    transform: translateY(-50%) scaleX(1);
}

  .transform_translateY\(-50\%\)_scaleX\(0\) {
    transform: translateY(-50%) scaleX(0);
}

  .transition_opacity_0\.2s {
    transition: opacity 0.2s;
}

  .writing-mode_horizontal-lr {
    writing-mode: horizontal-lr;
}

  .direction_ltr {
    direction: ltr;
}

  .rounded_50px {
    border-radius: 50px;
}

  .align_bottom {
    vertical-align: bottom;
}

  .w_65\% {
    width: 65%;
}

  .z_9999 {
    z-index: 9999;
}

  .min-w_40rem {
    min-width: 40rem;
}

  .gap_0px_10px {
    grid-gap: 0px 10px;
}

  .p_10px {
    padding: 10px;
}

  .grid-area_3_\/_1_\/_4_\/_4 {
    grid-area: 3 / 1 / 4 / 4;
}

  .bg_\#B9B9B9 {
    background: #B9B9B9;
}

  .w_0\.25rem {
    width: 0.25rem;
}

  .h_4\.5rem {
    height: 4.5rem;
}

  .z_9998 {
    z-index: 9998;
}

  .grid-area_1_\/_2_\/_2_\/_3 {
    grid-area: 1 / 2 / 2 / 3;
}

  .grid-area_1_\/_4_\/_2_\/_6 {
    grid-area: 1 / 4 / 2 / 6;
}

  .grid-area_2_\/_4_\/_3_\/_6 {
    grid-area: 2 / 4 / 3 / 6;
}

  .grid-area_3_\/_4_\/_4_\/_6 {
    grid-area: 3 / 4 / 4 / 6;
}

  .grid-area_4_\/_4_\/_5_\/_6 {
    grid-area: 4 / 4 / 5 / 6;
}

  .grid-area_4_\/_1_\/_5_\/_3 {
    grid-area: 4 / 1 / 5 / 3;
}

  .min-w_5rem {
    min-width: 5rem;
}

  .rounded_2\.5rem {
    border-radius: 2.5rem;
}

  .writing-mode_vertical-lr {
    writing-mode: vertical-lr;
}

  .direction_rtl {
    direction: rtl;
}

  .z_0 {
    z-index: 0;
}

  .p_2px_8px_2px_8px {
    padding: 2px 8px 2px 8px;
}

  .h_calc\(100\%_\+_6rem\) {
    height: calc(100% + 6rem);
}

  .h_8rem {
    height: 8rem;
}

  .transition_color_0\.15s\,_font-size_0\.15s\,_opacity_0\.15s {
    transition: color 0.15s, font-size 0.15s, opacity 0.15s;
}

  .opacity_0\.6 {
    opacity: 0.6;
}

  .w_90px {
    width: 90px;
}

  .bg_\#555 {
    background: #555;
}

  .text_\#eee {
    color: #eee;
}

  .border_1px_solid_\#ccc {
    border: 1px solid #ccc;
}

  .rounded_6px {
    border-radius: 6px;
}

  .p_6px_0 {
    padding: 6px 0;
}

  .shadow_0_2px_6px_rgba\(0\,_0\,_0\,_0\.15\) {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

  .min-w_180px {
    min-width: 180px;
}

  .p_6px_10px {
    padding: 6px 10px;
}

  .p_4px_10px {
    padding: 4px 10px;
}

  .border-t_1px_solid_\#777 {
    border-top: 1px solid #777;
}

  .m_4px_0 {
    margin: 4px 0;
}

  .aspect_364_\/_56 {
    aspect-ratio: 364 / 56;
}

  .py_1\.5rem {
    padding-block: 1.5rem;
}

  .w_calc\(100\%_\+_2rem\) {
    width: calc(100% + 2rem);
}

  .rounded_0_0_1rem_1rem {
    border-radius: 0 0 1rem 1rem;
}

  .w_calc\(100\%_-_42px\) {
    width: calc(100% - 42px);
}

  .mx_21px {
    margin-inline: 21px;
}

  .bg_linear-gradient\(90deg\,_rgba\(255\,_255\,_255\,_0\.10\)_0\%\,_rgba\(255\,_255\,_255\,_0\.00\)_20\.67\%\) {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 20.67%);
}

  .h_fit-content {
    block-size: fit-content;
}

  .min-w_4rem {
    min-width: 4rem;
}

  .flex_1_0_0 {
    flex: 1 0 0;
}

  .w_5\.375rem {
    width: 5.375rem;
}

  .h_5\.375rem {
    height: 5.375rem;
}

  .shadow_0px_1px_4px_0px_rgba\(0\,_0\,_0\,_0\.80\) {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.80);
}

  .p_1rem_0\.5rem {
    padding: 1rem 0.5rem;
}

  .border-b_solid_1px_black {
    border-bottom: solid 1px black;
}

  .h_46px {
    height: 46px;
}

  .rounded_23px {
    border-radius: 23px;
}

  .h_calc\(100\%_-_6px\) {
    height: calc(100% - 6px);
}

  .bg_linear-gradient\(180deg\,_\#828282\,_\#FFFFFF\) {
    background: linear-gradient(180deg, #828282, #FFFFFF);
}

  .transform_translate\(1rem\,_1rem\) {
    transform: translate(1rem, 1rem);
}

  .opacity_0\.3 {
    opacity: 0.3;
}

  .transform_rotate\(0deg\) {
    transform: rotate(0deg);
}

  .transform_rotate\(270deg\) {
    transform: rotate(270deg);
}

  .h_30px {
    height: 30px;
}

  .opacity_0\.2 {
    opacity: 0.2;
}

  .border-r_2px_solid_\#1A1A1A {
    border-right: 2px solid #1A1A1A;
}

  .h_150\% {
    height: 150%;
}

  .w_24\% {
    width: 24%;
}

  .min-w_5\.375rem {
    min-width: 5.375rem;
}

  .min-h_5\.375rem {
    min-height: 5.375rem;
}

  .aspect_1\/1 {
    aspect-ratio: 1/1;
}

  .max-h_5\.375rem {
    max-height: 5.375rem;
}

  .w_0px {
    width: 0px;
}

  .h_0px {
    height: 0px;
}

  .py_3rem {
    padding-block: 3rem;
}

  .text_\#ccc {
    color: #ccc;
}

  .p_0\.5rem_1\.5rem {
    padding: 0.5rem 1.5rem;
}

  .p_0\.75rem_1\.5rem_0 {
    padding: 0.75rem 1.5rem 0;
}

  .text-decor_underline {
    text-decoration: underline;
}

  .border-b_1px_solid_white {
    border-bottom: 1px solid white;
}

  .border-b_1px_solid_rgba\(0\,0\,0\,0\.3\) {
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

  .p_0\.25rem_0 {
    padding: 0.25rem 0;
}

  .transition_all_0\.2s {
    transition: all 0.2s;
}

  .text-decor_line-through {
    text-decoration: line-through;
}

  .justify_center {
    justify-content: center;
}

  .items_center {
    align-items: center;
}

  .left_100\% {
    left: 100%;
}

  .top_50\% {
    top: 50%;
}

  .flex_column {
    flex-direction: column;
}

  .justify_space-between {
    justify-content: space-between;
}

  .fs_lg {
    font-size: var(--font-sizes-lg);
}

  .font_medium {
    font-weight: var(--font-weights-medium);
}

  .mb_8 {
    margin-bottom: var(--spacing-8);
}

  .leading_short {
    line-height: short;
}

  .flex_row {
    flex-direction: row;
}

  .grow_1 {
    flex-grow: 1;
}

  .justify_start {
    justify-content: start;
}

  .fs_25px {
    font-size: 25px;
}

  .font_AIB612_Bold {
    font-family: AIB612 Bold;
}

  .top_15\% {
    top: 15%;
}

  .left_10px {
    left: 10px;
}

  .overflow-y_scroll {
    overflow-y: scroll;
}

  .top_1rem {
    top: 1rem;
}

  .left_50\% {
    left: 50%;
}

  .items_start {
    align-items: start;
}

  .left_3\.5vh {
    left: 3.5vh;
}

  .bottom_6vh {
    bottom: 6vh;
}

  .bottom_14vh {
    bottom: 14vh;
}

  .fs_1\.4rem {
    font-size: 1.4rem;
}

  .pl_1\.5rem {
    padding-left: 1.5rem;
}

  .pt_0\.6rem {
    padding-top: 0.6rem;
}

  .pb_0\.6rem {
    padding-bottom: 0.6rem;
}

  .mt_1rem {
    margin-top: 1rem;
}

  .pt_1rem {
    padding-top: 1rem;
}

  .pb_1rem {
    padding-bottom: 1rem;
}

  .pt_0\.8rem {
    padding-top: 0.8rem;
}

  .pb_0\.8rem {
    padding-bottom: 0.8rem;
}

  .pl_2rem {
    padding-left: 2rem;
}

  .pr_2rem {
    padding-right: 2rem;
}

  .mt_1\.2rem {
    margin-top: 1.2rem;
}

  .mb_1\.2rem {
    margin-bottom: 1.2rem;
}

  .ml_auto {
    margin-left: auto;
}

  .mr_auto {
    margin-right: auto;
}

  .pl_3rem {
    padding-left: 3rem;
}

  .pr_3rem {
    padding-right: 3rem;
}

  .font_700 {
    font-weight: 700;
}

  .items_stretch {
    align-items: stretch;
}

  .fs_1\.2rem {
    font-size: 1.2rem;
}

  .justify_stretch {
    justify-content: stretch;
}

  .shrink_1 {
    flex-shrink: 1;
}

  .shrink_0 {
    flex-shrink: 0;
}

  .bg_\#383838 {
    background-color: #383838;
}

  .font_system-ui\,_-apple-system\,_sans-serif {
    font-family: system-ui, -apple-system, sans-serif;
}

  .fs_18px {
    font-size: 18px;
}

  .fs_16px {
    font-size: 16px;
}

  .pl_1rem {
    padding-left: 1rem;
}

  .font_AIB612_Regular {
    font-family: AIB612 Regular;
}

  .font_500 {
    font-weight: 500;
}

  .leading_20px {
    line-height: 20px;
}

  .pt_40px {
    padding-top: 40px;
}

  .pb_60px {
    padding-bottom: 60px;
}

  .flex-wrap_wrap {
    flex-wrap: wrap;
}

  .items_flex-start {
    align-items: flex-start;
}

  .bg_rgba\(255\,_255\,_255\,_0\.3\) {
    background-color: rgba(255, 255, 255, 0.3);
}

  .font_AIB612_Bold\,_serif {
    font-family: AIB612 Bold, serif;
}

  .fs_0\.875rem {
    font-size: 0.875rem;
}

  .mb_0\.75rem {
    margin-bottom: 0.75rem;
}

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

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

  .pb_50px {
    padding-bottom: 50px;
}

  .mb_0\.5rem {
    margin-bottom: 0.5rem;
}

  .font_AIB612_Regular\,_serif {
    font-family: AIB612 Regular, serif;
}

  .bottom_0\.5rem {
    bottom: 0.5rem;
}

  .left_0\.5rem {
    left: 0.5rem;
}

  .bg_\#282828\! {
    background-color: #282828 !important;
}

  .ml_10px {
    margin-left: 10px;
}

  .self_center {
    align-self: center;
}

  .bg_\#282828 {
    background-color: #282828;
}

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

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

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

  .bg_rgba\(0\,_0\,_0\,_0\.5\) {
    background-color: rgba(0, 0, 0, 0.5);
}

  .bottom_2rem {
    bottom: 2rem;
}

  .left_2rem {
    left: 2rem;
}

  .fs_1rem {
    font-size: 1rem;
}

  .pl_10px {
    padding-left: 10px;
}

  .pl_100px {
    padding-left: 100px;
}

  .fs_22px {
    font-size: 22px;
}

  .border-w_1px {
    border-width: 1px;
}

  .border_preset {
    border-color: var(--colors-preset);
}

  .right_100\% {
    right: 100%;
}

  .mr_20px {
    margin-right: 20px;
}

  .ml_3px {
    margin-left: 3px;
}

  .border-style_solid {
    border-style: solid;
}

  .border_\#000 {
    border-color: #000;
}

  .border_warning {
    border-color: var(--colors-warning);
}

  .border_rgba\(255\,_221\,_0\,_0\.5\) {
    border-color: rgba(255, 221, 0, 0.5);
}

  .bg_transparent {
    background-color: var(--colors-transparent);
}

  .top_0px {
    top: 0px;
}

  .left_0px {
    left: 0px;
}

  .top_25\% {
    top: 25%;
}

  .left_56\% {
    left: 56%;
}

  .fs_1\.8rem {
    font-size: 1.8rem;
}

  .right_20px {
    right: 20px;
}

  .top_20px {
    top: 20px;
}

  .top_5px {
    top: 5px;
}

  .font_AIB612_Italic {
    font-family: AIB612 Italic;
}

  .fs_20px {
    font-size: 20px;
}

  .bg_\#4D4D4D {
    background-color: #4D4D4D;
}

  .bg_black {
    background-color: var(--colors-black);
}

  .fs_1\.1rem {
    font-size: 1.1rem;
}

  .font_400 {
    font-weight: 400;
}

  .bg_\#828282 {
    background-color: #828282;
}

  .fs_0\.9rem {
    font-size: 0.9rem;
}

  .fs_1\.25rem {
    font-size: 1.25rem;
}

  .leading_1 {
    line-height: 1;
}

  .ml_0\.25rem {
    margin-left: 0.25rem;
}

  .mt_0\.5rem {
    margin-top: 0.5rem;
}

  .bottom_calc\(36dvh_\+_5rem\) {
    bottom: calc(36dvh + 5rem);
}

  .pt_2rem {
    padding-top: 2rem;
}

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

  .bg_\#2D2D2D {
    background-color: #2D2D2D;
}

  .mb_1rem {
    margin-bottom: 1rem;
}

  .pb_0\.5rem {
    padding-bottom: 0.5rem;
}

  .font_bold {
    font-weight: var(--font-weights-bold);
}

  .fs_1\.5rem {
    font-size: 1.5rem;
}

  .fs_1\.225rem {
    font-size: 1.225rem;
}

  .mb_0\.25rem {
    margin-bottom: 0.25rem;
}

  .font_monospace {
    font-family: monospace;
}

  .mt_0\.25rem {
    margin-top: 0.25rem;
}

  .bg_\#1A1A1A {
    background-color: #1A1A1A;
}

  .fs_1\.15rem {
    font-size: 1.15rem;
}

  .justify_space-around {
    justify-content: space-around;
}

  .pt_0\.75rem {
    padding-top: 0.75rem;
}

  .fs_1\.125rem {
    font-size: 1.125rem;
}

  .justify_flex-end {
    justify-content: flex-end;
}

  .items_flex-end {
    align-items: flex-end;
}

  .fs_2rem {
    font-size: 2rem;
}

  .pb_0\.75rem {
    padding-bottom: 0.75rem;
}

  .pt_0\.25rem {
    padding-top: 0.25rem;
}

  .font-style_italic {
    font-style: italic;
}

  .fs_0\.8rem {
    font-size: 0.8rem;
}

  .bg_rgba\(200\,_162\,_61\,_0\.12\) {
    background-color: rgba(200, 162, 61, 0.12);
}

  .fs_0\.75rem {
    font-size: 0.75rem;
}

  .bg_\#E4BE5A {
    background-color: #E4BE5A;
}

  .border_\#F70 {
    border-color: #F70;
}

  .border_neutral {
    border-color: neutral;
}

  .content_center {
    align-content: center;
}

  .fs_12px {
    font-size: 12px;
}

  .fs_40px {
    font-size: 40px;
}

  .ml_5px {
    margin-left: 5px;
}

  .font_AIB612_Bold_Italic {
    font-family: AIB612 Bold Italic;
}

  .leading_28\.2px {
    line-height: 28.2px;
}

  .border-w_3px {
    border-width: 3px;
}

  .ml_20px {
    margin-left: 20px;
}

  .bg_\#141414 {
    background-color: #141414;
}

  .leading_1\.4 {
    line-height: 1.4;
}

  .bg_rgba\(255\,_255\,_255\,_0\.05\) {
    background-color: rgba(255, 255, 255, 0.05);
}

  .bg_rgba\(0\,_0\,_0\,_0\.35\) {
    background-color: rgba(0, 0, 0, 0.35);
}

  .grid-cols_6\.5rem_4\.5rem_6rem_1fr {
    grid-template-columns: 6.5rem 4.5rem 6rem 1fr;
}

  .leading_1\.5 {
    line-height: 1.5;
}

  .ml_0\.4rem {
    margin-left: 0.4rem;
}

  .bg_rgba\(255\,_255\,_255\,_0\.1\) {
    background-color: rgba(255, 255, 255, 0.1);
}

  .fs_0\.7rem {
    font-size: 0.7rem;
}

  .bg_rgba\(0\,_0\,_0\,_0\.4\) {
    background-color: rgba(0, 0, 0, 0.4);
}

  .font_-apple-system\,_BlinkMacSystemFont\,_\"Segoe_UI\"\,_Roboto\,_Helvetica\,_Arial\,_sans-serif {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

  .bg_\#333333 {
    background-color: #333333;
}

  .font_600 {
    font-weight: 600;
}

  .fs_13px {
    font-size: 13px;
}

  .bg_\#262626 {
    background-color: #262626;
}

  .fs_14px {
    font-size: 14px;
}

  .pt_12px {
    padding-top: 12px;
}

  .bg_\#4b4b4b {
    background-color: #4b4b4b;
}

  .mb_32px {
    margin-bottom: 32px;
}

  .mt_4px {
    margin-top: 4px;
}

  .fs_26px {
    font-size: 26px;
}

  .leading_1\.2 {
    line-height: 1.2;
}

  .justify_flex-start {
    justify-content: flex-start;
}

  .ml_48px {
    margin-left: 48px;
}

  .bg_\#2b2b2b {
    background-color: #2b2b2b;
}

  .flex-wrap_wrap-reverse {
    flex-wrap: wrap-reverse;
}

  .pr_3\.5dvh {
    padding-right: 3.5dvh;
}

  .pt_18dvh {
    padding-top: 18dvh;
}

  .right_4\.6rem {
    right: 4.6rem;
}

  .right_calc\(100\%_\+_1rem\) {
    right: calc(100% + 1rem);
}

  .right_5rem {
    right: 5rem;
}

  .bg_\#C4C4C4 {
    background-color: #C4C4C4;
}

  .right_2rem {
    right: 2rem;
}

  .right_8rem {
    right: 8rem;
}

  .top_25vh {
    top: 25vh;
}

  .bottom_unset {
    bottom: unset;
}

  .left_25px {
    left: 25px;
}

  .bg_\#4C4C4D {
    background-color: #4C4C4D;
}

  .bg_\#000 {
    background-color: #000;
}

  .right_5px {
    right: 5px;
}

  .grid-cols_repeat\(auto-fit\,_minmax\(200px\,_1fr\)\) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

  .mb_50px {
    margin-bottom: 50px;
}

  .top_var\(--overlay-map-draw-top\,_12\.5vh\) {
    top: var(--overlay-map-draw-top, 12.5vh);
}

  .right_calc\(3\.5dvh_\+_6rem\) {
    right: calc(3.5dvh + 6rem);
}

  .bg_\#4d4d4d {
    background-color: #4d4d4d;
}

  .right_-14px {
    right: -14px;
}

  .font_Arial\,_sans-serif {
    font-family: Arial, sans-serif;
}

  .fs_1\.6vh {
    font-size: 1.6vh;
}

  .bottom_10\% {
    bottom: 10%;
}

  .mb_2rem {
    margin-bottom: 2rem;
}

  .mt_3rem {
    margin-top: 3rem;
}

  .bg_\#00BE00 {
    background-color: #00BE00;
}

  .bg_\#FF7700 {
    background-color: #FF7700;
}

  .bg_\#1E1E1E {
    background-color: #1E1E1E;
}

  .left_4px {
    left: 4px;
}

  .left_calc\(100\%_-_51px\) {
    left: calc(100% - 51px);
}

  .right_12px {
    right: 12px;
}

  .border-t_\#fff {
    border-top-color: #fff;
}

  .grid-cols_repeat\(auto-fill\,_minmax\(350px\,_1fr\)\) {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

  .border_transparent {
    border-color: var(--colors-transparent);
}

  .mb_-0\.25rem {
    margin-bottom: -0.25rem;
}

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

  .fs_0\.8em {
    font-size: 0.8em;
}

  .border_\#0095ff {
    border-color: #0095ff;
}

  .top_-110px {
    top: -110px;
}

  .fs_11px {
    font-size: 11px;
}

  .font_\'AIB612_Regular\' {
    font-family: 'AIB612 Regular';
}

  .font-style_normal {
    font-style: normal;
}

  .leading_normal {
    line-height: var(--line-heights-normal);
}

  .font_\'AIB612_Bold\' {
    font-family: 'AIB612 Bold';
}

  .mb_16px {
    margin-bottom: 16px;
}

  .pt_0\.4rem {
    padding-top: 0.4rem;
}

  .pb_0\.4rem {
    padding-bottom: 0.4rem;
}

  .grid-cols_952fr_32fr_80fr_80fr_88fr {
    grid-template-columns: 952fr 32fr 80fr 80fr 88fr;
}

  .grid-rows_38fr_232fr {
    grid-template-rows: 38fr 232fr;
}

  .gap-x_2\.1\% {
    row-gap: 2.1%;
}

  .grid-cols_92fr_repeat\(10\,_98fr\)_80fr {
    grid-template-columns: 92fr repeat(10, 98fr) 80fr;
}

  .bg_rgba\(20\,_20\,_20\,_0\.8\) {
    background-color: rgba(20, 20, 20, 0.8);
}

  .bg_\#6F6F6F {
    background-color: #6F6F6F;
}

  .bottom_calc\(100\%_\+_4px\) {
    bottom: calc(100% + 4px);
}

  .top_calc\(100\%_\+_4px\) {
    top: calc(100% + 4px);
}

  .pb_5px {
    padding-bottom: 5px;
}

  .top_calc\(100\%_-_1px\) {
    top: calc(100% - 1px);
}

  .font_Lexend_Tera {
    font-family: Lexend Tera;
}

  .justify_end {
    justify-content: end;
}

  .top_100\% {
    top: 100%;
}

  .top_auto {
    top: auto;
}

  .bottom_100\% {
    bottom: 100%;
}

  .fs_0\.85rem {
    font-size: 0.85rem;
}

  .top_calc\(var\(--clickable-margin\)_\/_\(-2\)\) {
    top: calc(var(--clickable-margin) / (-2));
}

  .left_calc\(var\(--clickable-margin\)_\/_\(-2\)\) {
    left: calc(var(--clickable-margin) / (-2));
}

  .fs_0\.625rem {
    font-size: 0.625rem;
}

  .ml_0\.8rem {
    margin-left: 0.8rem;
}

  .grow_0 {
    flex-grow: 0;
}

  .fs_0\.5rem {
    font-size: 0.5rem;
}

  .right_15px {
    right: 15px;
}

  .flex-wrap_nowrap {
    flex-wrap: nowrap;
}

  .overflow-y_visible {
    overflow-y: visible;
}

  .grid-cols_auto_2\.85631rem {
    grid-template-columns: auto 2.85631rem;
}

  .justify-items_right {
    justify-items: right;
}

  .grid-cols_1\.5rem_auto {
    grid-template-columns: 1.5rem auto;
}

  .gap-y_0\.5rem {
    grid-column-gap: 0.5rem;
}

  .left_90\% {
    left: 90%;
}

  .top_-11px {
    top: -11px;
}

  .pt_2\.5rem {
    padding-top: 2.5rem;
}

  .content_flex-start {
    align-content: flex-start;
}

  .flex-wrap_no-wrap {
    flex-wrap: no-wrap;
}

  .leading_1\.2rem {
    line-height: 1.2rem;
}

  .bg_\#0F0 {
    background-color: #0F0;
}

  .bg_\#C5C5C5 {
    background-color: #C5C5C5;
}

  .bg_\#4d7a4d {
    background-color: #4d7a4d;
}

  .bg_\#8c8c8c {
    background-color: #8c8c8c;
}

  .left_16px {
    left: 16px;
}

  .right_16px {
    right: 16px;
}

  .bg_\#555 {
    background-color: #555;
}

  .border_\#888 {
    border-color: #888;
}

  .top_2px {
    top: 2px;
}

  .right_2px {
    right: 2px;
}

  .pr_1\.5rem {
    padding-right: 1.5rem;
}

  .fs_1\.4vh {
    font-size: 1.4vh;
}

  .border-w_2px {
    border-width: 2px;
}

  .border_managed {
    border-color: var(--colors-managed);
}

  .top_14vh {
    top: 14vh;
}

  .left_15vh {
    left: 15vh;
}

  .bottom_7vh {
    bottom: 7vh;
}

  .fs_1\.7em {
    font-size: 1.7em;
}

  .font_bolder {
    font-weight: bolder;
}

  .ml_1rem {
    margin-left: 1rem;
}

  .justify-items_center {
    justify-items: center;
}

  .grid-cols_1fr_1fr {
    grid-template-columns: 1fr 1fr;
}

  .grid-rows_1\.5rem_1fr {
    grid-template-rows: 1.5rem 1fr;
}

  .bottom_calc\(100\%_\+_30px_\+_7dvh\) {
    bottom: calc(100% + 30px + 7dvh);
}

  .bottom_calc\(100\%_\+_5dvh\) {
    bottom: calc(100% + 5dvh);
}

  .bottom_calc\(100\%_\+_15px\) {
    bottom: calc(100% + 15px);
}

  .right_7\% {
    right: 7%;
}

  .leading_32px {
    line-height: 32px;
}

  .pr_0 {
    padding-right: var(--spacing-0);
}

  .border-style_dashed {
    border-style: dashed;
}

  .bottom_calc\(100\%_\+_1px\) {
    bottom: calc(100% + 1px);
}

  .pl_2\% {
    padding-left: 2%;
}

  .pr_2\% {
    padding-right: 2%;
}

  .left_-2\% {
    left: -2%;
}

  .pr_30px {
    padding-right: 30px;
}

  .top_-34px {
    top: -34px;
}

  .mb_1em {
    margin-bottom: 1em;
}

  .bg_\#282828\; {
    background-color: #282828;;
}

  .border-t_\#00FF00 {
    border-top-color: #00FF00;
}

  .border-t_\#FFDD00 {
    border-top-color: #FFDD00;
}

  .border-t_\#FFFFFF {
    border-top-color: #FFFFFF;
}

  .leading_1\.5rem {
    line-height: 1.5rem;
}

  .bg_\#1F1F1F {
    background-color: #1F1F1F;
}

  .top_-1\.5rem {
    top: -1.5rem;
}

  .pb_7rem {
    padding-bottom: 7rem;
}

  .scroll-mb_1\.8rem {
    scroll-margin-bottom: 1.8rem;
}

  .scroll-mt_1\.8rem {
    scroll-margin-top: 1.8rem;
}

  .mb_-1rem {
    margin-bottom: -1rem;
}

  .items_end {
    align-items: end;
}

  .mr_1rem {
    margin-right: 1rem;
}

  .top_58px {
    top: 58px;
}

  .right_36px {
    right: 36px;
}

  .top_88px {
    top: 88px;
}

  .left_1rem {
    left: 1rem;
}

  .bottom_calc\(80px_\+_20px\) {
    bottom: calc(80px + 20px);
}

  .leading_1\.75rem {
    line-height: 1.75rem;
}

  .bg_var\(--layer-background-color\) {
    background-color: var(--layer-background-color);
}

  .pt_15vh {
    padding-top: 15vh;
}

  .top_13vh {
    top: 13vh;
}

  .right_140px {
    right: 140px;
}

  .right_auto {
    right: auto;
}

  .bottom_auto {
    bottom: auto;
}

  .right_150px {
    right: 150px;
}

  .mt_0 {
    margin-top: var(--spacing-0);
}

  .mt_-3vh {
    margin-top: -3vh;
}

  .right_6rem {
    right: 6rem;
}

  .top_10px {
    top: 10px;
}

  .delay_0\.2s {
    transition-delay: 0.2s;
}

  .grid-cols_0\.20fr_0\.95fr_0\.20fr_0\.5fr_0\.5fr {
    grid-template-columns: 0.20fr 0.95fr 0.20fr 0.5fr 0.5fr;
}

  .grid-rows_1fr_0\.6fr_1fr_0\.6fr {
    grid-template-rows: 1fr 0.6fr 1fr 0.6fr;
}

  .bottom_-10px {
    bottom: -10px;
}

  .pl_5px {
    padding-left: 5px;
}

  .pt_8px {
    padding-top: 8px;
}

  .content_center\; {
    align-content: center;;
}

  .items_center\; {
    align-items: center;;
}

  .justify-items_center\; {
    justify-items: center;;
}

  .justify_center\; {
    justify-content: center;;
}

  .bottom_80px {
    bottom: 80px;
}

  .bottom_30px {
    bottom: 30px;
}

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

  .pt_3\.5rem {
    padding-top: 3.5rem;
}

  .pt_10px {
    padding-top: 10px;
}

  .fs_10px {
    font-size: 10px;
}

  .pl_25px {
    padding-left: 25px;
}

  .top_2rem {
    top: 2rem;
}

  .fs_2em {
    font-size: 2em;
}

  .ml_-1rem {
    margin-left: -1rem;
}

  .mr_-1rem {
    margin-right: -1rem;
}

  .self_stretch {
    align-self: stretch;
}

  .top_0\.375rem {
    top: 0.375rem;
}

  .left_0\.375rem {
    left: 0.375rem;
}

  .font_\'AIB612_Bold\'\,_\'serif\' {
    font-family: 'AIB612 Bold', 'serif';
}

  .left_4\.875rem {
    left: 4.875rem;
}

  .pb_0\.25rem {
    padding-bottom: 0.25rem;
}

  .pb_2rem {
    padding-bottom: 2rem;
}

  .pt_0\.5rem {
    padding-top: 0.5rem;
}

  .bg_rgba\(255\,_255\,_255\,_0\.25\) {
    background-color: rgba(255, 255, 255, 0.25);
}

  .\[\&_\>_h1\]\:text_white > h1,.\[\&_\>_p\]\:text_white > p {
    color: var(--colors-white);
}

  .\[\&_\>_p\]\:text-decor_underline > p {
    text-decoration: underline;
}

  .\[\&_\>_\:nth-child\(1\)\]\:w_352px > :nth-child(1) {
    width: 352px;
}

  .\[\&_\>_\:nth-child\(2\)\]\:w_550px > :nth-child(2) {
    width: 550px;
}

  .\[\&_\>_\:nth-child\(3\)\]\:w_352px > :nth-child(3) {
    width: 352px;
}

  .\[\&_\>_\*\]\:pointer-events_auto > * {
    pointer-events: auto;
}

  .\[\&_\>_\*\]\:max-h_100\% > * {
    max-height: 100%;
}

  .\[\&_\>_\*\]\:rounded_0\.5rem > * {
    border-radius: 0.5rem;
}

  .\[\&_\>_\*\]\:shadow_5px_10px_10px_black > * {
    box-shadow: 5px 10px 10px black;
}

  .\[\&_\>_\*\]\:overflow_visible > * {
    overflow: visible;
}

  .\[\&_\>_\*\]\:z_1000 > * {
    z-index: 1000;
}

  .\[\&_\>_\*\]\:w_100\% > * {
    width: 100%;
}

  .\[\&_\>_\*\]\:w_60\% > * {
    width: 60%;
}

  .\[\&_\>_p\]\:text_center > p {
    text-align: center;
}

  .\[\&\:last-child\]\:border-b_none:last-child {
    border-bottom: var(--borders-none);
}

  .\[\&_\>_\*\]\:transform_scale\(0\.9\) > * {
    transform: scale(0.9);
}

  .\[\&_button\]\:gap_0\.5rem button {
    gap: 0.5rem;
}

  .\[\&_button\]\:bg_transparent\! button {
    background: var(--colors-transparent) !important;
}

  .\[\&_button\]\:text_\#FFFFFF\! button {
    color: #FFFFFF !important;
}

  .\[\&_button\]\:rounded_0\.5rem\! button {
    border-radius: 0.5rem !important;
}

  .\[\&_button\]\:border_1px_solid_transparent\! button {
    border: 1px solid transparent !important;
}

  .\[\&_button\]\:shadow_none\! button {
    box-shadow: none !important;
}

  .\[\&_button\]\:d_flex\! button {
    display: flex !important;
}

  .placeholder\:text_\#828282::placeholder,.placeholder\:text_\#828282[data-placeholder] {
    color: #828282;
}

  .\[\&_\>_button\]\:border-b_1px_solid_\#aaaaaa > button {
    border-bottom: 1px solid #aaaaaa;
}

  .\[\&_\>_button\]\:text_left > button {
    text-align: left;
}

  .\[\&_\>_button\]\:h_auto > button {
    height: auto;
}

  .\[\&_\>_button\]\:min-h_unset > button {
    min-height: unset;
}

  .\[\&_\>_button\]\:p_12px > button {
    padding: 12px;
}

  .\[\&_\>_\:nth-child\(2\)\]\:pos_absolute > :nth-child(2) {
    position: absolute;
}

  .\[\&_\>_\:nth-child\(2\)\]\:h_1rem > :nth-child(2) {
    height: 1rem;
}

  .\[\&_\>_\:nth-child\(2\)\]\:w_1rem > :nth-child(2) {
    width: 1rem;
}

  .\[\&_\>_\:nth-child\(2\)\]\:rounded_50\% > :nth-child(2) {
    border-radius: 50%;
}

  .\[\&_\>_\:nth-child\(2\)\]\:bg_\#E4002B > :nth-child(2) {
    background: #E4002B;
}

  .\[\&_\>_\:nth-child\(2\)\]\:text_black > :nth-child(2) {
    color: var(--colors-black);
}

  .\[\&_\>_\:nth-child\(2\)\]\:d_flex > :nth-child(2) {
    display: flex;
}

  .\[\&_td\]\:align_top td {
    vertical-align: top;
}

  .\[\&_td\]\:p_0\.5rem_0 td {
    padding: 0.5rem 0;
}

  .\[\&_td\:first-of-type\]\:text_right td:first-of-type {
    text-align: right;
}

  .\[\&_td\:first-of-type\]\:w_35\% td:first-of-type {
    width: 35%;
}

  .\[\&_td\:first-of-type\]\:opacity_0\.7 td:first-of-type {
    opacity: 0.7;
}

  .\[\&_tr\]\:border-b_1px_solid_rgba\(0\,_86\,_147\,_0\.3\) tr {
    border-bottom: 1px solid rgba(0, 86, 147, 0.3);
}

  .\[\&_tr\:last-of-type\]\:border-b_none tr:last-of-type {
    border-bottom: var(--borders-none);
}

  .disabled\:cursor_not-allowed:is(:disabled, [disabled], [data-disabled]) {
    cursor: not-allowed;
}

  .disabled\:opacity_0\.6:is(:disabled, [disabled], [data-disabled]) {
    opacity: 0.6;
}

  .\[\&\:first-of-type\]\:border-t_1px_solid_\#005693:first-of-type {
    border-top: 1px solid #005693;
}

  .\[\&\[data-selected\=\"true\"\]\]\:bg_\#4D4D4D[data-selected="true"] {
    background: #4D4D4D;
}

  .\[\&\[data-selected\=\"true\"\]\]\:text_\#FFF[data-selected="true"] {
    color: #FFF;
}

  .\[\&\.expanded\]\:bg_\#282828.expanded {
    background: #282828;
}

  .\[\&\[data-state\=\"cleared\"\]\]\:text_\#00FF00[data-state="cleared"] {
    color: #00FF00;
}

  .\[\&\[data-state\=\"cleared\"\]\]\:bg_rgba\(0\,_255\,_0\,_0\.12\)[data-state="cleared"] {
    background: rgba(0, 255, 0, 0.12);
}

  .\[\&\[data-state\=\"requested\"\]\]\:text_rgba\(255\,_255\,_255\,_0\.7\)[data-state="requested"] {
    color: rgba(255, 255, 255, 0.7);
}

  .\[\&\[data-state\=\"requested\"\]\]\:bg_rgba\(255\,_255\,_255\,_0\.06\)[data-state="requested"] {
    background: rgba(255, 255, 255, 0.06);
}

  .\[\&_\>_\:first-child\]\:col-span_0_\/_2 > :first-child {
    grid-column: 0 / 2;
}

  .\[\&_\>_\:nth-child\(2\)\]\:col-span_2_\/_12 > :nth-child(2) {
    grid-column: 2 / 12;
}

  .\[\&_\>_\:last-child\]\:col-span_12_\/_13 > :last-child {
    grid-column: 12 / 13;
}

  .placeholder\:text_\#6A6A6A::placeholder,.placeholder\:text_\#6A6A6A[data-placeholder] {
    color: #6A6A6A;
}

  .disabled\:text_\#6A6A6A:is(:disabled, [disabled], [data-disabled]) {
    color: #6A6A6A;
}

  .\[\&_\>_div\[class\*\=\"option\"\]\]\:border-b_1px_solid_black > div[class*="option"] {
    border-bottom: 1px solid black;
}

  .\[\&_\>_div\[class\*\=\"option\"\]\:last-of-type\]\:border-b_none > div[class*="option"]:last-of-type {
    border-bottom: var(--borders-none);
}

  .\[\&_\>_\:first-child\]\:d_flex > :first-child {
    display: flex;
}

  .\[\&_\>_\:last-child\]\:w_2rem > :last-child {
    width: 2rem;
}

  .\[\&_\>_\:last-child\]\:aspect_1 > :last-child {
    aspect-ratio: 1;
}

  .\[\&_\>_\:last-child\]\:w_1\.5rem > :last-child {
    width: 1.5rem;
}

  .\[\&_\>_\:last-child\]\:h_1\.5rem > :last-child {
    height: 1.5rem;
}

  .disabled\:bg_transparent:is(:disabled, [disabled], [data-disabled]) {
    background: var(--colors-transparent);
}

  .disabled\:text_\#828282:is(:disabled, [disabled], [data-disabled]) {
    color: #828282;
}

  .\[\&_\>_\:not\(\:last-child\)\]\:border-b_1px_solid_black > :not(:last-child) {
    border-bottom: 1px solid black;
}

  .after\:pos_absolute::after {
    position: absolute;
}

  .after\:pointer-events_none::after {
    pointer-events: none;
}

  .after\:w_100\%::after {
    width: 100%;
}

  .after\:h_48px::after {
    height: 48px;
}

  .after\:bg_linear-gradient\(to_bottom\,_\#141414\,_\#14141400\)::after {
    background: linear-gradient(to bottom, #141414, #14141400);
}

  .after\:bg_linear-gradient\(to_top\,_\#141414\,_\#14141400\)::after {
    background: linear-gradient(to top, #141414, #14141400);
}

  .\[\&_\>_p\]\:white-space_nowrap > p {
    white-space: nowrap;
}

  .\[\&\:not\(\:disabled\)\]\:cursor_pointer:not(:disabled) {
    cursor: pointer;
}

  .disabled\:border_1px_solid_\#828282\;:is(:disabled, [disabled], [data-disabled]) {
    border: 1px solid #828282;;
}

  .disabled\:opacity_0\.3:is(:disabled, [disabled], [data-disabled]) {
    opacity: 0.3;
}

  .disabled\:border_1px_solid_\#79780E\;:is(:disabled, [disabled], [data-disabled]) {
    border: 1px solid #79780E;;
}

  .disabled\:bg_linear-gradient\(326deg\,_\#7C7B00_2\.05\%\,_\#837F5A_102\.44\%\)\;:is(:disabled, [disabled], [data-disabled]) {
    background: linear-gradient(326deg, #7C7B00 2.05%, #837F5A 102.44%);;
}

  .disabled\:shadow_-3px_-4px_10px_0px_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0px_\#141414\;:is(:disabled, [disabled], [data-disabled]) {
    box-shadow: -3px -4px 10px 0px rgba(77, 77, 77, 0.50), 3px 4px 20px 0px #141414;;
}

  .disabled\:border_1px_solid_\#FFF\;:is(:disabled, [disabled], [data-disabled]) {
    border: 1px solid #FFF;;
}

  .disabled\:bg_linear-gradient\(0deg\,_\#A6A6A6_8\.34\%\,_\#FFF_83\.82\%\)\;:is(:disabled, [disabled], [data-disabled]) {
    background: linear-gradient(0deg, #A6A6A6 8.34%, #FFF 83.82%);;
}

  .\[\&\:not\(\:disabled\)\]\:bg_linear-gradient\(180deg\,_\#2F2E2E_0\%\,_\#000000_89\.27\%\):not(:disabled) {
    background: linear-gradient(180deg, #2F2E2E 0%, #000000 89.27%);
}

  .disabled\:border_1px_solid_\#4D4D4D\;:is(:disabled, [disabled], [data-disabled]) {
    border: 1px solid #4D4D4D;;
}

  .disabled\:bg_linear-gradient\(0deg\,_\#000_14\.73\%\,_\#282828_100\%\)\;:is(:disabled, [disabled], [data-disabled]) {
    background: linear-gradient(0deg, #000 14.73%, #282828 100%);;
}

  .disabled\:border_1px_solid_\#6F6F6F\;:is(:disabled, [disabled], [data-disabled]) {
    border: 1px solid #6F6F6F;;
}

  .disabled\:bg_\#282828\;:is(:disabled, [disabled], [data-disabled]) {
    background: #282828;;
}

  .disabled\:shadow_0px_0px_8px_0px_\#000\;:is(:disabled, [disabled], [data-disabled]) {
    box-shadow: 0px 0px 8px 0px #000;;
}

  .\[\&_\>_\:first-child\]\:gap_0\.5rem > :first-child {
    gap: 0.5rem;
}

  .\[\&_\>_\:last-child\]\:min-h_0 > :last-child {
    min-height: var(--sizes-0);
}

  .\[\&_\>_\:last-child\]\:d_flex > :last-child {
    display: flex;
}

  .\[\&_\>_\:last-child\]\:bg_transparent > :last-child {
    background: var(--colors-transparent);
}

  .placeholder\:text_\#666::placeholder,.placeholder\:text_\#666[data-placeholder] {
    color: #666;
}

  .last\:border-b_none:last-child {
    border-bottom: var(--borders-none);
}

  .\[\&_\>_\:first-child\]\:pos_relative > :first-child {
    position: relative;
}

  .\[\&\:\:-webkit-outer-spin-button\,_\&\:\:-webkit-inner-spin-button\]\:appearance_none::-webkit-outer-spin-button,.\[\&\:\:-webkit-outer-spin-button\,_\&\:\:-webkit-inner-spin-button\]\:appearance_none::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

  .\[\&\:\:-webkit-outer-spin-button\,_\&\:\:-webkit-inner-spin-button\]\:m_0::-webkit-outer-spin-button,.\[\&\:\:-webkit-outer-spin-button\,_\&\:\:-webkit-inner-spin-button\]\:m_0::-webkit-inner-spin-button {
    margin: var(--spacing-0);
}

  .disabled\:text_white:is(:disabled, [disabled], [data-disabled]) {
    color: var(--colors-white);
}

  .disabled\:bg_\#6F6F6F:is(:disabled, [disabled], [data-disabled]) {
    background: #6F6F6F;
}

  .\[\&_div\]\:border-b_solid_0\.12rem_black div {
    border-bottom: solid 0.12rem black;
}

  .after\:rounded_0\.5rem_0\.5rem_0_0::after {
    border-radius: 0.5rem 0.5rem 0 0;
}

  .before\:pos_absolute::before {
    position: absolute;
}

  .before\:pointer-events_none::before {
    pointer-events: none;
}

  .before\:w_100\%::before {
    width: 100%;
}

  .before\:h_48px::before {
    height: 48px;
}

  .before\:bg_linear-gradient\(to_top\,_\#141414\,_\#14141400\)::before {
    background: linear-gradient(to top, #141414, #14141400);
}

  .\[\&_svg\]\:z_2 svg {
    z-index: 2;
}

  .\[\&_span\]\:white-space_pre-line span {
    white-space: pre-line;
}

  .disabled\:opacity_0\.5:is(:disabled, [disabled], [data-disabled]) {
    opacity: 0.5;
}

  .\[\&_\>_span\]\:h_calc\(100\%_-_4px\) > span {
    height: calc(100% - 4px);
}

  .\[\&_\>_span\]\:aspect_1 > span {
    aspect-ratio: 1;
}

  .\[\&_\>_span\]\:rounded_calc\(50\%\) > span {
    border-radius: calc(50%);
}

  .\[\&_\>_span\]\:bg_\#000000 > span {
    background: #000000;
}

  .\[\&_\>_span\]\:bg_\#C5C5C5 > span {
    background: #C5C5C5;
}

  .\[\&_\>_span\]\:bg_\#FFFFFF > span {
    background: #FFFFFF;
}

  .\[\&_\>_\*\]\:h_100\% > * {
    height: 100%;
}

  .\[\&_\>_\:not\(\:nth-child\(1\)\)\]\:w_calc\(100\%_-_1rem\) > :not(:nth-child(1)) {
    width: calc(100% - 1rem);
}

  .\[\&_\>_\:nth-child\(2\)\]\:bg_black > :nth-child(2) {
    background: var(--colors-black);
}

  .\[\&_\>_\:nth-child\(2\)\]\:rounded_0\.5rem > :nth-child(2) {
    border-radius: 0.5rem;
}

  .\[\&_\>_\:nth-child\(2\)\]\:px_0\.25rem > :nth-child(2) {
    padding-inline: 0.25rem;
}

  .\[\&_\>_\:nth-child\(1\)\]\:bg_black > :nth-child(1) {
    background: var(--colors-black);
}

  .\[\&_\>_\:nth-child\(1\)\]\:rounded_0\.5rem > :nth-child(1) {
    border-radius: 0.5rem;
}

  .\[\&_\>_\:nth-child\(1\)\]\:px_0\.25rem > :nth-child(1) {
    padding-inline: 0.25rem;
}

  .\[\&_\>_\:last-child\]\:border-l_1px_solid_\#FFFFFF88 > :last-child {
    border-left: 1px solid #FFFFFF88;
}

  .\[\&_\>_\:last-child\]\:px_1rem > :last-child {
    padding-inline: 1rem;
}

  .\[\&_\>_\*\]\:transform_translate\(30\%\,_-5\%\) > * {
    transform: translate(30%, -5%);
}

  .\[\&_\>_\:first-child\]\:text_\#C5C5C5 > :first-child {
    color: #C5C5C5;
}

  .\[\&_\>_\:nth-child\(3\)\]\:text_white > :nth-child(3) {
    color: var(--colors-white);
}

  .\[\&_\>_\:nth-child\(4\)\]\:text_\#C5C5C5 > :nth-child(4) {
    color: #C5C5C5;
}

  .\[\&_\>_\:nth-child\(4\)\]\:w_3rem > :nth-child(4) {
    width: 3rem;
}

  .\[\&_\>_input\]\:max-w_33\% > input {
    max-width: 33%;
}

  .\[\&_\>_div_\>_div\]\:min-w_8rem > div > div {
    min-width: 8rem;
}

  .\[\&_span\]\:w_0\.5rem span {
    width: 0.5rem;
}

  .\[\&_\:nth-child\(2\)\]\:text_\#C5C5C5 :nth-child(2),.\[\&_\:nth-child\(4\)\]\:text_\#C5C5C5 :nth-child(4),.\[\&_\:nth-child\(6\)\]\:text_\#C5C5C5 :nth-child(6) {
    color: #C5C5C5;
}

  .\[\&_\>_input\]\:w_3rem > input {
    width: 3rem;
}

  .\[\&_button\]\:transform_scale\(0\.95\) button {
    transform: scale(0.95);
}

  .\[\&_button\]\:min-w_64px\! button {
    min-width: 64px !important;
}

  .\[\&_button\]\:w_64px button {
    width: 64px;
}

  .\[\&_button\]\:gap_0 button {
    gap: var(--spacing-0);
}

  .\[\&_button\]\:d_flex button {
    display: flex;
}

  .\[\&_button_p\]\:d_none button p {
    display: none;
}

  .\[\&_button_\>_div\]\:m_0\! button > div {
    margin: var(--spacing-0) !important;
}

  .\[\&_button\]\:w_7rem button {
    width: 7rem;
}

  .\[\&_button\]\:transition_width_200ms_ease-out button {
    transition: width 200ms ease-out;
}

  .\[\&_\>_\*\]\:w_calc\(\(100\%_-_1rem\)_\/_3\) > * {
    width: calc((100% - 1rem) / 3);
}

  .\[\&_\>_p\]\:line-break_break-word > p {
    line-break: break-word;
}

  .\[\&_\>_p\]\:text_wrap > p {
    text-wrap: wrap;
}

  .\[\&_\>_p\]\:overflow-wrap_break-word > p {
    overflow-wrap: break-word;
}

  .\[\&_\>_p\]\:word-spacing_0\.5rem > p {
    word-spacing: 0.5rem;
}

  .\[\&_\>_p\]\:max-w_calc\(100\%_-_2rem\) > p {
    max-width: calc(100% - 2rem);
}

  .scrollbarThumb\:bg_\#6F6F6F::-webkit-scrollbar-thumb {
    background: #6F6F6F;
}

  .scrollbarThumb\:rounded_8px::-webkit-scrollbar-thumb {
    border-radius: 8px;
}

  .scrollbarTrack\:bg_\#F1F1F1::-webkit-scrollbar-track {
    background: #F1F1F1;
}

  .\[\&\:\:-webkit-slider-thumb\]\:appearance_none::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
}

  .\[\&\:\:-webkit-slider-thumb\]\:w_16px::-webkit-slider-thumb {
    width: 16px;
}

  .\[\&\:\:-webkit-slider-thumb\]\:h_42px::-webkit-slider-thumb {
    height: 42px;
}

  .\[\&\:\:-webkit-slider-thumb\]\:bg_black::-webkit-slider-thumb {
    background: var(--colors-black);
}

  .\[\&\:\:-webkit-slider-thumb\]\:border_2px_solid_white::-webkit-slider-thumb {
    border: 2px solid white;
}

  .\[\&\:\:-webkit-slider-thumb\]\:cursor_grab::-webkit-slider-thumb {
    cursor: grab;
}

  .\[\&\:\:-webkit-slider-thumb\]\:rounded_50px::-webkit-slider-thumb {
    border-radius: 50px;
}

  .\[\&\:\:-webkit-slider-thumb\]\:shadow_-3px_-4px_10px_0px_rgba\(130\,_130\,_130\,_0\.50\)\,_3px_4px_20px_0px_\#000::-webkit-slider-thumb {
    box-shadow: -3px -4px 10px 0px rgba(130, 130, 130, 0.50), 3px 4px 20px 0px #000;
}

  .\[\&\:\:-webkit-slider-runnable-track\]\:appearance_none::-webkit-slider-runnable-track {
    appearance: none;
    -webkit-appearance: none;
}

  .\[\&\:\:-webkit-slider-runnable-track\]\:bg_transparent::-webkit-slider-runnable-track {
    background: var(--colors-transparent);
}

  .\[\&\:\:-moz-range-thumb\]\:w_16px::-moz-range-thumb {
    width: 16px;
}

  .\[\&\:\:-moz-range-thumb\]\:h_42px::-moz-range-thumb {
    height: 42px;
}

  .\[\&\:\:-moz-range-thumb\]\:bg_black::-moz-range-thumb {
    background: var(--colors-black);
}

  .\[\&\:\:-moz-range-thumb\]\:border_2px_solid_white::-moz-range-thumb {
    border: 2px solid white;
}

  .\[\&\:\:-moz-range-thumb\]\:cursor_grab::-moz-range-thumb {
    cursor: grab;
}

  .\[\&\:\:-moz-range-thumb\]\:rounded_50px::-moz-range-thumb {
    border-radius: 50px;
}

  .\[\&\:\:-moz-range-thumb\]\:shadow_-3px_-4px_10px_0px_rgba\(130\,_130\,_130\,_0\.50\)\,_3px_4px_20px_0px_\#000::-moz-range-thumb {
    box-shadow: -3px -4px 10px 0px rgba(130, 130, 130, 0.50), 3px 4px 20px 0px #000;
}

  .\[\&\:\:-moz-range-progress\]\:bg_transparent::-moz-range-progress {
    background: var(--colors-transparent);
}

  .\[\&_\>_span\]\:w_0\.25rem > span {
    width: 0.25rem;
}

  .\[\&_\>_span\]\:h_0\.25rem > span {
    height: 0.25rem;
}

  .\[\&_\>_span\]\:rounded_50\% > span {
    border-radius: 50%;
}

  .\[\&_\>_span\]\:bg_\#4D4D4D > span {
    background: #4D4D4D;
}

  .\[\&\:\:-webkit-slider-thumb\]\:w_42px::-webkit-slider-thumb {
    width: 42px;
}

  .\[\&\:\:-webkit-slider-thumb\]\:h_16px::-webkit-slider-thumb {
    height: 16px;
}

  .\[\&\:\:-moz-range-thumb\]\:w_42px::-moz-range-thumb {
    width: 42px;
}

  .\[\&\:\:-moz-range-thumb\]\:h_16px::-moz-range-thumb {
    height: 16px;
}

  .\[\&_\>_\:first-child\]\:w_100\% > :first-child {
    width: 100%;
}

  .\[\&_\>_\:first-child\]\:h_4rem > :first-child {
    height: 4rem;
}

  .\[\&_\>_\:first-child\]\:border-b_1px_solid_black > :first-child {
    border-bottom: 1px solid black;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:d_flex > :not(:first-child) {
    display: flex;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:w_100\% > :not(:first-child) {
    width: 100%;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:h_4rem > :not(:first-child) {
    height: 4rem;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:gap_0\.5rem > :not(:first-child) {
    gap: 0.5rem;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:border-b_1px_solid_black > :not(:first-child) {
    border-bottom: 1px solid black;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:px_0\.5rem > :not(:first-child) {
    padding-inline: 0.5rem;
}

  .\[\&_\>_p\]\:word-spacing_0\.125rem > p {
    word-spacing: 0.125rem;
}

  .\[\&_\>_p\]\:max-w_100\% > p {
    max-width: 100%;
}

  .\[\&_\[data-message-column\]\]\:mx_0 [data-message-column] {
    margin-inline: var(--spacing-0);
}

  .\[\&_\>_\*\]\:d_flex > * {
    display: flex;
}

  .\[\&_\>_\*_\+_\*\]\:border-l_1px_solid_\#4D4D4D > * + * {
    border-left: 1px solid #4D4D4D;
}

  .\[\&\:not\(\:disabled\)\]\:opacity_1:not(:disabled) {
    opacity: 1;
}

  .disabled\:opacity_0\.2:is(:disabled, [disabled], [data-disabled]) {
    opacity: 0.2;
}

  .\[\&\:not\(\:last-child\)\]\:border-b_solid_1px_black:not(:last-child) {
    border-bottom: solid 1px black;
}

  .\[\&_\>_label\]\:text_\#9A9A9A > label {
    color: #9A9A9A;
}

  .\[\&_\>_h2\]\:fs_1\.4rem > h2 {
    font-size: 1.4rem;
}

  .\[\&_\>_h2\]\:mb_2rem > h2 {
    margin-bottom: 2rem;
}

  .\[\&_\>_h1\]\:fs_2rem > h1 {
    font-size: 2rem;
}

  .\[\&_\>_h1\]\:font_AIB612_Bold\,_serif > h1 {
    font-family: AIB612 Bold, serif;
}

  .\[\&_\>_p\]\:fs_1rem > p {
    font-size: 1rem;
}

  .\[\&_\>_p\]\:font_AIB612_Regular\,_serif > p {
    font-family: AIB612 Regular, serif;
}

  .\[\&_svg\]\:shrink_0 svg {
    flex-shrink: 0;
}

  .\[\&_p\]\:fs_1\.2rem p {
    font-size: 1.2rem;
}

  .\[\&_\>_p\]\:pb_1rem > p {
    padding-bottom: 1rem;
}

  .\[\&_button\]\:flex_row button {
    flex-direction: row;
}

  .\[\&_button\]\:items_center button {
    align-items: center;
}

  .\[\&_button\]\:justify_flex-end button {
    justify-content: flex-end;
}

  .\[\&_button\]\:flex_column\! button {
    flex-direction: column !important;
}

  .\[\&_\>_div\]\:items_center > div {
    align-items: center;
}

  .\[\&_\>_button\]\:bg_\#262626 > button {
    background-color: #262626;
}

  .\[\&_\>_button\]\:justify_flex-start > button {
    justify-content: flex-start;
}

  .\[\&_\>_button\]\:fs_14px > button {
    font-size: 14px;
}

  .\[\&_\>_span\]\:bg_\#aaaaaa > span {
    background-color: #aaaaaa;
}

  .\[\&_\>_\:nth-child\(2\)\]\:top_-0\.4rem > :nth-child(2) {
    top: -0.4rem;
}

  .\[\&_\>_\:nth-child\(2\)\]\:right_-0\.4rem > :nth-child(2) {
    right: -0.4rem;
}

  .\[\&_\>_\:nth-child\(2\)\]\:items_center > :nth-child(2) {
    align-items: center;
}

  .\[\&_\>_\:nth-child\(2\)\]\:justify_center > :nth-child(2) {
    justify-content: center;
}

  .\[\&_td\:first-of-type\]\:pr_2rem td:first-of-type {
    padding-right: 2rem;
}

  .\[\&_\>_div\]\:items_flex-start > div {
    align-items: flex-start;
}

  .\[\&_\>_div\]\:pl_1rem > div {
    padding-left: 1rem;
}

  .\[\&\[data-type\=\"act\"\]\]\:border-t_\#00FF00[data-type="act"] {
    border-top-color: #00FF00;
}

  .\[\&\[data-type\=\"tmp\"\]\]\:border-t_\#FFDD00[data-type="tmp"] {
    border-top-color: #FFDD00;
}

  .\[\&\[data-type\=\"ctm\"\]\]\:border-t_\#FF3D9A[data-type="ctm"] {
    border-top-color: #FF3D9A;
}

  .\[\&\[data-type\=\"sec1\"\]\]\:border-t_\#FFFFFF[data-type="sec1"],.\[\&\[data-type\=\"sec2\"\]\]\:border-t_\#FFFFFF[data-type="sec2"],.\[\&\[data-type\=\"sec3\"\]\]\:border-t_\#FFFFFF[data-type="sec3"] {
    border-top-color: #FFFFFF;
}

  .\[\&_\>_\:first-child\]\:grow_1 > :first-child {
    flex-grow: 1;
}

  .\[\&_\>_\:first-child\]\:items_center > :first-child {
    align-items: center;
}

  .\[\&_\>_\:first-child\]\:justify_center > :first-child {
    justify-content: center;
}

  .\[\&_\>_\:last-child\]\:shrink_0 > :last-child {
    flex-shrink: 0;
}

  .after\:content_\"\"::after {
    content: "";
}

  .after\:top_100\%::after {
    top: 100%;
}

  .after\:bottom_100\%::after {
    bottom: 100%;
}

  .\[\&_\>_\:first-child\]\:flex_row > :first-child {
    flex-direction: row;
}

  .\[\&_\>_\:last-child\]\:grow_1 > :last-child {
    flex-grow: 1;
}

  .\[\&_\>_\:last-child\]\:flex_column > :last-child {
    flex-direction: column;
}

  .\[\&_\>_\:last-child\]\:items_center > :last-child {
    align-items: center;
}

  .\[\&_\>_\:last-child\]\:justify_start > :last-child {
    justify-content: start;
}

  .after\:top_0::after {
    top: var(--spacing-0);
}

  .before\:content_\"\"::before {
    content: "";
}

  .before\:bottom_0::before {
    bottom: var(--spacing-0);
}

  .\[\&_span\]\:justify-self_center span {
    justify-self: center;
}

  .\[\&_span\]\:col-start_2 span {
    grid-column-start: 2;
}

  .\[\&_\>_div_\>_div_\>_div_\>_div_\>_p\]\:justify_left\! > div > div > div > div > p {
    justify-content: left !important;
}

  .\[\&_\>_div_\>_div_\>_div_\>_div_\>_p\]\:ml_1rem > div > div > div > div > p {
    margin-left: 1rem;
}

  .\[\&_\>_\*\]\:grow_1 > * {
    flex-grow: 1;
}

  .\[\&_button\]\:justify_center button {
    justify-content: center;
}

  .\[\&_\>_p\]\:shrink_0 > p {
    flex-shrink: 0;
}

  .\[\&_\>_p\]\:overflow-x_hidden > p {
    overflow-x: hidden;
}

  .\[\&_\>_\:first-child\]\:mb_3\.5rem > :first-child {
    margin-bottom: 3.5rem;
}

  .\[\&_\>_\:last-child\]\:mb_1rem > :last-child {
    margin-bottom: 1rem;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:flex_row > :not(:first-child) {
    flex-direction: row;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:items_center > :not(:first-child) {
    align-items: center;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:justify_start > :not(:first-child) {
    justify-content: start;
}

  .\[\&_\>_p\]\:fs_1\.125rem > p {
    font-size: 1.125rem;
}

  .\[\&_\>_\*\]\:basis_0 > * {
    flex-basis: var(--spacing-0);
}

  .\[\&_\>_\*\]\:items_center > * {
    align-items: center;
}

  .\[\&_\>_\*\]\:justify_center > * {
    justify-content: center;
}

  .\[\&_\>_label\]\:fs_0\.85rem > label {
    font-size: 0.85rem;
}

  .\[\&_\>_label\]\:font_AIB612_Regular\,_serif > label {
    font-family: AIB612 Regular, serif;
}

  .\[\&_div\]\:bg_rgba\(255\,_255\,_255\,_0\.1\) div {
    background-color: rgba(255, 255, 255, 0.1);
}

  .focus\:shadow_0_0_8px_var\(--search-color\):is(:focus, [data-focus]) {
    box-shadow: 0 0 8px var(--search-color);
}

  .focus\:border-b_1px_solid_\#0F0:is(:focus, [data-focus]) {
    border-bottom: 1px solid #0F0;
}

  .focus\:border-b_\#ffffff:is(:focus, [data-focus]) {
    border-bottom-color: #ffffff;
}

  .focus\:bg_\#2a2a2a:is(:focus, [data-focus]) {
    background-color: #2a2a2a;
}

  .focus\:border_var\(--search-color\):is(:focus, [data-focus]) {
    border-color: var(--search-color);
}

  .\[\&\:hover\]\:bg_\#333333:hover {
    background: #333333;
}

  .\[\&\:hover\]\:text_\#FFFFFF:hover {
    color: #FFFFFF;
}

  .hover\:text_white:is(:hover, [data-hover]) {
    color: var(--colors-white);
}

  .hover\:text_\#ffffff:is(:hover, [data-hover]) {
    color: #ffffff;
}

  .hover\:transform_scale\(1\.03\):is(:hover, [data-hover]) {
    transform: scale(1.03);
}

  .\[\&\:hover\]\:bg_rgba\(0\,_149\,_255\,_0\.2\):hover {
    background: rgba(0, 149, 255, 0.2);
}

  .\[\&\:hover\]\:bg_\#222:hover {
    background: #222;
}

  .hover\:bg_\#3E3E3E:is(:hover, [data-hover]) {
    background: #3E3E3E;
}

  .hover\:bg_\#6F6F6F:is(:hover, [data-hover]) {
    background: #6F6F6F;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_\#202020:not(:disabled):hover {
    background: #202020;
}

  .\[\&\:hover\]\:bg_rgba\(255\,_255\,_255\,_0\.3\)\;:hover {
    background: rgba(255, 255, 255, 0.3);;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_1px_solid_\#FFF\;:not(:disabled):hover {
    border: 1px solid #FFF;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_rgba\(255\,_255\,_255\,_0\.10\)\;:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.10);;
}

  .\[\&\:hover\]\:bg_linear-gradient\(0deg\,_\#8E8E8E_8\.34\%\,_\#DCDCDC_83\.82\%\):hover {
    background: linear-gradient(0deg, #8E8E8E 8.34%, #DCDCDC 83.82%);
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_2px_solid_\#B4B300:not(:disabled):hover {
    border: 2px solid #B4B300;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_linear-gradient\(326deg\,_\#B4B300_2\.05\%\,_\#EDEC66_102\.44\%\):not(:disabled):hover {
    background: linear-gradient(326deg, #B4B300 2.05%, #EDEC66 102.44%);
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_2px_solid_\#E1469C\;:not(:disabled):hover {
    border: 2px solid #E1469C;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_linear-gradient\(326deg\,_\#820F4F_2\.05\%\,_\#E1469C_102\.44\%\)\;:not(:disabled):hover {
    background: linear-gradient(326deg, #820F4F 2.05%, #E1469C 102.44%);;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:shadow_-3px_-4px_10px_0px_rgba\(77\,_77\,_77\,_0\.50\)\,_3px_4px_20px_0px_\#2B041A\,_0px_0px_16px_0px_rgba\(225\,_70\,_156\,_0\.50\)\;:not(:disabled):hover {
    box-shadow: -3px -4px 10px 0px rgba(77, 77, 77, 0.50), 3px 4px 20px 0px #2B041A, 0px 0px 16px 0px rgba(225, 70, 156, 0.50);;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_1px_solid_\#1B1B1B\;:not(:disabled):hover {
    border: 1px solid #1B1B1B;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_linear-gradient\(0deg\,_\#000_14\.73\%\,_\#282828_100\%\)\;:not(:disabled):hover {
    background: linear-gradient(0deg, #000 14.73%, #282828 100%);;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:shadow_0px_0px_16px_0px_rgba\(255\,_255\,_255\,_0\.40\)\,_-3px_-4px_10px_0px_rgba\(90\,_90\,_90\,_0\.50\)\,_3px_4px_20px_0px_\#141414\;:not(:disabled):hover {
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.40), -3px -4px 10px 0px rgba(90, 90, 90, 0.50), 3px 4px 20px 0px #141414;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_1px_solid_\#B9B9B9\;:not(:disabled):hover {
    border: 1px solid #B9B9B9;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_linear-gradient\(135deg\,_\#828282_0\%\,_\#FFF_100\%\)\;:not(:disabled):hover {
    background: linear-gradient(135deg, #828282 0%, #FFF 100%);;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:border_1px_solid_\#D4D4D4\;:not(:disabled):hover {
    border: 1px solid #D4D4D4;;
}

  .\[\&\:not\(\:disabled\)\:hover\]\:bg_\#282828\):not(:disabled):hover {
    background: #282828);
}

  .\[\&\:not\(\:disabled\)\:hover\]\:shadow_0px_0px_8px_0px_\#000\;:not(:disabled):hover {
    box-shadow: 0px 0px 8px 0px #000;;
}

  .hover\:bg_\#2D2D2D:is(:hover, [data-hover]) {
    background: #2D2D2D;
}

  .\[\&\:hover\]\:text_\#ffffff:hover {
    color: #ffffff;
}

  .hover\:bg_\#5E5E5E:is(:hover, [data-hover]) {
    background: #5E5E5E;
}

  .hover\:shadow_-3px_-4px_10px_rgba\(77\,_77\,_77\,_0\.5\):is(:hover, [data-hover]) {
    box-shadow: -3px -4px 10px rgba(77, 77, 77, 0.5);
}

  .\[\&\:hover\]\:border_1px_solid_\#D4D4D4:hover {
    border: 1px solid #D4D4D4;
}

  .\[\&\:hover\]\:bg_\#282828:hover {
    background: #282828;
}

  .\[\&\:hover\]\:shadow_0px_0px_8px_0px_\#000:hover {
    box-shadow: 0px 0px 8px 0px #000;
}

  .\[\&\:hover\]\:bg_rgba\(255\,_255\,_255\,_0\.1\):hover {
    background: rgba(255, 255, 255, 0.1);
}

  .hover\:filter_drop-shadow\(0px_2px_16px_rgba\(255\,_255\,_255\,_0\.50\)\):is(:hover, [data-hover]) {
    filter: drop-shadow(0px 2px 16px rgba(255, 255, 255, 0.50));
}

  .hover\:opacity_0\.8:is(:hover, [data-hover]) {
    opacity: 0.8;
}

  .hover\:opacity_0\.3:is(:hover, [data-hover]) {
    opacity: 0.3;
}

  .\[\&\:hover\,_\&\.active\]\:bg_\#6F6F6F:hover,.\[\&\:hover\,_\&\.active\]\:bg_\#6F6F6F.active {
    background-color: #6F6F6F;
}

  .hover\:bg_rgba\(255\,_255\,_255\,_0\.07\):is(:hover, [data-hover]) {
    background-color: rgba(255, 255, 255, 0.07);
}

  .\[\&_\>_button\:hover\]\:bg_\#2a2a2a > button:hover {
    background-color: #2a2a2a;
}

  .hover\:bg_rgba\(255\,_255\,_255\,_0\.1\):is(:hover, [data-hover]) {
    background-color: rgba(255, 255, 255, 0.1);
}

  .hover\:bg_\#3b3b3b:is(:hover, [data-hover]) {
    background-color: #3b3b3b;
}

  .hover\:border_rgba\(255\,_255\,_255\,_0\.62\):is(:hover, [data-hover]) {
    border-color: rgba(255, 255, 255, 0.62);
}

  .hover\:bg_rgba\(255\,_255\,_255\,_0\.15\):is(:hover, [data-hover]) {
    background-color: rgba(255, 255, 255, 0.15);
}

  .active\:rounded_50\%:is(:active, [data-active]) {
    border-radius: 50%;
}

  .active\:bg-gradient_to-r:is(:active, [data-active]) {
    --gradient-stops: var(--gradient-from), var(--gradient-to);
    --gradient: var(--gradient-via-stops, var(--gradient-stops));
    background-image: linear-gradient(to right, var(--gradient));
}

  .active\:from_\#A6A6A6:is(:active, [data-active]) {
    --gradient-from: #A6A6A6;
}

  .active\:to_\#FFF:is(:active, [data-active]) {
    --gradient-to: #FFF;
}

  .active\:text_black:is(:active, [data-active]) {
    color: var(--colors-black);
}

  .active\:transform_scale\(0\.9\):is(:active, [data-active]) {
    transform: scale(0.9);
}

  .active\:bg_\#3E3E3E:is(:active, [data-active]) {
    background: #3E3E3E;
}

  .active\:bg_\#6F6F6F:is(:active, [data-active]) {
    background: #6F6F6F;
}

  .\[\&\:not\(\:disabled\)\:active\]\:bg_\#202020:not(:disabled):active {
    background: #202020;
}

  .\[\&\:not\(\:disabled\)\:active\]\:shadow_0_0_1rem_var\(--dropdown-shadow-color\):not(:disabled):active {
    box-shadow: 0 0 1rem var(--dropdown-shadow-color);
}

  .\[\&\:active\]\:bg_rgba\(255\,_255\,_255\,_0\.3\)\;:active {
    background: rgba(255, 255, 255, 0.3);;
}

  .\[\&\:active\]\:bg_linear-gradient\(0deg\,_\#8E8E8E_8\.34\%\,_\#DCDCDC_83\.82\%\):active {
    background: linear-gradient(0deg, #8E8E8E 8.34%, #DCDCDC 83.82%);
}

  .active\:border_1px_solid_\#B9B9B9\;:is(:active, [data-active]) {
    border: 1px solid #B9B9B9;;
}

  .active\:bg_linear-gradient\(135deg\,_\#828282_0\%\,_\#FFF_100\%\)\;:is(:active, [data-active]) {
    background: linear-gradient(135deg, #828282 0%, #FFF 100%);;
}

  .\[\&\:not\(\:disabled\)\:active\]\:border_1px_solid_white:not(:disabled):active {
    border: 1px solid white;
}

  .\[\&\:not\(\:disabled\)\:active\]\:bg_\#282828:not(:disabled):active {
    background: #282828;
}

  .\[\&\:not\(\:disabled\)\:active\]\:shadow_0px_0px_8px_0px_\#8B8B8B:not(:disabled):active {
    box-shadow: 0px 0px 8px 0px #8B8B8B;
}

  .\[\&\:not\(\:disabled\)\:active\]\:text_\#000000:not(:disabled):active {
    color: #000000;
}

  .\[\&\:not\(\:disabled\)\:active\]\:shadow_0px_0px_8px_0px_var\(--dropdown-shadow-color\):not(:disabled):active {
    box-shadow: 0px 0px 8px 0px var(--dropdown-shadow-color);
}

  .\[\&\:active\]\:border_1px_solid_white:active {
    border: 1px solid white;
}

  .\[\&\:active\]\:bg_\#282828:active {
    background: #282828;
}

  .\[\&\:active\]\:shadow_0px_0px_8px_0px_\#8B8B8B:active {
    box-shadow: 0px 0px 8px 0px #8B8B8B;
}

  .\[\&\:active\]\:transform_scale\(0\.95\):active {
    transform: scale(0.95);
}

  .active\:text_white:is(:active, [data-active]) {
    color: var(--colors-white);
}

  .active\:bg_gray:is(:active, [data-active]) {
    background-color: gray;
}

  .active\:bg_rgba\(255\,_255\,_255\,_0\.5\):is(:active, [data-active]) {
    background-color: rgba(255, 255, 255, 0.5);
}

  .active\:bg_transparent:is(:active, [data-active]) {
    background-color: var(--colors-transparent);
}

  .\[\&_button\]\:\[\&_\.icon\]\:fill_white\! button .icon {
    fill: var(--colors-white) !important;
}

  .\[\&_button\]\:\[\&\:not\(\:disabled\)\:hover\]\:bg_rgba\(255\,_255\,_255\,_0\.1\)\! button:not(:disabled):hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

  .\[\&_button\]\:\[\&\:not\(\:disabled\)\:hover\]\:border_1px_solid_white\! button:not(:disabled):hover {
    border: 1px solid white !important;
}

  .\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:bg_\#f2f2f279\! button.active,.\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:bg_\#f2f2f279\! button[data-active="true"] {
    background: #f2f2f279 !important;
}

  .\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:border_1px_solid_\#F2F2F2\! button.active,.\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:border_1px_solid_\#F2F2F2\! button[data-active="true"] {
    border: 1px solid #F2F2F2 !important;
}

  .\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:text_\#282828\! button.active,.\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:text_\#282828\! button[data-active="true"] {
    color: #282828 !important;
}

  .\[\&\.expanded\]\:\[\&\:hover\]\:bg_\#282828.expanded:hover {
    background: #282828;
}

  .\[\&_\>_\:last-child\]\:\[\&_\>_svg\]\:w_100\% > :last-child > svg {
    width: 100%;
}

  .\[\&_\>_\:last-child\]\:\[\&_\>_svg\]\:h_100\% > :last-child > svg {
    height: 100%;
}

  .\[\&\:not\(\:disabled\)\]\:active\:transform_scale\(0\.95\):not(:disabled):is(:active, [data-active]) {
    transform: scale(0.95);
}

  .\[\&_\>_\:last-child\]\:\[\&_\>_\*\]\:w_100\% > :last-child > * {
    width: 100%;
}

  .\[\&_\>_\:first-child\]\:\[\&_\>_\:nth-child\(2\)\]\:pos_absolute > :first-child > :nth-child(2) {
    position: absolute;
}

  .\[\&_\>_\:first-child\]\:\[\&_\>_\:nth-child\(2\)\]\:z_10 > :first-child > :nth-child(2) {
    z-index: 10;
}

  .\[\&_\>_\:first-child\]\:\[\&_\>_\:nth-child\(2\)\]\:w_100\% > :first-child > :nth-child(2) {
    width: 100%;
}

  .\[\&_\>_\:first-child\]\:\[\&_\>_\*\]\:w_calc\(100\%_-_2rem\) > :first-child > * {
    width: calc(100% - 2rem);
}

  .\[\&_\>_\:not\(\:first-child\)\]\:\[\&_\>_\:nth-child\(2\)\]\:bg_black > :not(:first-child) > :nth-child(2) {
    background: var(--colors-black);
}

  .\[\&_\>_\:not\(\:first-child\)\]\:\[\&_\>_\:nth-child\(2\)\]\:rounded_0\.5rem > :not(:first-child) > :nth-child(2) {
    border-radius: 0.5rem;
}

  .\[\&_\>_\:not\(\:first-child\)\]\:\[\&_\>_\:nth-child\(2\)\]\:px_0\.25rem > :not(:first-child) > :nth-child(2) {
    padding-inline: 0.25rem;
}

  .\[\&_\>_\:first-child\]\:\[\&_\>_\:nth-child\(2\)\]\:left_0 > :first-child > :nth-child(2) {
    left: var(--spacing-0);
}

  .\[\&_\>_\*\]\:\[\&_\>_\*\]\:overflow-y_scroll > * > * {
    overflow-y: scroll;
}

  .active\:\[\&_\>_\*\]\:transform_scale\(0\.8\):is(:active, [data-active]) > * {
    transform: scale(0.8);
}

  .\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:\[\&_\.icon\]\:fill_\#282828\! button.active .icon,.\[\&_button\]\:\[\&\.active\,_\&\[data-active\=\"true\"\]\]\:\[\&_\.icon\]\:fill_\#282828\! button[data-active="true"] .icon {
    fill: #282828 !important;
}

  @media screen and (min-width: 40em) {
    .sm\:shadow_3px_4px_20px_0px_\#141414 {
      box-shadow: 3px 4px 20px 0px #141414;
}
}

  @media screen and (min-width: 40em) {
    .hover\:sm\:shadow_3px_4px_20px_\#141414:is(:hover, [data-hover]) {
      box-shadow: 3px 4px 20px #141414;
}
}

  @media screen and (min-width: 48em) {
    .md\:shadow_-3px_-4px_10px_0px_\#5A5A5A80 {
      box-shadow: -3px -4px 10px 0px #5A5A5A80;
}
}
}
