*, ::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.17 | 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 */
  -o-tab-size: 4;
     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::-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]:where(:not([hidden="until-found"])) {
  display: none;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-80 {
  margin-bottom: 20rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.me-0 {
  margin-inline-end: 0px;
}

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-10 {
  margin-inline-end: 2.5rem;
}

.me-11 {
  margin-inline-end: 2.75rem;
}

.me-12 {
  margin-inline-end: 3rem;
}

.me-14 {
  margin-inline-end: 3.5rem;
}

.me-16 {
  margin-inline-end: 4rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.me-20 {
  margin-inline-end: 5rem;
}

.me-24 {
  margin-inline-end: 6rem;
}

.me-28 {
  margin-inline-end: 7rem;
}

.me-3 {
  margin-inline-end: 0.75rem;
}

.me-32 {
  margin-inline-end: 8rem;
}

.me-36 {
  margin-inline-end: 9rem;
}

.me-4 {
  margin-inline-end: 1rem;
}

.me-40 {
  margin-inline-end: 10rem;
}

.me-44 {
  margin-inline-end: 11rem;
}

.me-48 {
  margin-inline-end: 12rem;
}

.me-5 {
  margin-inline-end: 1.25rem;
}

.me-52 {
  margin-inline-end: 13rem;
}

.me-56 {
  margin-inline-end: 14rem;
}

.me-6 {
  margin-inline-end: 1.5rem;
}

.me-60 {
  margin-inline-end: 15rem;
}

.me-64 {
  margin-inline-end: 16rem;
}

.me-7 {
  margin-inline-end: 1.75rem;
}

.me-72 {
  margin-inline-end: 18rem;
}

.me-8 {
  margin-inline-end: 2rem;
}

.me-80 {
  margin-inline-end: 20rem;
}

.me-9 {
  margin-inline-end: 2.25rem;
}

.me-96 {
  margin-inline-end: 24rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-72 {
  margin-left: 18rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

.ms-0 {
  margin-inline-start: 0px;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-10 {
  margin-inline-start: 2.5rem;
}

.ms-11 {
  margin-inline-start: 2.75rem;
}

.ms-12 {
  margin-inline-start: 3rem;
}

.ms-14 {
  margin-inline-start: 3.5rem;
}

.ms-16 {
  margin-inline-start: 4rem;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-20 {
  margin-inline-start: 5rem;
}

.ms-24 {
  margin-inline-start: 6rem;
}

.ms-28 {
  margin-inline-start: 7rem;
}

.ms-3 {
  margin-inline-start: 0.75rem;
}

.ms-32 {
  margin-inline-start: 8rem;
}

.ms-36 {
  margin-inline-start: 9rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

.ms-40 {
  margin-inline-start: 10rem;
}

.ms-44 {
  margin-inline-start: 11rem;
}

.ms-48 {
  margin-inline-start: 12rem;
}

.ms-5 {
  margin-inline-start: 1.25rem;
}

.ms-52 {
  margin-inline-start: 13rem;
}

.ms-56 {
  margin-inline-start: 14rem;
}

.ms-6 {
  margin-inline-start: 1.5rem;
}

.ms-60 {
  margin-inline-start: 15rem;
}

.ms-64 {
  margin-inline-start: 16rem;
}

.ms-7 {
  margin-inline-start: 1.75rem;
}

.ms-72 {
  margin-inline-start: 18rem;
}

.ms-8 {
  margin-inline-start: 2rem;
}

.ms-80 {
  margin-inline-start: 20rem;
}

.ms-9 {
  margin-inline-start: 2.25rem;
}

.ms-96 {
  margin-inline-start: 24rem;
}

.mt-0 {
  margin-top: 0px;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

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

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

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

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\/12 {
  width: 8.333333%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-2\/3 {
  width: 66.666667%;
}

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

.w-2\/5 {
  width: 40%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/12 {
  width: 25%;
}

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

.w-3\/5 {
  width: 60%;
}

.w-3\/6 {
  width: 50%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-4\/5 {
  width: 80%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

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

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-dvw {
  width: 100dvw;
}

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

.w-full {
  width: 100%;
}

.w-lvw {
  width: 100lvw;
}

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

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

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

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

.flex-row {
  flex-direction: row;
}

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

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

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

.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-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.divide-amber-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.divide-blue-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.divide-cyan-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.divide-emerald-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.divide-green-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.divide-indigo-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.divide-inherit > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.divide-lime-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.divide-neutral-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.divide-orange-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.divide-pink-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.divide-purple-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.divide-red-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.divide-rose-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.divide-sky-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.divide-stone-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.divide-teal-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.divide-violet-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.divide-zinc-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.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-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-0 {
  border-width: 0px;
}

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

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.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-e {
  border-inline-end-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

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

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

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

.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}

.border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

.border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.border-inherit {
  border-color: inherit;
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

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

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pe-1 {
  padding-inline-end: 0.25rem;
}

.pe-10 {
  padding-inline-end: 2.5rem;
}

.pe-11 {
  padding-inline-end: 2.75rem;
}

.pe-12 {
  padding-inline-end: 3rem;
}

.pe-14 {
  padding-inline-end: 3.5rem;
}

.pe-16 {
  padding-inline-end: 4rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

.pe-20 {
  padding-inline-end: 5rem;
}

.pe-24 {
  padding-inline-end: 6rem;
}

.pe-28 {
  padding-inline-end: 7rem;
}

.pe-3 {
  padding-inline-end: 0.75rem;
}

.pe-32 {
  padding-inline-end: 8rem;
}

.pe-36 {
  padding-inline-end: 9rem;
}

.pe-4 {
  padding-inline-end: 1rem;
}

.pe-40 {
  padding-inline-end: 10rem;
}

.pe-44 {
  padding-inline-end: 11rem;
}

.pe-48 {
  padding-inline-end: 12rem;
}

.pe-5 {
  padding-inline-end: 1.25rem;
}

.pe-52 {
  padding-inline-end: 13rem;
}

.pe-56 {
  padding-inline-end: 14rem;
}

.pe-6 {
  padding-inline-end: 1.5rem;
}

.pe-60 {
  padding-inline-end: 15rem;
}

.pe-64 {
  padding-inline-end: 16rem;
}

.pe-7 {
  padding-inline-end: 1.75rem;
}

.pe-72 {
  padding-inline-end: 18rem;
}

.pe-8 {
  padding-inline-end: 2rem;
}

.pe-80 {
  padding-inline-end: 20rem;
}

.pe-9 {
  padding-inline-end: 2.25rem;
}

.pe-96 {
  padding-inline-end: 24rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.ps-0 {
  padding-inline-start: 0px;
}

.ps-1 {
  padding-inline-start: 0.25rem;
}

.ps-10 {
  padding-inline-start: 2.5rem;
}

.ps-11 {
  padding-inline-start: 2.75rem;
}

.ps-12 {
  padding-inline-start: 3rem;
}

.ps-14 {
  padding-inline-start: 3.5rem;
}

.ps-16 {
  padding-inline-start: 4rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.ps-20 {
  padding-inline-start: 5rem;
}

.ps-24 {
  padding-inline-start: 6rem;
}

.ps-28 {
  padding-inline-start: 7rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

.ps-32 {
  padding-inline-start: 8rem;
}

.ps-36 {
  padding-inline-start: 9rem;
}

.ps-4 {
  padding-inline-start: 1rem;
}

.ps-40 {
  padding-inline-start: 10rem;
}

.ps-44 {
  padding-inline-start: 11rem;
}

.ps-48 {
  padding-inline-start: 12rem;
}

.ps-5 {
  padding-inline-start: 1.25rem;
}

.ps-52 {
  padding-inline-start: 13rem;
}

.ps-56 {
  padding-inline-start: 14rem;
}

.ps-6 {
  padding-inline-start: 1.5rem;
}

.ps-60 {
  padding-inline-start: 15rem;
}

.ps-64 {
  padding-inline-start: 16rem;
}

.ps-7 {
  padding-inline-start: 1.75rem;
}

.ps-72 {
  padding-inline-start: 18rem;
}

.ps-8 {
  padding-inline-start: 2rem;
}

.ps-80 {
  padding-inline-start: 20rem;
}

.ps-9 {
  padding-inline-start: 2.25rem;
}

.ps-96 {
  padding-inline-start: 24rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-72 {
  padding-top: 18rem;
}

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

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 24rem;
}

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

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

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

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.lowercase {
  text-transform: lowercase;
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

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

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-gray-100 {
  outline-color: #f3f4f6;
}

.outline-gray-100\/0 {
  outline-color: rgb(243 244 246 / 0);
}

.outline-gray-100\/10 {
  outline-color: rgb(243 244 246 / 0.1);
}

.outline-gray-100\/100 {
  outline-color: rgb(243 244 246 / 1);
}

.outline-gray-100\/15 {
  outline-color: rgb(243 244 246 / 0.15);
}

.outline-gray-100\/20 {
  outline-color: rgb(243 244 246 / 0.2);
}

.outline-gray-100\/25 {
  outline-color: rgb(243 244 246 / 0.25);
}

.outline-gray-100\/30 {
  outline-color: rgb(243 244 246 / 0.3);
}

.outline-gray-100\/35 {
  outline-color: rgb(243 244 246 / 0.35);
}

.outline-gray-100\/40 {
  outline-color: rgb(243 244 246 / 0.4);
}

.outline-gray-100\/45 {
  outline-color: rgb(243 244 246 / 0.45);
}

.outline-gray-100\/5 {
  outline-color: rgb(243 244 246 / 0.05);
}

.outline-gray-100\/50 {
  outline-color: rgb(243 244 246 / 0.5);
}

.outline-gray-100\/55 {
  outline-color: rgb(243 244 246 / 0.55);
}

.outline-gray-100\/60 {
  outline-color: rgb(243 244 246 / 0.6);
}

.outline-gray-100\/65 {
  outline-color: rgb(243 244 246 / 0.65);
}

.outline-gray-100\/70 {
  outline-color: rgb(243 244 246 / 0.7);
}

.outline-gray-100\/75 {
  outline-color: rgb(243 244 246 / 0.75);
}

.outline-gray-100\/80 {
  outline-color: rgb(243 244 246 / 0.8);
}

.outline-gray-100\/85 {
  outline-color: rgb(243 244 246 / 0.85);
}

.outline-gray-100\/90 {
  outline-color: rgb(243 244 246 / 0.9);
}

.outline-gray-100\/95 {
  outline-color: rgb(243 244 246 / 0.95);
}

.outline-gray-200 {
  outline-color: #e5e7eb;
}

.outline-gray-200\/0 {
  outline-color: rgb(229 231 235 / 0);
}

.outline-gray-200\/10 {
  outline-color: rgb(229 231 235 / 0.1);
}

.outline-gray-200\/100 {
  outline-color: rgb(229 231 235 / 1);
}

.outline-gray-200\/15 {
  outline-color: rgb(229 231 235 / 0.15);
}

.outline-gray-200\/20 {
  outline-color: rgb(229 231 235 / 0.2);
}

.outline-gray-200\/25 {
  outline-color: rgb(229 231 235 / 0.25);
}

.outline-gray-200\/30 {
  outline-color: rgb(229 231 235 / 0.3);
}

.outline-gray-200\/35 {
  outline-color: rgb(229 231 235 / 0.35);
}

.outline-gray-200\/40 {
  outline-color: rgb(229 231 235 / 0.4);
}

.outline-gray-200\/45 {
  outline-color: rgb(229 231 235 / 0.45);
}

.outline-gray-200\/5 {
  outline-color: rgb(229 231 235 / 0.05);
}

.outline-gray-200\/50 {
  outline-color: rgb(229 231 235 / 0.5);
}

.outline-gray-200\/55 {
  outline-color: rgb(229 231 235 / 0.55);
}

.outline-gray-200\/60 {
  outline-color: rgb(229 231 235 / 0.6);
}

.outline-gray-200\/65 {
  outline-color: rgb(229 231 235 / 0.65);
}

.outline-gray-200\/70 {
  outline-color: rgb(229 231 235 / 0.7);
}

.outline-gray-200\/75 {
  outline-color: rgb(229 231 235 / 0.75);
}

.outline-gray-200\/80 {
  outline-color: rgb(229 231 235 / 0.8);
}

.outline-gray-200\/85 {
  outline-color: rgb(229 231 235 / 0.85);
}

.outline-gray-200\/90 {
  outline-color: rgb(229 231 235 / 0.9);
}

.outline-gray-200\/95 {
  outline-color: rgb(229 231 235 / 0.95);
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-gray-300\/0 {
  outline-color: rgb(209 213 219 / 0);
}

.outline-gray-300\/10 {
  outline-color: rgb(209 213 219 / 0.1);
}

.outline-gray-300\/100 {
  outline-color: rgb(209 213 219 / 1);
}

.outline-gray-300\/15 {
  outline-color: rgb(209 213 219 / 0.15);
}

.outline-gray-300\/20 {
  outline-color: rgb(209 213 219 / 0.2);
}

.outline-gray-300\/25 {
  outline-color: rgb(209 213 219 / 0.25);
}

.outline-gray-300\/30 {
  outline-color: rgb(209 213 219 / 0.3);
}

.outline-gray-300\/35 {
  outline-color: rgb(209 213 219 / 0.35);
}

.outline-gray-300\/40 {
  outline-color: rgb(209 213 219 / 0.4);
}

.outline-gray-300\/45 {
  outline-color: rgb(209 213 219 / 0.45);
}

.outline-gray-300\/5 {
  outline-color: rgb(209 213 219 / 0.05);
}

.outline-gray-300\/50 {
  outline-color: rgb(209 213 219 / 0.5);
}

.outline-gray-300\/55 {
  outline-color: rgb(209 213 219 / 0.55);
}

.outline-gray-300\/60 {
  outline-color: rgb(209 213 219 / 0.6);
}

.outline-gray-300\/65 {
  outline-color: rgb(209 213 219 / 0.65);
}

.outline-gray-300\/70 {
  outline-color: rgb(209 213 219 / 0.7);
}

.outline-gray-300\/75 {
  outline-color: rgb(209 213 219 / 0.75);
}

.outline-gray-300\/80 {
  outline-color: rgb(209 213 219 / 0.8);
}

.outline-gray-300\/85 {
  outline-color: rgb(209 213 219 / 0.85);
}

.outline-gray-300\/90 {
  outline-color: rgb(209 213 219 / 0.9);
}

.outline-gray-300\/95 {
  outline-color: rgb(209 213 219 / 0.95);
}

.outline-gray-400 {
  outline-color: #9ca3af;
}

.outline-gray-400\/0 {
  outline-color: rgb(156 163 175 / 0);
}

.outline-gray-400\/10 {
  outline-color: rgb(156 163 175 / 0.1);
}

.outline-gray-400\/100 {
  outline-color: rgb(156 163 175 / 1);
}

.outline-gray-400\/15 {
  outline-color: rgb(156 163 175 / 0.15);
}

.outline-gray-400\/20 {
  outline-color: rgb(156 163 175 / 0.2);
}

.outline-gray-400\/25 {
  outline-color: rgb(156 163 175 / 0.25);
}

.outline-gray-400\/30 {
  outline-color: rgb(156 163 175 / 0.3);
}

.outline-gray-400\/35 {
  outline-color: rgb(156 163 175 / 0.35);
}

.outline-gray-400\/40 {
  outline-color: rgb(156 163 175 / 0.4);
}

.outline-gray-400\/45 {
  outline-color: rgb(156 163 175 / 0.45);
}

.outline-gray-400\/5 {
  outline-color: rgb(156 163 175 / 0.05);
}

.outline-gray-400\/50 {
  outline-color: rgb(156 163 175 / 0.5);
}

.outline-gray-400\/55 {
  outline-color: rgb(156 163 175 / 0.55);
}

.outline-gray-400\/60 {
  outline-color: rgb(156 163 175 / 0.6);
}

.outline-gray-400\/65 {
  outline-color: rgb(156 163 175 / 0.65);
}

.outline-gray-400\/70 {
  outline-color: rgb(156 163 175 / 0.7);
}

.outline-gray-400\/75 {
  outline-color: rgb(156 163 175 / 0.75);
}

.outline-gray-400\/80 {
  outline-color: rgb(156 163 175 / 0.8);
}

.outline-gray-400\/85 {
  outline-color: rgb(156 163 175 / 0.85);
}

.outline-gray-400\/90 {
  outline-color: rgb(156 163 175 / 0.9);
}

.outline-gray-400\/95 {
  outline-color: rgb(156 163 175 / 0.95);
}

.outline-gray-50 {
  outline-color: #f9fafb;
}

.outline-gray-50\/0 {
  outline-color: rgb(249 250 251 / 0);
}

.outline-gray-50\/10 {
  outline-color: rgb(249 250 251 / 0.1);
}

.outline-gray-50\/100 {
  outline-color: rgb(249 250 251 / 1);
}

.outline-gray-50\/15 {
  outline-color: rgb(249 250 251 / 0.15);
}

.outline-gray-50\/20 {
  outline-color: rgb(249 250 251 / 0.2);
}

.outline-gray-50\/25 {
  outline-color: rgb(249 250 251 / 0.25);
}

.outline-gray-50\/30 {
  outline-color: rgb(249 250 251 / 0.3);
}

.outline-gray-50\/35 {
  outline-color: rgb(249 250 251 / 0.35);
}

.outline-gray-50\/40 {
  outline-color: rgb(249 250 251 / 0.4);
}

.outline-gray-50\/45 {
  outline-color: rgb(249 250 251 / 0.45);
}

.outline-gray-50\/5 {
  outline-color: rgb(249 250 251 / 0.05);
}

.outline-gray-50\/50 {
  outline-color: rgb(249 250 251 / 0.5);
}

.outline-gray-50\/55 {
  outline-color: rgb(249 250 251 / 0.55);
}

.outline-gray-50\/60 {
  outline-color: rgb(249 250 251 / 0.6);
}

.outline-gray-50\/65 {
  outline-color: rgb(249 250 251 / 0.65);
}

.outline-gray-50\/70 {
  outline-color: rgb(249 250 251 / 0.7);
}

.outline-gray-50\/75 {
  outline-color: rgb(249 250 251 / 0.75);
}

.outline-gray-50\/80 {
  outline-color: rgb(249 250 251 / 0.8);
}

.outline-gray-50\/85 {
  outline-color: rgb(249 250 251 / 0.85);
}

.outline-gray-50\/90 {
  outline-color: rgb(249 250 251 / 0.9);
}

.outline-gray-50\/95 {
  outline-color: rgb(249 250 251 / 0.95);
}

.outline-gray-500 {
  outline-color: #6b7280;
}

.outline-gray-500\/0 {
  outline-color: rgb(107 114 128 / 0);
}

.outline-gray-500\/10 {
  outline-color: rgb(107 114 128 / 0.1);
}

.outline-gray-500\/100 {
  outline-color: rgb(107 114 128 / 1);
}

.outline-gray-500\/15 {
  outline-color: rgb(107 114 128 / 0.15);
}

.outline-gray-500\/20 {
  outline-color: rgb(107 114 128 / 0.2);
}

.outline-gray-500\/25 {
  outline-color: rgb(107 114 128 / 0.25);
}

.outline-gray-500\/30 {
  outline-color: rgb(107 114 128 / 0.3);
}

.outline-gray-500\/35 {
  outline-color: rgb(107 114 128 / 0.35);
}

.outline-gray-500\/40 {
  outline-color: rgb(107 114 128 / 0.4);
}

.outline-gray-500\/45 {
  outline-color: rgb(107 114 128 / 0.45);
}

.outline-gray-500\/5 {
  outline-color: rgb(107 114 128 / 0.05);
}

.outline-gray-500\/50 {
  outline-color: rgb(107 114 128 / 0.5);
}

.outline-gray-500\/55 {
  outline-color: rgb(107 114 128 / 0.55);
}

.outline-gray-500\/60 {
  outline-color: rgb(107 114 128 / 0.6);
}

.outline-gray-500\/65 {
  outline-color: rgb(107 114 128 / 0.65);
}

.outline-gray-500\/70 {
  outline-color: rgb(107 114 128 / 0.7);
}

.outline-gray-500\/75 {
  outline-color: rgb(107 114 128 / 0.75);
}

.outline-gray-500\/80 {
  outline-color: rgb(107 114 128 / 0.8);
}

.outline-gray-500\/85 {
  outline-color: rgb(107 114 128 / 0.85);
}

.outline-gray-500\/90 {
  outline-color: rgb(107 114 128 / 0.9);
}

.outline-gray-500\/95 {
  outline-color: rgb(107 114 128 / 0.95);
}

.outline-gray-600 {
  outline-color: #4b5563;
}

.outline-gray-600\/0 {
  outline-color: rgb(75 85 99 / 0);
}

.outline-gray-600\/10 {
  outline-color: rgb(75 85 99 / 0.1);
}

.outline-gray-600\/100 {
  outline-color: rgb(75 85 99 / 1);
}

.outline-gray-600\/15 {
  outline-color: rgb(75 85 99 / 0.15);
}

.outline-gray-600\/20 {
  outline-color: rgb(75 85 99 / 0.2);
}

.outline-gray-600\/25 {
  outline-color: rgb(75 85 99 / 0.25);
}

.outline-gray-600\/30 {
  outline-color: rgb(75 85 99 / 0.3);
}

.outline-gray-600\/35 {
  outline-color: rgb(75 85 99 / 0.35);
}

.outline-gray-600\/40 {
  outline-color: rgb(75 85 99 / 0.4);
}

.outline-gray-600\/45 {
  outline-color: rgb(75 85 99 / 0.45);
}

.outline-gray-600\/5 {
  outline-color: rgb(75 85 99 / 0.05);
}

.outline-gray-600\/50 {
  outline-color: rgb(75 85 99 / 0.5);
}

.outline-gray-600\/55 {
  outline-color: rgb(75 85 99 / 0.55);
}

.outline-gray-600\/60 {
  outline-color: rgb(75 85 99 / 0.6);
}

.outline-gray-600\/65 {
  outline-color: rgb(75 85 99 / 0.65);
}

.outline-gray-600\/70 {
  outline-color: rgb(75 85 99 / 0.7);
}

.outline-gray-600\/75 {
  outline-color: rgb(75 85 99 / 0.75);
}

.outline-gray-600\/80 {
  outline-color: rgb(75 85 99 / 0.8);
}

.outline-gray-600\/85 {
  outline-color: rgb(75 85 99 / 0.85);
}

.outline-gray-600\/90 {
  outline-color: rgb(75 85 99 / 0.9);
}

.outline-gray-600\/95 {
  outline-color: rgb(75 85 99 / 0.95);
}

.outline-gray-700 {
  outline-color: #374151;
}

.outline-gray-700\/0 {
  outline-color: rgb(55 65 81 / 0);
}

.outline-gray-700\/10 {
  outline-color: rgb(55 65 81 / 0.1);
}

.outline-gray-700\/100 {
  outline-color: rgb(55 65 81 / 1);
}

.outline-gray-700\/15 {
  outline-color: rgb(55 65 81 / 0.15);
}

.outline-gray-700\/20 {
  outline-color: rgb(55 65 81 / 0.2);
}

.outline-gray-700\/25 {
  outline-color: rgb(55 65 81 / 0.25);
}

.outline-gray-700\/30 {
  outline-color: rgb(55 65 81 / 0.3);
}

.outline-gray-700\/35 {
  outline-color: rgb(55 65 81 / 0.35);
}

.outline-gray-700\/40 {
  outline-color: rgb(55 65 81 / 0.4);
}

.outline-gray-700\/45 {
  outline-color: rgb(55 65 81 / 0.45);
}

.outline-gray-700\/5 {
  outline-color: rgb(55 65 81 / 0.05);
}

.outline-gray-700\/50 {
  outline-color: rgb(55 65 81 / 0.5);
}

.outline-gray-700\/55 {
  outline-color: rgb(55 65 81 / 0.55);
}

.outline-gray-700\/60 {
  outline-color: rgb(55 65 81 / 0.6);
}

.outline-gray-700\/65 {
  outline-color: rgb(55 65 81 / 0.65);
}

.outline-gray-700\/70 {
  outline-color: rgb(55 65 81 / 0.7);
}

.outline-gray-700\/75 {
  outline-color: rgb(55 65 81 / 0.75);
}

.outline-gray-700\/80 {
  outline-color: rgb(55 65 81 / 0.8);
}

.outline-gray-700\/85 {
  outline-color: rgb(55 65 81 / 0.85);
}

.outline-gray-700\/90 {
  outline-color: rgb(55 65 81 / 0.9);
}

.outline-gray-700\/95 {
  outline-color: rgb(55 65 81 / 0.95);
}

.outline-gray-800 {
  outline-color: #1f2937;
}

.outline-gray-800\/0 {
  outline-color: rgb(31 41 55 / 0);
}

.outline-gray-800\/10 {
  outline-color: rgb(31 41 55 / 0.1);
}

.outline-gray-800\/100 {
  outline-color: rgb(31 41 55 / 1);
}

.outline-gray-800\/15 {
  outline-color: rgb(31 41 55 / 0.15);
}

.outline-gray-800\/20 {
  outline-color: rgb(31 41 55 / 0.2);
}

.outline-gray-800\/25 {
  outline-color: rgb(31 41 55 / 0.25);
}

.outline-gray-800\/30 {
  outline-color: rgb(31 41 55 / 0.3);
}

.outline-gray-800\/35 {
  outline-color: rgb(31 41 55 / 0.35);
}

.outline-gray-800\/40 {
  outline-color: rgb(31 41 55 / 0.4);
}

.outline-gray-800\/45 {
  outline-color: rgb(31 41 55 / 0.45);
}

.outline-gray-800\/5 {
  outline-color: rgb(31 41 55 / 0.05);
}

.outline-gray-800\/50 {
  outline-color: rgb(31 41 55 / 0.5);
}

.outline-gray-800\/55 {
  outline-color: rgb(31 41 55 / 0.55);
}

.outline-gray-800\/60 {
  outline-color: rgb(31 41 55 / 0.6);
}

.outline-gray-800\/65 {
  outline-color: rgb(31 41 55 / 0.65);
}

.outline-gray-800\/70 {
  outline-color: rgb(31 41 55 / 0.7);
}

.outline-gray-800\/75 {
  outline-color: rgb(31 41 55 / 0.75);
}

.outline-gray-800\/80 {
  outline-color: rgb(31 41 55 / 0.8);
}

.outline-gray-800\/85 {
  outline-color: rgb(31 41 55 / 0.85);
}

.outline-gray-800\/90 {
  outline-color: rgb(31 41 55 / 0.9);
}

.outline-gray-800\/95 {
  outline-color: rgb(31 41 55 / 0.95);
}

.outline-gray-900 {
  outline-color: #111827;
}

.outline-gray-900\/0 {
  outline-color: rgb(17 24 39 / 0);
}

.outline-gray-900\/10 {
  outline-color: rgb(17 24 39 / 0.1);
}

.outline-gray-900\/100 {
  outline-color: rgb(17 24 39 / 1);
}

.outline-gray-900\/15 {
  outline-color: rgb(17 24 39 / 0.15);
}

.outline-gray-900\/20 {
  outline-color: rgb(17 24 39 / 0.2);
}

.outline-gray-900\/25 {
  outline-color: rgb(17 24 39 / 0.25);
}

.outline-gray-900\/30 {
  outline-color: rgb(17 24 39 / 0.3);
}

.outline-gray-900\/35 {
  outline-color: rgb(17 24 39 / 0.35);
}

.outline-gray-900\/40 {
  outline-color: rgb(17 24 39 / 0.4);
}

.outline-gray-900\/45 {
  outline-color: rgb(17 24 39 / 0.45);
}

.outline-gray-900\/5 {
  outline-color: rgb(17 24 39 / 0.05);
}

.outline-gray-900\/50 {
  outline-color: rgb(17 24 39 / 0.5);
}

.outline-gray-900\/55 {
  outline-color: rgb(17 24 39 / 0.55);
}

.outline-gray-900\/60 {
  outline-color: rgb(17 24 39 / 0.6);
}

.outline-gray-900\/65 {
  outline-color: rgb(17 24 39 / 0.65);
}

.outline-gray-900\/70 {
  outline-color: rgb(17 24 39 / 0.7);
}

.outline-gray-900\/75 {
  outline-color: rgb(17 24 39 / 0.75);
}

.outline-gray-900\/80 {
  outline-color: rgb(17 24 39 / 0.8);
}

.outline-gray-900\/85 {
  outline-color: rgb(17 24 39 / 0.85);
}

.outline-gray-900\/90 {
  outline-color: rgb(17 24 39 / 0.9);
}

.outline-gray-900\/95 {
  outline-color: rgb(17 24 39 / 0.95);
}

.outline-gray-950 {
  outline-color: #030712;
}

.outline-gray-950\/0 {
  outline-color: rgb(3 7 18 / 0);
}

.outline-gray-950\/10 {
  outline-color: rgb(3 7 18 / 0.1);
}

.outline-gray-950\/100 {
  outline-color: rgb(3 7 18 / 1);
}

.outline-gray-950\/15 {
  outline-color: rgb(3 7 18 / 0.15);
}

.outline-gray-950\/20 {
  outline-color: rgb(3 7 18 / 0.2);
}

.outline-gray-950\/25 {
  outline-color: rgb(3 7 18 / 0.25);
}

.outline-gray-950\/30 {
  outline-color: rgb(3 7 18 / 0.3);
}

.outline-gray-950\/35 {
  outline-color: rgb(3 7 18 / 0.35);
}

.outline-gray-950\/40 {
  outline-color: rgb(3 7 18 / 0.4);
}

.outline-gray-950\/45 {
  outline-color: rgb(3 7 18 / 0.45);
}

.outline-gray-950\/5 {
  outline-color: rgb(3 7 18 / 0.05);
}

.outline-gray-950\/50 {
  outline-color: rgb(3 7 18 / 0.5);
}

.outline-gray-950\/55 {
  outline-color: rgb(3 7 18 / 0.55);
}

.outline-gray-950\/60 {
  outline-color: rgb(3 7 18 / 0.6);
}

.outline-gray-950\/65 {
  outline-color: rgb(3 7 18 / 0.65);
}

.outline-gray-950\/70 {
  outline-color: rgb(3 7 18 / 0.7);
}

.outline-gray-950\/75 {
  outline-color: rgb(3 7 18 / 0.75);
}

.outline-gray-950\/80 {
  outline-color: rgb(3 7 18 / 0.8);
}

.outline-gray-950\/85 {
  outline-color: rgb(3 7 18 / 0.85);
}

.outline-gray-950\/90 {
  outline-color: rgb(3 7 18 / 0.9);
}

.outline-gray-950\/95 {
  outline-color: rgb(3 7 18 / 0.95);
}

.outline-neutral-100 {
  outline-color: #f5f5f5;
}

.outline-neutral-100\/0 {
  outline-color: rgb(245 245 245 / 0);
}

.outline-neutral-100\/10 {
  outline-color: rgb(245 245 245 / 0.1);
}

.outline-neutral-100\/100 {
  outline-color: rgb(245 245 245 / 1);
}

.outline-neutral-100\/15 {
  outline-color: rgb(245 245 245 / 0.15);
}

.outline-neutral-100\/20 {
  outline-color: rgb(245 245 245 / 0.2);
}

.outline-neutral-100\/25 {
  outline-color: rgb(245 245 245 / 0.25);
}

.outline-neutral-100\/30 {
  outline-color: rgb(245 245 245 / 0.3);
}

.outline-neutral-100\/35 {
  outline-color: rgb(245 245 245 / 0.35);
}

.outline-neutral-100\/40 {
  outline-color: rgb(245 245 245 / 0.4);
}

.outline-neutral-100\/45 {
  outline-color: rgb(245 245 245 / 0.45);
}

.outline-neutral-100\/5 {
  outline-color: rgb(245 245 245 / 0.05);
}

.outline-neutral-100\/50 {
  outline-color: rgb(245 245 245 / 0.5);
}

.outline-neutral-100\/55 {
  outline-color: rgb(245 245 245 / 0.55);
}

.outline-neutral-100\/60 {
  outline-color: rgb(245 245 245 / 0.6);
}

.outline-neutral-100\/65 {
  outline-color: rgb(245 245 245 / 0.65);
}

.outline-neutral-100\/70 {
  outline-color: rgb(245 245 245 / 0.7);
}

.outline-neutral-100\/75 {
  outline-color: rgb(245 245 245 / 0.75);
}

.outline-neutral-100\/80 {
  outline-color: rgb(245 245 245 / 0.8);
}

.outline-neutral-100\/85 {
  outline-color: rgb(245 245 245 / 0.85);
}

.outline-neutral-100\/90 {
  outline-color: rgb(245 245 245 / 0.9);
}

.outline-neutral-100\/95 {
  outline-color: rgb(245 245 245 / 0.95);
}

.outline-neutral-200 {
  outline-color: #e5e5e5;
}

.outline-neutral-200\/0 {
  outline-color: rgb(229 229 229 / 0);
}

.outline-neutral-200\/10 {
  outline-color: rgb(229 229 229 / 0.1);
}

.outline-neutral-200\/100 {
  outline-color: rgb(229 229 229 / 1);
}

.outline-neutral-200\/15 {
  outline-color: rgb(229 229 229 / 0.15);
}

.outline-neutral-200\/20 {
  outline-color: rgb(229 229 229 / 0.2);
}

.outline-neutral-200\/25 {
  outline-color: rgb(229 229 229 / 0.25);
}

.outline-neutral-200\/30 {
  outline-color: rgb(229 229 229 / 0.3);
}

.outline-neutral-200\/35 {
  outline-color: rgb(229 229 229 / 0.35);
}

.outline-neutral-200\/40 {
  outline-color: rgb(229 229 229 / 0.4);
}

.outline-neutral-200\/45 {
  outline-color: rgb(229 229 229 / 0.45);
}

.outline-neutral-200\/5 {
  outline-color: rgb(229 229 229 / 0.05);
}

.outline-neutral-200\/50 {
  outline-color: rgb(229 229 229 / 0.5);
}

.outline-neutral-200\/55 {
  outline-color: rgb(229 229 229 / 0.55);
}

.outline-neutral-200\/60 {
  outline-color: rgb(229 229 229 / 0.6);
}

.outline-neutral-200\/65 {
  outline-color: rgb(229 229 229 / 0.65);
}

.outline-neutral-200\/70 {
  outline-color: rgb(229 229 229 / 0.7);
}

.outline-neutral-200\/75 {
  outline-color: rgb(229 229 229 / 0.75);
}

.outline-neutral-200\/80 {
  outline-color: rgb(229 229 229 / 0.8);
}

.outline-neutral-200\/85 {
  outline-color: rgb(229 229 229 / 0.85);
}

.outline-neutral-200\/90 {
  outline-color: rgb(229 229 229 / 0.9);
}

.outline-neutral-200\/95 {
  outline-color: rgb(229 229 229 / 0.95);
}

.outline-neutral-300 {
  outline-color: #d4d4d4;
}

.outline-neutral-300\/0 {
  outline-color: rgb(212 212 212 / 0);
}

.outline-neutral-300\/10 {
  outline-color: rgb(212 212 212 / 0.1);
}

.outline-neutral-300\/100 {
  outline-color: rgb(212 212 212 / 1);
}

.outline-neutral-300\/15 {
  outline-color: rgb(212 212 212 / 0.15);
}

.outline-neutral-300\/20 {
  outline-color: rgb(212 212 212 / 0.2);
}

.outline-neutral-300\/25 {
  outline-color: rgb(212 212 212 / 0.25);
}

.outline-neutral-300\/30 {
  outline-color: rgb(212 212 212 / 0.3);
}

.outline-neutral-300\/35 {
  outline-color: rgb(212 212 212 / 0.35);
}

.outline-neutral-300\/40 {
  outline-color: rgb(212 212 212 / 0.4);
}

.outline-neutral-300\/45 {
  outline-color: rgb(212 212 212 / 0.45);
}

.outline-neutral-300\/5 {
  outline-color: rgb(212 212 212 / 0.05);
}

.outline-neutral-300\/50 {
  outline-color: rgb(212 212 212 / 0.5);
}

.outline-neutral-300\/55 {
  outline-color: rgb(212 212 212 / 0.55);
}

.outline-neutral-300\/60 {
  outline-color: rgb(212 212 212 / 0.6);
}

.outline-neutral-300\/65 {
  outline-color: rgb(212 212 212 / 0.65);
}

.outline-neutral-300\/70 {
  outline-color: rgb(212 212 212 / 0.7);
}

.outline-neutral-300\/75 {
  outline-color: rgb(212 212 212 / 0.75);
}

.outline-neutral-300\/80 {
  outline-color: rgb(212 212 212 / 0.8);
}

.outline-neutral-300\/85 {
  outline-color: rgb(212 212 212 / 0.85);
}

.outline-neutral-300\/90 {
  outline-color: rgb(212 212 212 / 0.9);
}

.outline-neutral-300\/95 {
  outline-color: rgb(212 212 212 / 0.95);
}

.outline-neutral-400 {
  outline-color: #a3a3a3;
}

.outline-neutral-400\/0 {
  outline-color: rgb(163 163 163 / 0);
}

.outline-neutral-400\/10 {
  outline-color: rgb(163 163 163 / 0.1);
}

.outline-neutral-400\/100 {
  outline-color: rgb(163 163 163 / 1);
}

.outline-neutral-400\/15 {
  outline-color: rgb(163 163 163 / 0.15);
}

.outline-neutral-400\/20 {
  outline-color: rgb(163 163 163 / 0.2);
}

.outline-neutral-400\/25 {
  outline-color: rgb(163 163 163 / 0.25);
}

.outline-neutral-400\/30 {
  outline-color: rgb(163 163 163 / 0.3);
}

.outline-neutral-400\/35 {
  outline-color: rgb(163 163 163 / 0.35);
}

.outline-neutral-400\/40 {
  outline-color: rgb(163 163 163 / 0.4);
}

.outline-neutral-400\/45 {
  outline-color: rgb(163 163 163 / 0.45);
}

.outline-neutral-400\/5 {
  outline-color: rgb(163 163 163 / 0.05);
}

.outline-neutral-400\/50 {
  outline-color: rgb(163 163 163 / 0.5);
}

.outline-neutral-400\/55 {
  outline-color: rgb(163 163 163 / 0.55);
}

.outline-neutral-400\/60 {
  outline-color: rgb(163 163 163 / 0.6);
}

.outline-neutral-400\/65 {
  outline-color: rgb(163 163 163 / 0.65);
}

.outline-neutral-400\/70 {
  outline-color: rgb(163 163 163 / 0.7);
}

.outline-neutral-400\/75 {
  outline-color: rgb(163 163 163 / 0.75);
}

.outline-neutral-400\/80 {
  outline-color: rgb(163 163 163 / 0.8);
}

.outline-neutral-400\/85 {
  outline-color: rgb(163 163 163 / 0.85);
}

.outline-neutral-400\/90 {
  outline-color: rgb(163 163 163 / 0.9);
}

.outline-neutral-400\/95 {
  outline-color: rgb(163 163 163 / 0.95);
}

.outline-neutral-50 {
  outline-color: #fafafa;
}

.outline-neutral-50\/0 {
  outline-color: rgb(250 250 250 / 0);
}

.outline-neutral-50\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}

.outline-neutral-50\/100 {
  outline-color: rgb(250 250 250 / 1);
}

.outline-neutral-50\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}

.outline-neutral-50\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}

.outline-neutral-50\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}

.outline-neutral-50\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}

.outline-neutral-50\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}

.outline-neutral-50\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}

.outline-neutral-50\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}

.outline-neutral-50\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}

.outline-neutral-50\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}

.outline-neutral-50\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}

.outline-neutral-50\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}

.outline-neutral-50\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}

.outline-neutral-50\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}

.outline-neutral-50\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}

.outline-neutral-50\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}

.outline-neutral-50\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}

.outline-neutral-50\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}

.outline-neutral-50\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}

.outline-neutral-500 {
  outline-color: #737373;
}

.outline-neutral-500\/0 {
  outline-color: rgb(115 115 115 / 0);
}

.outline-neutral-500\/10 {
  outline-color: rgb(115 115 115 / 0.1);
}

.outline-neutral-500\/100 {
  outline-color: rgb(115 115 115 / 1);
}

.outline-neutral-500\/15 {
  outline-color: rgb(115 115 115 / 0.15);
}

.outline-neutral-500\/20 {
  outline-color: rgb(115 115 115 / 0.2);
}

.outline-neutral-500\/25 {
  outline-color: rgb(115 115 115 / 0.25);
}

.outline-neutral-500\/30 {
  outline-color: rgb(115 115 115 / 0.3);
}

.outline-neutral-500\/35 {
  outline-color: rgb(115 115 115 / 0.35);
}

.outline-neutral-500\/40 {
  outline-color: rgb(115 115 115 / 0.4);
}

.outline-neutral-500\/45 {
  outline-color: rgb(115 115 115 / 0.45);
}

.outline-neutral-500\/5 {
  outline-color: rgb(115 115 115 / 0.05);
}

.outline-neutral-500\/50 {
  outline-color: rgb(115 115 115 / 0.5);
}

.outline-neutral-500\/55 {
  outline-color: rgb(115 115 115 / 0.55);
}

.outline-neutral-500\/60 {
  outline-color: rgb(115 115 115 / 0.6);
}

.outline-neutral-500\/65 {
  outline-color: rgb(115 115 115 / 0.65);
}

.outline-neutral-500\/70 {
  outline-color: rgb(115 115 115 / 0.7);
}

.outline-neutral-500\/75 {
  outline-color: rgb(115 115 115 / 0.75);
}

.outline-neutral-500\/80 {
  outline-color: rgb(115 115 115 / 0.8);
}

.outline-neutral-500\/85 {
  outline-color: rgb(115 115 115 / 0.85);
}

.outline-neutral-500\/90 {
  outline-color: rgb(115 115 115 / 0.9);
}

.outline-neutral-500\/95 {
  outline-color: rgb(115 115 115 / 0.95);
}

.outline-neutral-600 {
  outline-color: #525252;
}

.outline-neutral-600\/0 {
  outline-color: rgb(82 82 82 / 0);
}

.outline-neutral-600\/10 {
  outline-color: rgb(82 82 82 / 0.1);
}

.outline-neutral-600\/100 {
  outline-color: rgb(82 82 82 / 1);
}

.outline-neutral-600\/15 {
  outline-color: rgb(82 82 82 / 0.15);
}

.outline-neutral-600\/20 {
  outline-color: rgb(82 82 82 / 0.2);
}

.outline-neutral-600\/25 {
  outline-color: rgb(82 82 82 / 0.25);
}

.outline-neutral-600\/30 {
  outline-color: rgb(82 82 82 / 0.3);
}

.outline-neutral-600\/35 {
  outline-color: rgb(82 82 82 / 0.35);
}

.outline-neutral-600\/40 {
  outline-color: rgb(82 82 82 / 0.4);
}

.outline-neutral-600\/45 {
  outline-color: rgb(82 82 82 / 0.45);
}

.outline-neutral-600\/5 {
  outline-color: rgb(82 82 82 / 0.05);
}

.outline-neutral-600\/50 {
  outline-color: rgb(82 82 82 / 0.5);
}

.outline-neutral-600\/55 {
  outline-color: rgb(82 82 82 / 0.55);
}

.outline-neutral-600\/60 {
  outline-color: rgb(82 82 82 / 0.6);
}

.outline-neutral-600\/65 {
  outline-color: rgb(82 82 82 / 0.65);
}

.outline-neutral-600\/70 {
  outline-color: rgb(82 82 82 / 0.7);
}

.outline-neutral-600\/75 {
  outline-color: rgb(82 82 82 / 0.75);
}

.outline-neutral-600\/80 {
  outline-color: rgb(82 82 82 / 0.8);
}

.outline-neutral-600\/85 {
  outline-color: rgb(82 82 82 / 0.85);
}

.outline-neutral-600\/90 {
  outline-color: rgb(82 82 82 / 0.9);
}

.outline-neutral-600\/95 {
  outline-color: rgb(82 82 82 / 0.95);
}

.outline-neutral-700 {
  outline-color: #404040;
}

.outline-neutral-700\/0 {
  outline-color: rgb(64 64 64 / 0);
}

.outline-neutral-700\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}

