@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');

*, ::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:  ;
}

/*
! tailwindcss v3.4.13 | 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: #e5e7eb;
  /* 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 */
  tab-size: 4;
  /* 3 */
  font-family: 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::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;
}

*{
  scrollbar-color: initial;
  scrollbar-width: initial;
}

:root{
  --colors-primary-vivid-highest: 19 20 57;
  --colors-default-base: 19 20 57;
  --colors-default-base-inverted: 255 255 255;
  --colors-default-disable: 225 227 234;
  --colors-default-disable-strong: 166 173 191;
  --colors-default-transparent: #FFFFFF00;
  --colors-default-overlay: #131439DE;
  --colors-default-surface-light: 246 247 249;
  --colors-default-surface-medium: 240 242 244;
  --colors-default-surface-strong: 225 227 234;
  --colors-default-disable-image: #69769180;
  --colors-primary-vivid-higher: 32 33 96;
  --colors-secondary-vivid-highest: 16 18 8;
  --colors-secondary-vivid-higher: 36 41 22;
  --colors-secondary-vivid-high: 53 67 10;
  --colors-secondary-vivid-medium: 77 94 27;
  --colors-secondary-vivid-low: 154 195 28;
  --colors-secondary-vivid-lower: 204 225 141;
  --colors-secondary-vivid-lowest: 239 249 210;
  --colors-secondary-vivid-minimal: 245 251 228;
  --colors-secondary-strong-idle: 77 94 27;
  --colors-secondary-strong-hover: 53 67 10;
  --colors-secondary-strong-pressed: 36 41 22;
  --colors-secondary-strong-loading: 77 94 27;
  --colors-secondary-strong-selected: 154 195 28;
  --colors-secondary-nuance-idle: 154 195 28;
  --colors-secondary-nuance-hover: 204 225 141;
  --colors-secondary-nuance-pressed: 239 249 210;
  --colors-secondary-nuance-loading: 204 225 141;
  --colors-secondary-nuance-selected: 239 249 210;
  --colors-secondary-subtle-idle: #FFFFFF00;
  --colors-secondary-subtle-hover: #9AC31C1F;
  --colors-secondary-subtle-pressed: #9AC31C40;
  --colors-secondary-subtle-loading: #9AC31C1F;
  --colors-secondary-subtle-selected: #9AC31C5E;
  --colors-muted-vivid-highest: 43 48 59;
  --colors-muted-vivid-higher: 64 72 89;
  --colors-muted-vivid-high: 105 118 145;
  --colors-muted-vivid-medium: 166 173 191;
  --colors-muted-vivid-low: 196 201 212;
  --colors-muted-vivid-lower: 225 227 234;
  --colors-muted-vivid-lowest: 240 242 244;
  --colors-muted-vivid-minimal: 246 247 249;
  --colors-positive-vivid-highest: 31 66 11;
  --colors-positive-vivid-higher: 51 110 18;
  --colors-positive-vivid-high: 61 130 21;
  --colors-positive-vivid-medium: 72 154 25;
  --colors-positive-vivid-low: 164 233 123;
  --colors-positive-vivid-lower: 230 249 220;
  --colors-positive-vivid-lowest: 240 251 233;
  --colors-positive-vivid-minimal: 240 251 233;
  --colors-caution-vivid-highest: 77 69 0;
  --colors-caution-vivid-higher: 102 92 0;
  --colors-caution-vivid-high: 128 115 0;
  --colors-caution-vivid-medium: 153 138 0;
  --colors-caution-vivid-low: 255 237 77;
  --colors-caution-vivid-lower: 255 251 214;
  --colors-caution-vivid-lowest: 255 253 229;
  --colors-caution-vivid-minimal: 255 254 245;
  --colors-negative-vivid-highest: 71 5 5;
  --colors-negative-vivid-higher: 119 8 8;
  --colors-negative-vivid-high: 167 12 12;
  --colors-negative-vivid-medium: 244 113 113;
  --colors-negative-vivid-low: 248 159 159;
  --colors-negative-vivid-lower: 252 217 217;
  --colors-negative-vivid-lowest: 253 231 231;
  --colors-negative-vivid-minimal: 254 245 245;
  --colors-primary-vivid-high: 45 46 135;
  --colors-primary-vivid-medium: 140 142 217;
  --colors-primary-vivid-low: 179 179 229;
  --colors-primary-vivid-lower: 224 225 245;
  --colors-primary-vivid-lowest: 236 236 249;
  --colors-primary-vivid-minimal: 247 247 252;
  --colors-primary-strong-idle: 45 46 135;
  --colors-primary-strong-hover: 32 33 96;
  --colors-primary-strong-pressed: 19 20 57;
  --colors-primary-strong-loading: 179 179 229;
  --colors-primary-strong-selected: 19 20 57;
  --colors-primary-nuance-idle: 247 247 252;
  --colors-primary-nuance-hover: 236 236 249;
  --colors-primary-nuance-pressed: 224 225 245;
  --colors-primary-nuance-loading: 224 225 245;
  --colors-primary-nuance-selected: 179 179 229;
  --colors-primary-subtle-idle: #FFFFFF00;
  --colors-primary-subtle-hover: #2D2E871F;
  --colors-primary-subtle-pressed: #2D2E8740;
  --colors-primary-subtle-loading: #2D2E871F;
  --colors-primary-subtle-selected: #2D2E875E;
  --colors-primary-chrono-idle: #FFFFFF00;
  --colors-primary-chrono-hover: #2D2E871F;
  --colors-primary-chrono-pressed: #2D2E8740;
  --colors-primary-chrono-loading: #2D2E875E;
  --colors-primary-chrono-selected: 45 46 135;
  --colors-muted-subtle-idle: #FFFFFF00;
  --colors-muted-subtle-hover: #6976911F;
  --colors-muted-subtle-pressed: #69769140;
  --colors-muted-subtle-loading: #6976911F;
  --colors-muted-subtle-selected: #6976915E;
  --colors-muted-strong-idle: 105 118 145;
  --colors-muted-strong-hover: 64 72 89;
  --colors-muted-strong-pressed: 43 48 59;
  --colors-muted-strong-loading: 166 173 191;
  --colors-muted-strong-selected: 43 48 59;
  --colors-muted-nuanced-idle: 246 247 249;
  --colors-muted-nuanced-hover: 240 242 244;
  --colors-muted-nuanced-pressed: 225 227 234;
  --colors-muted-nuanced-loading: 225 227 234;
  --colors-muted-nuanced-selected: 196 201 212;
  --colors-muted-chrono-idle: #FFFFFF00;
  --colors-muted-chrono-hover: #FFFFFF1F;
  --colors-muted-chrono-pressed: #FFFFFF40;
  --colors-muted-chrono-loading: #FFFFFF5E;
  --colors-muted-chrono-selected: 255 255 255;
  --colors-negative-strong-idle: 167 12 12;
  --colors-negative-strong-hover: 119 8 8;
  --colors-negative-strong-pressed: 71 5 5;
  --colors-negative-strong-loading: 244 113 113;
  --colors-negative-strong-selected: 71 5 5;
  --colors-negative-nuance-idle: 254 245 245;
  --colors-negative-nuance-hover: 253 231 231;
  --colors-negative-nuance-pressed: 252 217 217;
  --colors-negative-nuance-loading: 252 217 217;
  --colors-negative-nuance-selected: 248 159 159;
  --colors-negative-subtle-idle: #FFFFFF00;
  --colors-negative-subtle-hover: #A70C0C1F;
  --colors-negative-subtle-pressed: #A70C0C40;
  --colors-negative-subtle-loading: #A70C0C1F;
  --colors-negative-subtle-selected: #A70C0C5E;
  --colors-positive-strong-idle: 61 130 21;
  --colors-positive-strong-hover: 51 110 18;
  --colors-positive-strong-pressed: 31 66 11;
  --colors-positive-strong-loading: 72 154 25;
  --colors-positive-strong-selected: 31 66 11;
  --colors-positive-nuance-idle: 249 254 246;
  --colors-positive-nuance-hover: 240 251 233;
  --colors-positive-nuance-pressed: 230 249 220;
  --colors-positive-nuance-loading: 230 249 220;
  --colors-positive-nuance-selected: 164 233 123;
  --colors-positive-subtle-idle: #FFFFFF00;
  --colors-positive-subtle-hover: #3D82151F;
  --colors-positive-subtle-pressed: #3D821540;
  --colors-positive-subtle-loading: #3D82151F;
  --colors-positive-subtle-selected: #3D82155E;
  --colors-caution-strong-idle: 128 115 0;
  --colors-marketing-new: 249 235 170;
  --colors-marketing-new-strong: 76 64 5;
  --colors-marketing-eco: 219 237 222;
  --colors-marketing-eco-strong: 30 61 36;
  --colors-marketing-selection: 237 226 253;
  --colors-marketing-selection-strong: 69 7 162;
  --colors-marketing-info: 191 232 255;
  --colors-marketing-info-strong: 0 65 102;
  --colors-marketing-neutral: 225 227 234;
  --colors-marketing-neutral-strong: 43 48 59;
  --colors-marketing-supp-sand: 249 235 170;
  --colors-marketing-supp-sun: 255 237 77;
  --colors-marketing-supp-mint: 219 237 222;
  --colors-marketing-supp-purple: 237 226 253;
  --colors-marketing-supp-rose: 253 231 231;
  --colors-marketing-supp-cerulean: 191 232 255;
  --colors-marketing-supp-neutral: 225 227 234;
  --colors-marketing-supp-smoke: 240 242 244;
  --colors-marketing-supp-magnolia: 236 236 249;
  --colors-marketing-supp-lavander: 179 179 229;
  --colors-marketing-supp-indigo: 0 65 102;
  --colors-marketing-supp-orange: 230 138 0;
  --colors-marketing-supp-spring: 61 130 21;
  --colors-marketing-supp-tomato: 223 25 51;
  --colors-marketing-supp-egg: 252 205 53;
  --colors-caution-strong-hover: 102 92 0;
  --colors-caution-strong-pressed: 77 69 0;
  --colors-caution-strong-loading: 153 138 0;
  --colors-caution-strong-selected: 77 69 0;
  --colors-caution-nuance-idle: 255 254 245;
  --colors-caution-nuance-hover: 255 253 229;
  --colors-caution-nuance-pressed: 255 251 214;
  --colors-caution-nuance-loading: 255 251 214;
  --colors-caution-nuanced-selected: 255 237 77;
  --colors-caution-subtle-idle: #FFFFFF00;
  --colors-caution-subtle-hover: #8073001F;
  --colors-caution-subtle-pressed: #80730040;
  --colors-caution-subtle-loading: #8073001F;
  --colors-caution-subtle-selected: #8073005E;
  --colors-bg-idle: 255 255 255;
  --colors-bg-hover: 247 247 252;
  --colors-bg-pressed: 236 236 249;
  --colors-bg-selected: 224 225 245;
  --colors-bg-active: 32 33 96;
  --colors-bg-idle-inverted: 45 46 135;
  --colors-bg-hover-inverted: 32 33 96;
  --colors-bg-pressed-inverted: 179 179 229;
  --colors-bg-selected-inverted: 224 225 245;
  --colors-bg-active-inverted: 247 247 252;
  --colors-bg-strong-idle: 45 46 135;
  --colors-bg-strong-hover: 32 33 96;
  --colors-bg-strong-pressed: 19 20 57;
  --colors-bg-strong-selected: 179 179 229;
  --colors-bg-strong-active: 19 20 57;
  --colors-bg-primary: 45 46 135;
  --colors-bg-primary-muted: 236 236 249;
  --colors-bg-primary-muted-light: 247 247 252;
  --colors-bg-secondary: 154 195 28;
  --colors-bg-secondary-muted: 239 249 210;
  --colors-bg-muted: 240 242 244;
  --colors-bg-muted-light: 246 247 249;
  --colors-bg-disable: 196 201 212;
  --colors-bg-neg-idle: 254 245 245;
  --colors-bg-neg-hover: 253 231 231;
  --colors-bg-neg-pressed: 252 217 217;
  --colors-bg-neg-active: 248 159 159;
  --colors-bg-neg-light: 167 12 12;
  --colors-bg-neg-dark: 119 8 8;
  --colors-bg-pos-idle: 249 254 246;
  --colors-bg-pos-hover: 240 251 233;
  --colors-bg-pos-pressed: 230 249 220;
  --colors-bg-pos-active: 164 233 123;
  --colors-bg-pos-light: 61 130 21;
  --colors-bg-pos-dark: 51 110 18;
  --colors-bg-cau-idle: 255 254 245;
  --colors-bg-cau-hover: 255 253 229;
  --colors-bg-cau-pressed: 255 251 214;
  --colors-bg-cau-active: 255 237 77;
  --colors-bg-cau-light: 153 138 0;
  --colors-bg-cau-dark: 102 92 0;
  --colors-bg-base: 255 255 255;
  --colors-bg-transparent: #FFFFFF00;
  --colors-bg-overlay: #2D2E87DE;
  --colors-border-idle: 179 179 229;
  --colors-border-hover: 140 142 217;
  --colors-border-pressed: 45 46 135;
  --colors-border-selected: 32 33 96;
  --colors-border-active: 32 33 96;
  --colors-border-muted: 225 227 234;
  --colors-border-negative: 244 113 113;
  --colors-border-positive: 72 154 25;
  --colors-border-warn: 153 138 0;
  --colors-border-disable: 196 201 212;
  --colors-border-primary: 45 46 135;
  --colors-border-primary-muted: 236 236 249;
  --colors-border-primary-light: 179 179 229;
  --colors-border-base: 255 255 255;
  --colors-text-primary: 19 20 57;
  --colors-text-primary-inverse: 255 255 255;
  --colors-text-primary-accent: 45 46 135;
  --colors-text-primary-muted: 236 236 249;
  --colors-text-secondary-accent: 154 195 28;
  --colors-text-muted: 64 72 89;
  --colors-text-muted-light: 105 118 145;
  --colors-text-disable: 105 118 145;
  --colors-text-disable-muted: 196 201 212;
  --colors-text-pos-light: 61 130 21;
  --colors-text-pos-dark: 51 110 18;
  --colors-text-caution: 77 69 0;
  --colors-text-neg-light: 167 12 12;
  --colors-text-neg-dark: 119 8 8;
  --colors-text-supp-new: 76 64 5;
  --colors-text-supp-eco: 30 61 36;
  --colors-text-supp-selection: 69 7 162;
  --colors-text-supp-info: 0 65 102;
  --colors-text-supp-neutral: 43 48 59;
  --colors-icon-default: 19 20 57;
  --colors-icon-primary: 45 46 135;
  --colors-icon-primary-on-dark: 32 33 96;
  --colors-icon-primary-inverse: 255 255 255;
  --colors-icon-secondary: 204 225 141;
  --colors-icon-muted: 64 72 89;
  --colors-icon-muted-light: 105 118 145;
  --colors-icon-disable: 105 118 145;
  --colors-icon-positive: 61 130 21;
  --colors-icon-negative: 167 12 12;
  --colors-icon-caution-light: 128 115 0;
  --colors-icon-caution-dark: 77 69 0;
  --colors-icon-supp-new: 76 64 5;
  --colors-icon-supp-eco: 30 61 36;
  --colors-icon-supp-selection: 69 7 162;
  --colors-icon-supp-info: 0 65 102;
  --colors-icon-supp-neutral: 43 48 59;
  --colors-icon-idle: 45 46 135;
  --colors-icon-hover: 32 33 96;
  --colors-icon-pressed: 19 20 57;
  --colors-icon-active: 19 20 57;
  --colors-fg-idle: 255 255 255;
  --colors-bg-supp-sand: 249 235 170;
  --colors-bg-supp-mint: 219 237 222;
  --colors-bg-supp-purple: 237 226 253;
  --colors-bg-supp-cerulean: 191 232 255;
  --colors-bg-supp-neutral: 225 227 234;
  --colors-bg-supp-sun: 255 237 77;
  --colors-bg-supp-indigo: 0 65 102;
  --colors-bg-supp-lavander: 179 179 229;
  --colors-bg-supp-rose: 253 231 231;
  --colors-bg-supp-smoke: 240 242 244;
  --colors-bg-supp-spring: 61 130 21;
  --colors-bg-supp-magnolia: 236 236 249;
  --colors-bg-supp-orange: 230 138 0;
  --colors-fg-disable: 105 118 145;
  --colors-fg-muted: 196 201 212;
  --colors-fg-primary: 45 46 135;
  --colors-fg-secondary: 204 225 141;
  --colors-fg-positive: 61 130 21;
  --colors-fg-positive-light: 72 154 25;
  --colors-fg-caution: 128 115 0;
  --colors-fg-negative: 167 12 12;
  --colors-fg-negative-light: 244 113 113;
  --colors-fg-base: 255 255 255;
  --colors-fg-primary-muted: 224 225 245;
}

