:root {
	--primitive-orange-50: 255 246 239;
	--primitive-orange-100: 255 233 214;
	--primitive-orange-200: 255 222 193;
	--primitive-orange-300: 255 210 171;
	--primitive-orange-400: 255 182 118;
	--primitive-orange-500: 255 120 0;
	--primitive-orange-600: 236 111 0;
	--primitive-orange-700: 208 98 0;
	--primitive-orange-800: 148 71 1;
	--primitive-orange-900: 61 30 2;
	--primitive-purple-50: 249 243 251;
	--primitive-purple-100: 240 224 245;
	--primitive-purple-200: 231 205 239;
	--primitive-purple-300: 222 185 234;
	--primitive-purple-400: 200 137 220;
	--primitive-purple-500: 150 31 189;
	--primitive-purple-600: 137 29 172;
	--primitive-purple-700: 121 27 152;
	--primitive-purple-800: 96 23 120;
	--primitive-purple-900: 60 17 74;
	--primitive-green-100: 214 255 250;
	--primitive-green-200: 194 255 248;
	--primitive-green-300: 10 255 226;
	--primitive-green-400: 0 224 198;
	--primitive-green-500: 0 184 162;
	--primitive-green-600: 0 163 144;
	--primitive-green-700: 0 143 126;
	--primitive-green-800: 0 122 118;
	--primitive-green-900: 0 82 79;
	--primitive-support-success-50: 245 252 248;
	--primitive-support-success-100: 231 248 238;
	--primitive-support-success-200: 212 241 224;
	--primitive-support-success-300: 192 235 210;
	--primitive-support-success-400: 144 218 175;
	--primitive-support-success-500: 37 181 98;
	--primitive-support-success-600: 34 164 89;
	--primitive-support-success-700: 31 145 79;
	--primitive-support-success-800: 25 114 63;
	--primitive-support-success-900: 17 70 39;
	--primitive-support-info-50: 245 251 255;
	--primitive-support-info-100: 231 244 255;
	--primitive-support-info-200: 208 232 254;
	--primitive-support-info-300: 186 220 254;
	--primitive-support-info-400: 130 191 253;
	--primitive-support-info-500: 6 126 250;
	--primitive-support-info-600: 6 115 228;
	--primitive-support-info-700: 7 103 203;
	--primitive-support-info-800: 8 82 162;
	--primitive-support-info-900: 9 53 104;
	--primitive-support-warning-50: 254 251 236;
	--primitive-support-warning-100: 252 245 207;
	--primitive-support-warning-200: 250 240 186;
	--primitive-support-warning-300: 249 235 166;
	--primitive-support-warning-400: 244 222 114;
	--primitive-support-warning-500: 235 193 0;
	--primitive-support-warning-600: 209 172 0;
	--primitive-support-warning-700: 179 147 0;
	--primitive-support-warning-800: 130 107 0;
	--primitive-support-warning-900: 60 50 0;
	--primitive-support-error-50: 255 247 247;
	--primitive-support-error-100: 254 236 236;
	--primitive-support-error-200: 252 219 219;
	--primitive-support-error-300: 251 202 202;
	--primitive-support-error-400: 247 160 160;
	--primitive-support-error-500: 239 68 68;
	--primitive-support-error-600: 217 60 60;
	--primitive-support-error-700: 191 50 50;
	--primitive-support-error-800: 149 35 35;
	--primitive-support-error-900: 89 13 13;
	--primitive-neutral-50: 249 249 250;
	--primitive-neutral-100: 244 244 245;
	--primitive-neutral-200: 230 231 233;
	--primitive-neutral-300: 209 211 214;
	--primitive-neutral-400: 186 189 193;
	--primitive-neutral-500: 163 167 172;
	--primitive-neutral-600: 129 130 130;
	--primitive-neutral-700: 96 97 98;
	--primitive-neutral-800: 61 61 62;
	--primitive-neutral-900: 42 43 44;
	--primitive-neutral-black: 18 19 20;
	--primitive-neutral-white: 255 255 255;
	--core-surface-base-primary: var(--primitive-neutral-white);
	--core-surface-base-primary-hover: var(--primitive-neutral-100);
	--core-surface-base-primary-active: var(--primitive-neutral-200);
	--core-surface-base-secondary: var(--primitive-neutral-50);
	--core-surface-disabled-primary: var(--primitive-neutral-100);
	--core-surface-brand-primary: var(--primitive-orange-500);
	--core-surface-brand-primary-hover: var(--primitive-orange-600);
	--core-surface-brand-primary-active: var(--primitive-orange-700);
	--core-surface-brand-secondary: var(--primitive-orange-50);
	--core-surface-brand-secondary-hover: var(--primitive-orange-100);
	--core-surface-brand-secondary-active: var(--primitive-orange-200);
	--core-surface-neutral-primary: var(--primitive-neutral-600);
	--core-surface-neutral-primary-hover: var(--primitive-neutral-700);
	--core-surface-neutral-primary-active: var(--primitive-neutral-800);
	--core-surface-neutral-secondary: var(--primitive-neutral-100);
	--core-surface-neutral-secondary-hover: var(--primitive-neutral-200);
	--core-surface-neutral-secondary-active: var(--primitive-neutral-300);
	--core-surface-neutral-tertiary: var(--primitive-neutral-black);
	--core-surface-info-primary: var(--primitive-support-info-500);
	--core-surface-info-primary-hover: var(--primitive-support-info-600);
	--core-surface-info-primary-active: var(--primitive-support-info-700);
	--core-surface-info-secondary: var(--primitive-support-info-100);
	--core-surface-info-secondary-hover: var(--primitive-support-info-200);
	--core-surface-info-secondary-active: var(--primitive-support-info-300);
	--core-surface-success-primary: var(--primitive-support-success-500);
	--core-surface-success-primary-hover: var(--primitive-support-success-600);
	--core-surface-success-primary-active: var(--primitive-support-success-700);
	--core-surface-success-secondary: var(--primitive-support-success-100);
	--core-surface-success-secondary-hover: var(--primitive-support-success-200);
	--core-surface-success-secondary-active: var(--primitive-support-success-300);
	--core-surface-warning-primary: var(--primitive-support-warning-500);
	--core-surface-warning-primary-hover: var(--primitive-support-warning-600);
	--core-surface-warning-primary-active: var(--primitive-support-warning-700);
	--core-surface-warning-secondary: var(--primitive-support-warning-100);
	--core-surface-warning-secondary-hover: var(--primitive-support-warning-200);
	--core-surface-warning-secondary-active: var(--primitive-support-warning-300);
	--core-surface-error-primary: var(--primitive-support-error-500);
	--core-surface-error-primary-hover: var(--primitive-support-error-600);
	--core-surface-error-primary-active: var(--primitive-support-error-700);
	--core-surface-error-secondary: var(--primitive-support-error-100);
	--core-surface-error-secondary-hover: var(--primitive-support-error-200);
	--core-surface-error-secondary-active: var(--primitive-support-error-300);
	--core-surface-extra-primary: var(--primitive-purple-500);
	--core-surface-extra-primary-hover: var(--primitive-purple-600);
	--core-surface-extra-primary-active: var(--primitive-purple-700);
	--core-surface-extra-secondary: var(--primitive-purple-50);
	--core-surface-extra-secondary-hover: var(--primitive-purple-100);
	--core-surface-extra-secondary-active: var(--primitive-purple-200);
	--core-text-base-primary: var(--primitive-neutral-black);
	--core-text-base-secondary: var(--primitive-neutral-800);
	--core-text-base-tertiary: var(--primitive-neutral-600);
	--core-text-disabled-primary: var(--primitive-neutral-500);
	--core-text-brand-primary: var(--primitive-orange-600);
	--core-text-brand-primary-hover: var(--primitive-orange-700);
	--core-text-brand-primary-active: var(--primitive-orange-800);
	--core-text-brand-secondary: var(--primitive-orange-50);
	--core-text-brand-tertiary: var(--primitive-orange-900);
	--core-text-neutral-primary: var(--primitive-neutral-700);
	--core-text-neutral-secondary: var(--primitive-neutral-50);
	--core-text-info-primary: var(--primitive-support-info-600);
	--core-text-info-primary-hover: var(--primitive-support-info-700);
	--core-text-info-primary-active: var(--primitive-support-info-800);
	--core-text-info-secondary: var(--primitive-support-info-50);
	--core-text-info-tertiary: var(--primitive-support-info-900);
	--core-text-success-primary: var(--primitive-support-success-600);
	--core-text-success-secondary: var(--primitive-support-success-50);
	--core-text-success-tertiary: var(--primitive-support-success-900);
	--core-text-warning-primary: var(--primitive-support-warning-700);
	--core-text-warning-secondary: var(--primitive-support-warning-50);
	--core-text-warning-tertiary: var(--primitive-support-warning-900);
	--core-text-error-primary: var(--primitive-support-error-600);
	--core-text-error-primary-hover: var(--primitive-support-error-700);
	--core-text-error-primary-active: var(--primitive-support-error-800);
	--core-text-error-secondary: var(--primitive-support-error-50);
	--core-text-error-tertiary: var(--primitive-support-error-900);
	--core-text-extra-primary: var(--primitive-purple-600);
	--core-text-extra-primary-hover: var(--primitive-purple-700);
	--core-text-extra-primary-active: var(--primitive-purple-800);
	--core-text-extra-secondary: var(--primitive-purple-50);
	--core-text-extra-tertiary: var(--primitive-purple-900);
	--core-icon-base-primary: var(--primitive-neutral-black);
	--core-icon-base-secondary: var(--primitive-neutral-800);
	--core-icon-base-tertiary: var(--primitive-neutral-600);
	--core-icon-disabled-primary: var(--primitive-neutral-500);
	--core-icon-brand-primary: var(--primitive-orange-600);
	--core-icon-brand-primary-hover: var(--primitive-orange-700);
	--core-icon-brand-primary-active: var(--primitive-orange-800);
	--core-icon-brand-secondary: var(--primitive-orange-50);
	--core-icon-brand-tertiary: var(--primitive-orange-900);
	--core-icon-neutral-primary: var(--primitive-neutral-700);
	--core-icon-neutral-secondary: var(--primitive-neutral-50);
	--core-icon-info-primary: var(--primitive-support-info-600);
	--core-icon-info-primary-hover: var(--primitive-support-info-700);
	--core-icon-info-primary-active: var(--primitive-support-info-800);
	--core-icon-info-secondary: var(--primitive-support-info-50);
	--core-icon-info-tertiary: var(--primitive-support-info-900);
	--core-icon-success-primary: var(--primitive-support-success-600);
	--core-icon-success-secondary: var(--primitive-support-success-50);
	--core-icon-success-tertiary: var(--primitive-support-success-900);
	--core-icon-warning-primary: var(--primitive-support-warning-700);
	--core-icon-warning-secondary: var(--primitive-support-warning-50);
	--core-icon-warning-tertiary: var(--primitive-support-warning-900);
	--core-icon-error-primary: var(--primitive-support-error-600);
	--core-icon-error-primary-hover: var(--primitive-support-error-700);
	--core-icon-error-primary-active: var(--primitive-support-error-800);
	--core-icon-error-secondary: var(--primitive-support-error-50);
	--core-icon-error-tertiary: var(--primitive-support-error-900);
	--core-icon-extra-primary: var(--primitive-purple-600);
	--core-icon-extra-primary-hover: var(--primitive-purple-700);
	--core-icon-extra-primary-active: var(--primitive-purple-800);
	--core-icon-extra-secondary: var(--primitive-purple-50);
	--core-icon-extra-tertiary: var(--primitive-purple-900);
	--core-stroke-base-primary: var(--primitive-neutral-200);
	--core-stroke-base-secondary: var(--primitive-neutral-400);
	--core-stroke-disabled-primary: var(--primitive-neutral-200);
	--core-stroke-brand: var(--primitive-orange-500);
	--core-stroke-neutral: var(--primitive-neutral-500);
	--core-stroke-info: var(--primitive-support-info-500);
	--core-stroke-success: var(--primitive-support-success-500);
	--core-stroke-warning: var(--primitive-support-warning-500);
	--core-stroke-error: var(--primitive-support-error-500);
	--core-stroke-extra: var(--primitive-purple-500);
	--font-size-xs: 0.75rem;
	--font-size-sm: 0.875rem;
	--font-size-base: 1rem;
	--font-size-lg: 1.125rem;
	--font-size-xl: 1.5rem;
	--font-size-2xl: 2rem;
	--font-size-3xl: 2.5rem;
	--font-size-4xl: 3rem;
	--font-size-5xl: 4rem;
	--font-size-6xl: 6rem;
	--line-height-xs: 1rem;
	--line-height-sm: 1.25rem;
	--line-height-base: 1.25rem;
	--line-height-lg: 1.5rem;
	--line-height-xl: 2rem;
	--line-height-2xl: 2.5rem;
	--line-height-3xl: 3rem;
	--line-height-4xl: 3.5rem;
	--line-height-5xl: 4rem;
	--line-height-6xl: 6rem;
	--font-weight-ligth: 300;
	--font-weight-regular: 400;
	--font-weight-semibold: 600;
	--font-family-sans: 'Lexend Deca', 'Lexend Deca override';
}
/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Lexend Deca, Lexend Deca override, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-results-button, input[type='search']::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