.outline-neutral-700\/100 {
  outline-color: rgb(64 64 64 / 1);
}

.outline-neutral-700\/15 {
  outline-color: rgb(64 64 64 / 0.15);
}

.outline-neutral-700\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}

.outline-neutral-700\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}

.outline-neutral-700\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}

.outline-neutral-700\/35 {
  outline-color: rgb(64 64 64 / 0.35);
}

.outline-neutral-700\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}

.outline-neutral-700\/45 {
  outline-color: rgb(64 64 64 / 0.45);
}

.outline-neutral-700\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}

.outline-neutral-700\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}

.outline-neutral-700\/55 {
  outline-color: rgb(64 64 64 / 0.55);
}

.outline-neutral-700\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}

.outline-neutral-700\/65 {
  outline-color: rgb(64 64 64 / 0.65);
}

.outline-neutral-700\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}

.outline-neutral-700\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}

.outline-neutral-700\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}

.outline-neutral-700\/85 {
  outline-color: rgb(64 64 64 / 0.85);
}

.outline-neutral-700\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}

.outline-neutral-700\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}

.outline-neutral-800 {
  outline-color: #262626;
}

.outline-neutral-800\/0 {
  outline-color: rgb(38 38 38 / 0);
}

.outline-neutral-800\/10 {
  outline-color: rgb(38 38 38 / 0.1);
}