.lyreco-light{
  --colors-primary-vivid-highest: 19 20 57;
  --colors-default-base: 19 20 57;
  --colors-default-base-inverted: 255 255 255;
  --colors-default-disable: 225 227 234;
  --colors-default-disable-strong: 166 173 191;
  --colors-default-transparent: #FFFFFF00;
  --colors-default-overlay: #131439DE;
  --colors-default-surface-light: 246 247 249;
  --colors-default-surface-medium: 240 242 244;
  --colors-default-surface-strong: 225 227 234;
  --colors-default-disable-image: #69769180;
  --colors-primary-vivid-higher: 32 33 96;
  --colors-secondary-vivid-highest: 16 18 8;
  --colors-secondary-vivid-higher: 36 41 22;
  --colors-secondary-vivid-high: 53 67 10;
  --colors-secondary-vivid-medium: 77 94 27;
  --colors-secondary-vivid-low: 154 195 28;
  --colors-secondary-vivid-lower: 204 225 141;
  --colors-secondary-vivid-lowest: 239 249 210;
  --colors-secondary-vivid-minimal: 245 251 228;
  --colors-secondary-strong-idle: 77 94 27;
  --colors-secondary-strong-hover: 53 67 10;
  --colors-secondary-strong-pressed: 36 41 22;
  --colors-secondary-strong-loading: 77 94 27;
  --colors-secondary-strong-selected: 154 195 28;
  --colors-secondary-nuance-idle: 154 195 28;
  --colors-secondary-nuance-hover: 204 225 141;
  --colors-secondary-nuance-pressed: 239 249 210;
  --colors-secondary-nuance-loading: 204 225 141;
  --colors-secondary-nuance-selected: 239 249 210;
  --colors-secondary-subtle-idle: #FFFFFF00;
  --colors-secondary-subtle-hover: #9AC31C1F;
  --colors-secondary-subtle-pressed: #9AC31C40;
  --colors-secondary-subtle-loading: #9AC31C1F;
  --colors-secondary-subtle-selected: #9AC31C5E;
  --colors-muted-vivid-highest: 43 48 59;
  --colors-muted-vivid-higher: 64 72 89;
  --colors-muted-vivid-high: 105 118 145;
  --colors-muted-vivid-medium: 166 173 191;
  --colors-muted-vivid-low: 196 201 212;
  --colors-muted-vivid-lower: 225 227 234;
  --colors-muted-vivid-lowest: 240 242 244;
  --colors-muted-vivid-minimal: 246 247 249;
  --colors-positive-vivid-highest: 31 66 11;
  --colors-positive-vivid-higher: 51 110 18;
  --colors-positive-vivid-high: 61 130 21;
  --colors-positive-vivid-medium: 72 154 25;
  --colors-positive-vivid-low: 164 233 123;
  --colors-positive-vivid-lower: 230 249 220;
  --colors-positive-vivid-lowest: 240 251 233;
  --colors-positive-vivid-minimal: 240 251 233;
  --colors-caution-vivid-highest: 77 69 0;
  --colors-caution-vivid-higher: 102 92 0;
  --colors-caution-vivid-high: 128 115 0;
  --colors-caution-vivid-medium: 153 138 0;
  --colors-caution-vivid-low: 255 237 77;
  --colors-caution-vivid-lower: 255 251 214;
  --colors-caution-vivid-lowest: 255 253 229;
  --colors-caution-vivid-minimal: 255 254 245;
  --colors-negative-vivid-highest: 71 5 5;
  --colors-negative-vivid-higher: 119 8 8;
  --colors-negative-vivid-high: 167 12 12;
  --colors-negative-vivid-medium: 244 113 113;
  --colors-negative-vivid-low: 248 159 159;
  --colors-negative-vivid-lower: 252 217 217;
  --colors-negative-vivid-lowest: 253 231 231;
  --colors-negative-vivid-minimal: 254 245 245;
  --colors-primary-vivid-high: 45 46 135;
  --colors-primary-vivid-medium: 140 142 217;
  --colors-primary-vivid-low: 179 179 229;
  --colors-primary-vivid-lower: 224 225 245;
  --colors-primary-vivid-lowest: 236 236 249;
  --colors-primary-vivid-minimal: 247 247 252;
  --colors-primary-strong-idle: 45 46 135;
  --colors-primary-strong-hover: 32 33 96;
  --colors-primary-strong-pressed: 19 20 57;
  --colors-primary-strong-loading: 179 179 229;
  --colors-primary-strong-selected: 19 20 57;
  --colors-primary-nuance-idle: 247 247 252;
  --colors-primary-nuance-hover: 236 236 249;
  --colors-primary-nuance-pressed: 224 225 245;
  --colors-primary-nuance-loading: 224 225 245;
  --colors-primary-nuance-selected: 179 179 229;
  --colors-primary-subtle-idle: #FFFFFF00;
  --colors-primary-subtle-hover: #2D2E871F;
  --colors-primary-subtle-pressed: #2D2E8740;
  --colors-primary-subtle-loading: #2D2E871F;
  --colors-primary-subtle-selected: #2D2E875E;
  --colors-primary-chrono-idle: #FFFFFF00;
  --colors-primary-chrono-hover: #2D2E871F;
  --colors-primary-chrono-pressed: #2D2E8740;
  --colors-primary-chrono-loading: #2D2E875E;
  --colors-primary-chrono-selected: 45 46 135;
  --colors-muted-subtle-idle: #FFFFFF00;
  --colors-muted-subtle-hover: #6976911F;
  --colors-muted-subtle-pressed: #69769140;
  --colors-muted-subtle-loading: #6976911F;
  --colors-muted-subtle-selected: #6976915E;
  --colors-muted-strong-idle: 105 118 145;
  --colors-muted-strong-hover: 64 72 89;
  --colors-muted-strong-pressed: 43 48 59;
  --colors-muted-strong-loading: 166 173 191;
  --colors-muted-strong-selected: 43 48 59;
  --colors-muted-nuanced-idle: 246 247 249;
  --colors-muted-nuanced-hover: 240 242 244;
  --colors-muted-nuanced-pressed: 225 227 234;
  --colors-muted-nuanced-loading: 225 227 234;
  --colors-muted-nuanced-selected: 196 201 212;
  --colors-muted-chrono-idle: #FFFFFF00;
  --colors-muted-chrono-hover: #FFFFFF1F;
  --colors-muted-chrono-pressed: #FFFFFF40;
  --colors-muted-chrono-loading: #FFFFFF5E;
  --colors-muted-chrono-selected: 255 255 255;
  --colors-negative-strong-idle: 167 12 12;
  --colors-negative-strong-hover: 119 8 8;
  --colors-negative-strong-pressed: 71 5 5;
  --colors-negative-strong-loading: 244 113 113;
  --colors-negative-strong-selected: 71 5 5;
  --colors-negative-nuance-idle: 254 245 245;
  --colors-negative-nuance-hover: 253 231 231;
  --colors-negative-nuance-pressed: 252 217 217;
  --colors-negative-nuance-loading: 252 217 217;
  --colors-negative-nuance-selected: 248 159 159;
  --colors-negative-subtle-idle: #FFFFFF00;
  --colors-negative-subtle-hover: #A70C0C1F;
  --colors-negative-subtle-pressed: #A70C0C40;
  --colors-negative-subtle-loading: #A70C0C1F;
  --colors-negative-subtle-selected: #A70C0C5E;
  --colors-positive-strong-idle: 61 130 21;
  --colors-positive-strong-hover: 51 110 18;
  --colors-positive-strong-pressed: 31 66 11;
  --colors-positive-strong-loading: 72 154 25;
  --colors-positive-strong-selected: 31 66 11;
  --colors-positive-nuance-idle: 249 254 246;
  --colors-positive-nuance-hover: 240 251 233;
  --colors-positive-nuance-pressed: 230 249 220;
  --colors-positive-nuance-loading: 230 249 220;
  --colors-positive-nuance-selected: 164 233 123;
  --colors-positive-subtle-idle: #FFFFFF00;
  --colors-positive-subtle-hover: #3D82151F;
  --colors-positive-subtle-pressed: #3D821540;
  --colors-positive-subtle-loading: #3D82151F;
  --colors-positive-subtle-selected: #3D82155E;
  --colors-caution-strong-idle: 128 115 0;
  --colors-marketing-new: 249 235 170;
  --colors-marketing-new-strong: 76 64 5;
  --colors-marketing-eco: 219 237 222;
  --colors-marketing-eco-strong: 30 61 36;
  --colors-marketing-selection: 237 226 253;
  --colors-marketing-selection-strong: 69 7 162;
  --colors-marketing-info: 191 232 255;
  --colors-marketing-info-strong: 0 65 102;
  --colors-marketing-neutral: 225 227 234;
  --colors-marketing-neutral-strong: 43 48 59;
  --colors-marketing-supp-sand: 249 235 170;
  --colors-marketing-supp-sun: 255 237 77;
  --colors-marketing-supp-mint: 219 237 222;
  --colors-marketing-supp-purple: 237 226 253;
  --colors-marketing-supp-rose: 253 231 231;
  --colors-marketing-supp-cerulean: 191 232 255;
  --colors-marketing-supp-neutral: 225 227 234;
  --colors-marketing-supp-smoke: 240 242 244;
  --colors-marketing-supp-magnolia: 236 236 249;
  --colors-marketing-supp-lavander: 179 179 229;
  --colors-marketing-supp-indigo: 0 65 102;
  --colors-marketing-supp-orange: 230 138 0;
  --colors-marketing-supp-spring: 61 130 21;
  --colors-marketing-supp-tomato: 223 25 51;
  --colors-marketing-supp-egg: 252 205 53;
  --colors-caution-strong-hover: 102 92 0;
  --colors-caution-strong-pressed: 77 69 0;
  --colors-caution-strong-loading: 153 138 0;
  --colors-caution-strong-selected: 77 69 0;
  --colors-caution-nuance-idle: 255 254 245;
  --colors-caution-nuance-hover: 255 253 229;
  --colors-caution-nuance-pressed: 255 251 214;
  --colors-caution-nuance-loading: 255 251 214;
  --colors-caution-nuanced-selected: 255 237 77;
  --colors-caution-subtle-idle: #FFFFFF00;
  --colors-caution-subtle-hover: #8073001F;
  --colors-caution-subtle-pressed: #80730040;
  --colors-caution-subtle-loading: #8073001F;
  --colors-caution-subtle-selected: #8073005E;
  --colors-bg-idle: 255 255 255;
  --colors-bg-hover: 247 247 252;
  --colors-bg-pressed: 236 236 249;
  --colors-bg-selected: 224 225 245;
  --colors-bg-active: 32 33 96;
  --colors-bg-idle-inverted: 45 46 135;
  --colors-bg-hover-inverted: 32 33 96;
  --colors-bg-pressed-inverted: 179 179 229;
  --colors-bg-selected-inverted: 224 225 245;
  --colors-bg-active-inverted: 247 247 252;
  --colors-bg-strong-idle: 45 46 135;
  --colors-bg-strong-hover: 32 33 96;
  --colors-bg-strong-pressed: 19 20 57;
  --colors-bg-strong-selected: 179 179 229;
  --colors-bg-strong-active: 19 20 57;
  --colors-bg-primary: 45 46 135;
  --colors-bg-primary-muted: 236 236 249;
  --colors-bg-primary-muted-light: 247 247 252;
  --colors-bg-secondary: 154 195 28;
  --colors-bg-secondary-muted: 239 249 210;
  --colors-bg-muted: 240 242 244;
  --colors-bg-muted-light: 246 247 249;
  --colors-bg-disable: 196 201 212;
  --colors-bg-neg-idle: 254 245 245;
  --colors-bg-neg-hover: 253 231 231;
  --colors-bg-neg-pressed: 252 217 217;
  --colors-bg-neg-active: 248 159 159;
  --colors-bg-neg-light: 167 12 12;
  --colors-bg-neg-dark: 119 8 8;
  --colors-bg-pos-idle: 249 254 246;
  --colors-bg-pos-hover: 240 251 233;
  --colors-bg-pos-pressed: 230 249 220;
  --colors-bg-pos-active: 164 233 123;
  --colors-bg-pos-light: 61 130 21;
  --colors-bg-pos-dark: 51 110 18;
  --colors-bg-cau-idle: 255 254 245;
  --colors-bg-cau-hover: 255 253 229;
  --colors-bg-cau-pressed: 255 251 214;
  --colors-bg-cau-active: 255 237 77;
  --colors-bg-cau-light: 153 138 0;
  --colors-bg-cau-dark: 102 92 0;
  --colors-bg-base: 255 255 255;
  --colors-bg-transparent: #FFFFFF00;
  --colors-bg-overlay: #2D2E87DE;
  --colors-border-idle: 179 179 229;
  --colors-border-hover: 140 142 217;
  --colors-border-pressed: 45 46 135;
  --colors-border-selected: 32 33 96;
  --colors-border-active: 32 33 96;
  --colors-border-muted: 225 227 234;
  --colors-border-negative: 244 113 113;
  --colors-border-positive: 72 154 25;
  --colors-border-warn: 153 138 0;
  --colors-border-disable: 196 201 212;
  --colors-border-primary: 45 46 135;
  --colors-border-primary-muted: 236 236 249;
  --colors-border-primary-light: 179 179 229;
  --colors-border-base: 255 255 255;
  --colors-text-primary: 19 20 57;
  --colors-text-primary-inverse: 255 255 255;
  --colors-text-primary-accent: 45 46 135;
  --colors-text-primary-muted: 236 236 249;
  --colors-text-secondary-accent: 154 195 28;
  --colors-text-muted: 64 72 89;
  --colors-text-muted-light: 105 118 145;
  --colors-text-disable: 105 118 145;
  --colors-text-disable-muted: 196 201 212;
  --colors-text-pos-light: 61 130 21;
  --colors-text-pos-dark: 51 110 18;
  --colors-text-caution: 77 69 0;
  --colors-text-neg-light: 167 12 12;
  --colors-text-neg-dark: 119 8 8;
  --colors-text-supp-new: 76 64 5;
  --colors-text-supp-eco: 30 61 36;
  --colors-text-supp-selection: 69 7 162;
  --colors-text-supp-info: 0 65 102;
  --colors-text-supp-neutral: 43 48 59;
  --colors-icon-default: 19 20 57;
  --colors-icon-primary: 45 46 135;
  --colors-icon-primary-on-dark: 32 33 96;
  --colors-icon-primary-inverse: 255 255 255;
  --colors-icon-secondary: 204 225 141;
  --colors-icon-muted: 64 72 89;
  --colors-icon-muted-light: 105 118 145;
  --colors-icon-disable: 105 118 145;
  --colors-icon-positive: 61 130 21;
  --colors-icon-negative: 167 12 12;
  --colors-icon-caution-light: 128 115 0;
  --colors-icon-caution-dark: 77 69 0;
  --colors-icon-supp-new: 76 64 5;
  --colors-icon-supp-eco: 30 61 36;
  --colors-icon-supp-selection: 69 7 162;
  --colors-icon-supp-info: 0 65 102;
  --colors-icon-supp-neutral: 43 48 59;
  --colors-icon-idle: 45 46 135;
  --colors-icon-hover: 32 33 96;
  --colors-icon-pressed: 19 20 57;
  --colors-icon-active: 19 20 57;
  --colors-fg-idle: 255 255 255;
  --colors-bg-supp-sand: 249 235 170;
  --colors-bg-supp-mint: 219 237 222;
  --colors-bg-supp-purple: 237 226 253;
  --colors-bg-supp-cerulean: 191 232 255;
  --colors-bg-supp-neutral: 225 227 234;
  --colors-bg-supp-sun: 255 237 77;
  --colors-bg-supp-indigo: 0 65 102;
  --colors-bg-supp-lavander: 179 179 229;
  --colors-bg-supp-rose: 253 231 231;
  --colors-bg-supp-smoke: 240 242 244;
  --colors-bg-supp-spring: 61 130 21;
  --colors-bg-supp-magnolia: 236 236 249;
  --colors-bg-supp-orange: 230 138 0;
  --colors-fg-disable: 105 118 145;
  --colors-fg-muted: 196 201 212;
  --colors-fg-primary: 45 46 135;
  --colors-fg-secondary: 204 225 141;
  --colors-fg-positive: 61 130 21;
  --colors-fg-positive-light: 72 154 25;
  --colors-fg-caution: 128 115 0;
  --colors-fg-negative: 167 12 12;
  --colors-fg-negative-light: 244 113 113;
  --colors-fg-base: 255 255 255;
  --colors-fg-primary-muted: 224 225 245;
}