*:focus-visible {
  outline: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-1 {
  inset: -4px;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-0\.5 {
  bottom: -2px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 16px;
}
.right-\[-15px\] {
  right: -15px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 2px;
}
.top-1\/2 {
  top: 50%;
}
.top-2\/4 {
  top: 50%;
}
.top-4 {
  top: 16px;
}
.top-\[3px\] {
  top: 3px;
}
.top-px {
  top: 1px;
}
.isolate {
  isolation: isolate;
}
.isolation-auto {
  isolation: auto;
}
.z-\[1\] {
  z-index: 1;
}
.z-backdrop {
  z-index: 100;
}
.z-cardmodal {
  z-index: 110;
}
.z-drawer {
  z-index: 90;
}
.z-dropdown {
  z-index: 50;
}
.z-sidebar {
  z-index: 30;
}
.z-tooltip {
  z-index: 80;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.-mt-8 {
  margin-top: -32px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-11 {
  margin-bottom: 44px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 32px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-\[1\.75rem\] {
  margin-left: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 8px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 2px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-24 {
  margin-top: 96px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-7 {
  margin-top: 28px;
}
.mt-8 {
  margin-top: 32px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.inline-table {
  display: inline-table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row-group {
  display: table-row-group;
}
.table-row {
  display: table-row;
}
.flow-root {
  display: flow-root;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-32 {
  width: 8rem;
  height: 8rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-4\.5 {
  width: 1.125rem;
  height: 1.125rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-5\.5 {
  width: 1.375rem;
  height: 1.375rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-\[1em\] {
  width: 1em;
  height: 1em;
}
.size-\[6px\] {
  width: 6px;
  height: 6px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-5\.5 {
  height: 1.375rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[32\.5rem\] {
  height: 32.5rem;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[calc\(var\(--reka-select-trigger-height\)_\*_5\)\] {
  height: calc(var(--reka-select-trigger-height) * 5);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.max-h-\[31rem\] {
  max-height: 31rem;
}
.max-h-\[calc\(var\(--reka-popover-trigger-height\)_\*_5\)\] {
  max-height: calc(var(--reka-popover-trigger-height) * 5);
}
.max-h-\[calc\(var\(--reka-select-trigger-height\)_\*_5\)\] {
  max-height: calc(var(--reka-select-trigger-height) * 5);
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-screen {
  width: 100vw !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[--reka-tabs-indicator-size\] {
  width: var(--reka-tabs-indicator-size);
}
.w-\[100px\] {
  width: 100px;
}
.w-\[2\.375rem\] {
  width: 2.375rem;
}
.w-\[3\.25rem\] {
  width: 3.25rem;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-\[var\(--reka-popover-trigger-width\)\] {
  width: var(--reka-popover-trigger-width);
}
.w-\[var\(--reka-select-trigger-width\)\] {
  width: var(--reka-select-trigger-width);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-\[22\.5rem\] {
  min-width: 22.5rem;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[var\(--reka-dropdown-menu-trigger-width\)\] {
  min-width: var(--reka-dropdown-menu-trigger-width);
}
.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[120rem\] {
  max-width: 120rem;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[456px\] {
  max-width: 456px;
}
.max-w-\[752px\] {
  max-width: 752px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[--reka-tabs-indicator-position\] {
  --tw-translate-x: var(--reka-tabs-indicator-position);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@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);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[20px_1fr_auto\] {
  grid-template-columns: 20px 1fr auto;
}
.grid-rows-\[repeat\(3\2c 3rem\)\] {
  grid-template-rows: repeat(3,3rem);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 4px;
}
.gap-10 {
  gap: 40px;
}
.gap-2 {
  gap: 8px;
}
.gap-2\.5 {
  gap: 10px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-8 {
  gap: 32px;
}
.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-y-1 {
  row-gap: 4px;
}
.gap-y-3 {
  row-gap: 12px;
}
.gap-y-4 {
  row-gap: 16px;
}
.gap-y-5 {
  row-gap: 20px;
}
.gap-y-6 {
  row-gap: 24px;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}
.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}
.place-self-center {
  place-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-br {
  border-bottom-right-radius: 0.25rem;
}
.rounded-ee {
  border-end-end-radius: 0.25rem;
}
.rounded-es {
  border-end-start-radius: 0.25rem;
}
.rounded-se {
  border-start-end-radius: 0.25rem;
}
.rounded-ss {
  border-start-start-radius: 0.25rem;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-e {
  border-inline-end-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-s {
  border-inline-start-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-core-stroke-base-primary {
  border-color: rgb(var(--core-stroke-base-primary));
}
.border-core-stroke-base-secondary {
  border-color: rgb(var(--core-stroke-base-secondary));
}
.border-core-stroke-brand {
  border-color: rgb(var(--core-stroke-brand));
}
.border-core-stroke-disabled-primary {
  border-color: rgb(var(--core-stroke-disabled-primary));
}
.border-core-stroke-error {
  border-color: rgb(var(--core-stroke-error));
}
.border-core-stroke-neutral {
  border-color: rgb(var(--core-stroke-neutral));
}
.border-core-surface-neutral-primary {
  border-color: rgb(var(--core-surface-neutral-primary));
}
.border-neutral-200 {
  border-color: rgb(var(--primitive-neutral-200));
}
.border-neutral-400 {
  border-color: rgb(var(--primitive-neutral-400));
}
.border-support-error-300 {
  border-color: rgb(var(--primitive-support-error-300));
}
.border-transparent {
  border-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.\!bg-core-surface-base-secondary {
  background-color: rgb(var(--core-surface-base-secondary)) !important;
}
.\!bg-purple-500 {
  background-color: rgb(var(--primitive-purple-500)) !important;
}
.bg-\[\#F0F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity));
}
.bg-\[\#F8F9FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.bg-core-icon-disabled-primary {
  background-color: rgb(var(--core-icon-disabled-primary));
}
.bg-core-icon-error-primary {
  background-color: rgb(var(--core-icon-error-primary));
}
.bg-core-icon-info-primary {
  background-color: rgb(var(--core-icon-info-primary));
}
.bg-core-icon-neutral-primary {
  background-color: rgb(var(--core-icon-neutral-primary));
}
.bg-core-icon-neutral-secondary {
  background-color: rgb(var(--core-icon-neutral-secondary));
}
.bg-core-icon-success-primary {
  background-color: rgb(var(--core-icon-success-primary));
}
.bg-core-icon-warning-primary {
  background-color: rgb(var(--core-icon-warning-primary));
}
.bg-core-stroke-base-primary {
  background-color: rgb(var(--core-stroke-base-primary));
}
.bg-core-stroke-brand {
  background-color: rgb(var(--core-stroke-brand));
}
.bg-core-stroke-disabled-primary {
  background-color: rgb(var(--core-stroke-disabled-primary));
}
.bg-core-surface-base-primary {
  background-color: rgb(var(--core-surface-base-primary));
}
.bg-core-surface-base-primary-active {
  background-color: rgb(var(--core-surface-base-primary-active));
}
.bg-core-surface-base-secondary {
  background-color: rgb(var(--core-surface-base-secondary));
}
.bg-core-surface-brand-primary {
  background-color: rgb(var(--core-surface-brand-primary));
}
.bg-core-surface-brand-secondary {
  background-color: rgb(var(--core-surface-brand-secondary));
}
.bg-core-surface-disabled-primary {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.bg-core-surface-error-primary {
  background-color: rgb(var(--core-surface-error-primary));
}
.bg-core-surface-error-secondary {
  background-color: rgb(var(--core-surface-error-secondary));
}
.bg-core-surface-extra-primary {
  background-color: rgb(var(--core-surface-extra-primary));
}
.bg-core-surface-extra-secondary {
  background-color: rgb(var(--core-surface-extra-secondary));
}
.bg-core-surface-info-primary {
  background-color: rgb(var(--core-surface-info-primary));
}
.bg-core-surface-info-secondary {
  background-color: rgb(var(--core-surface-info-secondary));
}
.bg-core-surface-neutral-primary {
  background-color: rgb(var(--core-surface-neutral-primary));
}
.bg-core-surface-neutral-primary\/light {
  background-color: rgb(var(--core-surface-neutral-primary) / .16);
}
.bg-core-surface-neutral-secondary {
  background-color: rgb(var(--core-surface-neutral-secondary));
}
.bg-core-surface-neutral-tertiary {
  background-color: rgb(var(--core-surface-neutral-tertiary));
}
.bg-core-surface-neutral-tertiary\/intense {
  background-color: rgb(var(--core-surface-neutral-tertiary) / .6);
}
.bg-core-surface-success-primary {
  background-color: rgb(var(--core-surface-success-primary));
}
.bg-core-surface-success-secondary {
  background-color: rgb(var(--core-surface-success-secondary));
}
.bg-core-surface-warning-primary {
  background-color: rgb(var(--core-surface-warning-primary));
}
.bg-core-surface-warning-secondary {
  background-color: rgb(var(--core-surface-warning-secondary));
}
.bg-inherit {
  background-color: inherit;
}
.bg-neutral-100 {
  background-color: rgb(var(--primitive-neutral-100));
}
.bg-neutral-200 {
  background-color: rgb(var(--primitive-neutral-200));
}
.bg-neutral-900\/intense {
  background-color: rgb(var(--primitive-neutral-900) / .6);
}
.bg-transparent {
  background-color: transparent;
}
.bg-repeat {
  background-repeat: repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 2px;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.p-3\.5 {
  padding: 14px;
}
.p-4 {
  padding: 16px;
}
.p-5 {
  padding: 20px;
}
.p-6 {
  padding: 24px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-px {
  padding: 1px;
}
.\!px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.\!py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-3\.5 {
  padding-left: 14px;
  padding-right: 14px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-3\.5 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pl-5 {
  padding-left: 20px;
}
.pt-1 {
  padding-top: 4px;
}
.pt-40 {
  padding-top: 160px;
}
.pt-5 {
  padding-top: 20px;
}
.pt-6 {
  padding-top: 24px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: var(--font-size-2xl);
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: var(--font-size-base);
}
.text-lg {
  font-size: var(--font-size-lg);
}
.text-sm {
  font-size: var(--font-size-sm);
}
.text-xl {
  font-size: var(--font-size-xl);
}
.text-xs {
  font-size: var(--font-size-xs);
}
.font-light {
  font-weight: var(--font-weight-ligth);
}
.font-regular {
  font-weight: var(--font-weight-regular);
}
.font-semibold {
  font-weight: var(--font-weight-semibold);
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.normal-nums {
  font-variant-numeric: normal;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-base {
  line-height: var(--line-height-base);
}
.leading-lg {
  line-height: var(--line-height-lg);
}
.leading-sm {
  line-height: var(--line-height-sm);
}
.leading-xs {
  line-height: var(--line-height-xs);
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.\!text-core-icon-neutral-primary {
  color: rgb(var(--core-icon-neutral-primary)) !important;
}
.\!text-core-text-disabled-primary {
  color: rgb(var(--core-text-disabled-primary)) !important;
}
.text-\[\#002D54\] {
  --tw-text-opacity: 1;
  color: rgb(0 45 84 / var(--tw-text-opacity));
}
.text-\[\#0055A4\] {
  --tw-text-opacity: 1;
  color: rgb(0 85 164 / var(--tw-text-opacity));
}
.text-\[\#22A459\] {
  --tw-text-opacity: 1;
  color: rgb(34 164 89 / var(--tw-text-opacity));
}
.text-core-icon-base-primary {
  color: rgb(var(--core-icon-base-primary));
}
.text-core-icon-brand-primary {
  color: rgb(var(--core-icon-brand-primary));
}
.text-core-icon-brand-secondary {
  color: rgb(var(--core-icon-brand-secondary));
}
.text-core-icon-disabled-primary {
  color: rgb(var(--core-icon-disabled-primary));
}
.text-core-surface-brand-primary {
  color: rgb(var(--core-surface-brand-primary));
}
.text-core-surface-brand-secondary {
  color: rgb(var(--core-surface-brand-secondary));
}
.text-core-text-base-primary {
  color: rgb(var(--core-text-base-primary));
}
.text-core-text-base-secondary {
  color: rgb(var(--core-text-base-secondary));
}
.text-core-text-base-tertiary {
  color: rgb(var(--core-text-base-tertiary));
}
.text-core-text-brand-primary {
  color: rgb(var(--core-text-brand-primary));
}
.text-core-text-brand-secondary {
  color: rgb(var(--core-text-brand-secondary));
}
.text-core-text-disabled-primary {
  color: rgb(var(--core-text-disabled-primary));
}
.text-core-text-error-primary {
  color: rgb(var(--core-text-error-primary));
}
.text-core-text-error-secondary {
  color: rgb(var(--core-text-error-secondary));
}
.text-core-text-info-primary {
  color: rgb(var(--core-text-info-primary));
}
.text-core-text-neutral-primary {
  color: rgb(var(--core-text-neutral-primary));
}
.text-core-text-neutral-secondary {
  color: rgb(var(--core-text-neutral-secondary));
}
.text-core-text-success-primary {
  color: rgb(var(--core-text-success-primary));
}
.text-core-text-warning-primary {
  color: rgb(var(--core-text-warning-primary));
}
.text-green-300 {
  color: rgb(var(--primitive-green-300));
}
.text-neutral-400 {
  color: rgb(var(--primitive-neutral-400));
}
.text-neutral-500 {
  color: rgb(var(--primitive-neutral-500));
}
.text-neutral-600 {
  color: rgb(var(--primitive-neutral-600));
}
.text-neutral-900 {
  color: rgb(var(--primitive-neutral-900));
}
.text-neutral-black {
  color: rgb(var(--primitive-neutral-black));
}
.text-neutral-white {
  color: rgb(var(--primitive-neutral-white));
}
.text-support-error-500 {
  color: rgb(var(--primitive-support-error-500));
}
.text-support-error-600 {
  color: rgb(var(--primitive-support-error-600));
}
.underline {
  text-decoration-line: underline;
}
.overline {
  text-decoration-line: overline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0 {
  opacity: 0;
}
.shadow-app-bar {
  --tw-shadow: 0 2px 4px rgba(188, 198, 212, 0.14), 0 4px 5px rgba(188, 198, 212, 0.12), 0 1px 10px rgba(188, 198, 212, 0.2);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color), 0 4px 5px var(--tw-shadow-color), 0 1px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dialog {
  --tw-shadow: 0 16px 24px rgba(188, 198, 212, 0.14), 0 6px 30px rgba(188, 198, 212, 0.12), 0 8px 10px rgba(188, 198, 212, 0.2);
  --tw-shadow-colored: 0 16px 24px var(--tw-shadow-color), 0 6px 30px var(--tw-shadow-color), 0 8px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-fixed-navbar {
  --tw-shadow: 0 -3px 15px rgba(32, 51, 50, 0.07);
  --tw-shadow-colored: 0 -3px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-nav-drawer {
  --tw-shadow: 0 24px 38px rgba(188, 198, 212, 0.14), 0 9px 46px rgba(188, 198, 212, 0.12), 0 11px 15px rgba(188, 198, 212, 0.2);
  --tw-shadow-colored: 0 24px 38px var(--tw-shadow-color), 0 9px 46px var(--tw-shadow-color), 0 11px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-popup {
  --tw-shadow: 0 8px 10px rgba(188, 198, 212, 0.14), 0 3px 14px rgba(188, 198, 212, 0.12), 0 4px 5px rgba(188, 198, 212, 0.2);
  --tw-shadow-colored: 0 8px 10px var(--tw-shadow-color), 0 3px 14px var(--tw-shadow-color), 0 4px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c transform\] {
  transition-property: width,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in {
  --tw-enter-opacity: 0;
}
.fade-in-\[0\] {
  --tw-enter-opacity: 0;
}
.zoom-in {
  --tw-enter-scale: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.zoom-out {
  --tw-exit-scale: 0;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.delay-75 {
  animation-delay: 75ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.paused {
  animation-play-state: paused;
}
.placeholder\:text-core-text-base-tertiary::-moz-placeholder {
  color: rgb(var(--core-text-base-tertiary));
}
.placeholder\:text-core-text-base-tertiary::placeholder {
  color: rgb(var(--core-text-base-tertiary));
}
.placeholder\:text-neutral-500::-moz-placeholder {
  color: rgb(var(--primitive-neutral-500));
}
.placeholder\:text-neutral-500::placeholder {
  color: rgb(var(--primitive-neutral-500));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:size-8::before {
  content: var(--tw-content);
  width: 2rem;
  height: 2rem;
}
.before\:size-full::before {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}
.before\:h-\[3\.25rem\]::before {
  content: var(--tw-content);
  height: 3.25rem;
}
.before\:w-\[4px\]::before {
  content: var(--tw-content);
  width: 4px;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:bg-core-icon-brand-primary::before {
  content: var(--tw-content);
  background-color: rgb(var(--core-icon-brand-primary));
}
.before\:bg-core-surface-brand-primary::before {
  content: var(--tw-content);
  background-color: rgb(var(--core-surface-brand-primary));
}
.before\:shadow-\[-3px_0_15px_0px_rgba\(32\2c 51\2c 50\2c 0\.07\)\]::before {
  content: var(--tw-content);
  --tw-shadow: -3px 0 15px 0px rgba(32,51,50,0.07);
  --tw-shadow-colored: -3px 0 15px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.before\:content-\[\"\"\]::before {
  --tw-content: "";
  content: var(--tw-content);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:size-1::after {
  content: var(--tw-content);
  width: 0.25rem;
  height: 0.25rem;
}
.after\:size-1\.5::after {
  content: var(--tw-content);
  width: 0.375rem;
  height: 0.375rem;
}
.after\:size-2::after {
  content: var(--tw-content);
  width: 0.5rem;
  height: 0.5rem;
}
.after\:size-2\.5::after {
  content: var(--tw-content);
  width: 0.625rem;
  height: 0.625rem;
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-core-surface-base-primary::after {
  content: var(--tw-content);
  background-color: rgb(var(--core-surface-base-primary));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.visited\:text-core-text-info-primary-active:visited {
  color: rgb(var(--core-text-info-primary-active));
}
.hover\:border:hover {
  border-width: 1px;
}
.hover\:border-core-stroke-base-secondary:hover {
  border-color: rgb(var(--core-stroke-base-secondary));
}
.hover\:border-core-stroke-brand:hover {
  border-color: rgb(var(--core-stroke-brand));
}
.hover\:border-core-stroke-error:hover {
  border-color: rgb(var(--core-stroke-error));
}
.hover\:border-neutral-400:hover {
  border-color: rgb(var(--primitive-neutral-400));
}
.hover\:bg-core-icon-base-primary:hover {
  background-color: rgb(var(--core-icon-base-primary));
}
.hover\:bg-core-surface-base-secondary:hover {
  background-color: rgb(var(--core-surface-base-secondary));
}
.hover\:bg-core-surface-brand-primary-hover:hover {
  background-color: rgb(var(--core-surface-brand-primary-hover));
}
.hover\:bg-core-surface-brand-secondary:hover {
  background-color: rgb(var(--core-surface-brand-secondary));
}
.hover\:bg-core-surface-brand-secondary-active:hover {
  background-color: rgb(var(--core-surface-brand-secondary-active));
}
.hover\:bg-core-surface-brand-secondary-hover:hover {
  background-color: rgb(var(--core-surface-brand-secondary-hover));
}
.hover\:bg-core-surface-error-primary-hover:hover {
  background-color: rgb(var(--core-surface-error-primary-hover));
}
.hover\:bg-core-surface-error-secondary-hover:hover {
  background-color: rgb(var(--core-surface-error-secondary-hover));
}
.hover\:bg-orange-100:hover {
  background-color: rgb(var(--primitive-orange-100));
}
.hover\:text-core-text-base-primary:hover {
  color: rgb(var(--core-text-base-primary));
}
.hover\:text-core-text-brand-primary:hover {
  color: rgb(var(--core-text-brand-primary));
}
.hover\:text-core-text-brand-primary-hover:hover {
  color: rgb(var(--core-text-brand-primary-hover));
}
.hover\:text-core-text-error-primary-hover:hover {
  color: rgb(var(--core-text-error-primary-hover));
}
.hover\:text-core-text-info-primary-hover:hover {
  color: rgb(var(--core-text-info-primary-hover));
}
.hover\:before\:block:hover::before {
  content: var(--tw-content);
  display: block;
}
.focus\:border-none:focus {
  border-style: none;
}
.focus\:border-core-stroke-brand:focus {
  border-color: rgb(var(--core-stroke-brand));
}
.focus\:border-core-stroke-error:focus {
  border-color: rgb(var(--core-stroke-error));
}
.focus\:border-orange-200:focus {
  border-color: rgb(var(--primitive-orange-200));
}
.focus\:focus\:border-core-stroke-brand:focus:focus {
  border-color: rgb(var(--core-stroke-brand));
}
.focus\:bg-core-surface-brand-primary:focus {
  background-color: rgb(var(--core-surface-brand-primary));
}
.focus\:bg-core-surface-brand-secondary:focus {
  background-color: rgb(var(--core-surface-brand-secondary));
}
.focus\:text-core-text-brand-secondary:focus {
  color: rgb(var(--core-text-brand-secondary));
}
.focus\:text-core-text-info-primary-active:focus {
  color: rgb(var(--core-text-info-primary-active));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:border-none:focus-visible {
  border-style: none;
}
.focus-visible\:border-core-stroke-base-secondary:focus-visible {
  border-color: rgb(var(--core-stroke-base-secondary));
}
.focus-visible\:border-core-stroke-brand:focus-visible {
  border-color: rgb(var(--core-stroke-brand));
}
.focus-visible\:border-core-stroke-error:focus-visible {
  border-color: rgb(var(--core-stroke-error));
}
.focus-visible\:bg-core-surface-base-secondary:focus-visible {
  background-color: rgb(var(--core-surface-base-secondary));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:border-core-stroke-brand:active {
  border-color: rgb(var(--core-stroke-brand));
}
.active\:bg-core-icon-base-primary:active {
  background-color: rgb(var(--core-icon-base-primary));
}
.active\:bg-core-surface-brand-primary-active:active {
  background-color: rgb(var(--core-surface-brand-primary-active));
}
.active\:bg-core-surface-brand-secondary-active:active {
  background-color: rgb(var(--core-surface-brand-secondary-active));
}
.active\:bg-core-surface-brand-secondary-hover:active {
  background-color: rgb(var(--core-surface-brand-secondary-hover));
}
.active\:bg-core-surface-error-primary-active:active {
  background-color: rgb(var(--core-surface-error-primary-active));
}
.active\:bg-core-surface-error-secondary-active:active {
  background-color: rgb(var(--core-surface-error-secondary-active));
}
.active\:text-core-text-base-primary:active {
  color: rgb(var(--core-text-base-primary));
}
.active\:text-core-text-brand-primary-active:active {
  color: rgb(var(--core-text-brand-primary-active));
}
.active\:text-core-text-error-primary-active:active {
  color: rgb(var(--core-text-error-primary-active));
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:border-0:disabled {
  border-width: 0px;
}
.disabled\:bg-core-icon-disabled-primary:disabled {
  background-color: rgb(var(--core-icon-disabled-primary));
}
.disabled\:bg-core-surface-disabled-primary:disabled {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.disabled\:\!text-core-text-brand-secondary:disabled {
  color: rgb(var(--core-text-brand-secondary)) !important;
}
.disabled\:text-core-text-disabled-primary:disabled {
  color: rgb(var(--core-text-disabled-primary));
}
.peer:hover ~ .peer-hover\:bg-core-stroke-brand {
  background-color: rgb(var(--core-stroke-brand));
}
.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}
.aria-disabled\:cursor-default[aria-disabled="true"] {
  cursor: default;
}
.data-\[unavailable\]\:pointer-events-none[data-unavailable] {
  pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side=bottom] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side=left] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side=right] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side=top] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=checked\]\:translate-x-full[data-state=checked] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes collapsible-up {

  from {
    height: var(--radix-collapsible-content-height);
  }

  to {
    height: 0;
  }
}
.data-\[state\=closed\]\:animate-collapsible-up[data-state=closed] {
  animation: collapsible-up 0.2s ease-in-out;
}
@keyframes collapsible-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-collapsible-content-height);
  }
}
.data-\[state\=open\]\:animate-collapsible-down[data-state=open] {
  animation: collapsible-down 0.2s ease-in-out;
}
.data-\[unavailable\]\:cursor-default[data-unavailable] {
  cursor: default;
}
.data-\[state\=checked\]\:border-core-stroke-brand[data-state=checked] {
  border-color: rgb(var(--core-stroke-brand));
}
.data-\[state\=checked\]\:border-core-stroke-disabled-primary[data-state=checked] {
  border-color: rgb(var(--core-stroke-disabled-primary));
}
.data-\[state\=checked\]\:border-core-surface-brand-primary[data-state=checked] {
  border-color: rgb(var(--core-surface-brand-primary));
}
.data-\[state\=indeterminate\]\:border-core-stroke-disabled-primary[data-state=indeterminate] {
  border-color: rgb(var(--core-stroke-disabled-primary));
}
.data-\[state\=indeterminate\]\:border-core-surface-brand-primary[data-state=indeterminate] {
  border-color: rgb(var(--core-surface-brand-primary));
}
.data-\[state\=unchecked\]\:border-core-stroke-base-primary[data-state=unchecked] {
  border-color: rgb(var(--core-stroke-base-primary));
}
.data-\[state\=unchecked\]\:border-core-stroke-disabled-primary[data-state=unchecked] {
  border-color: rgb(var(--core-stroke-disabled-primary));
}
.data-\[selected\]\:bg-core-surface-brand-secondary-hover[data-selected] {
  background-color: rgb(var(--core-surface-brand-secondary-hover));
}
.data-\[state\=checked\]\:bg-core-surface-brand-primary[data-state=checked] {
  background-color: rgb(var(--core-surface-brand-primary));
}
.data-\[state\=checked\]\:bg-core-surface-disabled-primary[data-state=checked] {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.data-\[state\=checked\]\:bg-neutral-100[data-state=checked] {
  background-color: rgb(var(--primitive-neutral-100));
}
.data-\[state\=indeterminate\]\:bg-core-surface-brand-primary[data-state=indeterminate] {
  background-color: rgb(var(--core-surface-brand-primary));
}
.data-\[state\=indeterminate\]\:bg-core-surface-disabled-primary[data-state=indeterminate] {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.data-\[state\=selected\]\:bg-core-surface-base-primary-hover[data-state=selected] {
  background-color: rgb(var(--core-surface-base-primary-hover));
}
.data-\[state\=unchecked\]\:bg-core-surface-base-primary[data-state=unchecked] {
  background-color: rgb(var(--core-surface-base-primary));
}
.data-\[state\=unchecked\]\:bg-core-surface-disabled-primary[data-state=unchecked] {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.data-\[disabled\]\:\!text-core-text-disabled-primary[data-disabled] {
  color: rgb(var(--core-text-disabled-primary)) !important;
}
.data-\[outside-month\]\:text-core-text-disabled-primary[data-outside-month] {
  color: rgb(var(--core-text-disabled-primary));
}
.data-\[selected\]\:text-core-text-brand-secondary[data-selected] {
  color: rgb(var(--core-text-brand-secondary));
}
.data-\[unavailable\]\:\!text-core-text-disabled-primary[data-unavailable] {
  color: rgb(var(--core-text-disabled-primary)) !important;
}
.data-\[unavailable\]\:line-through[data-unavailable] {
  text-decoration-line: line-through;
}
.data-\[state\=closed\]\:duration-300[data-state=closed] {
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state=open] {
  transition-duration: 500ms;
}
.data-\[state\=open\]\:animate-in[data-state=open] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state=closed] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-\[0\][data-state=closed] {
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-\[0\][data-state=open] {
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state=closed] {
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state=open] {
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom] {
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side=left] {
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side=right] {
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top] {
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed] {
  --tw-exit-translate-y: 100%;
}
.data-\[state\=closed\]\:slide-out-to-left[data-state=closed] {
  --tw-exit-translate-x: -100%;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed] {
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state=closed] {
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top[data-state=closed] {
  --tw-exit-translate-y: -100%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed] {
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state=open] {
  --tw-enter-translate-y: 100%;
}
.data-\[state\=open\]\:slide-in-from-left[data-state=open] {
  --tw-enter-translate-x: -100%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open] {
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state=open] {
  --tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top[data-state=open] {
  --tw-enter-translate-y: -100%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open] {
  --tw-enter-translate-y: -48%;
}
.data-\[state\=closed\]\:duration-300[data-state=closed] {
  animation-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state=open] {
  animation-duration: 500ms;
}
.data-\[selected\]\:before\:\!bg-core-surface-brand-primary[data-selected]::before {
  content: var(--tw-content);
  background-color: rgb(var(--core-surface-brand-primary)) !important;
}
.data-\[today\]\:before\:bg-core-surface-brand-secondary[data-today]::before {
  content: var(--tw-content);
  background-color: rgb(var(--core-surface-brand-secondary));
}
.data-\[state\=checked\]\:after\:bg-core-icon-disabled-primary[data-state=checked]::after {
  content: var(--tw-content);
  background-color: rgb(var(--core-icon-disabled-primary));
}
.data-\[state\=checked\]\:hover\:border-core-stroke-disabled-primary:hover[data-state=checked] {
  border-color: rgb(var(--core-stroke-disabled-primary));
}
.data-\[state\=checked\]\:hover\:border-core-surface-brand-primary-hover:hover[data-state=checked] {
  border-color: rgb(var(--core-surface-brand-primary-hover));
}
.data-\[state\=indeterminate\]\:hover\:border-core-surface-brand-primary-hover:hover[data-state=indeterminate] {
  border-color: rgb(var(--core-surface-brand-primary-hover));
}
.data-\[state\=checked\]\:hover\:bg-core-surface-brand-primary-hover:hover[data-state=checked] {
  background-color: rgb(var(--core-surface-brand-primary-hover));
}
.data-\[state\=checked\]\:hover\:bg-core-surface-disabled-primary:hover[data-state=checked] {
  background-color: rgb(var(--core-surface-disabled-primary));
}
.data-\[state\=indeterminate\]\:hover\:bg-core-surface-brand-primary-hover:hover[data-state=indeterminate] {
  background-color: rgb(var(--core-surface-brand-primary-hover));
}
.group[data-state=open] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[data-state=checked] .group-data-\[state\=checked\]\:border-core-stroke-base-secondary {
  border-color: rgb(var(--core-stroke-base-secondary));
}
.group[data-state=checked] .group-data-\[state\=checked\]\:bg-core-surface-brand-secondary-hover {
  background-color: rgb(var(--core-surface-brand-secondary-hover));
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:my-10 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sm\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

  .sm\:size-44 {
    width: 11rem;
    height: 11rem;
  }

  .sm\:size-64 {
    width: 16rem;
    height: 16rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:p-8 {
    padding: 32px;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:w-full {
    width: 100%;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:rounded-\[4px\] {
    border-radius: 4px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}
.\[\&\:hover\>\*\]\:bg-core-surface-base-primary-hover:hover>* {
  background-color: rgb(var(--core-surface-base-primary-hover));
}
.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>header\]\:data-\[state\=open\]\:border-b[data-state=open]>header {
  border-bottom-width: 1px;
}
.\[\&\>header\]\:data-\[state\=open\]\:border-core-stroke-base-primary[data-state=open]>header {
  border-color: rgb(var(--core-stroke-base-primary));
}
.\[\&\>svg\]\:data-\[state\=open\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Lexend Deca';
  font-weight: 300;
  font-display: swap;
  src: url('/assets/LexendDeca-Light-C5hKrHai.woff2') format('woff2'),
    url('/assets/LexendDeca-Light-DBS69UQ5.woff') format('woff'),
    url('/assets/LexendDeca-Light-DK9SrlAg.ttf') format('truetype');
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Lexend Deca';
  font-weight: 400;
  font-display: swap;
  src: url('/assets/LexendDeca-Regular-D256z7Io.woff2') format('woff2'),
    url('/assets/LexendDeca-Regular-BtrBI2vg.woff') format('woff'),
    url('/assets/LexendDeca-Regular-UTOvIzw1.ttf') format('truetype');
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Lexend Deca';
  font-weight: 500;
  font-display: swap;
  src: url('/assets/LexendDeca-Medium-C4hK55_z.woff2') format('woff2'),
    url('/assets/LexendDeca-Medium-9eMtrs97.woff') format('woff'),
    url('/assets/LexendDeca-Medium-BJBZcWg_.ttf') format('truetype');
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Lexend Deca override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 100%;
  descent-override: 25%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Lexend Deca';
  font-weight: 600;
  font-display: swap;
  src: url('/assets/LexendDeca-SemiBold-Bdh-esox.woff2') format('woff2'),
    url('/assets/LexendDeca-SemiBold-CP-q1LQD.woff') format('woff'),
    url('/assets/LexendDeca-SemiBold-DlqPQqAK.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/assets/Roboto-Light--TzFADkf.woff2') format('woff2'),
    url('/assets/Roboto-Light-DiHRmYtg.woff') format('woff'),
    url('/assets/Roboto-Light-y85UWPYz.ttf') format('truetype');
}

@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/Roboto-Regular-CjbfJjO0.woff2') format('woff2'),
    url('/assets/Roboto-Regular-3nbOiJBx.woff') format('woff'),
    url('/assets/Roboto-Regular-BHeBnKzs.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/Roboto-Medium-DRylU_ql.woff2') format('woff2'),
    url('/assets/Roboto-Medium-BpIYHZmC.woff') format('woff'),
    url('/assets/Roboto-Medium-CFKDKRMh.ttf') format('truetype');
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: "Roboto override";
  src: local("ui-sans-serif"),local("system-ui"),local("sans-serif"),local("\"Apple Color Emoji\""),local("\"Segoe UI Emoji\""),local("\"Segoe UI Symbol\""),local("\"Noto Color Emoji\"");
  ascent-override: 92.7734375%;
  descent-override: 24.4140625%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/Roboto-Bold-OBUL28o9.woff2') format('woff2'),
    url('/assets/Roboto-Bold-Hbros4_z.woff') format('woff'),
    url('/assets/Roboto-Bold-BKtbn9Wi.ttf') format('truetype');
}