.outline-neutral-800\/100 {
  outline-color: rgb(38 38 38 / 1);
}

.outline-neutral-800\/15 {
  outline-color: rgb(38 38 38 / 0.15);
}

.outline-neutral-800\/20 {
  outline-color: rgb(38 38 38 / 0.2);
}

.outline-neutral-800\/25 {
  outline-color: rgb(38 38 38 / 0.25);
}

.outline-neutral-800\/30 {
  outline-color: rgb(38 38 38 / 0.3);
}

.outline-neutral-800\/35 {
  outline-color: rgb(38 38 38 / 0.35);
}

.outline-neutral-800\/40 {
  outline-color: rgb(38 38 38 / 0.4);
}

.outline-neutral-800\/45 {
  outline-color: rgb(38 38 38 / 0.45);
}

.outline-neutral-800\/5 {
  outline-color: rgb(38 38 38 / 0.05);
}

.outline-neutral-800\/50 {
  outline-color: rgb(38 38 38 / 0.5);
}

.outline-neutral-800\/55 {
  outline-color: rgb(38 38 38 / 0.55);
}

.outline-neutral-800\/60 {
  outline-color: rgb(38 38 38 / 0.6);
}

.outline-neutral-800\/65 {
  outline-color: rgb(38 38 38 / 0.65);
}

.outline-neutral-800\/70 {
  outline-color: rgb(38 38 38 / 0.7);
}

.outline-neutral-800\/75 {
  outline-color: rgb(38 38 38 / 0.75);
}

.outline-neutral-800\/80 {
  outline-color: rgb(38 38 38 / 0.8);
}

.outline-neutral-800\/85 {
  outline-color: rgb(38 38 38 / 0.85);
}

.outline-neutral-800\/90 {
  outline-color: rgb(38 38 38 / 0.9);
}

.outline-neutral-800\/95 {
  outline-color: rgb(38 38 38 / 0.95);
}

.outline-neutral-900 {
  outline-color: #171717;
}

.outline-neutral-900\/0 {
  outline-color: rgb(23 23 23 / 0);
}

.outline-neutral-900\/10 {
  outline-color: rgb(23 23 23 / 0.1);
}

.outline-neutral-900\/100 {
  outline-color: rgb(23 23 23 / 1);
}

.outline-neutral-900\/15 {
  outline-color: rgb(23 23 23 / 0.15);
}

.outline-neutral-900\/20 {
  outline-color: rgb(23 23 23 / 0.2);
}

.outline-neutral-900\/25 {
  outline-color: rgb(23 23 23 / 0.25);
}

.outline-neutral-900\/30 {
  outline-color: rgb(23 23 23 / 0.3);
}

.outline-neutral-900\/35 {
  outline-color: rgb(23 23 23 / 0.35);
}

.outline-neutral-900\/40 {
  outline-color: rgb(23 23 23 / 0.4);
}

.outline-neutral-900\/45 {
  outline-color: rgb(23 23 23 / 0.45);
}

.outline-neutral-900\/5 {
  outline-color: rgb(23 23 23 / 0.05);
}

.outline-neutral-900\/50 {
  outline-color: rgb(23 23 23 / 0.5);
}

.outline-neutral-900\/55 {
  outline-color: rgb(23 23 23 / 0.55);
}

.outline-neutral-900\/60 {
  outline-color: rgb(23 23 23 / 0.6);
}

.outline-neutral-900\/65 {
  outline-color: rgb(23 23 23 / 0.65);
}

.outline-neutral-900\/70 {
  outline-color: rgb(23 23 23 / 0.7);
}

.outline-neutral-900\/75 {
  outline-color: rgb(23 23 23 / 0.75);
}

.outline-neutral-900\/80 {
  outline-color: rgb(23 23 23 / 0.8);
}

.outline-neutral-900\/85 {
  outline-color: rgb(23 23 23 / 0.85);
}

.outline-neutral-900\/90 {
  outline-color: rgb(23 23 23 / 0.9);
}

.outline-neutral-900\/95 {
  outline-color: rgb(23 23 23 / 0.95);
}

.outline-neutral-950 {
  outline-color: #0a0a0a;
}

.outline-neutral-950\/0 {
  outline-color: rgb(10 10 10 / 0);
}

.outline-neutral-950\/10 {
  outline-color: rgb(10 10 10 / 0.1);
}

.outline-neutral-950\/100 {
  outline-color: rgb(10 10 10 / 1);
}

.outline-neutral-950\/15 {
  outline-color: rgb(10 10 10 / 0.15);
}

.outline-neutral-950\/20 {
  outline-color: rgb(10 10 10 / 0.2);
}

.outline-neutral-950\/25 {
  outline-color: rgb(10 10 10 / 0.25);
}

.outline-neutral-950\/30 {
  outline-color: rgb(10 10 10 / 0.3);
}

.outline-neutral-950\/35 {
  outline-color: rgb(10 10 10 / 0.35);
}

.outline-neutral-950\/40 {
  outline-color: rgb(10 10 10 / 0.4);
}

.outline-neutral-950\/45 {
  outline-color: rgb(10 10 10 / 0.45);
}

.outline-neutral-950\/5 {
  outline-color: rgb(10 10 10 / 0.05);
}

.outline-neutral-950\/50 {
  outline-color: rgb(10 10 10 / 0.5);
}

.outline-neutral-950\/55 {
  outline-color: rgb(10 10 10 / 0.55);
}

.outline-neutral-950\/60 {
  outline-color: rgb(10 10 10 / 0.6);
}

.outline-neutral-950\/65 {
  outline-color: rgb(10 10 10 / 0.65);
}

.outline-neutral-950\/70 {
  outline-color: rgb(10 10 10 / 0.7);
}

.outline-neutral-950\/75 {
  outline-color: rgb(10 10 10 / 0.75);
}

.outline-neutral-950\/80 {
  outline-color: rgb(10 10 10 / 0.8);
}

.outline-neutral-950\/85 {
  outline-color: rgb(10 10 10 / 0.85);
}

.outline-neutral-950\/90 {
  outline-color: rgb(10 10 10 / 0.9);
}

.outline-neutral-950\/95 {
  outline-color: rgb(10 10 10 / 0.95);
}

.outline-pink-100 {
  outline-color: #fce7f3;
}

.outline-pink-100\/0 {
  outline-color: rgb(252 231 243 / 0);
}

.outline-pink-100\/10 {
  outline-color: rgb(252 231 243 / 0.1);
}

.outline-pink-100\/100 {
  outline-color: rgb(252 231 243 / 1);
}

.outline-pink-100\/15 {
  outline-color: rgb(252 231 243 / 0.15);
}

.outline-pink-100\/20 {
  outline-color: rgb(252 231 243 / 0.2);
}

.outline-pink-100\/25 {
  outline-color: rgb(252 231 243 / 0.25);
}

.outline-pink-100\/30 {
  outline-color: rgb(252 231 243 / 0.3);
}

.outline-pink-100\/35 {
  outline-color: rgb(252 231 243 / 0.35);
}

.outline-pink-100\/40 {
  outline-color: rgb(252 231 243 / 0.4);
}

.outline-pink-100\/45 {
  outline-color: rgb(252 231 243 / 0.45);
}

.outline-pink-100\/5 {
  outline-color: rgb(252 231 243 / 0.05);
}

.outline-pink-100\/50 {
  outline-color: rgb(252 231 243 / 0.5);
}

.outline-pink-100\/55 {
  outline-color: rgb(252 231 243 / 0.55);
}

.outline-pink-100\/60 {
  outline-color: rgb(252 231 243 / 0.6);
}

.outline-pink-100\/65 {
  outline-color: rgb(252 231 243 / 0.65);
}

.outline-pink-100\/70 {
  outline-color: rgb(252 231 243 / 0.7);
}

.outline-pink-100\/75 {
  outline-color: rgb(252 231 243 / 0.75);
}

.outline-pink-100\/80 {
  outline-color: rgb(252 231 243 / 0.8);
}

.outline-pink-100\/85 {
  outline-color: rgb(252 231 243 / 0.85);
}

.outline-pink-100\/90 {
  outline-color: rgb(252 231 243 / 0.9);
}

.outline-pink-100\/95 {
  outline-color: rgb(252 231 243 / 0.95);
}

.outline-pink-200 {
  outline-color: #fbcfe8;
}

.outline-pink-200\/0 {
  outline-color: rgb(251 207 232 / 0);
}

.outline-pink-200\/10 {
  outline-color: rgb(251 207 232 / 0.1);
}

.outline-pink-200\/100 {
  outline-color: rgb(251 207 232 / 1);
}

.outline-pink-200\/15 {
  outline-color: rgb(251 207 232 / 0.15);
}

.outline-pink-200\/20 {
  outline-color: rgb(251 207 232 / 0.2);
}

.outline-pink-200\/25 {
  outline-color: rgb(251 207 232 / 0.25);
}

.outline-pink-200\/30 {
  outline-color: rgb(251 207 232 / 0.3);
}

.outline-pink-200\/35 {
  outline-color: rgb(251 207 232 / 0.35);
}

.outline-pink-200\/40 {
  outline-color: rgb(251 207 232 / 0.4);
}

.outline-pink-200\/45 {
  outline-color: rgb(251 207 232 / 0.45);
}

.outline-pink-200\/5 {
  outline-color: rgb(251 207 232 / 0.05);
}

.outline-pink-200\/50 {
  outline-color: rgb(251 207 232 / 0.5);
}

.outline-pink-200\/55 {
  outline-color: rgb(251 207 232 / 0.55);
}

.outline-pink-200\/60 {
  outline-color: rgb(251 207 232 / 0.6);
}

.outline-pink-200\/65 {
  outline-color: rgb(251 207 232 / 0.65);
}

.outline-pink-200\/70 {
  outline-color: rgb(251 207 232 / 0.7);
}

.outline-pink-200\/75 {
  outline-color: rgb(251 207 232 / 0.75);
}

.outline-pink-200\/80 {
  outline-color: rgb(251 207 232 / 0.8);
}

.outline-pink-200\/85 {
  outline-color: rgb(251 207 232 / 0.85);
}

.outline-pink-200\/90 {
  outline-color: rgb(251 207 232 / 0.9);
}

.outline-pink-200\/95 {
  outline-color: rgb(251 207 232 / 0.95);
}

.outline-pink-300 {
  outline-color: #f9a8d4;
}

.outline-pink-300\/0 {
  outline-color: rgb(249 168 212 / 0);
}

.outline-pink-300\/10 {
  outline-color: rgb(249 168 212 / 0.1);
}

.outline-pink-300\/100 {
  outline-color: rgb(249 168 212 / 1);
}

.outline-pink-300\/15 {
  outline-color: rgb(249 168 212 / 0.15);
}

.outline-pink-300\/20 {
  outline-color: rgb(249 168 212 / 0.2);
}

.outline-pink-300\/25 {
  outline-color: rgb(249 168 212 / 0.25);
}

.outline-pink-300\/30 {
  outline-color: rgb(249 168 212 / 0.3);
}

.outline-pink-300\/35 {
  outline-color: rgb(249 168 212 / 0.35);
}

.outline-pink-300\/40 {
  outline-color: rgb(249 168 212 / 0.4);
}

.outline-pink-300\/45 {
  outline-color: rgb(249 168 212 / 0.45);
}

.outline-pink-300\/5 {
  outline-color: rgb(249 168 212 / 0.05);
}

.outline-pink-300\/50 {
  outline-color: rgb(249 168 212 / 0.5);
}

.outline-pink-300\/55 {
  outline-color: rgb(249 168 212 / 0.55);
}

.outline-pink-300\/60 {
  outline-color: rgb(249 168 212 / 0.6);
}

.outline-pink-300\/65 {
  outline-color: rgb(249 168 212 / 0.65);
}

.outline-pink-300\/70 {
  outline-color: rgb(249 168 212 / 0.7);
}

.outline-pink-300\/75 {
  outline-color: rgb(249 168 212 / 0.75);
}

.outline-pink-300\/80 {
  outline-color: rgb(249 168 212 / 0.8);
}

.outline-pink-300\/85 {
  outline-color: rgb(249 168 212 / 0.85);
}

.outline-pink-300\/90 {
  outline-color: rgb(249 168 212 / 0.9);
}

.outline-pink-300\/95 {
  outline-color: rgb(249 168 212 / 0.95);
}

.outline-pink-400 {
  outline-color: #f472b6;
}

.outline-pink-400\/0 {
  outline-color: rgb(244 114 182 / 0);
}

.outline-pink-400\/10 {
  outline-color: rgb(244 114 182 / 0.1);
}

.outline-pink-400\/100 {
  outline-color: rgb(244 114 182 / 1);
}

.outline-pink-400\/15 {
  outline-color: rgb(244 114 182 / 0.15);
}

.outline-pink-400\/20 {
  outline-color: rgb(244 114 182 / 0.2);
}

.outline-pink-400\/25 {
  outline-color: rgb(244 114 182 / 0.25);
}

.outline-pink-400\/30 {
  outline-color: rgb(244 114 182 / 0.3);
}

.outline-pink-400\/35 {
  outline-color: rgb(244 114 182 / 0.35);
}

.outline-pink-400\/40 {
  outline-color: rgb(244 114 182 / 0.4);
}

.outline-pink-400\/45 {
  outline-color: rgb(244 114 182 / 0.45);
}

.outline-pink-400\/5 {
  outline-color: rgb(244 114 182 / 0.05);
}

.outline-pink-400\/50 {
  outline-color: rgb(244 114 182 / 0.5);
}

.outline-pink-400\/55 {
  outline-color: rgb(244 114 182 / 0.55);
}

.outline-pink-400\/60 {
  outline-color: rgb(244 114 182 / 0.6);
}

.outline-pink-400\/65 {
  outline-color: rgb(244 114 182 / 0.65);
}

.outline-pink-400\/70 {
  outline-color: rgb(244 114 182 / 0.7);
}

.outline-pink-400\/75 {
  outline-color: rgb(244 114 182 / 0.75);
}

.outline-pink-400\/80 {
  outline-color: rgb(244 114 182 / 0.8);
}

.outline-pink-400\/85 {
  outline-color: rgb(244 114 182 / 0.85);
}

.outline-pink-400\/90 {
  outline-color: rgb(244 114 182 / 0.9);
}

.outline-pink-400\/95 {
  outline-color: rgb(244 114 182 / 0.95);
}

.outline-pink-50 {
  outline-color: #fdf2f8;
}

.outline-pink-50\/0 {
  outline-color: rgb(253 242 248 / 0);
}

.outline-pink-50\/10 {
  outline-color: rgb(253 242 248 / 0.1);
}

.outline-pink-50\/100 {
  outline-color: rgb(253 242 248 / 1);
}

.outline-pink-50\/15 {
  outline-color: rgb(253 242 248 / 0.15);
}

.outline-pink-50\/20 {
  outline-color: rgb(253 242 248 / 0.2);
}

.outline-pink-50\/25 {
  outline-color: rgb(253 242 248 / 0.25);
}

.outline-pink-50\/30 {
  outline-color: rgb(253 242 248 / 0.3);
}

.outline-pink-50\/35 {
  outline-color: rgb(253 242 248 / 0.35);
}

.outline-pink-50\/40 {
  outline-color: rgb(253 242 248 / 0.4);
}

.outline-pink-50\/45 {
  outline-color: rgb(253 242 248 / 0.45);
}

.outline-pink-50\/5 {
  outline-color: rgb(253 242 248 / 0.05);
}

.outline-pink-50\/50 {
  outline-color: rgb(253 242 248 / 0.5);
}

.outline-pink-50\/55 {
  outline-color: rgb(253 242 248 / 0.55);
}

.outline-pink-50\/60 {
  outline-color: rgb(253 242 248 / 0.6);
}

.outline-pink-50\/65 {
  outline-color: rgb(253 242 248 / 0.65);
}

.outline-pink-50\/70 {
  outline-color: rgb(253 242 248 / 0.7);
}

.outline-pink-50\/75 {
  outline-color: rgb(253 242 248 / 0.75);
}

.outline-pink-50\/80 {
  outline-color: rgb(253 242 248 / 0.8);
}

.outline-pink-50\/85 {
  outline-color: rgb(253 242 248 / 0.85);
}

.outline-pink-50\/90 {
  outline-color: rgb(253 242 248 / 0.9);
}

.outline-pink-50\/95 {
  outline-color: rgb(253 242 248 / 0.95);
}

.outline-pink-500 {
  outline-color: #ec4899;
}

.outline-pink-500\/0 {
  outline-color: rgb(236 72 153 / 0);
}

.outline-pink-500\/10 {
  outline-color: rgb(236 72 153 / 0.1);
}

.outline-pink-500\/100 {
  outline-color: rgb(236 72 153 / 1);
}

.outline-pink-500\/15 {
  outline-color: rgb(236 72 153 / 0.15);
}

.outline-pink-500\/20 {
  outline-color: rgb(236 72 153 / 0.2);
}

.outline-pink-500\/25 {
  outline-color: rgb(236 72 153 / 0.25);
}

.outline-pink-500\/30 {
  outline-color: rgb(236 72 153 / 0.3);
}

.outline-pink-500\/35 {
  outline-color: rgb(236 72 153 / 0.35);
}

.outline-pink-500\/40 {
  outline-color: rgb(236 72 153 / 0.4);
}

.outline-pink-500\/45 {
  outline-color: rgb(236 72 153 / 0.45);
}

.outline-pink-500\/5 {
  outline-color: rgb(236 72 153 / 0.05);
}

.outline-pink-500\/50 {
  outline-color: rgb(236 72 153 / 0.5);
}

.outline-pink-500\/55 {
  outline-color: rgb(236 72 153 / 0.55);
}

.outline-pink-500\/60 {
  outline-color: rgb(236 72 153 / 0.6);
}

.outline-pink-500\/65 {
  outline-color: rgb(236 72 153 / 0.65);
}