.lyreco-dark{
}

.anotherbrand-light{
}

.anotherbrand-dark{
}

html,
  body {
  font-family: 'Jost', sans-serif;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.right-4{
  right: 1rem;
}

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

.mx-space-8{
  margin-left: 8px;
  margin-right: 8px;
}

.my-space-2{
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-space-24{
  margin-top: 24px;
  margin-bottom: 24px;
}

.my-space-48{
  margin-top: 48px;
  margin-bottom: 48px;
}

.mb-space-16{
  margin-bottom: 16px;
}

.mt-4{
  margin-top: 1rem;
}

.mt-space-16{
  margin-top: 16px;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.w-5{
  width: 1.25rem;
}

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

.w-full{
  width: 100%;
}

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

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

.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 spin{
  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

.place-items-center{
  place-items: center;
}

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

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

.gap-space-8{
  gap: 8px;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.place-self-stretch{
  place-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-radius-md{
  border-radius: 8px;
}

.border{
  border-width: 1px;
}

.border-border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(45 46 135 / var(--tw-border-opacity));
}

.bg-bg-base{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-bg-idle{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-bg-primary-muted{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 249 / var(--tw-bg-opacity));
}

.bg-bg-strong-idle{
  --tw-bg-opacity: 1;
  background-color: rgb(45 46 135 / var(--tw-bg-opacity));
}

.px-space-16{
  padding-left: 16px;
  padding-right: 16px;
}

.px-space-24{
  padding-left: 24px;
  padding-right: 24px;
}

.px-space-32{
  padding-left: 32px;
  padding-right: 32px;
}

.py-space-12{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-space-24{
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-space-48{
  padding-top: 48px;
  padding-bottom: 48px;
}

.pb-space-16{
  padding-bottom: 16px;
}

.pt-8{
  padding-top: 2rem;
}

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

.align-middle{
  vertical-align: middle;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-regular-14{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 400;
}

.text-regular-24{
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 400;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-text-neg-light{
  --tw-text-opacity: 1;
  color: rgb(167 12 12 / var(--tw-text-opacity));
}

.text-text-primary{
  --tw-text-opacity: 1;
  color: rgb(19 20 57 / var(--tw-text-opacity));
}

.text-text-primary-accent{
  --tw-text-opacity: 1;
  color: rgb(45 46 135 / var(--tw-text-opacity));
}

.text-text-primary-inverse{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@font-face {
  font-family: "Phosphor";

  font-style: normal;

  font-weight: 400;

  src: local("Phosphor"),
       url("./fonts/Phosphor.woff2") format("woff2"),
       url("./fonts/Phosphor.woff") format("woff");
}

[class^="ph-"],
[class*=" ph-"] {
  display: inline-flex;
}

[class^="ph-"]:before,
[class*=" ph-"]:before {
  font: normal normal normal 1em/1 "Phosphor";
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-eye-closed::before {
  content: "\e222";
}

.ph-eye::before {
  content: "\e220";
}

.ph-spinner-gap::before {
  content: "\e66c";
}

.focus-within\:\!border-border-pressed:focus-within{
  --tw-border-opacity: 1 !important;
  border-color: rgb(45 46 135 / var(--tw-border-opacity)) !important;
}

.focus-within\:\!bg-bg-pressed:focus-within{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 236 249 / var(--tw-bg-opacity)) !important;
}

@media (hover: hover) and (pointer: fine){
  .hover\:border-border-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgb(140 142 217 / var(--tw-border-opacity));
  }

  .hover\:bg-bg-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 252 / var(--tw-bg-opacity));
  }

  .hover\:bg-bg-strong-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(32 33 96 / var(--tw-bg-opacity));
  }

  .hover\:text-text-primary:hover{
    --tw-text-opacity: 1;
    color: rgb(19 20 57 / var(--tw-text-opacity));
  }
}

.active\:bg-bg-strong-active:active{
  --tw-bg-opacity: 1;
  background-color: rgb(19 20 57 / var(--tw-bg-opacity));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:bg-bg-disable:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(196 201 212 / var(--tw-bg-opacity));
}

.disabled\:text-text-disable:disabled{
  --tw-text-opacity: 1;
  color: rgb(105 118 145 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .md\:text-regular-16{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
  }
}

.\[\&_input\]\:bg-transparent input{
  background-color: transparent;
}

.\[\&_input\]\:outline-none input{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.\[\&_input\]\:placeholder\:text-text-muted-light input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(105 118 145 / var(--tw-text-opacity));
}

.focus-within\:\[\&_input\]\:placeholder\:\!text-text-primary input:focus-within::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(19 20 57 / var(--tw-text-opacity)) !important;
}