.outline-pink-500\/70 {
  outline-color: rgb(236 72 153 / 0.7);
}

.outline-pink-500\/75 {
  outline-color: rgb(236 72 153 / 0.75);
}

.outline-pink-500\/80 {
  outline-color: rgb(236 72 153 / 0.8);
}

.outline-pink-500\/85 {
  outline-color: rgb(236 72 153 / 0.85);
}

.outline-pink-500\/90 {
  outline-color: rgb(236 72 153 / 0.9);
}

.outline-pink-500\/95 {
  outline-color: rgb(236 72 153 / 0.95);
}

.outline-pink-600 {
  outline-color: #db2777;
}

.outline-pink-600\/0 {
  outline-color: rgb(219 39 119 / 0);
}

.outline-pink-600\/10 {
  outline-color: rgb(219 39 119 / 0.1);
}

.outline-pink-600\/100 {
  outline-color: rgb(219 39 119 / 1);
}

.outline-pink-600\/15 {
  outline-color: rgb(219 39 119 / 0.15);
}

.outline-pink-600\/20 {
  outline-color: rgb(219 39 119 / 0.2);
}

.outline-pink-600\/25 {
  outline-color: rgb(219 39 119 / 0.25);
}

.outline-pink-600\/30 {
  outline-color: rgb(219 39 119 / 0.3);
}

.outline-pink-600\/35 {
  outline-color: rgb(219 39 119 / 0.35);
}

.outline-pink-600\/40 {
  outline-color: rgb(219 39 119 / 0.4);
}

.outline-pink-600\/45 {
  outline-color: rgb(219 39 119 / 0.45);
}

.outline-pink-600\/5 {
  outline-color: rgb(219 39 119 / 0.05);
}

.outline-pink-600\/50 {
  outline-color: rgb(219 39 119 / 0.5);
}

.outline-pink-600\/55 {
  outline-color: rgb(219 39 119 / 0.55);
}

.outline-pink-600\/60 {
  outline-color: rgb(219 39 119 / 0.6);
}

.outline-pink-600\/65 {
  outline-color: rgb(219 39 119 / 0.65);
}

.outline-pink-600\/70 {
  outline-color: rgb(219 39 119 / 0.7);
}

.outline-pink-600\/75 {
  outline-color: rgb(219 39 119 / 0.75);
}

.outline-pink-600\/80 {
  outline-color: rgb(219 39 119 / 0.8);
}

.outline-pink-600\/85 {
  outline-color: rgb(219 39 119 / 0.85);
}

.outline-pink-600\/90 {
  outline-color: rgb(219 39 119 / 0.9);
}

.outline-pink-600\/95 {
  outline-color: rgb(219 39 119 / 0.95);
}

.outline-pink-700 {
  outline-color: #be185d;
}

.outline-pink-700\/0 {
  outline-color: rgb(190 24 93 / 0);
}

.outline-pink-700\/10 {
  outline-color: rgb(190 24 93 / 0.1);
}

.outline-pink-700\/100 {
  outline-color: rgb(190 24 93 / 1);
}

.outline-pink-700\/15 {
  outline-color: rgb(190 24 93 / 0.15);
}

.outline-pink-700\/20 {
  outline-color: rgb(190 24 93 / 0.2);
}

.outline-pink-700\/25 {
  outline-color: rgb(190 24 93 / 0.25);
}

.outline-pink-700\/30 {
  outline-color: rgb(190 24 93 / 0.3);
}

.outline-pink-700\/35 {
  outline-color: rgb(190 24 93 / 0.35);
}

.outline-pink-700\/40 {
  outline-color: rgb(190 24 93 / 0.4);
}

.outline-pink-700\/45 {
  outline-color: rgb(190 24 93 / 0.45);
}

.outline-pink-700\/5 {
  outline-color: rgb(190 24 93 / 0.05);
}

.outline-pink-700\/50 {
  outline-color: rgb(190 24 93 / 0.5);
}

.outline-pink-700\/55 {
  outline-color: rgb(190 24 93 / 0.55);
}

.outline-pink-700\/60 {
  outline-color: rgb(190 24 93 / 0.6);
}

.outline-pink-700\/65 {
  outline-color: rgb(190 24 93 / 0.65);
}

.outline-pink-700\/70 {
  outline-color: rgb(190 24 93 / 0.7);
}

.outline-pink-700\/75 {
  outline-color: rgb(190 24 93 / 0.75);
}

.outline-pink-700\/80 {
  outline-color: rgb(190 24 93 / 0.8);
}

.outline-pink-700\/85 {
  outline-color: rgb(190 24 93 / 0.85);
}

.outline-pink-700\/90 {
  outline-color: rgb(190 24 93 / 0.9);
}

.outline-pink-700\/95 {
  outline-color: rgb(190 24 93 / 0.95);
}

.outline-pink-800 {
  outline-color: #9d174d;
}

.outline-pink-800\/0 {
  outline-color: rgb(157 23 77 / 0);
}

.outline-pink-800\/10 {
  outline-color: rgb(157 23 77 / 0.1);
}

.outline-pink-800\/100 {
  outline-color: rgb(157 23 77 / 1);
}

.outline-pink-800\/15 {
  outline-color: rgb(157 23 77 / 0.15);
}

.outline-pink-800\/20 {
  outline-color: rgb(157 23 77 / 0.2);
}

.outline-pink-800\/25 {
  outline-color: rgb(157 23 77 / 0.25);
}

.outline-pink-800\/30 {
  outline-color: rgb(157 23 77 / 0.3);
}

.outline-pink-800\/35 {
  outline-color: rgb(157 23 77 / 0.35);
}

.outline-pink-800\/40 {
  outline-color: rgb(157 23 77 / 0.4);
}

.outline-pink-800\/45 {
  outline-color: rgb(157 23 77 / 0.45);
}

.outline-pink-800\/5 {
  outline-color: rgb(157 23 77 / 0.05);
}

.outline-pink-800\/50 {
  outline-color: rgb(157 23 77 / 0.5);
}

.outline-pink-800\/55 {
  outline-color: rgb(157 23 77 / 0.55);
}

.outline-pink-800\/60 {
  outline-color: rgb(157 23 77 / 0.6);
}

.outline-pink-800\/65 {
  outline-color: rgb(157 23 77 / 0.65);
}

.outline-pink-800\/70 {
  outline-color: rgb(157 23 77 / 0.7);
}

.outline-pink-800\/75 {
  outline-color: rgb(157 23 77 / 0.75);
}

.outline-pink-800\/80 {
  outline-color: rgb(157 23 77 / 0.8);
}

.outline-pink-800\/85 {
  outline-color: rgb(157 23 77 / 0.85);
}

.outline-pink-800\/90 {
  outline-color: rgb(157 23 77 / 0.9);
}

.outline-pink-800\/95 {
  outline-color: rgb(157 23 77 / 0.95);
}

.outline-pink-900 {
  outline-color: #831843;
}

.outline-pink-900\/0 {
  outline-color: rgb(131 24 67 / 0);
}

.outline-pink-900\/10 {
  outline-color: rgb(131 24 67 / 0.1);
}

.outline-pink-900\/100 {
  outline-color: rgb(131 24 67 / 1);
}

.outline-pink-900\/15 {
  outline-color: rgb(131 24 67 / 0.15);
}

.outline-pink-900\/20 {
  outline-color: rgb(131 24 67 / 0.2);
}

.outline-pink-900\/25 {
  outline-color: rgb(131 24 67 / 0.25);
}

.outline-pink-900\/30 {
  outline-color: rgb(131 24 67 / 0.3);
}

.outline-pink-900\/35 {
  outline-color: rgb(131 24 67 / 0.35);
}

.outline-pink-900\/40 {
  outline-color: rgb(131 24 67 / 0.4);
}

.outline-pink-900\/45 {
  outline-color: rgb(131 24 67 / 0.45);
}

.outline-pink-900\/5 {
  outline-color: rgb(131 24 67 / 0.05);
}

.outline-pink-900\/50 {
  outline-color: rgb(131 24 67 / 0.5);
}

.outline-pink-900\/55 {
  outline-color: rgb(131 24 67 / 0.55);
}

.outline-pink-900\/60 {
  outline-color: rgb(131 24 67 / 0.6);
}

.outline-pink-900\/65 {
  outline-color: rgb(131 24 67 / 0.65);
}

.outline-pink-900\/70 {
  outline-color: rgb(131 24 67 / 0.7);
}

.outline-pink-900\/75 {
  outline-color: rgb(131 24 67 / 0.75);
}

.outline-pink-900\/80 {
  outline-color: rgb(131 24 67 / 0.8);
}

.outline-pink-900\/85 {
  outline-color: rgb(131 24 67 / 0.85);
}

.outline-pink-900\/90 {
  outline-color: rgb(131 24 67 / 0.9);
}

.outline-pink-900\/95 {
  outline-color: rgb(131 24 67 / 0.95);
}

.outline-pink-950 {
  outline-color: #500724;
}

.outline-pink-950\/0 {
  outline-color: rgb(80 7 36 / 0);
}

.outline-pink-950\/10 {
  outline-color: rgb(80 7 36 / 0.1);
}

.outline-pink-950\/100 {
  outline-color: rgb(80 7 36 / 1);
}

.outline-pink-950\/15 {
  outline-color: rgb(80 7 36 / 0.15);
}

.outline-pink-950\/20 {
  outline-color: rgb(80 7 36 / 0.2);
}

.outline-pink-950\/25 {
  outline-color: rgb(80 7 36 / 0.25);
}

.outline-pink-950\/30 {
  outline-color: rgb(80 7 36 / 0.3);
}

.outline-pink-950\/35 {
  outline-color: rgb(80 7 36 / 0.35);
}

.outline-pink-950\/40 {
  outline-color: rgb(80 7 36 / 0.4);
}

.outline-pink-950\/45 {
  outline-color: rgb(80 7 36 / 0.45);
}

.outline-pink-950\/5 {
  outline-color: rgb(80 7 36 / 0.05);
}

.outline-pink-950\/50 {
  outline-color: rgb(80 7 36 / 0.5);
}

.outline-pink-950\/55 {
  outline-color: rgb(80 7 36 / 0.55);
}

.outline-pink-950\/60 {
  outline-color: rgb(80 7 36 / 0.6);
}

.outline-pink-950\/65 {
  outline-color: rgb(80 7 36 / 0.65);
}

.outline-pink-950\/70 {
  outline-color: rgb(80 7 36 / 0.7);
}

.outline-pink-950\/75 {
  outline-color: rgb(80 7 36 / 0.75);
}

.outline-pink-950\/80 {
  outline-color: rgb(80 7 36 / 0.8);
}

.outline-pink-950\/85 {
  outline-color: rgb(80 7 36 / 0.85);
}

.outline-pink-950\/90 {
  outline-color: rgb(80 7 36 / 0.9);
}

.outline-pink-950\/95 {
  outline-color: rgb(80 7 36 / 0.95);
}

.outline-rose-100 {
  outline-color: #ffe4e6;
}

.outline-rose-100\/0 {
  outline-color: rgb(255 228 230 / 0);
}

.outline-rose-100\/10 {
  outline-color: rgb(255 228 230 / 0.1);
}

.outline-rose-100\/100 {
  outline-color: rgb(255 228 230 / 1);
}

.outline-rose-100\/15 {
  outline-color: rgb(255 228 230 / 0.15);
}

.outline-rose-100\/20 {
  outline-color: rgb(255 228 230 / 0.2);
}

.outline-rose-100\/25 {
  outline-color: rgb(255 228 230 / 0.25);
}

.outline-rose-100\/30 {
  outline-color: rgb(255 228 230 / 0.3);
}

.outline-rose-100\/35 {
  outline-color: rgb(255 228 230 / 0.35);
}

.outline-rose-100\/40 {
  outline-color: rgb(255 228 230 / 0.4);
}

.outline-rose-100\/45 {
  outline-color: rgb(255 228 230 / 0.45);
}

.outline-rose-100\/5 {
  outline-color: rgb(255 228 230 / 0.05);
}

.outline-rose-100\/50 {
  outline-color: rgb(255 228 230 / 0.5);
}

.outline-rose-100\/55 {
  outline-color: rgb(255 228 230 / 0.55);
}

.outline-rose-100\/60 {
  outline-color: rgb(255 228 230 / 0.6);
}

.outline-rose-100\/65 {
  outline-color: rgb(255 228 230 / 0.65);
}

.outline-rose-100\/70 {
  outline-color: rgb(255 228 230 / 0.7);
}

.outline-rose-100\/75 {
  outline-color: rgb(255 228 230 / 0.75);
}

.outline-rose-100\/80 {
  outline-color: rgb(255 228 230 / 0.8);
}

.outline-rose-100\/85 {
  outline-color: rgb(255 228 230 / 0.85);
}

.outline-rose-100\/90 {
  outline-color: rgb(255 228 230 / 0.9);
}

.outline-rose-100\/95 {
  outline-color: rgb(255 228 230 / 0.95);
}

.outline-rose-200 {
  outline-color: #fecdd3;
}

.outline-rose-200\/0 {
  outline-color: rgb(254 205 211 / 0);
}

.outline-rose-200\/10 {
  outline-color: rgb(254 205 211 / 0.1);
}

.outline-rose-200\/100 {
  outline-color: rgb(254 205 211 / 1);
}

.outline-rose-200\/15 {
  outline-color: rgb(254 205 211 / 0.15);
}

.outline-rose-200\/20 {
  outline-color: rgb(254 205 211 / 0.2);
}

.outline-rose-200\/25 {
  outline-color: rgb(254 205 211 / 0.25);
}

.outline-rose-200\/30 {
  outline-color: rgb(254 205 211 / 0.3);
}

.outline-rose-200\/35 {
  outline-color: rgb(254 205 211 / 0.35);
}

.outline-rose-200\/40 {
  outline-color: rgb(254 205 211 / 0.4);
}

.outline-rose-200\/45 {
  outline-color: rgb(254 205 211 / 0.45);
}

.outline-rose-200\/5 {
  outline-color: rgb(254 205 211 / 0.05);
}

.outline-rose-200\/50 {
  outline-color: rgb(254 205 211 / 0.5);
}

.outline-rose-200\/55 {
  outline-color: rgb(254 205 211 / 0.55);
}

.outline-rose-200\/60 {
  outline-color: rgb(254 205 211 / 0.6);
}

.outline-rose-200\/65 {
  outline-color: rgb(254 205 211 / 0.65);
}

.outline-rose-200\/70 {
  outline-color: rgb(254 205 211 / 0.7);
}

.outline-rose-200\/75 {
  outline-color: rgb(254 205 211 / 0.75);
}

.outline-rose-200\/80 {
  outline-color: rgb(254 205 211 / 0.8);
}

.outline-rose-200\/85 {
  outline-color: rgb(254 205 211 / 0.85);
}

.outline-rose-200\/90 {
  outline-color: rgb(254 205 211 / 0.9);
}

.outline-rose-200\/95 {
  outline-color: rgb(254 205 211 / 0.95);
}

.outline-rose-300 {
  outline-color: #fda4af;
}

.outline-rose-300\/0 {
  outline-color: rgb(253 164 175 / 0);
}

.outline-rose-300\/10 {
  outline-color: rgb(253 164 175 / 0.1);
}

.outline-rose-300\/100 {
  outline-color: rgb(253 164 175 / 1);
}

.outline-rose-300\/15 {
  outline-color: rgb(253 164 175 / 0.15);
}

.outline-rose-300\/20 {
  outline-color: rgb(253 164 175 / 0.2);
}

.outline-rose-300\/25 {
  outline-color: rgb(253 164 175 / 0.25);
}

.outline-rose-300\/30 {
  outline-color: rgb(253 164 175 / 0.3);
}

.outline-rose-300\/35 {
  outline-color: rgb(253 164 175 / 0.35);
}

.outline-rose-300\/40 {
  outline-color: rgb(253 164 175 / 0.4);
}

.outline-rose-300\/45 {
  outline-color: rgb(253 164 175 / 0.45);
}

.outline-rose-300\/5 {
  outline-color: rgb(253 164 175 / 0.05);
}

.outline-rose-300\/50 {
  outline-color: rgb(253 164 175 / 0.5);
}

.outline-rose-300\/55 {
  outline-color: rgb(253 164 175 / 0.55);
}

.outline-rose-300\/60 {
  outline-color: rgb(253 164 175 / 0.6);
}

.outline-rose-300\/65 {
  outline-color: rgb(253 164 175 / 0.65);
}

.outline-rose-300\/70 {
  outline-color: rgb(253 164 175 / 0.7);
}

.outline-rose-300\/75 {
  outline-color: rgb(253 164 175 / 0.75);
}

.outline-rose-300\/80 {
  outline-color: rgb(253 164 175 / 0.8);
}

.outline-rose-300\/85 {
  outline-color: rgb(253 164 175 / 0.85);
}

.outline-rose-300\/90 {
  outline-color: rgb(253 164 175 / 0.9);
}

.outline-rose-300\/95 {
  outline-color: rgb(253 164 175 / 0.95);
}

.outline-rose-400 {
  outline-color: #fb7185;
}

.outline-rose-400\/0 {
  outline-color: rgb(251 113 133 / 0);
}

.outline-rose-400\/10 {
  outline-color: rgb(251 113 133 / 0.1);
}

.outline-rose-400\/100 {
  outline-color: rgb(251 113 133 / 1);
}

.outline-rose-400\/15 {
  outline-color: rgb(251 113 133 / 0.15);
}

.outline-rose-400\/20 {
  outline-color: rgb(251 113 133 / 0.2);
}

.outline-rose-400\/25 {
  outline-color: rgb(251 113 133 / 0.25);
}

.outline-rose-400\/30 {
  outline-color: rgb(251 113 133 / 0.3);
}

.outline-rose-400\/35 {
  outline-color: rgb(251 113 133 / 0.35);
}

.outline-rose-400\/40 {
  outline-color: rgb(251 113 133 / 0.4);
}

.outline-rose-400\/45 {
  outline-color: rgb(251 113 133 / 0.45);
}

.outline-rose-400\/5 {
  outline-color: rgb(251 113 133 / 0.05);
}

.outline-rose-400\/50 {
  outline-color: rgb(251 113 133 / 0.5);
}

.outline-rose-400\/55 {
  outline-color: rgb(251 113 133 / 0.55);
}

.outline-rose-400\/60 {
  outline-color: rgb(251 113 133 / 0.6);
}

.outline-rose-400\/65 {
  outline-color: rgb(251 113 133 / 0.65);
}

.outline-rose-400\/70 {
  outline-color: rgb(251 113 133 / 0.7);
}

.outline-rose-400\/75 {
  outline-color: rgb(251 113 133 / 0.75);
}

.outline-rose-400\/80 {
  outline-color: rgb(251 113 133 / 0.8);
}

.outline-rose-400\/85 {
  outline-color: rgb(251 113 133 / 0.85);
}

.outline-rose-400\/90 {
  outline-color: rgb(251 113 133 / 0.9);
}

.outline-rose-400\/95 {
  outline-color: rgb(251 113 133 / 0.95);
}

.outline-rose-50 {
  outline-color: #fff1f2;
}

.outline-rose-50\/0 {
  outline-color: rgb(255 241 242 / 0);
}

.outline-rose-50\/10 {
  outline-color: rgb(255 241 242 / 0.1);
}

.outline-rose-50\/100 {
  outline-color: rgb(255 241 242 / 1);
}

.outline-rose-50\/15 {
  outline-color: rgb(255 241 242 / 0.15);
}

.outline-rose-50\/20 {
  outline-color: rgb(255 241 242 / 0.2);
}

.outline-rose-50\/25 {
  outline-color: rgb(255 241 242 / 0.25);
}

.outline-rose-50\/30 {
  outline-color: rgb(255 241 242 / 0.3);
}

.outline-rose-50\/35 {
  outline-color: rgb(255 241 242 / 0.35);
}

.outline-rose-50\/40 {
  outline-color: rgb(255 241 242 / 0.4);
}

.outline-rose-50\/45 {
  outline-color: rgb(255 241 242 / 0.45);
}

.outline-rose-50\/5 {
  outline-color: rgb(255 241 242 / 0.05);
}

.outline-rose-50\/50 {
  outline-color: rgb(255 241 242 / 0.5);
}

.outline-rose-50\/55 {
  outline-color: rgb(255 241 242 / 0.55);
}

.outline-rose-50\/60 {
  outline-color: rgb(255 241 242 / 0.6);
}

.outline-rose-50\/65 {
  outline-color: rgb(255 241 242 / 0.65);
}

.outline-rose-50\/70 {
  outline-color: rgb(255 241 242 / 0.7);
}

.outline-rose-50\/75 {
  outline-color: rgb(255 241 242 / 0.75);
}

.outline-rose-50\/80 {
  outline-color: rgb(255 241 242 / 0.8);
}

.outline-rose-50\/85 {
  outline-color: rgb(255 241 242 / 0.85);
}

.outline-rose-50\/90 {
  outline-color: rgb(255 241 242 / 0.9);
}

.outline-rose-50\/95 {
  outline-color: rgb(255 241 242 / 0.95);
}

.outline-rose-500 {
  outline-color: #f43f5e;
}

.outline-rose-500\/0 {
  outline-color: rgb(244 63 94 / 0);
}

.outline-rose-500\/10 {
  outline-color: rgb(244 63 94 / 0.1);
}

.outline-rose-500\/100 {
  outline-color: rgb(244 63 94 / 1);
}

.outline-rose-500\/15 {
  outline-color: rgb(244 63 94 / 0.15);
}

.outline-rose-500\/20 {
  outline-color: rgb(244 63 94 / 0.2);
}

.outline-rose-500\/25 {
  outline-color: rgb(244 63 94 / 0.25);
}

.outline-rose-500\/30 {
  outline-color: rgb(244 63 94 / 0.3);
}

.outline-rose-500\/35 {
  outline-color: rgb(244 63 94 / 0.35);
}

.outline-rose-500\/40 {
  outline-color: rgb(244 63 94 / 0.4);
}

.outline-rose-500\/45 {
  outline-color: rgb(244 63 94 / 0.45);
}

.outline-rose-500\/5 {
  outline-color: rgb(244 63 94 / 0.05);
}

.outline-rose-500\/50 {
  outline-color: rgb(244 63 94 / 0.5);
}

.outline-rose-500\/55 {
  outline-color: rgb(244 63 94 / 0.55);
}

.outline-rose-500\/60 {
  outline-color: rgb(244 63 94 / 0.6);
}

.outline-rose-500\/65 {
  outline-color: rgb(244 63 94 / 0.65);
}

.outline-rose-500\/70 {
  outline-color: rgb(244 63 94 / 0.7);
}

.outline-rose-500\/75 {
  outline-color: rgb(244 63 94 / 0.75);
}

.outline-rose-500\/80 {
  outline-color: rgb(244 63 94 / 0.8);
}

.outline-rose-500\/85 {
  outline-color: rgb(244 63 94 / 0.85);
}

.outline-rose-500\/90 {
  outline-color: rgb(244 63 94 / 0.9);
}

.outline-rose-500\/95 {
  outline-color: rgb(244 63 94 / 0.95);
}

.outline-rose-600 {
  outline-color: #e11d48;
}

.outline-rose-600\/0 {
  outline-color: rgb(225 29 72 / 0);
}

.outline-rose-600\/10 {
  outline-color: rgb(225 29 72 / 0.1);
}

.outline-rose-600\/100 {
  outline-color: rgb(225 29 72 / 1);
}

.outline-rose-600\/15 {
  outline-color: rgb(225 29 72 / 0.15);
}

.outline-rose-600\/20 {
  outline-color: rgb(225 29 72 / 0.2);
}

.outline-rose-600\/25 {
  outline-color: rgb(225 29 72 / 0.25);
}

.outline-rose-600\/30 {
  outline-color: rgb(225 29 72 / 0.3);
}

.outline-rose-600\/35 {
  outline-color: rgb(225 29 72 / 0.35);
}

.outline-rose-600\/40 {
  outline-color: rgb(225 29 72 / 0.4);
}

.outline-rose-600\/45 {
  outline-color: rgb(225 29 72 / 0.45);
}

.outline-rose-600\/5 {
  outline-color: rgb(225 29 72 / 0.05);
}

.outline-rose-600\/50 {
  outline-color: rgb(225 29 72 / 0.5);
}

.outline-rose-600\/55 {
  outline-color: rgb(225 29 72 / 0.55);
}

.outline-rose-600\/60 {
  outline-color: rgb(225 29 72 / 0.6);
}

.outline-rose-600\/65 {
  outline-color: rgb(225 29 72 / 0.65);
}

.outline-rose-600\/70 {
  outline-color: rgb(225 29 72 / 0.7);
}

.outline-rose-600\/75 {
  outline-color: rgb(225 29 72 / 0.75);
}

.outline-rose-600\/80 {
  outline-color: rgb(225 29 72 / 0.8);
}

.outline-rose-600\/85 {
  outline-color: rgb(225 29 72 / 0.85);
}

.outline-rose-600\/90 {
  outline-color: rgb(225 29 72 / 0.9);
}

.outline-rose-600\/95 {
  outline-color: rgb(225 29 72 / 0.95);
}

.outline-rose-700 {
  outline-color: #be123c;
}

.outline-rose-700\/0 {
  outline-color: rgb(190 18 60 / 0);
}

.outline-rose-700\/10 {
  outline-color: rgb(190 18 60 / 0.1);
}

.outline-rose-700\/100 {
  outline-color: rgb(190 18 60 / 1);
}

.outline-rose-700\/15 {
  outline-color: rgb(190 18 60 / 0.15);
}

.outline-rose-700\/20 {
  outline-color: rgb(190 18 60 / 0.2);
}

.outline-rose-700\/25 {
  outline-color: rgb(190 18 60 / 0.25);
}

.outline-rose-700\/30 {
  outline-color: rgb(190 18 60 / 0.3);
}

.outline-rose-700\/35 {
  outline-color: rgb(190 18 60 / 0.35);
}

.outline-rose-700\/40 {
  outline-color: rgb(190 18 60 / 0.4);
}

.outline-rose-700\/45 {
  outline-color: rgb(190 18 60 / 0.45);
}

.outline-rose-700\/5 {
  outline-color: rgb(190 18 60 / 0.05);
}

.outline-rose-700\/50 {
  outline-color: rgb(190 18 60 / 0.5);
}

.outline-rose-700\/55 {
  outline-color: rgb(190 18 60 / 0.55);
}

.outline-rose-700\/60 {
  outline-color: rgb(190 18 60 / 0.6);
}

.outline-rose-700\/65 {
  outline-color: rgb(190 18 60 / 0.65);
}

.outline-rose-700\/70 {
  outline-color: rgb(190 18 60 / 0.7);
}

.outline-rose-700\/75 {
  outline-color: rgb(190 18 60 / 0.75);
}

.outline-rose-700\/80 {
  outline-color: rgb(190 18 60 / 0.8);
}

.outline-rose-700\/85 {
  outline-color: rgb(190 18 60 / 0.85);
}

.outline-rose-700\/90 {
  outline-color: rgb(190 18 60 / 0.9);
}

.outline-rose-700\/95 {
  outline-color: rgb(190 18 60 / 0.95);
}

.outline-rose-800 {
  outline-color: #9f1239;
}

.outline-rose-800\/0 {
  outline-color: rgb(159 18 57 / 0);
}

.outline-rose-800\/10 {
  outline-color: rgb(159 18 57 / 0.1);
}

.outline-rose-800\/100 {
  outline-color: rgb(159 18 57 / 1);
}

.outline-rose-800\/15 {
  outline-color: rgb(159 18 57 / 0.15);
}

.outline-rose-800\/20 {
  outline-color: rgb(159 18 57 / 0.2);
}

.outline-rose-800\/25 {
  outline-color: rgb(159 18 57 / 0.25);
}

.outline-rose-800\/30 {
  outline-color: rgb(159 18 57 / 0.3);
}

.outline-rose-800\/35 {
  outline-color: rgb(159 18 57 / 0.35);
}

.outline-rose-800\/40 {
  outline-color: rgb(159 18 57 / 0.4);
}

.outline-rose-800\/45 {
  outline-color: rgb(159 18 57 / 0.45);
}

.outline-rose-800\/5 {
  outline-color: rgb(159 18 57 / 0.05);
}

.outline-rose-800\/50 {
  outline-color: rgb(159 18 57 / 0.5);
}

.outline-rose-800\/55 {
  outline-color: rgb(159 18 57 / 0.55);
}

.outline-rose-800\/60 {
  outline-color: rgb(159 18 57 / 0.6);
}

.outline-rose-800\/65 {
  outline-color: rgb(159 18 57 / 0.65);
}

.outline-rose-800\/70 {
  outline-color: rgb(159 18 57 / 0.7);
}

.outline-rose-800\/75 {
  outline-color: rgb(159 18 57 / 0.75);
}

.outline-rose-800\/80 {
  outline-color: rgb(159 18 57 / 0.8);
}

.outline-rose-800\/85 {
  outline-color: rgb(159 18 57 / 0.85);
}

.outline-rose-800\/90 {
  outline-color: rgb(159 18 57 / 0.9);
}

.outline-rose-800\/95 {
  outline-color: rgb(159 18 57 / 0.95);
}

.outline-rose-900 {
  outline-color: #881337;
}

.outline-rose-900\/0 {
  outline-color: rgb(136 19 55 / 0);
}

.outline-rose-900\/10 {
  outline-color: rgb(136 19 55 / 0.1);
}

.outline-rose-900\/100 {
  outline-color: rgb(136 19 55 / 1);
}

.outline-rose-900\/15 {
  outline-color: rgb(136 19 55 / 0.15);
}

.outline-rose-900\/20 {
  outline-color: rgb(136 19 55 / 0.2);
}

.outline-rose-900\/25 {
  outline-color: rgb(136 19 55 / 0.25);
}

.outline-rose-900\/30 {
  outline-color: rgb(136 19 55 / 0.3);
}

.outline-rose-900\/35 {
  outline-color: rgb(136 19 55 / 0.35);
}

.outline-rose-900\/40 {
  outline-color: rgb(136 19 55 / 0.4);
}

.outline-rose-900\/45 {
  outline-color: rgb(136 19 55 / 0.45);
}

.outline-rose-900\/5 {
  outline-color: rgb(136 19 55 / 0.05);
}

.outline-rose-900\/50 {
  outline-color: rgb(136 19 55 / 0.5);
}

.outline-rose-900\/55 {
  outline-color: rgb(136 19 55 / 0.55);
}

.outline-rose-900\/60 {
  outline-color: rgb(136 19 55 / 0.6);
}

.outline-rose-900\/65 {
  outline-color: rgb(136 19 55 / 0.65);
}

.outline-rose-900\/70 {
  outline-color: rgb(136 19 55 / 0.7);
}

.outline-rose-900\/75 {
  outline-color: rgb(136 19 55 / 0.75);
}

.outline-rose-900\/80 {
  outline-color: rgb(136 19 55 / 0.8);
}

.outline-rose-900\/85 {
  outline-color: rgb(136 19 55 / 0.85);
}

.outline-rose-900\/90 {
  outline-color: rgb(136 19 55 / 0.9);
}

.outline-rose-900\/95 {
  outline-color: rgb(136 19 55 / 0.95);
}

.outline-rose-950 {
  outline-color: #4c0519;
}

.outline-rose-950\/0 {
  outline-color: rgb(76 5 25 / 0);
}

.outline-rose-950\/10 {
  outline-color: rgb(76 5 25 / 0.1);
}

.outline-rose-950\/100 {
  outline-color: rgb(76 5 25 / 1);
}

.outline-rose-950\/15 {
  outline-color: rgb(76 5 25 / 0.15);
}

.outline-rose-950\/20 {
  outline-color: rgb(76 5 25 / 0.2);
}

.outline-rose-950\/25 {
  outline-color: rgb(76 5 25 / 0.25);
}

.outline-rose-950\/30 {
  outline-color: rgb(76 5 25 / 0.3);
}

.outline-rose-950\/35 {
  outline-color: rgb(76 5 25 / 0.35);
}

.outline-rose-950\/40 {
  outline-color: rgb(76 5 25 / 0.4);
}

.outline-rose-950\/45 {
  outline-color: rgb(76 5 25 / 0.45);
}

.outline-rose-950\/5 {
  outline-color: rgb(76 5 25 / 0.05);
}

.outline-rose-950\/50 {
  outline-color: rgb(76 5 25 / 0.5);
}

.outline-rose-950\/55 {
  outline-color: rgb(76 5 25 / 0.55);
}

.outline-rose-950\/60 {
  outline-color: rgb(76 5 25 / 0.6);
}

.outline-rose-950\/65 {
  outline-color: rgb(76 5 25 / 0.65);
}

.outline-rose-950\/70 {
  outline-color: rgb(76 5 25 / 0.7);
}

.outline-rose-950\/75 {
  outline-color: rgb(76 5 25 / 0.75);
}

.outline-rose-950\/80 {
  outline-color: rgb(76 5 25 / 0.8);
}

.outline-rose-950\/85 {
  outline-color: rgb(76 5 25 / 0.85);
}

.outline-rose-950\/90 {
  outline-color: rgb(76 5 25 / 0.9);
}

.outline-rose-950\/95 {
  outline-color: rgb(76 5 25 / 0.95);
}

.outline-slate-100 {
  outline-color: #f1f5f9;
}

.outline-slate-100\/0 {
  outline-color: rgb(241 245 249 / 0);
}

.outline-slate-100\/10 {
  outline-color: rgb(241 245 249 / 0.1);
}

.outline-slate-100\/100 {
  outline-color: rgb(241 245 249 / 1);
}

.outline-slate-100\/15 {
  outline-color: rgb(241 245 249 / 0.15);
}

.outline-slate-100\/20 {
  outline-color: rgb(241 245 249 / 0.2);
}

.outline-slate-100\/25 {
  outline-color: rgb(241 245 249 / 0.25);
}

.outline-slate-100\/30 {
  outline-color: rgb(241 245 249 / 0.3);
}

.outline-slate-100\/35 {
  outline-color: rgb(241 245 249 / 0.35);
}

.outline-slate-100\/40 {
  outline-color: rgb(241 245 249 / 0.4);
}

.outline-slate-100\/45 {
  outline-color: rgb(241 245 249 / 0.45);
}

.outline-slate-100\/5 {
  outline-color: rgb(241 245 249 / 0.05);
}

.outline-slate-100\/50 {
  outline-color: rgb(241 245 249 / 0.5);
}

.outline-slate-100\/55 {
  outline-color: rgb(241 245 249 / 0.55);
}

.outline-slate-100\/60 {
  outline-color: rgb(241 245 249 / 0.6);
}

.outline-slate-100\/65 {
  outline-color: rgb(241 245 249 / 0.65);
}

.outline-slate-100\/70 {
  outline-color: rgb(241 245 249 / 0.7);
}

.outline-slate-100\/75 {
  outline-color: rgb(241 245 249 / 0.75);
}

.outline-slate-100\/80 {
  outline-color: rgb(241 245 249 / 0.8);
}

.outline-slate-100\/85 {
  outline-color: rgb(241 245 249 / 0.85);
}

.outline-slate-100\/90 {
  outline-color: rgb(241 245 249 / 0.9);
}

.outline-slate-100\/95 {
  outline-color: rgb(241 245 249 / 0.95);
}

.outline-slate-200 {
  outline-color: #e2e8f0;
}

.outline-slate-200\/0 {
  outline-color: rgb(226 232 240 / 0);
}

.outline-slate-200\/10 {
  outline-color: rgb(226 232 240 / 0.1);
}

.outline-slate-200\/100 {
  outline-color: rgb(226 232 240 / 1);
}

.outline-slate-200\/15 {
  outline-color: rgb(226 232 240 / 0.15);
}

.outline-slate-200\/20 {
  outline-color: rgb(226 232 240 / 0.2);
}

.outline-slate-200\/25 {
  outline-color: rgb(226 232 240 / 0.25);
}

.outline-slate-200\/30 {
  outline-color: rgb(226 232 240 / 0.3);
}

.outline-slate-200\/35 {
  outline-color: rgb(226 232 240 / 0.35);
}

.outline-slate-200\/40 {
  outline-color: rgb(226 232 240 / 0.4);
}

.outline-slate-200\/45 {
  outline-color: rgb(226 232 240 / 0.45);
}

.outline-slate-200\/5 {
  outline-color: rgb(226 232 240 / 0.05);
}

.outline-slate-200\/50 {
  outline-color: rgb(226 232 240 / 0.5);
}

.outline-slate-200\/55 {
  outline-color: rgb(226 232 240 / 0.55);
}

.outline-slate-200\/60 {
  outline-color: rgb(226 232 240 / 0.6);
}

.outline-slate-200\/65 {
  outline-color: rgb(226 232 240 / 0.65);
}

.outline-slate-200\/70 {
  outline-color: rgb(226 232 240 / 0.7);
}

.outline-slate-200\/75 {
  outline-color: rgb(226 232 240 / 0.75);
}

.outline-slate-200\/80 {
  outline-color: rgb(226 232 240 / 0.8);
}

.outline-slate-200\/85 {
  outline-color: rgb(226 232 240 / 0.85);
}

.outline-slate-200\/90 {
  outline-color: rgb(226 232 240 / 0.9);
}

.outline-slate-200\/95 {
  outline-color: rgb(226 232 240 / 0.95);
}

.outline-slate-300 {
  outline-color: #cbd5e1;
}

.outline-slate-300\/0 {
  outline-color: rgb(203 213 225 / 0);
}

.outline-slate-300\/10 {
  outline-color: rgb(203 213 225 / 0.1);
}

.outline-slate-300\/100 {
  outline-color: rgb(203 213 225 / 1);
}

.outline-slate-300\/15 {
  outline-color: rgb(203 213 225 / 0.15);
}

.outline-slate-300\/20 {
  outline-color: rgb(203 213 225 / 0.2);
}

.outline-slate-300\/25 {
  outline-color: rgb(203 213 225 / 0.25);
}

.outline-slate-300\/30 {
  outline-color: rgb(203 213 225 / 0.3);
}

.outline-slate-300\/35 {
  outline-color: rgb(203 213 225 / 0.35);
}

.outline-slate-300\/40 {
  outline-color: rgb(203 213 225 / 0.4);
}

.outline-slate-300\/45 {
  outline-color: rgb(203 213 225 / 0.45);
}

.outline-slate-300\/5 {
  outline-color: rgb(203 213 225 / 0.05);
}

.outline-slate-300\/50 {
  outline-color: rgb(203 213 225 / 0.5);
}

.outline-slate-300\/55 {
  outline-color: rgb(203 213 225 / 0.55);
}

.outline-slate-300\/60 {
  outline-color: rgb(203 213 225 / 0.6);
}

.outline-slate-300\/65 {
  outline-color: rgb(203 213 225 / 0.65);
}

.outline-slate-300\/70 {
  outline-color: rgb(203 213 225 / 0.7);
}

.outline-slate-300\/75 {
  outline-color: rgb(203 213 225 / 0.75);
}

.outline-slate-300\/80 {
  outline-color: rgb(203 213 225 / 0.8);
}

.outline-slate-300\/85 {
  outline-color: rgb(203 213 225 / 0.85);
}

.outline-slate-300\/90 {
  outline-color: rgb(203 213 225 / 0.9);
}

.outline-slate-300\/95 {
  outline-color: rgb(203 213 225 / 0.95);
}

.outline-slate-400 {
  outline-color: #94a3b8;
}

.outline-slate-400\/0 {
  outline-color: rgb(148 163 184 / 0);
}

.outline-slate-400\/10 {
  outline-color: rgb(148 163 184 / 0.1);
}

.outline-slate-400\/100 {
  outline-color: rgb(148 163 184 / 1);
}

.outline-slate-400\/15 {
  outline-color: rgb(148 163 184 / 0.15);
}

.outline-slate-400\/20 {
  outline-color: rgb(148 163 184 / 0.2);
}

.outline-slate-400\/25 {
  outline-color: rgb(148 163 184 / 0.25);
}

.outline-slate-400\/30 {
  outline-color: rgb(148 163 184 / 0.3);
}

.outline-slate-400\/35 {
  outline-color: rgb(148 163 184 / 0.35);
}

.outline-slate-400\/40 {
  outline-color: rgb(148 163 184 / 0.4);
}

.outline-slate-400\/45 {
  outline-color: rgb(148 163 184 / 0.45);
}

.outline-slate-400\/5 {
  outline-color: rgb(148 163 184 / 0.05);
}

.outline-slate-400\/50 {
  outline-color: rgb(148 163 184 / 0.5);
}

.outline-slate-400\/55 {
  outline-color: rgb(148 163 184 / 0.55);
}

.outline-slate-400\/60 {
  outline-color: rgb(148 163 184 / 0.6);
}

.outline-slate-400\/65 {
  outline-color: rgb(148 163 184 / 0.65);
}

.outline-slate-400\/70 {
  outline-color: rgb(148 163 184 / 0.7);
}

.outline-slate-400\/75 {
  outline-color: rgb(148 163 184 / 0.75);
}

.outline-slate-400\/80 {
  outline-color: rgb(148 163 184 / 0.8);
}

.outline-slate-400\/85 {
  outline-color: rgb(148 163 184 / 0.85);
}

.outline-slate-400\/90 {
  outline-color: rgb(148 163 184 / 0.9);
}

.outline-slate-400\/95 {
  outline-color: rgb(148 163 184 / 0.95);
}

.outline-slate-50 {
  outline-color: #f8fafc;
}

.outline-slate-50\/0 {
  outline-color: rgb(248 250 252 / 0);
}

.outline-slate-50\/10 {
  outline-color: rgb(248 250 252 / 0.1);
}

.outline-slate-50\/100 {
  outline-color: rgb(248 250 252 / 1);
}

.outline-slate-50\/15 {
  outline-color: rgb(248 250 252 / 0.15);
}

.outline-slate-50\/20 {
  outline-color: rgb(248 250 252 / 0.2);
}

.outline-slate-50\/25 {
  outline-color: rgb(248 250 252 / 0.25);
}

.outline-slate-50\/30 {
  outline-color: rgb(248 250 252 / 0.3);
}

.outline-slate-50\/35 {
  outline-color: rgb(248 250 252 / 0.35);
}

.outline-slate-50\/40 {
  outline-color: rgb(248 250 252 / 0.4);
}

.outline-slate-50\/45 {
  outline-color: rgb(248 250 252 / 0.45);
}

.outline-slate-50\/5 {
  outline-color: rgb(248 250 252 / 0.05);
}

.outline-slate-50\/50 {
  outline-color: rgb(248 250 252 / 0.5);
}

.outline-slate-50\/55 {
  outline-color: rgb(248 250 252 / 0.55);
}

.outline-slate-50\/60 {
  outline-color: rgb(248 250 252 / 0.6);
}

.outline-slate-50\/65 {
  outline-color: rgb(248 250 252 / 0.65);
}

.outline-slate-50\/70 {
  outline-color: rgb(248 250 252 / 0.7);
}

.outline-slate-50\/75 {
  outline-color: rgb(248 250 252 / 0.75);
}

.outline-slate-50\/80 {
  outline-color: rgb(248 250 252 / 0.8);
}

.outline-slate-50\/85 {
  outline-color: rgb(248 250 252 / 0.85);
}

.outline-slate-50\/90 {
  outline-color: rgb(248 250 252 / 0.9);
}

.outline-slate-50\/95 {
  outline-color: rgb(248 250 252 / 0.95);
}

.outline-slate-500 {
  outline-color: #64748b;
}

.outline-slate-500\/0 {
  outline-color: rgb(100 116 139 / 0);
}

.outline-slate-500\/10 {
  outline-color: rgb(100 116 139 / 0.1);
}

.outline-slate-500\/100 {
  outline-color: rgb(100 116 139 / 1);
}

.outline-slate-500\/15 {
  outline-color: rgb(100 116 139 / 0.15);
}

.outline-slate-500\/20 {
  outline-color: rgb(100 116 139 / 0.2);
}

.outline-slate-500\/25 {
  outline-color: rgb(100 116 139 / 0.25);
}

.outline-slate-500\/30 {
  outline-color: rgb(100 116 139 / 0.3);
}

.outline-slate-500\/35 {
  outline-color: rgb(100 116 139 / 0.35);
}

.outline-slate-500\/40 {
  outline-color: rgb(100 116 139 / 0.4);
}

.outline-slate-500\/45 {
  outline-color: rgb(100 116 139 / 0.45);
}

.outline-slate-500\/5 {
  outline-color: rgb(100 116 139 / 0.05);
}

.outline-slate-500\/50 {
  outline-color: rgb(100 116 139 / 0.5);
}

.outline-slate-500\/55 {
  outline-color: rgb(100 116 139 / 0.55);
}

.outline-slate-500\/60 {
  outline-color: rgb(100 116 139 / 0.6);
}

.outline-slate-500\/65 {
  outline-color: rgb(100 116 139 / 0.65);
}

.outline-slate-500\/70 {
  outline-color: rgb(100 116 139 / 0.7);
}

.outline-slate-500\/75 {
  outline-color: rgb(100 116 139 / 0.75);
}

.outline-slate-500\/80 {
  outline-color: rgb(100 116 139 / 0.8);
}

.outline-slate-500\/85 {
  outline-color: rgb(100 116 139 / 0.85);
}

.outline-slate-500\/90 {
  outline-color: rgb(100 116 139 / 0.9);
}

.outline-slate-500\/95 {
  outline-color: rgb(100 116 139 / 0.95);
}

.outline-slate-600 {
  outline-color: #475569;
}

.outline-slate-600\/0 {
  outline-color: rgb(71 85 105 / 0);
}

.outline-slate-600\/10 {
  outline-color: rgb(71 85 105 / 0.1);
}

.outline-slate-600\/100 {
  outline-color: rgb(71 85 105 / 1);
}

.outline-slate-600\/15 {
  outline-color: rgb(71 85 105 / 0.15);
}

.outline-slate-600\/20 {
  outline-color: rgb(71 85 105 / 0.2);
}

.outline-slate-600\/25 {
  outline-color: rgb(71 85 105 / 0.25);
}

.outline-slate-600\/30 {
  outline-color: rgb(71 85 105 / 0.3);
}

.outline-slate-600\/35 {
  outline-color: rgb(71 85 105 / 0.35);
}

.outline-slate-600\/40 {
  outline-color: rgb(71 85 105 / 0.4);
}

.outline-slate-600\/45 {
  outline-color: rgb(71 85 105 / 0.45);
}

.outline-slate-600\/5 {
  outline-color: rgb(71 85 105 / 0.05);
}

.outline-slate-600\/50 {
  outline-color: rgb(71 85 105 / 0.5);
}

.outline-slate-600\/55 {
  outline-color: rgb(71 85 105 / 0.55);
}

.outline-slate-600\/60 {
  outline-color: rgb(71 85 105 / 0.6);
}

.outline-slate-600\/65 {
  outline-color: rgb(71 85 105 / 0.65);
}

.outline-slate-600\/70 {
  outline-color: rgb(71 85 105 / 0.7);
}

.outline-slate-600\/75 {
  outline-color: rgb(71 85 105 / 0.75);
}

.outline-slate-600\/80 {
  outline-color: rgb(71 85 105 / 0.8);
}

.outline-slate-600\/85 {
  outline-color: rgb(71 85 105 / 0.85);
}

.outline-slate-600\/90 {
  outline-color: rgb(71 85 105 / 0.9);
}

.outline-slate-600\/95 {
  outline-color: rgb(71 85 105 / 0.95);
}

.outline-slate-700 {
  outline-color: #334155;
}

.outline-slate-700\/0 {
  outline-color: rgb(51 65 85 / 0);
}

.outline-slate-700\/10 {
  outline-color: rgb(51 65 85 / 0.1);
}

.outline-slate-700\/100 {
  outline-color: rgb(51 65 85 / 1);
}

.outline-slate-700\/15 {
  outline-color: rgb(51 65 85 / 0.15);
}

.outline-slate-700\/20 {
  outline-color: rgb(51 65 85 / 0.2);
}

.outline-slate-700\/25 {
  outline-color: rgb(51 65 85 / 0.25);
}

.outline-slate-700\/30 {
  outline-color: rgb(51 65 85 / 0.3);
}

.outline-slate-700\/35 {
  outline-color: rgb(51 65 85 / 0.35);
}

.outline-slate-700\/40 {
  outline-color: rgb(51 65 85 / 0.4);
}

.outline-slate-700\/45 {
  outline-color: rgb(51 65 85 / 0.45);
}

.outline-slate-700\/5 {
  outline-color: rgb(51 65 85 / 0.05);
}

.outline-slate-700\/50 {
  outline-color: rgb(51 65 85 / 0.5);
}

.outline-slate-700\/55 {
  outline-color: rgb(51 65 85 / 0.55);
}

.outline-slate-700\/60 {
  outline-color: rgb(51 65 85 / 0.6);
}

.outline-slate-700\/65 {
  outline-color: rgb(51 65 85 / 0.65);
}

.outline-slate-700\/70 {
  outline-color: rgb(51 65 85 / 0.7);
}

.outline-slate-700\/75 {
  outline-color: rgb(51 65 85 / 0.75);
}

.outline-slate-700\/80 {
  outline-color: rgb(51 65 85 / 0.8);
}

.outline-slate-700\/85 {
  outline-color: rgb(51 65 85 / 0.85);
}

.outline-slate-700\/90 {
  outline-color: rgb(51 65 85 / 0.9);
}

.outline-slate-700\/95 {
  outline-color: rgb(51 65 85 / 0.95);
}

.outline-slate-800 {
  outline-color: #1e293b;
}

.outline-slate-800\/0 {
  outline-color: rgb(30 41 59 / 0);
}

.outline-slate-800\/10 {
  outline-color: rgb(30 41 59 / 0.1);
}

.outline-slate-800\/100 {
  outline-color: rgb(30 41 59 / 1);
}

.outline-slate-800\/15 {
  outline-color: rgb(30 41 59 / 0.15);
}

.outline-slate-800\/20 {
  outline-color: rgb(30 41 59 / 0.2);
}

.outline-slate-800\/25 {
  outline-color: rgb(30 41 59 / 0.25);
}

.outline-slate-800\/30 {
  outline-color: rgb(30 41 59 / 0.3);
}

.outline-slate-800\/35 {
  outline-color: rgb(30 41 59 / 0.35);
}

.outline-slate-800\/40 {
  outline-color: rgb(30 41 59 / 0.4);
}

.outline-slate-800\/45 {
  outline-color: rgb(30 41 59 / 0.45);
}

.outline-slate-800\/5 {
  outline-color: rgb(30 41 59 / 0.05);
}

.outline-slate-800\/50 {
  outline-color: rgb(30 41 59 / 0.5);
}

.outline-slate-800\/55 {
  outline-color: rgb(30 41 59 / 0.55);
}

.outline-slate-800\/60 {
  outline-color: rgb(30 41 59 / 0.6);
}

.outline-slate-800\/65 {
  outline-color: rgb(30 41 59 / 0.65);
}

.outline-slate-800\/70 {
  outline-color: rgb(30 41 59 / 0.7);
}

.outline-slate-800\/75 {
  outline-color: rgb(30 41 59 / 0.75);
}

.outline-slate-800\/80 {
  outline-color: rgb(30 41 59 / 0.8);
}

.outline-slate-800\/85 {
  outline-color: rgb(30 41 59 / 0.85);
}

.outline-slate-800\/90 {
  outline-color: rgb(30 41 59 / 0.9);
}

.outline-slate-800\/95 {
  outline-color: rgb(30 41 59 / 0.95);
}

.outline-slate-900 {
  outline-color: #0f172a;
}

.outline-slate-900\/0 {
  outline-color: rgb(15 23 42 / 0);
}

.outline-slate-900\/10 {
  outline-color: rgb(15 23 42 / 0.1);
}

.outline-slate-900\/100 {
  outline-color: rgb(15 23 42 / 1);
}

.outline-slate-900\/15 {
  outline-color: rgb(15 23 42 / 0.15);
}

.outline-slate-900\/20 {
  outline-color: rgb(15 23 42 / 0.2);
}

.outline-slate-900\/25 {
  outline-color: rgb(15 23 42 / 0.25);
}

.outline-slate-900\/30 {
  outline-color: rgb(15 23 42 / 0.3);
}

.outline-slate-900\/35 {
  outline-color: rgb(15 23 42 / 0.35);
}

.outline-slate-900\/40 {
  outline-color: rgb(15 23 42 / 0.4);
}

.outline-slate-900\/45 {
  outline-color: rgb(15 23 42 / 0.45);
}

.outline-slate-900\/5 {
  outline-color: rgb(15 23 42 / 0.05);
}

.outline-slate-900\/50 {
  outline-color: rgb(15 23 42 / 0.5);
}

.outline-slate-900\/55 {
  outline-color: rgb(15 23 42 / 0.55);
}

.outline-slate-900\/60 {
  outline-color: rgb(15 23 42 / 0.6);
}

.outline-slate-900\/65 {
  outline-color: rgb(15 23 42 / 0.65);
}

.outline-slate-900\/70 {
  outline-color: rgb(15 23 42 / 0.7);
}

.outline-slate-900\/75 {
  outline-color: rgb(15 23 42 / 0.75);
}

.outline-slate-900\/80 {
  outline-color: rgb(15 23 42 / 0.8);
}

.outline-slate-900\/85 {
  outline-color: rgb(15 23 42 / 0.85);
}

.outline-slate-900\/90 {
  outline-color: rgb(15 23 42 / 0.9);
}

.outline-slate-900\/95 {
  outline-color: rgb(15 23 42 / 0.95);
}

.outline-slate-950 {
  outline-color: #020617;
}

.outline-slate-950\/0 {
  outline-color: rgb(2 6 23 / 0);
}

.outline-slate-950\/10 {
  outline-color: rgb(2 6 23 / 0.1);
}

.outline-slate-950\/100 {
  outline-color: rgb(2 6 23 / 1);
}

.outline-slate-950\/15 {
  outline-color: rgb(2 6 23 / 0.15);
}

.outline-slate-950\/20 {
  outline-color: rgb(2 6 23 / 0.2);
}

.outline-slate-950\/25 {
  outline-color: rgb(2 6 23 / 0.25);
}

.outline-slate-950\/30 {
  outline-color: rgb(2 6 23 / 0.3);
}

.outline-slate-950\/35 {
  outline-color: rgb(2 6 23 / 0.35);
}

.outline-slate-950\/40 {
  outline-color: rgb(2 6 23 / 0.4);
}

.outline-slate-950\/45 {
  outline-color: rgb(2 6 23 / 0.45);
}

.outline-slate-950\/5 {
  outline-color: rgb(2 6 23 / 0.05);
}

.outline-slate-950\/50 {
  outline-color: rgb(2 6 23 / 0.5);
}

.outline-slate-950\/55 {
  outline-color: rgb(2 6 23 / 0.55);
}

.outline-slate-950\/60 {
  outline-color: rgb(2 6 23 / 0.6);
}

.outline-slate-950\/65 {
  outline-color: rgb(2 6 23 / 0.65);
}

.outline-slate-950\/70 {
  outline-color: rgb(2 6 23 / 0.7);
}

.outline-slate-950\/75 {
  outline-color: rgb(2 6 23 / 0.75);
}

.outline-slate-950\/80 {
  outline-color: rgb(2 6 23 / 0.8);
}

.outline-slate-950\/85 {
  outline-color: rgb(2 6 23 / 0.85);
}

.outline-slate-950\/90 {
  outline-color: rgb(2 6 23 / 0.9);
}

.outline-slate-950\/95 {
  outline-color: rgb(2 6 23 / 0.95);
}

.outline-stone-100 {
  outline-color: #f5f5f4;
}

.outline-stone-100\/0 {
  outline-color: rgb(245 245 244 / 0);
}

.outline-stone-100\/10 {
  outline-color: rgb(245 245 244 / 0.1);
}

.outline-stone-100\/100 {
  outline-color: rgb(245 245 244 / 1);
}

.outline-stone-100\/15 {
  outline-color: rgb(245 245 244 / 0.15);
}

.outline-stone-100\/20 {
  outline-color: rgb(245 245 244 / 0.2);
}

.outline-stone-100\/25 {
  outline-color: rgb(245 245 244 / 0.25);
}

.outline-stone-100\/30 {
  outline-color: rgb(245 245 244 / 0.3);
}

.outline-stone-100\/35 {
  outline-color: rgb(245 245 244 / 0.35);
}

.outline-stone-100\/40 {
  outline-color: rgb(245 245 244 / 0.4);
}

.outline-stone-100\/45 {
  outline-color: rgb(245 245 244 / 0.45);
}

.outline-stone-100\/5 {
  outline-color: rgb(245 245 244 / 0.05);
}

.outline-stone-100\/50 {
  outline-color: rgb(245 245 244 / 0.5);
}

.outline-stone-100\/55 {
  outline-color: rgb(245 245 244 / 0.55);
}

.outline-stone-100\/60 {
  outline-color: rgb(245 245 244 / 0.6);
}

.outline-stone-100\/65 {
  outline-color: rgb(245 245 244 / 0.65);
}

.outline-stone-100\/70 {
  outline-color: rgb(245 245 244 / 0.7);
}

.outline-stone-100\/75 {
  outline-color: rgb(245 245 244 / 0.75);
}

.outline-stone-100\/80 {
  outline-color: rgb(245 245 244 / 0.8);
}

.outline-stone-100\/85 {
  outline-color: rgb(245 245 244 / 0.85);
}

.outline-stone-100\/90 {
  outline-color: rgb(245 245 244 / 0.9);
}

.outline-stone-100\/95 {
  outline-color: rgb(245 245 244 / 0.95);
}

.outline-stone-200 {
  outline-color: #e7e5e4;
}

.outline-stone-200\/0 {
  outline-color: rgb(231 229 228 / 0);
}

.outline-stone-200\/10 {
  outline-color: rgb(231 229 228 / 0.1);
}

.outline-stone-200\/100 {
  outline-color: rgb(231 229 228 / 1);
}

.outline-stone-200\/15 {
  outline-color: rgb(231 229 228 / 0.15);
}

.outline-stone-200\/20 {
  outline-color: rgb(231 229 228 / 0.2);
}

.outline-stone-200\/25 {
  outline-color: rgb(231 229 228 / 0.25);
}

.outline-stone-200\/30 {
  outline-color: rgb(231 229 228 / 0.3);
}

.outline-stone-200\/35 {
  outline-color: rgb(231 229 228 / 0.35);
}

.outline-stone-200\/40 {
  outline-color: rgb(231 229 228 / 0.4);
}

.outline-stone-200\/45 {
  outline-color: rgb(231 229 228 / 0.45);
}

.outline-stone-200\/5 {
  outline-color: rgb(231 229 228 / 0.05);
}

.outline-stone-200\/50 {
  outline-color: rgb(231 229 228 / 0.5);
}

.outline-stone-200\/55 {
  outline-color: rgb(231 229 228 / 0.55);
}

.outline-stone-200\/60 {
  outline-color: rgb(231 229 228 / 0.6);
}

.outline-stone-200\/65 {
  outline-color: rgb(231 229 228 / 0.65);
}

.outline-stone-200\/70 {
  outline-color: rgb(231 229 228 / 0.7);
}

.outline-stone-200\/75 {
  outline-color: rgb(231 229 228 / 0.75);
}

.outline-stone-200\/80 {
  outline-color: rgb(231 229 228 / 0.8);
}

.outline-stone-200\/85 {
  outline-color: rgb(231 229 228 / 0.85);
}

.outline-stone-200\/90 {
  outline-color: rgb(231 229 228 / 0.9);
}

.outline-stone-200\/95 {
  outline-color: rgb(231 229 228 / 0.95);
}

.outline-stone-300 {
  outline-color: #d6d3d1;
}

.outline-stone-300\/0 {
  outline-color: rgb(214 211 209 / 0);
}

.outline-stone-300\/10 {
  outline-color: rgb(214 211 209 / 0.1);
}

.outline-stone-300\/100 {
  outline-color: rgb(214 211 209 / 1);
}

.outline-stone-300\/15 {
  outline-color: rgb(214 211 209 / 0.15);
}

.outline-stone-300\/20 {
  outline-color: rgb(214 211 209 / 0.2);
}

.outline-stone-300\/25 {
  outline-color: rgb(214 211 209 / 0.25);
}

.outline-stone-300\/30 {
  outline-color: rgb(214 211 209 / 0.3);
}

.outline-stone-300\/35 {
  outline-color: rgb(214 211 209 / 0.35);
}

.outline-stone-300\/40 {
  outline-color: rgb(214 211 209 / 0.4);
}

.outline-stone-300\/45 {
  outline-color: rgb(214 211 209 / 0.45);
}

.outline-stone-300\/5 {
  outline-color: rgb(214 211 209 / 0.05);
}

.outline-stone-300\/50 {
  outline-color: rgb(214 211 209 / 0.5);
}

.outline-stone-300\/55 {
  outline-color: rgb(214 211 209 / 0.55);
}

.outline-stone-300\/60 {
  outline-color: rgb(214 211 209 / 0.6);
}

.outline-stone-300\/65 {
  outline-color: rgb(214 211 209 / 0.65);
}

.outline-stone-300\/70 {
  outline-color: rgb(214 211 209 / 0.7);
}

.outline-stone-300\/75 {
  outline-color: rgb(214 211 209 / 0.75);
}

.outline-stone-300\/80 {
  outline-color: rgb(214 211 209 / 0.8);
}

.outline-stone-300\/85 {
  outline-color: rgb(214 211 209 / 0.85);
}

.outline-stone-300\/90 {
  outline-color: rgb(214 211 209 / 0.9);
}

.outline-stone-300\/95 {
  outline-color: rgb(214 211 209 / 0.95);
}

.outline-stone-400 {
  outline-color: #a8a29e;
}

.outline-stone-400\/0 {
  outline-color: rgb(168 162 158 / 0);
}

.outline-stone-400\/10 {
  outline-color: rgb(168 162 158 / 0.1);
}

.outline-stone-400\/100 {
  outline-color: rgb(168 162 158 / 1);
}

.outline-stone-400\/15 {
  outline-color: rgb(168 162 158 / 0.15);
}

.outline-stone-400\/20 {
  outline-color: rgb(168 162 158 / 0.2);
}

.outline-stone-400\/25 {
  outline-color: rgb(168 162 158 / 0.25);
}

.outline-stone-400\/30 {
  outline-color: rgb(168 162 158 / 0.3);
}

.outline-stone-400\/35 {
  outline-color: rgb(168 162 158 / 0.35);
}

.outline-stone-400\/40 {
  outline-color: rgb(168 162 158 / 0.4);
}

.outline-stone-400\/45 {
  outline-color: rgb(168 162 158 / 0.45);
}

.outline-stone-400\/5 {
  outline-color: rgb(168 162 158 / 0.05);
}

.outline-stone-400\/50 {
  outline-color: rgb(168 162 158 / 0.5);
}

.outline-stone-400\/55 {
  outline-color: rgb(168 162 158 / 0.55);
}

.outline-stone-400\/60 {
  outline-color: rgb(168 162 158 / 0.6);
}

.outline-stone-400\/65 {
  outline-color: rgb(168 162 158 / 0.65);
}

.outline-stone-400\/70 {
  outline-color: rgb(168 162 158 / 0.7);
}

.outline-stone-400\/75 {
  outline-color: rgb(168 162 158 / 0.75);
}

.outline-stone-400\/80 {
  outline-color: rgb(168 162 158 / 0.8);
}

.outline-stone-400\/85 {
  outline-color: rgb(168 162 158 / 0.85);
}

.outline-stone-400\/90 {
  outline-color: rgb(168 162 158 / 0.9);
}

.outline-stone-400\/95 {
  outline-color: rgb(168 162 158 / 0.95);
}

.outline-stone-50 {
  outline-color: #fafaf9;
}

.outline-stone-50\/0 {
  outline-color: rgb(250 250 249 / 0);
}

.outline-stone-50\/10 {
  outline-color: rgb(250 250 249 / 0.1);
}

.outline-stone-50\/100 {
  outline-color: rgb(250 250 249 / 1);
}

.outline-stone-50\/15 {
  outline-color: rgb(250 250 249 / 0.15);
}

.outline-stone-50\/20 {
  outline-color: rgb(250 250 249 / 0.2);
}

.outline-stone-50\/25 {
  outline-color: rgb(250 250 249 / 0.25);
}

.outline-stone-50\/30 {
  outline-color: rgb(250 250 249 / 0.3);
}

.outline-stone-50\/35 {
  outline-color: rgb(250 250 249 / 0.35);
}

.outline-stone-50\/40 {
  outline-color: rgb(250 250 249 / 0.4);
}

.outline-stone-50\/45 {
  outline-color: rgb(250 250 249 / 0.45);
}

.outline-stone-50\/5 {
  outline-color: rgb(250 250 249 / 0.05);
}

.outline-stone-50\/50 {
  outline-color: rgb(250 250 249 / 0.5);
}

.outline-stone-50\/55 {
  outline-color: rgb(250 250 249 / 0.55);
}

.outline-stone-50\/60 {
  outline-color: rgb(250 250 249 / 0.6);
}

.outline-stone-50\/65 {
  outline-color: rgb(250 250 249 / 0.65);
}

.outline-stone-50\/70 {
  outline-color: rgb(250 250 249 / 0.7);
}

.outline-stone-50\/75 {
  outline-color: rgb(250 250 249 / 0.75);
}

.outline-stone-50\/80 {
  outline-color: rgb(250 250 249 / 0.8);
}

.outline-stone-50\/85 {
  outline-color: rgb(250 250 249 / 0.85);
}

.outline-stone-50\/90 {
  outline-color: rgb(250 250 249 / 0.9);
}

.outline-stone-50\/95 {
  outline-color: rgb(250 250 249 / 0.95);
}

.outline-stone-500 {
  outline-color: #78716c;
}

.outline-stone-500\/0 {
  outline-color: rgb(120 113 108 / 0);
}

.outline-stone-500\/10 {
  outline-color: rgb(120 113 108 / 0.1);
}

.outline-stone-500\/100 {
  outline-color: rgb(120 113 108 / 1);
}

.outline-stone-500\/15 {
  outline-color: rgb(120 113 108 / 0.15);
}

.outline-stone-500\/20 {
  outline-color: rgb(120 113 108 / 0.2);
}

.outline-stone-500\/25 {
  outline-color: rgb(120 113 108 / 0.25);
}

.outline-stone-500\/30 {
  outline-color: rgb(120 113 108 / 0.3);
}

.outline-stone-500\/35 {
  outline-color: rgb(120 113 108 / 0.35);
}

.outline-stone-500\/40 {
  outline-color: rgb(120 113 108 / 0.4);
}

.outline-stone-500\/45 {
  outline-color: rgb(120 113 108 / 0.45);
}

.outline-stone-500\/5 {
  outline-color: rgb(120 113 108 / 0.05);
}

.outline-stone-500\/50 {
  outline-color: rgb(120 113 108 / 0.5);
}

.outline-stone-500\/55 {
  outline-color: rgb(120 113 108 / 0.55);
}

.outline-stone-500\/60 {
  outline-color: rgb(120 113 108 / 0.6);
}

.outline-stone-500\/65 {
  outline-color: rgb(120 113 108 / 0.65);
}

.outline-stone-500\/70 {
  outline-color: rgb(120 113 108 / 0.7);
}

.outline-stone-500\/75 {
  outline-color: rgb(120 113 108 / 0.75);
}

.outline-stone-500\/80 {
  outline-color: rgb(120 113 108 / 0.8);
}

.outline-stone-500\/85 {
  outline-color: rgb(120 113 108 / 0.85);
}

.outline-stone-500\/90 {
  outline-color: rgb(120 113 108 / 0.9);
}

.outline-stone-500\/95 {
  outline-color: rgb(120 113 108 / 0.95);
}

.outline-stone-600 {
  outline-color: #57534e;
}

.outline-stone-600\/0 {
  outline-color: rgb(87 83 78 / 0);
}

.outline-stone-600\/10 {
  outline-color: rgb(87 83 78 / 0.1);
}

.outline-stone-600\/100 {
  outline-color: rgb(87 83 78 / 1);
}

.outline-stone-600\/15 {
  outline-color: rgb(87 83 78 / 0.15);
}

.outline-stone-600\/20 {
  outline-color: rgb(87 83 78 / 0.2);
}

.outline-stone-600\/25 {
  outline-color: rgb(87 83 78 / 0.25);
}

.outline-stone-600\/30 {
  outline-color: rgb(87 83 78 / 0.3);
}

.outline-stone-600\/35 {
  outline-color: rgb(87 83 78 / 0.35);
}

.outline-stone-600\/40 {
  outline-color: rgb(87 83 78 / 0.4);
}

.outline-stone-600\/45 {
  outline-color: rgb(87 83 78 / 0.45);
}

.outline-stone-600\/5 {
  outline-color: rgb(87 83 78 / 0.05);
}

.outline-stone-600\/50 {
  outline-color: rgb(87 83 78 / 0.5);
}

.outline-stone-600\/55 {
  outline-color: rgb(87 83 78 / 0.55);
}

.outline-stone-600\/60 {
  outline-color: rgb(87 83 78 / 0.6);
}

.outline-stone-600\/65 {
  outline-color: rgb(87 83 78 / 0.65);
}

.outline-stone-600\/70 {
  outline-color: rgb(87 83 78 / 0.7);
}

.outline-stone-600\/75 {
  outline-color: rgb(87 83 78 / 0.75);
}

.outline-stone-600\/80 {
  outline-color: rgb(87 83 78 / 0.8);
}

.outline-stone-600\/85 {
  outline-color: rgb(87 83 78 / 0.85);
}

.outline-stone-600\/90 {
  outline-color: rgb(87 83 78 / 0.9);
}

.outline-stone-600\/95 {
  outline-color: rgb(87 83 78 / 0.95);
}

.outline-stone-700 {
  outline-color: #44403c;
}

.outline-stone-700\/0 {
  outline-color: rgb(68 64 60 / 0);
}

.outline-stone-700\/10 {
  outline-color: rgb(68 64 60 / 0.1);
}

.outline-stone-700\/100 {
  outline-color: rgb(68 64 60 / 1);
}

.outline-stone-700\/15 {
  outline-color: rgb(68 64 60 / 0.15);
}

.outline-stone-700\/20 {
  outline-color: rgb(68 64 60 / 0.2);
}

.outline-stone-700\/25 {
  outline-color: rgb(68 64 60 / 0.25);
}

.outline-stone-700\/30 {
  outline-color: rgb(68 64 60 / 0.3);
}

.outline-stone-700\/35 {
  outline-color: rgb(68 64 60 / 0.35);
}

.outline-stone-700\/40 {
  outline-color: rgb(68 64 60 / 0.4);
}

.outline-stone-700\/45 {
  outline-color: rgb(68 64 60 / 0.45);
}

.outline-stone-700\/5 {
  outline-color: rgb(68 64 60 / 0.05);
}

.outline-stone-700\/50 {
  outline-color: rgb(68 64 60 / 0.5);
}

.outline-stone-700\/55 {
  outline-color: rgb(68 64 60 / 0.55);
}

.outline-stone-700\/60 {
  outline-color: rgb(68 64 60 / 0.6);
}

.outline-stone-700\/65 {
  outline-color: rgb(68 64 60 / 0.65);
}

.outline-stone-700\/70 {
  outline-color: rgb(68 64 60 / 0.7);
}

.outline-stone-700\/75 {
  outline-color: rgb(68 64 60 / 0.75);
}

.outline-stone-700\/80 {
  outline-color: rgb(68 64 60 / 0.8);
}

.outline-stone-700\/85 {
  outline-color: rgb(68 64 60 / 0.85);
}

.outline-stone-700\/90 {
  outline-color: rgb(68 64 60 / 0.9);
}

.outline-stone-700\/95 {
  outline-color: rgb(68 64 60 / 0.95);
}

.outline-stone-800 {
  outline-color: #292524;
}

.outline-stone-800\/0 {
  outline-color: rgb(41 37 36 / 0);
}

.outline-stone-800\/10 {
  outline-color: rgb(41 37 36 / 0.1);
}

.outline-stone-800\/100 {
  outline-color: rgb(41 37 36 / 1);
}

.outline-stone-800\/15 {
  outline-color: rgb(41 37 36 / 0.15);
}

.outline-stone-800\/20 {
  outline-color: rgb(41 37 36 / 0.2);
}

.outline-stone-800\/25 {
  outline-color: rgb(41 37 36 / 0.25);
}

.outline-stone-800\/30 {
  outline-color: rgb(41 37 36 / 0.3);
}

.outline-stone-800\/35 {
  outline-color: rgb(41 37 36 / 0.35);
}

.outline-stone-800\/40 {
  outline-color: rgb(41 37 36 / 0.4);
}

.outline-stone-800\/45 {
  outline-color: rgb(41 37 36 / 0.45);
}

.outline-stone-800\/5 {
  outline-color: rgb(41 37 36 / 0.05);
}

.outline-stone-800\/50 {
  outline-color: rgb(41 37 36 / 0.5);
}

.outline-stone-800\/55 {
  outline-color: rgb(41 37 36 / 0.55);
}

.outline-stone-800\/60 {
  outline-color: rgb(41 37 36 / 0.6);
}

.outline-stone-800\/65 {
  outline-color: rgb(41 37 36 / 0.65);
}

.outline-stone-800\/70 {
  outline-color: rgb(41 37 36 / 0.7);
}

.outline-stone-800\/75 {
  outline-color: rgb(41 37 36 / 0.75);
}

.outline-stone-800\/80 {
  outline-color: rgb(41 37 36 / 0.8);
}

.outline-stone-800\/85 {
  outline-color: rgb(41 37 36 / 0.85);
}

.outline-stone-800\/90 {
  outline-color: rgb(41 37 36 / 0.9);
}

.outline-stone-800\/95 {
  outline-color: rgb(41 37 36 / 0.95);
}

.outline-stone-900 {
  outline-color: #1c1917;
}

.outline-stone-900\/0 {
  outline-color: rgb(28 25 23 / 0);
}

.outline-stone-900\/10 {
  outline-color: rgb(28 25 23 / 0.1);
}

.outline-stone-900\/100 {
  outline-color: rgb(28 25 23 / 1);
}

.outline-stone-900\/15 {
  outline-color: rgb(28 25 23 / 0.15);
}

.outline-stone-900\/20 {
  outline-color: rgb(28 25 23 / 0.2);
}

.outline-stone-900\/25 {
  outline-color: rgb(28 25 23 / 0.25);
}

.outline-stone-900\/30 {
  outline-color: rgb(28 25 23 / 0.3);
}

.outline-stone-900\/35 {
  outline-color: rgb(28 25 23 / 0.35);
}

.outline-stone-900\/40 {
  outline-color: rgb(28 25 23 / 0.4);
}

.outline-stone-900\/45 {
  outline-color: rgb(28 25 23 / 0.45);
}

.outline-stone-900\/5 {
  outline-color: rgb(28 25 23 / 0.05);
}

.outline-stone-900\/50 {
  outline-color: rgb(28 25 23 / 0.5);
}

.outline-stone-900\/55 {
  outline-color: rgb(28 25 23 / 0.55);
}

.outline-stone-900\/60 {
  outline-color: rgb(28 25 23 / 0.6);
}

.outline-stone-900\/65 {
  outline-color: rgb(28 25 23 / 0.65);
}

.outline-stone-900\/70 {
  outline-color: rgb(28 25 23 / 0.7);
}

.outline-stone-900\/75 {
  outline-color: rgb(28 25 23 / 0.75);
}

.outline-stone-900\/80 {
  outline-color: rgb(28 25 23 / 0.8);
}

.outline-stone-900\/85 {
  outline-color: rgb(28 25 23 / 0.85);
}

.outline-stone-900\/90 {
  outline-color: rgb(28 25 23 / 0.9);
}

.outline-stone-900\/95 {
  outline-color: rgb(28 25 23 / 0.95);
}

.outline-stone-950 {
  outline-color: #0c0a09;
}

.outline-stone-950\/0 {
  outline-color: rgb(12 10 9 / 0);
}

.outline-stone-950\/10 {
  outline-color: rgb(12 10 9 / 0.1);
}

.outline-stone-950\/100 {
  outline-color: rgb(12 10 9 / 1);
}

.outline-stone-950\/15 {
  outline-color: rgb(12 10 9 / 0.15);
}

.outline-stone-950\/20 {
  outline-color: rgb(12 10 9 / 0.2);
}

.outline-stone-950\/25 {
  outline-color: rgb(12 10 9 / 0.25);
}

.outline-stone-950\/30 {
  outline-color: rgb(12 10 9 / 0.3);
}

.outline-stone-950\/35 {
  outline-color: rgb(12 10 9 / 0.35);
}

.outline-stone-950\/40 {
  outline-color: rgb(12 10 9 / 0.4);
}

.outline-stone-950\/45 {
  outline-color: rgb(12 10 9 / 0.45);
}

.outline-stone-950\/5 {
  outline-color: rgb(12 10 9 / 0.05);
}

.outline-stone-950\/50 {
  outline-color: rgb(12 10 9 / 0.5);
}

.outline-stone-950\/55 {
  outline-color: rgb(12 10 9 / 0.55);
}

.outline-stone-950\/60 {
  outline-color: rgb(12 10 9 / 0.6);
}

.outline-stone-950\/65 {
  outline-color: rgb(12 10 9 / 0.65);
}

.outline-stone-950\/70 {
  outline-color: rgb(12 10 9 / 0.7);
}

.outline-stone-950\/75 {
  outline-color: rgb(12 10 9 / 0.75);
}

.outline-stone-950\/80 {
  outline-color: rgb(12 10 9 / 0.8);
}

.outline-stone-950\/85 {
  outline-color: rgb(12 10 9 / 0.85);
}

.outline-stone-950\/90 {
  outline-color: rgb(12 10 9 / 0.9);
}

.outline-stone-950\/95 {
  outline-color: rgb(12 10 9 / 0.95);
}

.outline-zinc-100 {
  outline-color: #f4f4f5;
}

.outline-zinc-100\/0 {
  outline-color: rgb(244 244 245 / 0);
}

.outline-zinc-100\/10 {
  outline-color: rgb(244 244 245 / 0.1);
}

.outline-zinc-100\/100 {
  outline-color: rgb(244 244 245 / 1);
}

.outline-zinc-100\/15 {
  outline-color: rgb(244 244 245 / 0.15);
}

.outline-zinc-100\/20 {
  outline-color: rgb(244 244 245 / 0.2);
}

.outline-zinc-100\/25 {
  outline-color: rgb(244 244 245 / 0.25);
}

.outline-zinc-100\/30 {
  outline-color: rgb(244 244 245 / 0.3);
}

.outline-zinc-100\/35 {
  outline-color: rgb(244 244 245 / 0.35);
}

.outline-zinc-100\/40 {
  outline-color: rgb(244 244 245 / 0.4);
}

.outline-zinc-100\/45 {
  outline-color: rgb(244 244 245 / 0.45);
}

.outline-zinc-100\/5 {
  outline-color: rgb(244 244 245 / 0.05);
}

.outline-zinc-100\/50 {
  outline-color: rgb(244 244 245 / 0.5);
}

.outline-zinc-100\/55 {
  outline-color: rgb(244 244 245 / 0.55);
}

.outline-zinc-100\/60 {
  outline-color: rgb(244 244 245 / 0.6);
}

.outline-zinc-100\/65 {
  outline-color: rgb(244 244 245 / 0.65);
}

.outline-zinc-100\/70 {
  outline-color: rgb(244 244 245 / 0.7);
}

.outline-zinc-100\/75 {
  outline-color: rgb(244 244 245 / 0.75);
}

.outline-zinc-100\/80 {
  outline-color: rgb(244 244 245 / 0.8);
}

.outline-zinc-100\/85 {
  outline-color: rgb(244 244 245 / 0.85);
}

.outline-zinc-100\/90 {
  outline-color: rgb(244 244 245 / 0.9);
}

.outline-zinc-100\/95 {
  outline-color: rgb(244 244 245 / 0.95);
}

.outline-zinc-200 {
  outline-color: #e4e4e7;
}

.outline-zinc-200\/0 {
  outline-color: rgb(228 228 231 / 0);
}

.outline-zinc-200\/10 {
  outline-color: rgb(228 228 231 / 0.1);
}

.outline-zinc-200\/100 {
  outline-color: rgb(228 228 231 / 1);
}

.outline-zinc-200\/15 {
  outline-color: rgb(228 228 231 / 0.15);
}

.outline-zinc-200\/20 {
  outline-color: rgb(228 228 231 / 0.2);
}

.outline-zinc-200\/25 {
  outline-color: rgb(228 228 231 / 0.25);
}

.outline-zinc-200\/30 {
  outline-color: rgb(228 228 231 / 0.3);
}

.outline-zinc-200\/35 {
  outline-color: rgb(228 228 231 / 0.35);
}

.outline-zinc-200\/40 {
  outline-color: rgb(228 228 231 / 0.4);
}

.outline-zinc-200\/45 {
  outline-color: rgb(228 228 231 / 0.45);
}

.outline-zinc-200\/5 {
  outline-color: rgb(228 228 231 / 0.05);
}

.outline-zinc-200\/50 {
  outline-color: rgb(228 228 231 / 0.5);
}

.outline-zinc-200\/55 {
  outline-color: rgb(228 228 231 / 0.55);
}

.outline-zinc-200\/60 {
  outline-color: rgb(228 228 231 / 0.6);
}

.outline-zinc-200\/65 {
  outline-color: rgb(228 228 231 / 0.65);
}

.outline-zinc-200\/70 {
  outline-color: rgb(228 228 231 / 0.7);
}

.outline-zinc-200\/75 {
  outline-color: rgb(228 228 231 / 0.75);
}

.outline-zinc-200\/80 {
  outline-color: rgb(228 228 231 / 0.8);
}

.outline-zinc-200\/85 {
  outline-color: rgb(228 228 231 / 0.85);
}

.outline-zinc-200\/90 {
  outline-color: rgb(228 228 231 / 0.9);
}

.outline-zinc-200\/95 {
  outline-color: rgb(228 228 231 / 0.95);
}

.outline-zinc-300 {
  outline-color: #d4d4d8;
}

.outline-zinc-300\/0 {
  outline-color: rgb(212 212 216 / 0);
}

.outline-zinc-300\/10 {
  outline-color: rgb(212 212 216 / 0.1);
}

.outline-zinc-300\/100 {
  outline-color: rgb(212 212 216 / 1);
}

.outline-zinc-300\/15 {
  outline-color: rgb(212 212 216 / 0.15);
}

.outline-zinc-300\/20 {
  outline-color: rgb(212 212 216 / 0.2);
}

.outline-zinc-300\/25 {
  outline-color: rgb(212 212 216 / 0.25);
}

.outline-zinc-300\/30 {
  outline-color: rgb(212 212 216 / 0.3);
}

.outline-zinc-300\/35 {
  outline-color: rgb(212 212 216 / 0.35);
}

.outline-zinc-300\/40 {
  outline-color: rgb(212 212 216 / 0.4);
}

.outline-zinc-300\/45 {
  outline-color: rgb(212 212 216 / 0.45);
}

.outline-zinc-300\/5 {
  outline-color: rgb(212 212 216 / 0.05);
}

.outline-zinc-300\/50 {
  outline-color: rgb(212 212 216 / 0.5);
}

.outline-zinc-300\/55 {
  outline-color: rgb(212 212 216 / 0.55);
}

.outline-zinc-300\/60 {
  outline-color: rgb(212 212 216 / 0.6);
}

.outline-zinc-300\/65 {
  outline-color: rgb(212 212 216 / 0.65);
}

.outline-zinc-300\/70 {
  outline-color: rgb(212 212 216 / 0.7);
}

.outline-zinc-300\/75 {
  outline-color: rgb(212 212 216 / 0.75);
}

.outline-zinc-300\/80 {
  outline-color: rgb(212 212 216 / 0.8);
}

.outline-zinc-300\/85 {
  outline-color: rgb(212 212 216 / 0.85);
}

.outline-zinc-300\/90 {
  outline-color: rgb(212 212 216 / 0.9);
}

.outline-zinc-300\/95 {
  outline-color: rgb(212 212 216 / 0.95);
}

.outline-zinc-400 {
  outline-color: #a1a1aa;
}

.outline-zinc-400\/0 {
  outline-color: rgb(161 161 170 / 0);
}

.outline-zinc-400\/10 {
  outline-color: rgb(161 161 170 / 0.1);
}

.outline-zinc-400\/100 {
  outline-color: rgb(161 161 170 / 1);
}

.outline-zinc-400\/15 {
  outline-color: rgb(161 161 170 / 0.15);
}

.outline-zinc-400\/20 {
  outline-color: rgb(161 161 170 / 0.2);
}

.outline-zinc-400\/25 {
  outline-color: rgb(161 161 170 / 0.25);
}

.outline-zinc-400\/30 {
  outline-color: rgb(161 161 170 / 0.3);
}

.outline-zinc-400\/35 {
  outline-color: rgb(161 161 170 / 0.35);
}

.outline-zinc-400\/40 {
  outline-color: rgb(161 161 170 / 0.4);
}

.outline-zinc-400\/45 {
  outline-color: rgb(161 161 170 / 0.45);
}

.outline-zinc-400\/5 {
  outline-color: rgb(161 161 170 / 0.05);
}

.outline-zinc-400\/50 {
  outline-color: rgb(161 161 170 / 0.5);
}

.outline-zinc-400\/55 {
  outline-color: rgb(161 161 170 / 0.55);
}

.outline-zinc-400\/60 {
  outline-color: rgb(161 161 170 / 0.6);
}

.outline-zinc-400\/65 {
  outline-color: rgb(161 161 170 / 0.65);
}

.outline-zinc-400\/70 {
  outline-color: rgb(161 161 170 / 0.7);
}

.outline-zinc-400\/75 {
  outline-color: rgb(161 161 170 / 0.75);
}

.outline-zinc-400\/80 {
  outline-color: rgb(161 161 170 / 0.8);
}

.outline-zinc-400\/85 {
  outline-color: rgb(161 161 170 / 0.85);
}

.outline-zinc-400\/90 {
  outline-color: rgb(161 161 170 / 0.9);
}

.outline-zinc-400\/95 {
  outline-color: rgb(161 161 170 / 0.95);
}

.outline-zinc-50 {
  outline-color: #fafafa;
}

.outline-zinc-50\/0 {
  outline-color: rgb(250 250 250 / 0);
}

.outline-zinc-50\/10 {
  outline-color: rgb(250 250 250 / 0.1);
}

.outline-zinc-50\/100 {
  outline-color: rgb(250 250 250 / 1);
}

.outline-zinc-50\/15 {
  outline-color: rgb(250 250 250 / 0.15);
}

.outline-zinc-50\/20 {
  outline-color: rgb(250 250 250 / 0.2);
}

.outline-zinc-50\/25 {
  outline-color: rgb(250 250 250 / 0.25);
}

.outline-zinc-50\/30 {
  outline-color: rgb(250 250 250 / 0.3);
}

.outline-zinc-50\/35 {
  outline-color: rgb(250 250 250 / 0.35);
}

.outline-zinc-50\/40 {
  outline-color: rgb(250 250 250 / 0.4);
}

.outline-zinc-50\/45 {
  outline-color: rgb(250 250 250 / 0.45);
}

.outline-zinc-50\/5 {
  outline-color: rgb(250 250 250 / 0.05);
}

.outline-zinc-50\/50 {
  outline-color: rgb(250 250 250 / 0.5);
}

.outline-zinc-50\/55 {
  outline-color: rgb(250 250 250 / 0.55);
}

.outline-zinc-50\/60 {
  outline-color: rgb(250 250 250 / 0.6);
}

.outline-zinc-50\/65 {
  outline-color: rgb(250 250 250 / 0.65);
}

.outline-zinc-50\/70 {
  outline-color: rgb(250 250 250 / 0.7);
}

.outline-zinc-50\/75 {
  outline-color: rgb(250 250 250 / 0.75);
}

.outline-zinc-50\/80 {
  outline-color: rgb(250 250 250 / 0.8);
}

.outline-zinc-50\/85 {
  outline-color: rgb(250 250 250 / 0.85);
}

.outline-zinc-50\/90 {
  outline-color: rgb(250 250 250 / 0.9);
}

.outline-zinc-50\/95 {
  outline-color: rgb(250 250 250 / 0.95);
}

.outline-zinc-500 {
  outline-color: #71717a;
}

.outline-zinc-500\/0 {
  outline-color: rgb(113 113 122 / 0);
}

.outline-zinc-500\/10 {
  outline-color: rgb(113 113 122 / 0.1);
}

.outline-zinc-500\/100 {
  outline-color: rgb(113 113 122 / 1);
}

.outline-zinc-500\/15 {
  outline-color: rgb(113 113 122 / 0.15);
}

.outline-zinc-500\/20 {
  outline-color: rgb(113 113 122 / 0.2);
}

.outline-zinc-500\/25 {
  outline-color: rgb(113 113 122 / 0.25);
}

.outline-zinc-500\/30 {
  outline-color: rgb(113 113 122 / 0.3);
}

.outline-zinc-500\/35 {
  outline-color: rgb(113 113 122 / 0.35);
}

.outline-zinc-500\/40 {
  outline-color: rgb(113 113 122 / 0.4);
}

.outline-zinc-500\/45 {
  outline-color: rgb(113 113 122 / 0.45);
}

.outline-zinc-500\/5 {
  outline-color: rgb(113 113 122 / 0.05);
}

.outline-zinc-500\/50 {
  outline-color: rgb(113 113 122 / 0.5);
}

.outline-zinc-500\/55 {
  outline-color: rgb(113 113 122 / 0.55);
}

.outline-zinc-500\/60 {
  outline-color: rgb(113 113 122 / 0.6);
}

.outline-zinc-500\/65 {
  outline-color: rgb(113 113 122 / 0.65);
}

.outline-zinc-500\/70 {
  outline-color: rgb(113 113 122 / 0.7);
}

.outline-zinc-500\/75 {
  outline-color: rgb(113 113 122 / 0.75);
}

.outline-zinc-500\/80 {
  outline-color: rgb(113 113 122 / 0.8);
}

.outline-zinc-500\/85 {
  outline-color: rgb(113 113 122 / 0.85);
}

.outline-zinc-500\/90 {
  outline-color: rgb(113 113 122 / 0.9);
}

.outline-zinc-500\/95 {
  outline-color: rgb(113 113 122 / 0.95);
}

.outline-zinc-600 {
  outline-color: #52525b;
}

.outline-zinc-600\/0 {
  outline-color: rgb(82 82 91 / 0);
}

.outline-zinc-600\/10 {
  outline-color: rgb(82 82 91 / 0.1);
}

.outline-zinc-600\/100 {
  outline-color: rgb(82 82 91 / 1);
}

.outline-zinc-600\/15 {
  outline-color: rgb(82 82 91 / 0.15);
}

.outline-zinc-600\/20 {
  outline-color: rgb(82 82 91 / 0.2);
}

.outline-zinc-600\/25 {
  outline-color: rgb(82 82 91 / 0.25);
}

.outline-zinc-600\/30 {
  outline-color: rgb(82 82 91 / 0.3);
}

.outline-zinc-600\/35 {
  outline-color: rgb(82 82 91 / 0.35);
}

.outline-zinc-600\/40 {
  outline-color: rgb(82 82 91 / 0.4);
}

.outline-zinc-600\/45 {
  outline-color: rgb(82 82 91 / 0.45);
}

.outline-zinc-600\/5 {
  outline-color: rgb(82 82 91 / 0.05);
}

.outline-zinc-600\/50 {
  outline-color: rgb(82 82 91 / 0.5);
}

.outline-zinc-600\/55 {
  outline-color: rgb(82 82 91 / 0.55);
}

.outline-zinc-600\/60 {
  outline-color: rgb(82 82 91 / 0.6);
}

.outline-zinc-600\/65 {
  outline-color: rgb(82 82 91 / 0.65);
}

.outline-zinc-600\/70 {
  outline-color: rgb(82 82 91 / 0.7);
}

.outline-zinc-600\/75 {
  outline-color: rgb(82 82 91 / 0.75);
}

.outline-zinc-600\/80 {
  outline-color: rgb(82 82 91 / 0.8);
}

.outline-zinc-600\/85 {
  outline-color: rgb(82 82 91 / 0.85);
}

.outline-zinc-600\/90 {
  outline-color: rgb(82 82 91 / 0.9);
}

.outline-zinc-600\/95 {
  outline-color: rgb(82 82 91 / 0.95);
}

.outline-zinc-700 {
  outline-color: #3f3f46;
}

.outline-zinc-700\/0 {
  outline-color: rgb(63 63 70 / 0);
}

.outline-zinc-700\/10 {
  outline-color: rgb(63 63 70 / 0.1);
}

.outline-zinc-700\/100 {
  outline-color: rgb(63 63 70 / 1);
}

.outline-zinc-700\/15 {
  outline-color: rgb(63 63 70 / 0.15);
}

.outline-zinc-700\/20 {
  outline-color: rgb(63 63 70 / 0.2);
}

.outline-zinc-700\/25 {
  outline-color: rgb(63 63 70 / 0.25);
}

.outline-zinc-700\/30 {
  outline-color: rgb(63 63 70 / 0.3);
}

.outline-zinc-700\/35 {
  outline-color: rgb(63 63 70 / 0.35);
}

.outline-zinc-700\/40 {
  outline-color: rgb(63 63 70 / 0.4);
}

.outline-zinc-700\/45 {
  outline-color: rgb(63 63 70 / 0.45);
}

.outline-zinc-700\/5 {
  outline-color: rgb(63 63 70 / 0.05);
}

.outline-zinc-700\/50 {
  outline-color: rgb(63 63 70 / 0.5);
}

.outline-zinc-700\/55 {
  outline-color: rgb(63 63 70 / 0.55);
}

.outline-zinc-700\/60 {
  outline-color: rgb(63 63 70 / 0.6);
}

.outline-zinc-700\/65 {
  outline-color: rgb(63 63 70 / 0.65);
}

.outline-zinc-700\/70 {
  outline-color: rgb(63 63 70 / 0.7);
}

.outline-zinc-700\/75 {
  outline-color: rgb(63 63 70 / 0.75);
}

.outline-zinc-700\/80 {
  outline-color: rgb(63 63 70 / 0.8);
}

.outline-zinc-700\/85 {
  outline-color: rgb(63 63 70 / 0.85);
}

.outline-zinc-700\/90 {
  outline-color: rgb(63 63 70 / 0.9);
}

.outline-zinc-700\/95 {
  outline-color: rgb(63 63 70 / 0.95);
}

.outline-zinc-800 {
  outline-color: #27272a;
}

.outline-zinc-800\/0 {
  outline-color: rgb(39 39 42 / 0);
}

.outline-zinc-800\/10 {
  outline-color: rgb(39 39 42 / 0.1);
}

.outline-zinc-800\/100 {
  outline-color: rgb(39 39 42 / 1);
}

.outline-zinc-800\/15 {
  outline-color: rgb(39 39 42 / 0.15);
}

.outline-zinc-800\/20 {
  outline-color: rgb(39 39 42 / 0.2);
}

.outline-zinc-800\/25 {
  outline-color: rgb(39 39 42 / 0.25);
}

.outline-zinc-800\/30 {
  outline-color: rgb(39 39 42 / 0.3);
}

.outline-zinc-800\/35 {
  outline-color: rgb(39 39 42 / 0.35);
}

.outline-zinc-800\/40 {
  outline-color: rgb(39 39 42 / 0.4);
}

.outline-zinc-800\/45 {
  outline-color: rgb(39 39 42 / 0.45);
}

.outline-zinc-800\/5 {
  outline-color: rgb(39 39 42 / 0.05);
}

.outline-zinc-800\/50 {
  outline-color: rgb(39 39 42 / 0.5);
}

.outline-zinc-800\/55 {
  outline-color: rgb(39 39 42 / 0.55);
}

.outline-zinc-800\/60 {
  outline-color: rgb(39 39 42 / 0.6);
}

.outline-zinc-800\/65 {
  outline-color: rgb(39 39 42 / 0.65);
}

.outline-zinc-800\/70 {
  outline-color: rgb(39 39 42 / 0.7);
}

.outline-zinc-800\/75 {
  outline-color: rgb(39 39 42 / 0.75);
}

.outline-zinc-800\/80 {
  outline-color: rgb(39 39 42 / 0.8);
}

.outline-zinc-800\/85 {
  outline-color: rgb(39 39 42 / 0.85);
}

.outline-zinc-800\/90 {
  outline-color: rgb(39 39 42 / 0.9);
}

.outline-zinc-800\/95 {
  outline-color: rgb(39 39 42 / 0.95);
}

.outline-zinc-900 {
  outline-color: #18181b;
}

.outline-zinc-900\/0 {
  outline-color: rgb(24 24 27 / 0);
}

.outline-zinc-900\/10 {
  outline-color: rgb(24 24 27 / 0.1);
}

.outline-zinc-900\/100 {
  outline-color: rgb(24 24 27 / 1);
}

.outline-zinc-900\/15 {
  outline-color: rgb(24 24 27 / 0.15);
}

.outline-zinc-900\/20 {
  outline-color: rgb(24 24 27 / 0.2);
}

.outline-zinc-900\/25 {
  outline-color: rgb(24 24 27 / 0.25);
}

.outline-zinc-900\/30 {
  outline-color: rgb(24 24 27 / 0.3);
}

.outline-zinc-900\/35 {
  outline-color: rgb(24 24 27 / 0.35);
}

.outline-zinc-900\/40 {
  outline-color: rgb(24 24 27 / 0.4);
}

.outline-zinc-900\/45 {
  outline-color: rgb(24 24 27 / 0.45);
}

.outline-zinc-900\/5 {
  outline-color: rgb(24 24 27 / 0.05);
}

.outline-zinc-900\/50 {
  outline-color: rgb(24 24 27 / 0.5);
}

.outline-zinc-900\/55 {
  outline-color: rgb(24 24 27 / 0.55);
}

.outline-zinc-900\/60 {
  outline-color: rgb(24 24 27 / 0.6);
}

.outline-zinc-900\/65 {
  outline-color: rgb(24 24 27 / 0.65);
}

.outline-zinc-900\/70 {
  outline-color: rgb(24 24 27 / 0.7);
}

.outline-zinc-900\/75 {
  outline-color: rgb(24 24 27 / 0.75);
}

.outline-zinc-900\/80 {
  outline-color: rgb(24 24 27 / 0.8);
}

.outline-zinc-900\/85 {
  outline-color: rgb(24 24 27 / 0.85);
}

.outline-zinc-900\/90 {
  outline-color: rgb(24 24 27 / 0.9);
}

.outline-zinc-900\/95 {
  outline-color: rgb(24 24 27 / 0.95);
}

.outline-zinc-950 {
  outline-color: #09090b;
}

.outline-zinc-950\/0 {
  outline-color: rgb(9 9 11 / 0);
}

.outline-zinc-950\/10 {
  outline-color: rgb(9 9 11 / 0.1);
}

.outline-zinc-950\/100 {
  outline-color: rgb(9 9 11 / 1);
}

.outline-zinc-950\/15 {
  outline-color: rgb(9 9 11 / 0.15);
}

.outline-zinc-950\/20 {
  outline-color: rgb(9 9 11 / 0.2);
}

.outline-zinc-950\/25 {
  outline-color: rgb(9 9 11 / 0.25);
}

.outline-zinc-950\/30 {
  outline-color: rgb(9 9 11 / 0.3);
}

.outline-zinc-950\/35 {
  outline-color: rgb(9 9 11 / 0.35);
}

.outline-zinc-950\/40 {
  outline-color: rgb(9 9 11 / 0.4);
}

.outline-zinc-950\/45 {
  outline-color: rgb(9 9 11 / 0.45);
}

.outline-zinc-950\/5 {
  outline-color: rgb(9 9 11 / 0.05);
}

.outline-zinc-950\/50 {
  outline-color: rgb(9 9 11 / 0.5);
}

.outline-zinc-950\/55 {
  outline-color: rgb(9 9 11 / 0.55);
}

.outline-zinc-950\/60 {
  outline-color: rgb(9 9 11 / 0.6);
}

.outline-zinc-950\/65 {
  outline-color: rgb(9 9 11 / 0.65);
}

.outline-zinc-950\/70 {
  outline-color: rgb(9 9 11 / 0.7);
}

.outline-zinc-950\/75 {
  outline-color: rgb(9 9 11 / 0.75);
}

.outline-zinc-950\/80 {
  outline-color: rgb(9 9 11 / 0.8);
}

.outline-zinc-950\/85 {
  outline-color: rgb(9 9 11 / 0.85);
}

.outline-zinc-950\/90 {
  outline-color: rgb(9 9 11 / 0.9);
}

.outline-zinc-950\/95 {
  outline-color: rgb(9 9 11 / 0.95);
}

.ring-0 {
  --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(0px + 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-1 {
  --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(1px + 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-2 {
  --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);
}

.ring-4 {
  --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(4px + 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-8 {
  --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(8px + 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-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.ring-amber-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.ring-cyan-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.ring-emerald-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.ring-gray-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.ring-indigo-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.ring-lime-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.ring-neutral-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.ring-pink-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.ring-rose-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.ring-sky-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.ring-slate-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.ring-slate-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.ring-slate-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.ring-slate-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.ring-slate-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.ring-stone-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.ring-stone-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.ring-stone-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.ring-stone-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.ring-stone-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.ring-stone-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.ring-stone-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.ring-stone-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.ring-stone-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.ring-teal-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.ring-violet-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.ring-zinc-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.ring-zinc-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.ring-zinc-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.ring-zinc-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.ring-zinc-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.ring-zinc-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.ring-zinc-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.ring-opacity-0 {
  --tw-ring-opacity: 0;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1;
}

.ring-opacity-15 {
  --tw-ring-opacity: 0.15;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3;
}

.ring-opacity-35 {
  --tw-ring-opacity: 0.35;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4;
}

.ring-opacity-45 {
  --tw-ring-opacity: 0.45;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-55 {
  --tw-ring-opacity: 0.55;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}

.ring-opacity-65 {
  --tw-ring-opacity: 0.65;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8;
}

.ring-opacity-85 {
  --tw-ring-opacity: 0.85;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-0 {
  transition-duration: 0s;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:text-ellipsis:hover {
  text-overflow: ellipsis;
}

.hover\:text-clip:hover {
  text-overflow: clip;
}

.hover\:text-wrap:hover {
  text-wrap: wrap;
}

.hover\:text-nowrap:hover {
  text-wrap: nowrap;
}

.hover\:text-balance:hover {
  text-wrap: balance;
}

.hover\:text-pretty:hover {
  text-wrap: pretty;
}

.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:text-left:hover {
  text-align: left;
}

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

.hover\:text-right:hover {
  text-align: right;
}

.hover\:text-justify:hover {
  text-align: justify;
}

.hover\:text-start:hover {
  text-align: start;
}

.hover\:text-end:hover {
  text-align: end;
}

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

.hover\:text-3xl:hover {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hover\:text-4xl:hover {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hover\:text-5xl:hover {
  font-size: 3rem;
  line-height: 1;
}

.hover\:text-6xl:hover {
  font-size: 3.75rem;
  line-height: 1;
}

.hover\:text-7xl:hover {
  font-size: 4.5rem;
  line-height: 1;
}

.hover\:text-8xl:hover {
  font-size: 6rem;
  line-height: 1;
}

.hover\:text-9xl:hover {
  font-size: 8rem;
  line-height: 1;
}

.hover\:text-base:hover {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hover\:text-lg:hover {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.hover\:text-xl:hover {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hover\:text-xs:hover {
  font-size: 0.75rem;
  line-height: 1rem;
}

.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-100:hover {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-200:hover {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-300:hover {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-950:hover {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-950:hover {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.hover\:text-green-950:hover {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-950:hover {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-950:hover {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-950:hover {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-950:hover {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-950:hover {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-red-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-100:hover {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-950:hover {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-300:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-400:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-900:hover {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-200:hover {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-400:hover {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-500:hover {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-950:hover {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-950:hover {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-950:hover {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-950:hover {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-100:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-200:hover {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-400:hover {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-500:hover {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-950:hover {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-dashed:focus {
  outline-style: dashed;
}

.focus\:outline-dotted:focus {
  outline-style: dotted;
}

.focus\:outline-double:focus {
  outline-style: double;
}

.focus\:ring-0: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(0px + 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\:ring-1: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(1px + 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\: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\:ring-4: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(4px + 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\:ring-8: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(8px + 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\:ring-amber-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1;
}

.focus\:ring-opacity-15:focus {
  --tw-ring-opacity: 0.15;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3;
}

.focus\:ring-opacity-35:focus {
  --tw-ring-opacity: 0.35;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}

.focus\:ring-opacity-45:focus {
  --tw-ring-opacity: 0.45;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}

.focus\:ring-opacity-55:focus {
  --tw-ring-opacity: 0.55;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6;
}

.focus\:ring-opacity-65:focus {
  --tw-ring-opacity: 0.65;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8;
}

.focus\:ring-opacity-85:focus {
  --tw-ring-opacity: 0.85;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95;
}