/*
! tailwindcss v3.4.1 | 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: Poppins, sans-serif; /* 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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

:root,
[data-theme] {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
  color: var(--fallback-bc,oklch(var(--bc)/1));
}

@supports not (color: oklch(0 0 0)) {

  :root {
    color-scheme: light;
    --fallback-p: #491eff;
    --fallback-pc: #d4dbff;
    --fallback-s: #ff41c7;
    --fallback-sc: #fff9fc;
    --fallback-a: #00cfbd;
    --fallback-ac: #00100d;
    --fallback-n: #2b3440;
    --fallback-nc: #d7dde4;
    --fallback-b1: #ffffff;
    --fallback-b2: #e5e6e6;
    --fallback-b3: #e5e6e6;
    --fallback-bc: #1f2937;
    --fallback-in: #00b3f0;
    --fallback-inc: #000000;
    --fallback-su: #00ca92;
    --fallback-suc: #000000;
    --fallback-wa: #ffc22d;
    --fallback-wac: #000000;
    --fallback-er: #ff6f70;
    --fallback-erc: #000000;
  }

  @media (prefers-color-scheme: dark) {

    :root {
      color-scheme: dark;
      --fallback-p: #7582ff;
      --fallback-pc: #050617;
      --fallback-s: #ff71cf;
      --fallback-sc: #190211;
      --fallback-a: #00c7b5;
      --fallback-ac: #000e0c;
      --fallback-n: #2a323c;
      --fallback-nc: #a6adbb;
      --fallback-b1: #1d232a;
      --fallback-b2: #191e24;
      --fallback-b3: #15191e;
      --fallback-bc: #a6adbb;
      --fallback-in: #00b3f0;
      --fallback-inc: #000000;
      --fallback-su: #00ca92;
      --fallback-suc: #000000;
      --fallback-wa: #ffc22d;
      --fallback-wac: #000000;
      --fallback-er: #ff6f70;
      --fallback-erc: #000000;
    }
  }
}

html {
  -webkit-tap-highlight-color: transparent;
}

:root {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.89824 0.06192 275.75;
  --ac: 0.15352 0.0368 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.4912 0.3096 275.75;
  --s: 0.6971 0.329 342.55;
  --sc: 0.9871 0.0106 342.55;
  --a: 0.7676 0.184 183.61;
  --n: 0.321785 0.02476 255.701624;
  --nc: 0.894994 0.011585 252.096176;
  --b1: 1 0 0;
  --b2: 0.961151 0 0;
  --b3: 0.924169 0.00108 197.137559;
  --bc: 0.278078 0.029596 256.847952;
}

@media (prefers-color-scheme: dark) {

  :root {
    color-scheme: dark;
    --in: 0.7206 0.191 231.6;
    --su: 64.8% 0.150 160;
    --wa: 0.8471 0.199 83.87;
    --er: 0.7176 0.221 22.18;
    --pc: 0.13138 0.0392 275.75;
    --sc: 0.1496 0.052 342.55;
    --ac: 0.14902 0.0334 183.61;
    --inc: 0 0 0;
    --suc: 0 0 0;
    --wac: 0 0 0;
    --erc: 0 0 0;
    --rounded-box: 1rem;
    --rounded-btn: 0.5rem;
    --rounded-badge: 1.9rem;
    --animation-btn: 0.25s;
    --animation-input: .2s;
    --btn-focus-scale: 0.95;
    --border-btn: 1px;
    --tab-border: 1px;
    --tab-radius: 0.5rem;
    --p: 0.6569 0.196 275.75;
    --s: 0.748 0.26 342.55;
    --a: 0.7451 0.167 183.61;
    --n: 0.313815 0.021108 254.139175;
    --nc: 0.746477 0.0216 264.435964;
    --b1: 0.253267 0.015896 252.417568;
    --b2: 0.232607 0.013807 253.100675;
    --b3: 0.211484 0.01165 254.087939;
    --bc: 0.746477 0.0216 264.435964;
  }
}

[data-theme=light] {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.89824 0.06192 275.75;
  --ac: 0.15352 0.0368 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.4912 0.3096 275.75;
  --s: 0.6971 0.329 342.55;
  --sc: 0.9871 0.0106 342.55;
  --a: 0.7676 0.184 183.61;
  --n: 0.321785 0.02476 255.701624;
  --nc: 0.894994 0.011585 252.096176;
  --b1: 1 0 0;
  --b2: 0.961151 0 0;
  --b3: 0.924169 0.00108 197.137559;
  --bc: 0.278078 0.029596 256.847952;
}

[data-theme=dark] {
  color-scheme: dark;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.13138 0.0392 275.75;
  --sc: 0.1496 0.052 342.55;
  --ac: 0.14902 0.0334 183.61;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.6569 0.196 275.75;
  --s: 0.748 0.26 342.55;
  --a: 0.7451 0.167 183.61;
  --n: 0.313815 0.021108 254.139175;
  --nc: 0.746477 0.0216 264.435964;
  --b1: 0.253267 0.015896 252.417568;
  --b2: 0.232607 0.013807 253.100675;
  --b3: 0.211484 0.01165 254.087939;
  --bc: 0.746477 0.0216 264.435964;
}

[data-theme=cupcake] {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.152344 0.017892 200.026556;
  --sc: 0.15787 0.020249 356.29965;
  --ac: 0.158762 0.029206 78.618794;
  --nc: 0.847148 0.013247 313.189598;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --p: 0.76172 0.089459 200.026556;
  --s: 0.789351 0.101246 356.29965;
  --a: 0.793811 0.146032 78.618794;
  --n: 0.235742 0.066235 313.189598;
  --b1: 0.977882 0.00418 56.375637;
  --b2: 0.939822 0.007638 61.449292;
  --b3: 0.915861 0.006811 53.440502;
  --bc: 0.235742 0.066235 313.189598;
  --rounded-btn: 1.9rem;
  --tab-border: 2px;
  --tab-radius: 0.7rem;
}

[data-theme=bumblebee] {
  color-scheme: light;
  --b2: 0.93 0 0;
  --b3: 0.86 0 0;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --bc: 0.2 0 0;
  --ac: 0.16254 0.0314 56.52;
  --nc: 0.8255 0.015 281.99;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.8951 0.2132 96.61;
  --pc: 0.3892 0.046 96.61;
  --s: 0.8039 0.194 70.76;
  --sc: 0.3938 0.068 70.76;
  --a: 0.8127 0.157 56.52;
  --n: 0.1275 0.075 281.99;
  --b1: 1 0 0;
}

[data-theme=emerald] {
  color-scheme: light;
  --b2: 0.93 0 0;
  --b3: 0.86 0 0;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.766626 0.135433 153.450024;
  --pc: 0.333872 0.040618 162.240129;
  --s: 0.613028 0.202368 261.294233;
  --sc: 1 0 0;
  --a: 0.727725 0.149783 33.200363;
  --ac: 0 0 0;
  --n: 0.355192 0.032071 262.988584;
  --nc: 0.984625 0.001706 247.838921;
  --b1: 1 0 0;
  --bc: 0.355192 0.032071 262.988584;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=corporate] {
  color-scheme: light;
  --b2: 0.93 0 0;
  --b3: 0.86 0 0;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.12078 0.0456 269.1;
  --sc: 0.130739 0.010951 256.688055;
  --ac: 0.153934 0.022799 163.57888;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.6039 0.228 269.1;
  --s: 0.653694 0.054756 256.688055;
  --a: 0.769669 0.113994 163.57888;
  --n: 0.223899 0.031305 278.07229;
  --nc: 0.958796 0.008588 247.915135;
  --b1: 1 0 0;
  --bc: 0.223899 0.031305 278.07229;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
  --tab-radius: 0.25rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=synthwave] {
  color-scheme: dark;
  --b2: 0.202941 0.076211 287.835609;
  --b3: 0.187665 0.070475 287.835609;
  --pc: 0.144421 0.031903 342.009383;
  --sc: 0.156543 0.02362 227.382405;
  --ac: 0.17608 0.0412 93.72;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.722105 0.159514 342.009383;
  --s: 0.782714 0.118101 227.382405;
  --a: 0.8804 0.206 93.72;
  --n: 0.255554 0.103537 286.507967;
  --nc: 0.979365 0.00819 301.358346;
  --b1: 0.218216 0.081948 287.835609;
  --bc: 0.979365 0.00819 301.358346;
  --in: 0.765197 0.12273 231.831603;
  --inc: 0.235017 0.096418 290.329844;
  --su: 0.860572 0.115038 178.624677;
  --suc: 0.235017 0.096418 290.329844;
  --wa: 0.85531 0.122117 93.722227;
  --wac: 0.235017 0.096418 290.329844;
  --er: 0.737005 0.121339 32.639257;
  --erc: 0.235017 0.096418 290.329844;
}

[data-theme=retro] {
  color-scheme: light;
  --inc: 0.90923 0.043042 262.880917;
  --suc: 0.12541 0.033982 149.213788;
  --wac: 0.133168 0.031484 58.31834;
  --erc: 0.13144 0.0398 27.33;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.768664 0.104092 22.664655;
  --pc: 0.265104 0.006243 0.522862;
  --s: 0.807415 0.052534 159.094608;
  --sc: 0.265104 0.006243 0.522862;
  --a: 0.703919 0.125455 52.953428;
  --ac: 0.265104 0.006243 0.522862;
  --n: 0.284181 0.009519 355.534017;
  --nc: 0.925604 0.025113 89.217311;
  --b1: 0.916374 0.034554 90.51575;
  --b2: 0.882722 0.049418 91.774344;
  --b3: 0.84133 0.065952 90.856665;
  --bc: 0.265104 0.006243 0.522862;
  --in: 0.54615 0.215208 262.880917;
  --su: 0.627052 0.169912 149.213788;
  --wa: 0.66584 0.157422 58.31834;
  --er: 0.6572 0.199 27.33;
  --rounded-box: 0.4rem;
  --rounded-btn: 0.4rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.4rem;
}

[data-theme=cyberpunk] {
  color-scheme: light;
  --b2: 0.878943 0.16647 104.32;
  --b3: 0.812786 0.15394 104.32;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --bc: 0.18902 0.0358 104.32;
  --pc: 0.14844 0.0418 6.35;
  --sc: 0.16666 0.0368 204.72;
  --ac: 0.14372 0.04352 310.43;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  --p: 0.7422 0.209 6.35;
  --s: 0.8333 0.184 204.72;
  --a: 0.7186 0.2176 310.43;
  --n: 0.2304 0.065 269.31;
  --nc: 0.9451 0.179 104.32;
  --b1: 0.9451 0.179 104.32;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --tab-radius: 0;
}

[data-theme=valentine] {
  color-scheme: light;
  --b2: 0.880567 0.024834 337.06289;
  --b3: 0.814288 0.022964 337.06289;
  --pc: 0.137239 0.030755 15.066527;
  --sc: 0.143942 0.029258 293.189609;
  --ac: 0.142537 0.014961 197.828857;
  --inc: 0.90923 0.043042 262.880917;
  --suc: 0.12541 0.033982 149.213788;
  --wac: 0.133168 0.031484 58.31834;
  --erc: 0.14614 0.0414 27.33;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.686197 0.153774 15.066527;
  --s: 0.71971 0.14629 293.189609;
  --a: 0.712685 0.074804 197.828857;
  --n: 0.546053 0.143342 358.004839;
  --nc: 0.902701 0.037202 336.955191;
  --b1: 0.946846 0.026703 337.06289;
  --bc: 0.373085 0.081131 4.606426;
  --in: 0.54615 0.215208 262.880917;
  --su: 0.627052 0.169912 149.213788;
  --wa: 0.66584 0.157422 58.31834;
  --er: 0.7307 0.207 27.33;
  --rounded-btn: 1.9rem;
  --tab-radius: 0.7rem;
}

[data-theme=halloween] {
  color-scheme: dark;
  --b2: 0.230416 0 0;
  --b3: 0.213072 0 0;
  --bc: 0.849552 0 0;
  --sc: 0.89196 0.0496 305.03;
  --nc: 0.848742 0.009322 65.681484;
  --inc: 0.90923 0.043042 262.880917;
  --suc: 0.12541 0.033982 149.213788;
  --wac: 0.133168 0.031484 58.31834;
  --erc: 0.13144 0.0398 27.33;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.7748 0.204 60.62;
  --pc: 0.196935 0.004671 196.779412;
  --s: 0.4598 0.248 305.03;
  --a: 0.648 0.223 136.073479;
  --ac: 0 0 0;
  --n: 0.24371 0.046608 65.681484;
  --b1: 0.247759 0 0;
  --in: 0.54615 0.215208 262.880917;
  --su: 0.627052 0.169912 149.213788;
  --wa: 0.66584 0.157422 58.31834;
  --er: 0.6572 0.199 27.33;
}

[data-theme=garden] {
  color-scheme: light;
  --b2: 0.864453 0.002011 17.197414;
  --b3: 0.799386 0.00186 17.197414;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --sc: 0.89699 0.022197 355.095988;
  --ac: 0.112547 0.010859 154.390187;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.6245 0.278 3.83636;
  --pc: 1 0 0;
  --s: 0.484952 0.110985 355.095988;
  --a: 0.562735 0.054297 154.390187;
  --n: 0.241559 0.049362 89.070594;
  --nc: 0.929519 0.002163 17.197414;
  --b1: 0.929519 0.002163 17.197414;
  --bc: 0.169617 0.001664 17.32068;
}

[data-theme=forest] {
  color-scheme: dark;
  --b2: 0.17522 0.007709 17.911578;
  --b3: 0.162032 0.007129 17.911578;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --bc: 0.837682 0.001658 17.911578;
  --sc: 0.139553 0.027077 168.327128;
  --ac: 0.141257 0.02389 185.713193;
  --nc: 0.861397 0.007806 171.364646;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.686283 0.185567 148.958922;
  --pc: 0 0 0;
  --s: 0.697764 0.135385 168.327128;
  --a: 0.706285 0.119451 185.713193;
  --n: 0.306985 0.039032 171.364646;
  --b1: 0.188409 0.00829 17.911578;
  --rounded-btn: 1.9rem;
}

[data-theme=aqua] {
  color-scheme: dark;
  --b2: 0.453464 0.118611 261.181672;
  --b3: 0.419333 0.109683 261.181672;
  --bc: 0.897519 0.025508 261.181672;
  --sc: 0.121365 0.02175 309.782946;
  --ac: 0.186854 0.020445 94.555431;
  --nc: 0.122124 0.023402 243.760661;
  --inc: 0.90923 0.043042 262.880917;
  --suc: 0.12541 0.033982 149.213788;
  --wac: 0.133168 0.031484 58.31834;
  --erc: 0.1479 0.038 27.33;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.856617 0.14498 198.6458;
  --pc: 0.401249 0.068266 197.603872;
  --s: 0.606827 0.108752 309.782946;
  --a: 0.934269 0.102225 94.555431;
  --n: 0.610622 0.117009 243.760661;
  --b1: 0.487596 0.127539 261.181672;
  --in: 0.54615 0.215208 262.880917;
  --su: 0.627052 0.169912 149.213788;
  --wa: 0.66584 0.157422 58.31834;
  --er: 0.7395 0.19 27.33;
}

[data-theme=lofi] {
  color-scheme: light;
  --inc: 0.15908 0.0206 205.9;
  --suc: 0.18026 0.0306 164.14;
  --wac: 0.17674 0.027 79.94;
  --erc: 0.15732 0.03 28.47;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.159066 0 0;
  --pc: 1 0 0;
  --s: 0.21455 0.001566 17.278957;
  --sc: 1 0 0;
  --a: 0.268618 0 0;
  --ac: 1 0 0;
  --n: 0 0 0;
  --nc: 1 0 0;
  --b1: 1 0 0;
  --b2: 0.961151 0 0;
  --b3: 0.92268 0.001082 17.17934;
  --bc: 0 0 0;
  --in: 0.7954 0.103 205.9;
  --su: 0.9013 0.153 164.14;
  --wa: 0.8837 0.135 79.94;
  --er: 0.7866 0.15 28.47;
  --rounded-box: 0.25rem;
  --rounded-btn: 0.125rem;
  --rounded-badge: 0.125rem;
  --tab-radius: 0.125rem;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
}

[data-theme=pastel] {
  color-scheme: light;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --bc: 0.2 0 0;
  --pc: 0.166166 0.006979 316.8737;
  --sc: 0.176153 0.009839 8.688364;
  --ac: 0.178419 0.012056 170.923263;
  --nc: 0.142681 0.014702 228.183906;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.830828 0.034896 316.8737;
  --s: 0.880763 0.049197 8.688364;
  --a: 0.892096 0.06028 170.923263;
  --n: 0.713406 0.07351 228.183906;
  --b1: 1 0 0;
  --b2: 0.984625 0.001706 247.838921;
  --b3: 0.871681 0.009339 258.338227;
  --rounded-btn: 1.9rem;
  --tab-radius: 0.7rem;
}

[data-theme=fantasy] {
  color-scheme: light;
  --b2: 0.93 0 0;
  --b3: 0.86 0 0;
  --in: 0.7206 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 0.8471 0.199 83.87;
  --er: 0.7176 0.221 22.18;
  --pc: 0.8749 0.0378 325.02;
  --sc: 0.90784 0.0324 241.36;
  --ac: 0.15196 0.0408 56.72;
  --nc: 0.855616 0.005919 256.847952;
  --inc: 0 0 0;
  --suc: 0 0 0;
  --wac: 0 0 0;
  --erc: 0 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.3745 0.189 325.02;
  --s: 0.5392 0.162 241.36;
  --a: 0.7598 0.204 56.72;
  --n: 0.278078 0.029596 256.847952;
  --b1: 1 0 0;
  --bc: 0.278078 0.029596 256.847952;
}

[data-theme=wireframe] {
  color-scheme: light;
  --bc: 0.2 0 0;
  --pc: 0.156521 0 0;
  --sc: 0.156521 0 0;
  --ac: 0.156521 0 0;
  --nc: 0.188014 0 0;
  --inc: 0.890403 0.062643 264.052021;
  --suc: 0.90395 0.035372 142.495339;
  --wac: 0.141626 0.019994 108.702381;
  --erc: 0.125591 0.051537 29.233885;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  font-family: Chalkboard,comic sans ms,'sans-serif';
  --p: 0.782604 0 0;
  --s: 0.782604 0 0;
  --a: 0.782604 0 0;
  --n: 0.94007 0 0;
  --b1: 1 0 0;
  --b2: 0.949119 0 0;
  --b3: 0.897547 0 0;
  --in: 0.452014 0.313214 264.052021;
  --su: 0.519752 0.176858 142.495339;
  --wa: 0.708131 0.099969 108.702381;
  --er: 0.627955 0.257683 29.233885;
  --rounded-box: 0.2rem;
  --rounded-btn: 0.2rem;
  --rounded-badge: 0.2rem;
  --tab-radius: 0.2rem;
}

[data-theme=black] {
  color-scheme: dark;
  --pc: 0.86736 0 0;
  --sc: 0.86736 0 0;
  --ac: 0.86736 0 0;
  --nc: 0.86736 0 0;
  --inc: 0.890403 0.062643 264.052021;
  --suc: 0.90395 0.035372 142.495339;
  --wac: 0.193597 0.042201 109.769232;
  --erc: 0.125591 0.051537 29.233885;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.336799 0 0;
  --s: 0.336799 0 0;
  --a: 0.336799 0 0;
  --b1: 0 0 0;
  --b2: 0.191251 0 0;
  --b3: 0.268618 0 0;
  --bc: 0.876096 0 0;
  --n: 0.336799 0 0;
  --in: 0.452014 0.313214 264.052021;
  --su: 0.519752 0.176858 142.495339;
  --wa: 0.967983 0.211006 109.769232;
  --er: 0.627955 0.257683 29.233885;
  --rounded-box: 0;
  --rounded-btn: 0;
  --rounded-badge: 0;
  --animation-btn: 0;
  --animation-input: 0;
  --btn-focus-scale: 1;
  --tab-radius: 0;
}

[data-theme=luxury] {
  color-scheme: dark;
  --pc: 0.2 0 0;
  --sc: 0.855163 0.012821 261.069149;
  --ac: 0.873349 0.010348 338.82597;
  --inc: 0.158122 0.024356 237.133883;
  --suc: 0.156239 0.038579 132.154381;
  --wac: 0.172255 0.027305 102.89115;
  --erc: 0.143506 0.035271 22.568916;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 1 0 0;
  --s: 0.275815 0.064106 261.069149;
  --a: 0.366744 0.051741 338.82597;
  --n: 0.2427 0.057015 59.825019;
  --nc: 0.932033 0.089631 90.861683;
  --b1: 0.140765 0.004386 285.822869;
  --b2: 0.202191 0.004211 308.22937;
  --b3: 0.298961 0.003818 308.318612;
  --bc: 0.756879 0.123666 76.890484;
  --in: 0.790612 0.121778 237.133883;
  --su: 0.781197 0.192894 132.154381;
  --wa: 0.861274 0.136524 102.89115;
  --er: 0.717531 0.176357 22.568916;
}

[data-theme=dracula] {
  color-scheme: dark;
  --b2: 0.268053 0.020556 277.508664;
  --b3: 0.247877 0.019009 277.508664;
  --pc: 0.150922 0.036614 346.812432;
  --sc: 0.148405 0.029709 301.883095;
  --ac: 0.166785 0.024826 66.558491;
  --nc: 0.878891 0.006515 275.524078;
  --inc: 0.176526 0.018676 212.846491;
  --suc: 0.174199 0.043903 148.024881;
  --wac: 0.191068 0.026849 112.757109;
  --erc: 0.136441 0.041266 24.430965;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.754611 0.18307 346.812432;
  --s: 0.742023 0.148546 301.883095;
  --a: 0.833927 0.124132 66.558491;
  --n: 0.394456 0.032576 275.524078;
  --b1: 0.288229 0.022103 277.508664;
  --bc: 0.977477 0.007913 106.545019;
  --in: 0.88263 0.09338 212.846491;
  --su: 0.870995 0.219516 148.024881;
  --wa: 0.955338 0.134246 112.757109;
  --er: 0.682204 0.206328 24.430965;
}

[data-theme=cmyk] {
  color-scheme: light;
  --b2: 0.93 0 0;
  --b3: 0.86 0 0;
  --bc: 0.2 0 0;
  --pc: 0.143544 0.02666 239.443325;
  --sc: 0.128953 0.040552 359.339283;
  --ac: 0.188458 0.037948 105.306968;
  --nc: 0.843557 0 0;
  --inc: 0.136952 0.0189 217.284104;
  --suc: 0.893898 0.032505 321.406278;
  --wac: 0.142473 0.031969 52.023412;
  --erc: 0.124027 0.041677 28.717543;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.717722 0.133298 239.443325;
  --s: 0.644766 0.202758 359.339283;
  --a: 0.942289 0.189741 105.306968;
  --n: 0.217787 0 0;
  --b1: 1 0 0;
  --in: 0.684759 0.094499 217.284104;
  --su: 0.46949 0.162524 321.406278;
  --wa: 0.712364 0.159843 52.023412;
  --er: 0.620133 0.208385 28.717543;
}

[data-theme=autumn] {
  color-scheme: light;
  --b2: 0.891077 0 0;
  --b3: 0.824006 0 0;
  --bc: 0.191629 0 0;
  --pc: 0.881446 0.032232 17.530175;
  --sc: 0.123353 0.033821 23.865865;
  --ac: 0.146851 0.018999 60.729616;
  --nc: 0.908734 0.007475 51.902819;
  --inc: 0.138449 0.019596 207.284192;
  --suc: 0.12199 0.016032 174.616213;
  --wac: 0.140163 0.032982 56.844303;
  --erc: 0.90614 0.0482 24.16;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.407232 0.16116 17.530175;
  --s: 0.616763 0.169105 23.865865;
  --a: 0.734253 0.094994 60.729616;
  --n: 0.543672 0.037374 51.902819;
  --b1: 0.958147 0 0;
  --in: 0.692245 0.097979 207.284192;
  --su: 0.609951 0.080159 174.616213;
  --wa: 0.700817 0.164909 56.844303;
  --er: 0.5307 0.241 24.16;
}

[data-theme=business] {
  color-scheme: dark;
  --b2: 0.226487 0 0;
  --b3: 0.20944 0 0;
  --bc: 0.848707 0 0;
  --pc: 0.883407 0.019811 251.473931;
  --sc: 0.128185 0.005481 229.389418;
  --ac: 0.134542 0.033545 35.791525;
  --nc: 0.854882 0.00265 253.041249;
  --inc: 0.125233 0.028702 240.033697;
  --suc: 0.140454 0.018919 156.59611;
  --wac: 0.154965 0.023141 81.519177;
  --erc: 0.903221 0.029356 29.674507;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.417036 0.099057 251.473931;
  --s: 0.640924 0.027405 229.389418;
  --a: 0.67271 0.167726 35.791525;
  --n: 0.27441 0.01325 253.041249;
  --b1: 0.243535 0 0;
  --in: 0.626163 0.143511 240.033697;
  --su: 0.702268 0.094594 156.59611;
  --wa: 0.774824 0.115704 81.519177;
  --er: 0.516105 0.14678 29.674507;
  --rounded-box: 0.25rem;
  --rounded-btn: .125rem;
  --rounded-badge: .125rem;
}

[data-theme=acid] {
  color-scheme: light;
  --b2: 0.916146 0 0;
  --b3: 0.847189 0 0;
  --bc: 0.197021 0 0;
  --pc: 0.1438 0.0714 330.759573;
  --sc: 0.14674 0.0448 48.250878;
  --ac: 0.18556 0.0528 122.962951;
  --nc: 0.84262 0.0256 278.68;
  --inc: 0.12144 0.0454 252.05;
  --suc: 0.17144 0.0532 158.53;
  --wac: 0.18202 0.0424 100.5;
  --erc: 0.12968 0.0586 29.349188;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.719 0.357 330.759573;
  --s: 0.7337 0.224 48.250878;
  --a: 0.9278 0.264 122.962951;
  --n: 0.2131 0.128 278.68;
  --b1: 0.985104 0 0;
  --in: 0.6072 0.227 252.05;
  --su: 0.8572 0.266 158.53;
  --wa: 0.9101 0.212 100.5;
  --er: 0.6484 0.293 29.349188;
  --rounded-box: 1.25rem;
  --rounded-btn: 1rem;
  --rounded-badge: 1rem;
  --tab-radius: 0.7rem;
}

[data-theme=lemonade] {
  color-scheme: light;
  --b2: 0.918003 0.0186 123.72;
  --b3: 0.848906 0.0172 123.72;
  --bc: 0.19742 0.004 123.72;
  --pc: 0.11784 0.0398 134.6;
  --sc: 0.1555 0.0392 111.09;
  --ac: 0.17078 0.0402 100.73;
  --nc: 0.86196 0.015 108.6;
  --inc: 0.17238 0.0094 224.14;
  --suc: 0.17238 0.0094 157.85;
  --wac: 0.17238 0.0094 102.15;
  --erc: 0.17238 0.0094 25.85;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.5892 0.199 134.6;
  --s: 0.7775 0.196 111.09;
  --a: 0.8539 0.201 100.73;
  --n: 0.3098 0.075 108.6;
  --b1: 0.9871 0.02 123.72;
  --in: 0.8619 0.047 224.14;
  --su: 0.8619 0.047 157.85;
  --wa: 0.8619 0.047 102.15;
  --er: 0.8619 0.047 25.85;
}

[data-theme=night] {
  color-scheme: dark;
  --b2: 0.193144 0.037037 265.754874;
  --b3: 0.178606 0.034249 265.754874;
  --bc: 0.841536 0.007965 265.754874;
  --pc: 0.150703 0.027798 232.66148;
  --sc: 0.136023 0.031661 276.934902;
  --ac: 0.144721 0.035244 350.048739;
  --nc: 0.855899 0.00737 260.030984;
  --suc: 0.156904 0.026506 181.911977;
  --wac: 0.166486 0.027912 82.95003;
  --erc: 0.143572 0.034051 13.11834;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.753513 0.138989 232.66148;
  --s: 0.680113 0.158303 276.934902;
  --a: 0.723603 0.176218 350.048739;
  --n: 0.279495 0.036848 260.030984;
  --b1: 0.207682 0.039824 265.754874;
  --in: 0.684553 0.148062 237.25135;
  --inc: 0 0 0;
  --su: 0.78452 0.132529 181.911977;
  --wa: 0.832428 0.139558 82.95003;
  --er: 0.717858 0.170255 13.11834;
}

[data-theme=coffee] {
  color-scheme: dark;
  --b2: 0.201585 0.021457 329.708637;
  --b3: 0.186412 0.019842 329.708637;
  --pc: 0.143993 0.024765 62.756393;
  --sc: 0.86893 0.00597 199.19444;
  --ac: 0.885243 0.014881 224.389184;
  --nc: 0.833022 0.003149 326.261446;
  --inc: 0.15898 0.012774 184.558367;
  --suc: 0.149445 0.014491 131.116276;
  --wac: 0.176301 0.028162 87.722413;
  --erc: 0.154637 0.025644 31.871922;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.719967 0.123825 62.756393;
  --s: 0.34465 0.029849 199.19444;
  --a: 0.426213 0.074405 224.389184;
  --n: 0.165109 0.015743 326.261446;
  --b1: 0.216758 0.023072 329.708637;
  --bc: 0.723547 0.092794 79.129387;
  --in: 0.794902 0.063869 184.558367;
  --su: 0.747224 0.072456 131.116276;
  --wa: 0.881503 0.140812 87.722413;
  --er: 0.773187 0.12822 31.871922;
}

[data-theme=winter] {
  color-scheme: light;
  --pc: 0.91372 0.051 257.57;
  --sc: 0.885103 0.03222 282.339433;
  --ac: 0.11988 0.038303 335.171434;
  --nc: 0.839233 0.012704 257.651965;
  --inc: 0.176255 0.017178 214.515264;
  --suc: 0.160988 0.015404 197.823719;
  --wac: 0.178345 0.009167 71.47031;
  --erc: 0.146185 0.022037 20.076293;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.5686 0.255 257.57;
  --s: 0.425516 0.161098 282.339433;
  --a: 0.599398 0.191515 335.171434;
  --n: 0.196166 0.063518 257.651965;
  --b1: 1 0 0;
  --b2: 0.974663 0.011947 259.822565;
  --b3: 0.932686 0.016223 262.751375;
  --bc: 0.418869 0.053885 255.824911;
  --in: 0.881275 0.085888 214.515264;
  --su: 0.804941 0.077019 197.823719;
  --wa: 0.891725 0.045833 71.47031;
  --er: 0.730926 0.110185 20.076293;
}

[data-theme=dim] {
  color-scheme: dark;
  --pc: 0.172267 0.028331 139.549991;
  --sc: 0.146752 0.033181 35.353059;
  --ac: 0.148459 0.026728 311.37924;
  --inc: 0.172157 0.028409 206.182959;
  --suc: 0.172343 0.028437 166.534048;
  --wac: 0.172327 0.028447 94.818679;
  --erc: 0.164838 0.019914 33.756357;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 0.861335 0.141656 139.549991;
  --s: 0.733759 0.165904 35.353059;
  --a: 0.742296 0.133641 311.37924;
  --n: 0.247311 0.020483 264.094728;
  --nc: 0.829011 0.031335 222.959324;
  --b1: 0.308577 0.023243 264.149498;
  --b2: 0.280368 0.01983 264.182074;
  --b3: 0.263469 0.018403 262.177739;
  --bc: 0.829011 0.031335 222.959324;
  --in: 0.860785 0.142046 206.182959;
  --su: 0.861717 0.142187 166.534048;
  --wa: 0.861634 0.142236 94.818679;
  --er: 0.824189 0.09957 33.756357;
}

[data-theme=nord] {
  color-scheme: light;
  --pc: 0.118872 0.015449 254.027774;
  --sc: 0.139303 0.011822 248.687186;
  --ac: 0.154929 0.01245 217.469017;
  --inc: 0.138414 0.012499 332.664922;
  --suc: 0.153654 0.01498 131.063061;
  --wac: 0.170972 0.017847 84.093335;
  --erc: 0.12122 0.024119 15.341883;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.594359 0.077246 254.027774;
  --s: 0.696516 0.059108 248.687186;
  --a: 0.774643 0.062249 217.469017;
  --n: 0.45229 0.035214 264.1312;
  --nc: 0.899258 0.016374 262.749256;
  --b1: 0.951276 0.007445 260.731539;
  --b2: 0.932996 0.010389 261.788485;
  --b3: 0.899258 0.016374 262.749256;
  --bc: 0.324374 0.022945 264.182036;
  --in: 0.692072 0.062496 332.664922;
  --su: 0.76827 0.074899 131.063061;
  --wa: 0.854862 0.089234 84.093335;
  --er: 0.6061 0.120594 15.341883;
  --rounded-box: 0.4rem;
  --rounded-btn: 0.2rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.2rem;
}

[data-theme=sunset] {
  color-scheme: dark;
  --pc: 0.149408 0.031656 39.94703;
  --sc: 0.145075 0.035531 2.72034;
  --ac: 0.142589 0.033336 299.844533;
  --inc: 0.171119 0.017054 206.015183;
  --suc: 0.171122 0.017172 144.77874;
  --wac: 0.171139 0.016961 74.427797;
  --erc: 0.171023 0.015778 16.886379;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --p: 0.747039 0.158278 39.94703;
  --s: 0.725375 0.177654 2.72034;
  --a: 0.712947 0.166678 299.844533;
  --n: 0.26 0.019 237.69;
  --nc: 0.7 0.019 237.69;
  --b1: 0.22 0.019 237.69;
  --b2: 0.2 0.019 237.69;
  --b3: 0.18 0.019 237.69;
  --bc: 0.773835 0.043586 245.096534;
  --in: 0.855596 0.085271 206.015183;
  --su: 0.855609 0.08586 144.77874;
  --wa: 0.855695 0.084806 74.427797;
  --er: 0.855116 0.07889 16.886379;
  --rounded-box: 1.2rem;
  --rounded-btn: 0.8rem;
  --rounded-badge: 0.4rem;
  --tab-radius: 0.7rem;
}

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

::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.alert {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  align-content: flex-start;
  align-items: center;
  justify-items: center;
  gap: 1rem;
  text-align: center;
  border-radius: var(--rounded-box, 1rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-b2,oklch(var(--b2)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
  background-color: var(--alert-bg);
}
@media (min-width: 640px) {

  .alert {
    grid-auto-flow: column;
    grid-template-columns: auto minmax(auto,1fr);
    justify-items: start;
    text-align: start;
  }
}
.avatar {
  position: relative;
  display: inline-flex;
}
.avatar > div {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.\!placeholder > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs > ul,
  .breadcrumbs > ol {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}
.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: flex;
  align-items: center;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media (hover:hover) {

  .breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover {
    text-decoration-line: underline;
  }

  .link-hover:hover {
    text-decoration-line: underline;
  }

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }

  .table-zebra tr.hover:hover,
  .table-zebra tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }
}
.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
.btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: var(--padding-card, 2rem);
  gap: 0.5rem;
}
.card-body :where(p) {
  flex-grow: 1;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.carousel {
  display: inline-flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.chat {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.chat-image {
  grid-row: span 2 / span 2;
  align-self: flex-end;
}
.chat-header {
  grid-row-start: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.chat-footer {
  grid-row-start: 3;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.chat-bubble {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 90%;
  border-radius: var(--rounded-box, 1rem);
  min-height: 2.75rem;
  min-width: 2.75rem;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.chat-bubble:before {
  position: absolute;
  bottom: 0px;
  height: 0.75rem;
  width: 0.75rem;
  background-color: inherit;
  content: "";
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.chat-start {
  place-items: start;
  grid-template-columns: auto 1fr;
}
.chat-start .chat-header {
  grid-column-start: 2;
}
.chat-start .chat-footer {
  grid-column-start: 2;
}
.chat-start .chat-image {
  grid-column-start: 1;
}
.chat-start .chat-bubble {
  grid-column-start: 2;
  border-end-start-radius: 0px;
}
.chat-start .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
  inset-inline-start: -0.749rem;
}
[dir="rtl"] .chat-start .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
}
.chat-end {
  place-items: end;
  grid-template-columns: 1fr auto;
}
.chat-end .chat-header {
  grid-column-start: 1;
}
.chat-end .chat-footer {
  grid-column-start: 1;
}
.chat-end .chat-image {
  grid-column-start: 2;
}
.chat-end .chat-bubble {
  grid-column-start: 1;
  border-end-end-radius: 0px;
}
.chat-end .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 1 3 L 3 3 C 2 3 0 1 0 0'/%3e%3c/svg%3e");
  inset-inline-start: 99.9%;
}
[dir="rtl"] .chat-end .chat-bubble:before {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='3' height='3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m 0 3 L 3 3 L 3 0 C 3 1 1 3 0 3'/%3e%3c/svg%3e");
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.collapse:not(td):not(tr):not(colgroup) {
  visibility: visible;
}
.collapse {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.2s;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
}
.collapse-title,
.collapse > input[type="checkbox"],
.collapse > input[type="radio"],
.collapse-content {
  grid-column-start: 1;
  grid-row-start: 1;
}
.collapse > input[type="checkbox"],
.collapse > input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.collapse[open],
.collapse-open,
.collapse:focus:not(.collapse-close) {
  grid-template-rows: auto 1fr;
}
.collapse:not(.collapse-close):has(> input[type="checkbox"]:checked),
.collapse:not(.collapse-close):has(> input[type="radio"]:checked) {
  grid-template-rows: auto 1fr;
}
.collapse[open] > .collapse-content,
.collapse-open > .collapse-content,
.collapse:focus:not(.collapse-close) > .collapse-content,
.collapse:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-content,
.collapse:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-content {
  visibility: visible;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.diff {
  position: relative;
  display: grid;
  width: 100%;
  overflow: hidden;
  container-type: inline-size;
  grid-template-columns: auto 1fr;
}
.drawer {
  position: relative;
  display: grid;
  grid-auto-columns: max-content auto;
  width: 100%;
}
.drawer-content {
  grid-column-start: 2;
  grid-row-start: 1;
  min-width: 0px;
}
.drawer-side {
  pointer-events: none;
  position: fixed;
  inset-inline-start: 0px;
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  align-items: flex-start;
  justify-items: start;
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior: contain;
  height: 100vh;
  height: 100dvh;
}
.drawer-side > .drawer-overlay {
  position: sticky;
  top: 0px;
  place-self: stretch;
  cursor: pointer;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}
.drawer-side > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.drawer-side > *:not(.drawer-overlay) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: transform;
  transform: translateX(-100%);
}
[dir="rtl"] .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(100%);
}
.drawer-toggle {
  position: fixed;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.drawer-toggle:checked ~ .drawer-side {
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
}
.drawer-toggle:checked ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(0%);
}
.drawer-end .drawer-toggle ~ .drawer-content {
  grid-column-start: 1;
}
.drawer-end .drawer-toggle ~ .drawer-side {
  grid-column-start: 2;
  justify-items: end;
}
.drawer-end .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(100%);
}
[dir="rtl"] .drawer-end .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(-100%);
}
.drawer-end .drawer-toggle:checked ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(0%);
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > *:not(summary):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dropdown .dropdown-content {
  position: absolute;
}
.dropdown:is(:not(details)) .dropdown-content {
  visibility: hidden;
  opacity: 0;
  transform-origin: top;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
}
.dropdown-end .dropdown-content {
  inset-inline-end: 0px;
}
.dropdown-left .dropdown-content {
  bottom: auto;
  inset-inline-end: 100%;
  top: 0px;
  transform-origin: right;
}
.dropdown-right .dropdown-content {
  bottom: auto;
  inset-inline-start: 100%;
  top: 0px;
  transform-origin: left;
}
.dropdown-bottom .dropdown-content {
  bottom: auto;
  top: 100%;
  transform-origin: top;
}
.dropdown-top .dropdown-content {
  bottom: 100%;
  top: auto;
  transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown-end.dropdown-left .dropdown-content {
  bottom: 0px;
  top: auto;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:not(.dropdown-hover):focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  visibility: visible;
  opacity: 1;
}
@media (hover: hover) {

  .dropdown.dropdown-hover:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
  }

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0 0 0)) {

    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0 0 0)) {

    .btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

  .btn-outline.btn-primary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-primary:hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .btn-outline.btn-secondary:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-secondary:hover {
      background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    }
  }

  .btn-outline.btn-success:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-success:hover {
      background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    }
  }

  .btn-outline.btn-info:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-info:hover {
      background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    }
  }

  .btn-outline.btn-warning:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-warning:hover {
      background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    }
  }

  .btn-outline.btn-error:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn-outline.btn-error:hover {
      background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .dropdown.dropdown-hover:hover .dropdown-content {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

  :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
    cursor: pointer;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  @supports (color: oklch(0 0 0)) {

    :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(.active, .btn):hover, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(.active, .btn):hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
    }
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}
.dropdown:is(details) summary::-webkit-details-marker {
  display: none;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.form-control {
  display: flex;
  flex-direction: column;
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hero {
  display: grid;
  width: 100%;
  place-items: center;
  background-size: cover;
  background-position: center;
}
.hero > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.hero-content {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80rem;
  gap: 1rem;
  padding: 1rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.input-xs[type="number"]::-webkit-inner-spin-button {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
  margin-inline-end: -0px;
}
.input-sm[type="number"]::-webkit-inner-spin-button {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-end: -0px;
}
.join {
  display: inline-flex;
  align-items: stretch;
  border-radius: var(--rounded-btn, 0.5rem);
}
.join :where(.join-item) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:not(:first-child):not(:last-child),
  .join *:not(:first-child):not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .join-item {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.join .dropdown .join-item:first-child:not(:last-child),
  .join *:first-child:not(:last-child) .dropdown .join-item {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
.join :where(.join-item:first-child:not(:last-child)),
  .join :where(*:first-child:not(:last-child) .join-item) {
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join .join-item:last-child:not(:first-child),
  .join *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}
.join :where(.join-item:last-child:not(:first-child)),
  .join :where(*:last-child:not(:first-child) .join-item) {
  border-start-end-radius: inherit;
  border-end-end-radius: inherit;
}
@supports not selector(:has(*)) {

  :where(.join *) {
    border-radius: inherit;
  }
}
@supports selector(:has(*)) {

  :where(.join *:has(.join-item)) {
    border-radius: inherit;
  }
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.link-hover {
  text-decoration-line: none;
}
.\!mask {
  -webkit-mask-size: contain !important;
          mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
          mask-position: center !important;
}
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.5rem;
}
.menu :where(li ul) {
  position: relative;
  white-space: nowrap;
  margin-inline-start: 1rem;
  padding-inline-start: 0.5rem;
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)), .menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  display: grid;
  grid-auto-flow: column;
  align-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  grid-auto-columns: minmax(auto, max-content) auto max-content;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.menu :where(li > .menu-dropdown:not(.menu-dropdown-show)) {
  display: none;
}
:where(.menu li) {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
:where(.menu li) .badge {
  justify-self: end;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  padding: 1.5rem;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.modal-action {
  display: flex;
  margin-top: 1.5rem;
  justify-content: flex-end;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
}
.progress {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  height: 0.5rem;
  border-radius: var(--rounded-box, 1rem);
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.stack {
  display: inline-grid;
  place-items: center;
  align-items: flex-end;
}
.stack > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transform: translateY(10%) scale(0.9);
  z-index: 1;
  width: 100%;
  opacity: 0.6;
}
.stack > *:nth-child(2) {
  transform: translateY(5%) scale(0.95);
  z-index: 2;
  opacity: 0.8;
}
.stack > *:nth-child(1) {
  transform: translateY(0) scale(1);
  z-index: 3;
  opacity: 1;
}
.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.swap {
  position: relative;
  display: inline-grid;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  place-content: center;
  cursor: pointer;
}
.swap > * {
  grid-column-start: 1;
  grid-row-start: 1;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity;
}
.swap input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swap .swap-on,
.swap .swap-indeterminate,
.swap input:indeterminate ~ .swap-on {
  opacity: 0;
}
.swap input:checked ~ .swap-off,
.swap-active .swap-off,
.swap input:indeterminate ~ .swap-off {
  opacity: 0;
}
.swap input:checked ~ .swap-on,
.swap-active .swap-on,
.swap input:indeterminate ~ .swap-indeterminate {
  opacity: 1;
}
.tabs {
  display: grid;
  align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"]) .tab:first-child:not(.tab-active),
  .tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(.tab-active) {
  border-bottom-color: transparent;
}
.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}
input.tab:checked + .tab-content,
.tab-active + .tab-content {
  display: block;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.timeline {
  position: relative;
  display: flex;
}
:where(.timeline > li) {
  position: relative;
  display: grid;
  flex-shrink: 0;
  align-items: center;
  grid-template-rows: var(--timeline-row-start, minmax(0, 1fr)) auto var(
      --timeline-row-end,
      minmax(0, 1fr)
    );
  grid-template-columns: var(--timeline-col-start, minmax(0, 1fr)) auto var(
      --timeline-col-end,
      minmax(0, 1fr)
    );
}
.timeline > li > hr {
  width: 100%;
  border-width: 0px;
}
:where(.timeline > li > hr):first-child {
  grid-column-start: 1;
  grid-row-start: 2;
}
:where(.timeline > li > hr):last-child {
  grid-column-start: 3;
  grid-column-end: none;
  grid-row-start: 2;
  grid-row-end: auto;
}
.toggle {
  flex-shrink: 0;
  --tglbg: var(--fallback-b1,oklch(var(--b1)/1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  border-color: currentColor;
  background-color: currentColor;
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
  transition: background,
    box-shadow var(--animation-input, 0.2s) ease-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset,
    0 0 0 2px var(--tglbg) inset,
    var(--togglehandleborder);
}
.alert-warning {
  border-color: var(--fallback-wa,oklch(var(--wa)/0.2));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  --alert-bg: var(--fallback-wa,oklch(var(--wa)/1));
  --alert-bg-mix: var(--fallback-b1,oklch(var(--b1)/1));
}
.avatar-group :where(.avatar) {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-border-opacity)));
}
.badge-neutral {
  --tw-border-opacity: 1;
  border-color: var(--fallback-n,oklch(var(--n)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.badge-primary {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.badge-info {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}
.badge-success {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}
.badge-warning {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}
.badge-error {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}
.badge-outline {
  border-color: currentColor;
  --tw-border-opacity: 0.5;
  background-color: transparent;
  color: currentColor;
}
.badge-outline.badge-neutral {
  --tw-text-opacity: 1;
  color: var(--fallback-n,oklch(var(--n)/var(--tw-text-opacity)));
}
.badge-outline.badge-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.badge-outline.badge-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}
.badge-outline.badge-accent {
  --tw-text-opacity: 1;
  color: var(--fallback-a,oklch(var(--a)/var(--tw-text-opacity)));
}
.badge-outline.badge-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
}
.badge-outline.badge-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
}
.badge-outline.badge-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
}
.badge-outline.badge-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  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));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}
[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -135deg;
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0 0 0)) {

  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }

  .btn-primary {
    --btn-color: var(--fallback-p);
  }

  .btn-secondary {
    --btn-color: var(--fallback-s);
  }

  .btn-info {
    --btn-color: var(--fallback-in);
  }

  .btn-success {
    --btn-color: var(--fallback-su);
  }

  .btn-warning {
    --btn-color: var(--fallback-wa);
  }

  .btn-error {
    --btn-color: var(--fallback-er);
  }

  .prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
    background-color: var(--fallback-b3,oklch(var(--b3)/1));
  }
}
@supports (color: color-mix(in oklab, black, black)) {

  .btn-outline.btn-primary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
  }

  .btn-outline.btn-secondary.btn-active {
    background-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-s,oklch(var(--s)/1)) 90%, black);
  }

  .btn-outline.btn-success.btn-active {
    background-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-su,oklch(var(--su)/1)) 90%, black);
  }

  .btn-outline.btn-info.btn-active {
    background-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-in,oklch(var(--in)/1)) 90%, black);
  }

  .btn-outline.btn-warning.btn-active {
    background-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-wa,oklch(var(--wa)/1)) 90%, black);
  }

  .btn-outline.btn-error.btn-active {
    background-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
    border-color: color-mix(in oklab, var(--fallback-er,oklch(var(--er)/1)) 90%, black);
  }
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@supports (color: oklch(0 0 0)) {

  .btn-primary {
    --btn-color: var(--p);
  }

  .btn-secondary {
    --btn-color: var(--s);
  }

  .btn-info {
    --btn-color: var(--in);
  }

  .btn-success {
    --btn-color: var(--su);
  }

  .btn-warning {
    --btn-color: var(--wa);
  }

  .btn-error {
    --btn-color: var(--er);
  }
}
.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-s,oklch(var(--s)/1));
}
.btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-in,oklch(var(--in)/1));
}
.btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-su,oklch(var(--su)/1));
}
.btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
  outline-color: var(--fallback-wa,oklch(var(--wa)/1));
}
.btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
  outline-color: var(--fallback-er,oklch(var(--er)/1));
}
.btn.glass {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline-color: currentColor;
}
.btn-ghost.btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.btn-outline.btn-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.btn-outline.btn-primary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn-outline.btn-secondary {
  --tw-text-opacity: 1;
  color: var(--fallback-s,oklch(var(--s)/var(--tw-text-opacity)));
}
.btn-outline.btn-secondary.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}
.btn-outline.btn-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
}
.btn-outline.btn-success.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}
.btn-outline.btn-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
}
.btn-outline.btn-info.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}
.btn-outline.btn-warning {
  --tw-text-opacity: 1;
  color: var(--fallback-wa,oklch(var(--wa)/var(--tw-text-opacity)));
}
.btn-outline.btn-warning.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}
.btn-outline.btn-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}
.btn-outline.btn-error.btn-active {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
.checkbox:disabled {
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
details.collapse {
  width: 100%;
}
details.collapse summary {
  position: relative;
  display: block;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
details.collapse summary::-webkit-details-marker {
  display: none;
}
.collapse:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:has(.collapse-title:focus-visible),
.collapse:has(> input[type="checkbox"]:focus-visible),
.collapse:has(> input[type="radio"]:focus-visible) {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.collapse:not(.collapse-open):not(.collapse-close) > input[type="checkbox"],
.collapse:not(.collapse-open):not(.collapse-close) > input[type="radio"]:not(:checked),
.collapse:not(.collapse-open):not(.collapse-close) > .collapse-title {
  cursor: pointer;
}
.collapse:focus:not(.collapse-open):not(.collapse-close):not(.collapse[open]) > .collapse-title {
  cursor: unset;
}
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  z-index: 1;
}
.collapse-title,
:where(.collapse > input[type="checkbox"]),
:where(.collapse > input[type="radio"]) {
  width: 100%;
  padding: 1rem;
  padding-inline-end: 3rem;
  min-height: 3.75rem;
  transition: background-color 0.2s ease-out;
}
.collapse[open] > :where(.collapse-content),
.collapse-open > :where(.collapse-content),
.collapse:focus:not(.collapse-close) > :where(.collapse-content),
.collapse:not(.collapse-close) > :where(input[type="checkbox"]:checked ~ .collapse-content),
.collapse:not(.collapse-close) > :where(input[type="radio"]:checked ~ .collapse-content) {
  padding-bottom: 1rem;
  transition: padding 0.2s ease-out,
    background-color 0.2s ease-out;
}
.collapse[open].collapse-arrow > .collapse-title:after,
.collapse-open.collapse-arrow > .collapse-title:after,
.collapse-arrow:focus:not(.collapse-close) > .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-arrow:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  --tw-translate-y: -50%;
  --tw-rotate: 225deg;
  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));
}
.collapse[open].collapse-plus > .collapse-title:after,
.collapse-open.collapse-plus > .collapse-title:after,
.collapse-plus:focus:not(.collapse-close) > .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="checkbox"]:checked ~ .collapse-title:after,
.collapse-plus:not(.collapse-close) > input[type="radio"]:checked ~ .collapse-title:after {
  content: "−";
}
.drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
  background-color: #0006;
}
.drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.dropdown.dropdown-open .dropdown-content,
.dropdown:focus .dropdown-content,
.dropdown:focus-within .dropdown-content {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.label-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.label-text-alt {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.join > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.loading-spinner {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='%23000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle%3E.spinner_V8m1%7Btransform-origin:center;animation:spinner_zKoa 2s linear infinite%7D.spinner_V8m1 circle%7Bstroke-linecap:round;animation:spinner_YpZS 1.5s ease-out infinite%7D%40keyframes spinner_zKoa%7B100%25%7Btransform:rotate(360deg)%7D%7D%40keyframes spinner_YpZS%7B0%25%7Bstroke-dasharray:0 150;stroke-dashoffset:0%7D47.5%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-16%7D95%25%2C100%25%7Bstroke-dasharray:42 150;stroke-dashoffset:-59%7D%7D%3C%2Fstyle%3E%3Cg class='spinner_V8m1'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3'%3E%3C%2Fcircle%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.loading-xs {
  width: 1rem;
}
.mask-squircle {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z'/%3e%3c/svg%3e");
}
:where(.menu li:empty) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  margin: 0.5rem 1rem;
  height: 1px;
}
.menu :where(li ul):before {
  position: absolute;
  bottom: 0.75rem;
  inset-inline-start: 0px;
  top: 0.75rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.1;
  content: "";
}
.menu :where(li:not(.menu-title) > *:not(ul, details, .menu-title, .btn)),
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
  border-radius: var(--rounded-btn, 0.5rem);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  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-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  text-wrap: balance;
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.menu :where(li > details > summary)::-webkit-details-marker {
  display: none;
}
.menu :where(li > details > summary):after,
.menu :where(li > .menu-dropdown-toggle):after {
  justify-self: end;
  display: block;
  margin-top: -0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  transform: rotate(45deg);
  transition-property: transform, margin-top;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: "";
  transform-origin: 75% 75%;
  box-shadow: 2px 2px;
  pointer-events: none;
}
.menu :where(li > details[open] > summary):after,
.menu :where(li > .menu-dropdown-toggle.menu-dropdown-show):after {
  transform: rotate(225deg);
  margin-top: 0;
}
.mockup-phone .camera {
  position: relative;
  top: 0px;
  left: 0px;
  background: #000;
  height: 25px;
  width: 150px;
  margin: 0 auto;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  z-index: 11;
}
.mockup-phone .camera:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 50px;
  height: 4px;
  border-radius: 5px;
  background-color: #0c0b0e;
  transform: translate(-50%, -50%);
}
.mockup-phone .camera:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 70%;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #0f0b25;
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --tw-rotate: -45deg;
  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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.modal-action > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
@keyframes modal-pop {

  0% {
    opacity: 0;
  }
}
.progress::-moz-progress-bar {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
}
.progress:indeterminate {
  --progress-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
.progress::-webkit-progress-bar {
  border-radius: var(--rounded-box, 1rem);
  background-color: transparent;
}
.progress::-webkit-progress-value {
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
}
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
  background-image: repeating-linear-gradient(
    90deg,
    var(--progress-color) -1%,
    var(--progress-color) 10%,
    transparent 10%,
    transparent 90%
  );
  background-size: 200%;
  background-position-x: 15%;
  animation: progress-loading 5s ease-in-out infinite;
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus {
  box-shadow: none;
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image: none;
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select-bordered {
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  content: "";
  margin-inline-start: -100%;
}
.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.steps .step:first-child:before {
  content: none;
}
.steps .step[data-content]:after {
  content: attr(data-content);
}
.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.tab.tab-active:not(.tab-disabled):not([disabled]),
  .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]),
  .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}
.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
.tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-lifted
  > .tab-active:not(.tab-disabled):not([disabled])
  + .tabs-lifted
  .tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
:is([dir="rtl"] .table) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead, tbody) :where(tr:not(:last-child)),
    .table :where(thead, tbody) :where(tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  --tw-text-opacity: 0.2;
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.timeline hr {
  height: 0.25rem;
}
:where(.timeline hr) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
:where(.timeline:has(.timeline-middle) hr):first-child {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
  border-end-end-radius: var(--rounded-badge, 1.9rem);
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
:where(.timeline:has(.timeline-middle) hr):last-child {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
  border-end-start-radius: var(--rounded-badge, 1.9rem);
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
:where(.timeline:not(:has(.timeline-middle)) :first-child hr:last-child) {
  border-start-start-radius: var(--rounded-badge, 1.9rem);
  border-end-start-radius: var(--rounded-badge, 1.9rem);
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
:where(.timeline:not(:has(.timeline-middle)) :last-child hr:first-child) {
  border-start-end-radius: var(--rounded-badge, 1.9rem);
  border-end-end-radius: var(--rounded-badge, 1.9rem);
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.toggle:hover {
  background-color: currentColor;
}
.toggle:checked,
  .toggle[checked="true"],
  .toggle[aria-checked="true"] {
  background-image: none;
  --handleoffsetcalculator: var(--handleoffset);
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[checked="true"], [dir="rtl"] .toggle[aria-checked="true"] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
      calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
      0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset,
        calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset,
        0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset,
      var(--handleoffsetcalculator) 0 0 3px var(--fallback-bc,oklch(var(--bc)/1)) inset;
}
:root .prose {
  --tw-prose-body: var(--fallback-bc,oklch(var(--bc)/0.8));
  --tw-prose-headings: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-lead: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-links: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bold: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-counters: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-bullets: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-hr: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-quotes: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-quote-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
  --tw-prose-captions: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-code: var(--fallback-bc,oklch(var(--bc)/1));
  --tw-prose-pre-code: var(--fallback-nc,oklch(var(--nc)/1));
  --tw-prose-pre-bg: var(--fallback-n,oklch(var(--n)/1));
  --tw-prose-th-borders: var(--fallback-bc,oklch(var(--bc)/0.5));
  --tw-prose-td-borders: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.prose :where(code):not(:where([class~="not-prose"] *, pre *)) {
  padding: 1px 8px;
  border-radius: var(--rounded-badge);
  font-weight: initial;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
  display: none;
}
.prose pre code {
  border-radius: 0;
  padding: 0;
}
.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.glass,
  .glass.btn-active {
  border: none;
  -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
          backdrop-filter: blur(var(--glass-blur, 40px));
  background-color: transparent;
  background-image: linear-gradient(
        135deg,
        rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
        rgb(0 0 0 / 0%) 100%
      ),
      linear-gradient(
        var(--glass-reflex-degree, 100deg),
        rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
        rgb(0 0 0 / 0%) 25%
      );
  box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
      0 0 0 2px rgb(0 0 0 / 5%);
  text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%));
}
@media (hover: hover) {

  .glass.btn-active {
    border: none;
    -webkit-backdrop-filter: blur(var(--glass-blur, 40px));
            backdrop-filter: blur(var(--glass-blur, 40px));
    background-color: transparent;
    background-image: linear-gradient(
          135deg,
          rgb(255 255 255 / var(--glass-opacity, 30%)) 0%,
          rgb(0 0 0 / 0%) 100%
        ),
        linear-gradient(
          var(--glass-reflex-degree, 100deg),
          rgb(255 255 255 / var(--glass-reflex-opacity, 10%)) 25%,
          rgb(0 0 0 / 0%) 25%
        );
    box-shadow: 0 0 0 1px rgb(255 255 255 / var(--glass-border-opacity, 10%)) inset,
        0 0 0 2px rgb(0 0 0 / 5%);
    text-shadow: 0 1px rgb(0 0 0 / var(--glass-text-shadow-opacity, 5%));
  }
}
.artboard.phone {
  width: 320px;
}
.badge-xs {
  height: 0.75rem;
  font-size: 0.75rem;
  line-height: .75rem;
  padding-left: 0.313rem;
  padding-right: 0.313rem;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.btn-xs {
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
}
.btn-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}
.btn-md {
  height: 3rem;
  min-height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
}
.btn-square:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  padding: 0px;
}
.btn-square:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px;
}
.btn-square:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  padding: 0px;
}
.btn-circle:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.drawer-open > .drawer-toggle {
  display: none;
}
.drawer-open > .drawer-toggle ~ .drawer-side {
  pointer-events: auto;
  visibility: visible;
  position: sticky;
  display: block;
  width: auto;
  overscroll-behavior: auto;
}
.drawer-open > .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(0%);
}
[dir="rtl"] .drawer-open > .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
  transform: translateX(0%);
}
.drawer-open > .drawer-toggle:checked ~ .drawer-side {
  pointer-events: auto;
  visibility: visible;
}
.drawer-open > .drawer-side {
  overflow-y: auto;
}
html:has(.drawer-toggle:checked) {
  overflow-y: hidden;
  scrollbar-gutter: stable;
}
.input-xs {
  height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}
.input-md {
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}
.input-sm {
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 2rem;
}
.join.join-vertical {
  flex-direction: column;
}
.join.join-vertical .join-item:first-child:not(:last-child),
  .join.join-vertical *:first-child:not(:last-child) .join-item {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
}
.join.join-vertical .join-item:last-child:not(:first-child),
  .join.join-vertical *:last-child:not(:first-child) .join-item {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.join.join-horizontal {
  flex-direction: row;
}
.join.join-horizontal .join-item:first-child:not(:last-child),
  .join.join-horizontal *:first-child:not(:last-child) .join-item {
  border-end-end-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: inherit;
  border-start-start-radius: inherit;
}
.join.join-horizontal .join-item:last-child:not(:first-child),
  .join.join-horizontal *:last-child:not(:first-child) .join-item {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
  border-end-end-radius: inherit;
  border-start-end-radius: inherit;
}
.modal-bottom {
  place-items: end;
}
.select-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 2rem;
}
[dir="rtl"] .select-sm {
  padding-left: 2rem;
  padding-right: 0.75rem;
}
.select-xs {
  height: 1.5rem;
  min-height: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
}
[dir="rtl"] .select-xs {
  padding-left: 2rem;
  padding-right: 0.5rem;
}
.steps-horizontal .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  place-items: center;
  text-align: center;
}
.steps-vertical .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}
[type="checkbox"].toggle-sm {
  --handleoffset: 0.75rem;
  height: 1.25rem;
  width: 2rem;
}
.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
}
.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
}
.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.tooltip-bottom:before {
  transform: translateX(-50%);
  top: var(--tooltip-offset);
  left: 50%;
  right: auto;
  bottom: auto;
}
.avatar.online:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--fallback-b1,oklch(var(--b1)/1));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.avatar.offline:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--fallback-b1,oklch(var(--b1)/1));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
}
.card-compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card-normal .card-body {
  padding: var(--padding-card, 2rem);
  font-size: 1rem;
  line-height: 1.5rem;
}
.drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
  cursor: default;
  background-color: transparent;
}
.join.join-vertical > :where(*:not(:first-child)) {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -1px;
}
.join.join-horizontal > :where(*:not(:first-child)) {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-inline-start: -1px;
}
.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.steps-horizontal .step {
  grid-template-rows: 40px 1fr;
  grid-template-columns: auto;
  min-width: 4rem;
}
.steps-horizontal .step:before {
  height: 0.5rem;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: "";
  margin-inline-start: -100%;
}
:is([dir="rtl"] .steps-horizontal .step):before {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.steps-vertical .step {
  gap: 0.5rem;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto;
  min-height: 4rem;
  justify-items: start;
}
.steps-vertical .step:before {
  height: 100%;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  margin-inline-start: 50%;
}
:is([dir="rtl"] .steps-vertical .step):before {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tooltip {
  position: relative;
  display: inline-block;
  text-align: center;
  --tooltip-tail: 0.1875rem;
  --tooltip-color: var(--fallback-n,oklch(var(--n)/1));
  --tooltip-text-color: var(--fallback-nc,oklch(var(--nc)/1));
  --tooltip-tail-offset: calc(100% + 0.0625rem - var(--tooltip-tail));
}
.tooltip:before,
.tooltip:after {
  opacity: 0;
  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-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip:before {
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip.tooltip-open:before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip.tooltip-open:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:hover:before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:has(:focus-visible):after,
.tooltip:has(:focus-visible):before {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
.tooltip-bottom:after {
  transform: translateX(-50%);
  border-color: transparent transparent var(--tooltip-color) transparent;
  top: var(--tooltip-tail-offset);
  left: 50%;
  right: auto;
  bottom: auto;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-2 {
  left: -0.5rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-auto {
  right: auto;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[1\] {
  z-index: 1;
}
.order-last {
  order: 9999;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-start-1 {
  grid-row-start: 1;
}
.-m-2 {
  margin: -0.5rem;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[2\.7rem\] {
  height: 2.7rem;
}
.h-\[28\.6rem\] {
  height: 28.6rem;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[calc\(100vh-10rem\)\] {
  max-height: calc(100vh - 10rem);
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-\[2\.7rem\] {
  width: 2.7rem;
}
.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[85rem\] {
  max-width: 85rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-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-base-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-divide-opacity)));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-badge {
  border-radius: var(--rounded-badge, 1.9rem);
}
.rounded-box {
  border-radius: var(--rounded-box, 1rem);
}
.rounded-btn {
  border-radius: var(--rounded-btn, 0.5rem);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-base-300 {
  --tw-border-opacity: 1;
  border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
}
.border-base-300\/50 {
  border-color: var(--fallback-b3,oklch(var(--b3)/0.5));
}
.border-black\/\[\.1\] {
  border-color: rgb(0 0 0 / .1);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-red-800\/40 {
  border-color: rgb(153 27 27 / 0.4);
}
.border-transparent {
  border-color: transparent;
}
.border-vtd-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-r-base-300 {
  --tw-border-opacity: 1;
  border-right-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
}
.bg-accent-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-ac,oklch(var(--ac)/var(--tw-bg-opacity)));
}
.bg-accent-content\/0 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0));
}
.bg-accent-content\/10 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.1));
}
.bg-accent-content\/100 {
  background-color: var(--fallback-ac,oklch(var(--ac)/1));
}
.bg-accent-content\/15 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.15));
}
.bg-accent-content\/20 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.2));
}
.bg-accent-content\/25 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.25));
}
.bg-accent-content\/30 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.3));
}
.bg-accent-content\/35 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.35));
}
.bg-accent-content\/40 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.4));
}
.bg-accent-content\/45 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.45));
}
.bg-accent-content\/5 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.05));
}
.bg-accent-content\/50 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.5));
}
.bg-accent-content\/55 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.55));
}
.bg-accent-content\/60 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.6));
}
.bg-accent-content\/65 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.65));
}
.bg-accent-content\/70 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.7));
}
.bg-accent-content\/75 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.75));
}
.bg-accent-content\/80 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.8));
}
.bg-accent-content\/85 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.85));
}
.bg-accent-content\/90 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.9));
}
.bg-accent-content\/95 {
  background-color: var(--fallback-ac,oklch(var(--ac)/0.95));
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-amber-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-amber-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-amber-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-amber-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}
.bg-amber-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-amber-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-amber-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-amber-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}
.bg-amber-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-amber-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-amber-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-amber-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-amber-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-amber-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-amber-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-amber-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-amber-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-amber-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-amber-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-amber-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-amber-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity));
}
.bg-amber-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-amber-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}
.bg-amber-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-amber-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-amber-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-amber-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}
.bg-amber-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-amber-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-amber-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-amber-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-amber-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-amber-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-amber-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-amber-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-amber-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-amber-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-amber-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-amber-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-amber-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}
.bg-amber-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-amber-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-amber-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-amber-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-amber-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-amber-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-amber-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-amber-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}
.bg-amber-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-amber-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-amber-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-amber-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-amber-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-amber-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-amber-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}
.bg-amber-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-amber-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-amber-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-amber-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-amber-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-amber-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-amber-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-amber-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-amber-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-amber-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-amber-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-amber-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-amber-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-amber-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}
.bg-amber-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-amber-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-amber-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-amber-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}
.bg-amber-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-amber-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-amber-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-amber-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}
.bg-amber-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-amber-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-amber-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-amber-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-amber-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-amber-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-amber-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-amber-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-amber-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-amber-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}
.bg-amber-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-amber-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.bg-amber-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-amber-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-amber-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-amber-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-amber-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-amber-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-amber-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-amber-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-amber-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-amber-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-amber-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-amber-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
}
.bg-amber-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-amber-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-amber-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-amber-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}
.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-amber-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-amber-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-amber-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}
.bg-amber-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-amber-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-amber-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-amber-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-amber-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-amber-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-amber-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-amber-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-amber-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-amber-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-amber-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
}
.bg-amber-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-amber-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-amber-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-amber-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}
.bg-amber-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-amber-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-amber-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-amber-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}
.bg-amber-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-amber-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-amber-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-amber-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-amber-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-amber-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-amber-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-amber-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-amber-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-amber-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-amber-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-amber-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-amber-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity));
}
.bg-amber-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-amber-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-amber-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-amber-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}
.bg-amber-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-amber-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-amber-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-amber-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}
.bg-amber-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-amber-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-amber-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-amber-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-amber-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-amber-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-amber-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-amber-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-amber-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-amber-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-amber-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-amber-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-amber-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity));
}
.bg-amber-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-amber-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-amber-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-amber-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}
.bg-amber-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-amber-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-amber-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-amber-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-amber-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-amber-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-amber-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-amber-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-amber-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-amber-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-amber-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-amber-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-amber-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-amber-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-amber-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity));
}
.bg-amber-950\/0 {
  background-color: rgb(69 26 3 / 0);
}
.bg-amber-950\/10 {
  background-color: rgb(69 26 3 / 0.1);
}
.bg-amber-950\/100 {
  background-color: rgb(69 26 3 / 1);
}
.bg-amber-950\/15 {
  background-color: rgb(69 26 3 / 0.15);
}
.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-amber-950\/35 {
  background-color: rgb(69 26 3 / 0.35);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/45 {
  background-color: rgb(69 26 3 / 0.45);
}
.bg-amber-950\/5 {
  background-color: rgb(69 26 3 / 0.05);
}
.bg-amber-950\/50 {
  background-color: rgb(69 26 3 / 0.5);
}
.bg-amber-950\/55 {
  background-color: rgb(69 26 3 / 0.55);
}
.bg-amber-950\/60 {
  background-color: rgb(69 26 3 / 0.6);
}
.bg-amber-950\/65 {
  background-color: rgb(69 26 3 / 0.65);
}
.bg-amber-950\/70 {
  background-color: rgb(69 26 3 / 0.7);
}
.bg-amber-950\/75 {
  background-color: rgb(69 26 3 / 0.75);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}
.bg-amber-950\/90 {
  background-color: rgb(69 26 3 / 0.9);
}
.bg-amber-950\/95 {
  background-color: rgb(69 26 3 / 0.95);
}
.bg-base-100 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.bg-base-100\/0 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0));
}
.bg-base-100\/10 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.1));
}
.bg-base-100\/100 {
  background-color: var(--fallback-b1,oklch(var(--b1)/1));
}
.bg-base-100\/15 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.15));
}
.bg-base-100\/20 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.2));
}
.bg-base-100\/25 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.25));
}
.bg-base-100\/30 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.3));
}
.bg-base-100\/35 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.35));
}
.bg-base-100\/40 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.4));
}
.bg-base-100\/45 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.45));
}
.bg-base-100\/5 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.05));
}
.bg-base-100\/50 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.5));
}
.bg-base-100\/55 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.55));
}
.bg-base-100\/60 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.6));
}
.bg-base-100\/65 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.65));
}
.bg-base-100\/70 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.7));
}
.bg-base-100\/75 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.75));
}
.bg-base-100\/80 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.8));
}
.bg-base-100\/85 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.85));
}
.bg-base-100\/90 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.9));
}
.bg-base-100\/95 {
  background-color: var(--fallback-b1,oklch(var(--b1)/0.95));
}
.bg-base-200 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.bg-base-200\/0 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0));
}
.bg-base-200\/10 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.1));
}
.bg-base-200\/100 {
  background-color: var(--fallback-b2,oklch(var(--b2)/1));
}
.bg-base-200\/15 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.15));
}
.bg-base-200\/20 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.2));
}
.bg-base-200\/25 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.25));
}
.bg-base-200\/30 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.3));
}
.bg-base-200\/35 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.35));
}
.bg-base-200\/40 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.4));
}
.bg-base-200\/45 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.45));
}
.bg-base-200\/5 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.05));
}
.bg-base-200\/50 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.5));
}
.bg-base-200\/55 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.55));
}
.bg-base-200\/60 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.6));
}
.bg-base-200\/65 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.65));
}
.bg-base-200\/70 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.7));
}
.bg-base-200\/75 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.75));
}
.bg-base-200\/80 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.8));
}
.bg-base-200\/85 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.85));
}
.bg-base-200\/90 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.9));
}
.bg-base-200\/95 {
  background-color: var(--fallback-b2,oklch(var(--b2)/0.95));
}
.bg-base-300 {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.bg-base-300\/0 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0));
}
.bg-base-300\/10 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.1));
}
.bg-base-300\/100 {
  background-color: var(--fallback-b3,oklch(var(--b3)/1));
}
.bg-base-300\/15 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.15));
}
.bg-base-300\/20 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.2));
}
.bg-base-300\/25 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.25));
}
.bg-base-300\/30 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.3));
}
.bg-base-300\/35 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.35));
}
.bg-base-300\/40 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.4));
}
.bg-base-300\/45 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.45));
}
.bg-base-300\/5 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.05));
}
.bg-base-300\/50 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.5));
}
.bg-base-300\/55 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.55));
}
.bg-base-300\/60 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.6));
}
.bg-base-300\/65 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.65));
}
.bg-base-300\/70 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.7));
}
.bg-base-300\/75 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.75));
}
.bg-base-300\/80 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.8));
}
.bg-base-300\/85 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.85));
}
.bg-base-300\/90 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.9));
}
.bg-base-300\/95 {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.95));
}
.bg-base-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
}
.bg-base-content\/0 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0));
}
.bg-base-content\/10 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.bg-base-content\/100 {
  background-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.bg-base-content\/15 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.15));
}
.bg-base-content\/20 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.bg-base-content\/25 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.25));
}
.bg-base-content\/30 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.bg-base-content\/35 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.35));
}
.bg-base-content\/40 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.bg-base-content\/45 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.45));
}
.bg-base-content\/5 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.05));
}
.bg-base-content\/50 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.5));
}
.bg-base-content\/55 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.55));
}
.bg-base-content\/60 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.bg-base-content\/65 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.65));
}
.bg-base-content\/70 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.7));
}
.bg-base-content\/75 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.75));
}
.bg-base-content\/80 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.8));
}
.bg-base-content\/85 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.85));
}
.bg-base-content\/90 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.9));
}
.bg-base-content\/95 {
  background-color: var(--fallback-bc,oklch(var(--bc)/0.95));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-blue-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-blue-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-blue-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-blue-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-blue-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-blue-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-blue-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-blue-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-blue-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-blue-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-blue-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-blue-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-blue-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-blue-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-blue-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-blue-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-blue-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-blue-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-blue-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-blue-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-blue-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-blue-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-blue-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-blue-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-blue-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-blue-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-blue-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-blue-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-blue-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-blue-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-blue-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-blue-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-blue-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-blue-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-blue-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-blue-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-blue-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-blue-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-blue-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-blue-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-blue-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-blue-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-blue-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-blue-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-blue-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-blue-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-blue-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-blue-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-blue-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-blue-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-blue-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-blue-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-blue-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-blue-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-blue-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-blue-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-blue-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-blue-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}
.bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-blue-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-blue-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-blue-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}
.bg-blue-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-blue-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-blue-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-blue-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-blue-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-blue-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-blue-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-blue-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-blue-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-blue-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-blue-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-blue-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-blue-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-blue-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-blue-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-blue-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}
.bg-blue-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-blue-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-blue-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}
.bg-blue-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-blue-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}
.bg-blue-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}
.bg-blue-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}
.bg-blue-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-blue-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-blue-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}
.bg-blue-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-blue-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.bg-blue-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-blue-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-blue-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-blue-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-blue-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-blue-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-blue-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-blue-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-blue-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-blue-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-blue-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-blue-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-blue-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-blue-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-blue-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-blue-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-blue-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-blue-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}
.bg-blue-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-blue-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-blue-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-blue-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-blue-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-blue-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-blue-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-blue-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-blue-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-blue-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-blue-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-blue-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-blue-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-blue-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-blue-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-blue-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}
.bg-blue-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-blue-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-blue-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-blue-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}
.bg-blue-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-blue-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-blue-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-blue-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-blue-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-blue-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-blue-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-blue-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-blue-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-blue-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-blue-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-blue-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-blue-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-blue-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}
.bg-blue-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-blue-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}
.bg-blue-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}
.bg-blue-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-blue-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-blue-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-blue-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}
.bg-blue-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-blue-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-blue-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-blue-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-blue-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-blue-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.bg-blue-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-blue-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-blue-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-blue-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-blue-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.bg-blue-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-blue-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity));
}
.bg-blue-950\/0 {
  background-color: rgb(23 37 84 / 0);
}
.bg-blue-950\/10 {
  background-color: rgb(23 37 84 / 0.1);
}
.bg-blue-950\/100 {
  background-color: rgb(23 37 84 / 1);
}
.bg-blue-950\/15 {
  background-color: rgb(23 37 84 / 0.15);
}
.bg-blue-950\/20 {
  background-color: rgb(23 37 84 / 0.2);
}
.bg-blue-950\/25 {
  background-color: rgb(23 37 84 / 0.25);
}
.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}
.bg-blue-950\/40 {
  background-color: rgb(23 37 84 / 0.4);
}
.bg-blue-950\/45 {
  background-color: rgb(23 37 84 / 0.45);
}
.bg-blue-950\/5 {
  background-color: rgb(23 37 84 / 0.05);
}
.bg-blue-950\/50 {
  background-color: rgb(23 37 84 / 0.5);
}
.bg-blue-950\/55 {
  background-color: rgb(23 37 84 / 0.55);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-blue-950\/65 {
  background-color: rgb(23 37 84 / 0.65);
}
.bg-blue-950\/70 {
  background-color: rgb(23 37 84 / 0.7);
}
.bg-blue-950\/75 {
  background-color: rgb(23 37 84 / 0.75);
}
.bg-blue-950\/80 {
  background-color: rgb(23 37 84 / 0.8);
}
.bg-blue-950\/85 {
  background-color: rgb(23 37 84 / 0.85);
}
.bg-blue-950\/90 {
  background-color: rgb(23 37 84 / 0.9);
}
.bg-blue-950\/95 {
  background-color: rgb(23 37 84 / 0.95);
}
.bg-blueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-blueGray-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-blueGray-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-blueGray-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-blueGray-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}
.bg-blueGray-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-blueGray-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-blueGray-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-blueGray-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}
.bg-blueGray-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-blueGray-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.bg-blueGray-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-blueGray-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-blueGray-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.bg-blueGray-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-blueGray-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.bg-blueGray-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-blueGray-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-blueGray-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-blueGray-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.bg-blueGray-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-blueGray-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-blueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-blueGray-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-blueGray-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-blueGray-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-blueGray-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}
.bg-blueGray-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-blueGray-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-blueGray-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-blueGray-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}
.bg-blueGray-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-blueGray-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.bg-blueGray-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-blueGray-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-blueGray-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.bg-blueGray-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-blueGray-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.bg-blueGray-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-blueGray-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-blueGray-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-blueGray-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.bg-blueGray-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-blueGray-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-blueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-blueGray-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-blueGray-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-blueGray-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-blueGray-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}
.bg-blueGray-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-blueGray-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-blueGray-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-blueGray-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}
.bg-blueGray-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-blueGray-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}
.bg-blueGray-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-blueGray-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-blueGray-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}
.bg-blueGray-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-blueGray-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}
.bg-blueGray-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-blueGray-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-blueGray-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-blueGray-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}
.bg-blueGray-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-blueGray-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-blueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-blueGray-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-blueGray-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-blueGray-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-blueGray-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}
.bg-blueGray-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-blueGray-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-blueGray-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-blueGray-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}
.bg-blueGray-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-blueGray-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.bg-blueGray-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-blueGray-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-blueGray-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.bg-blueGray-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-blueGray-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.bg-blueGray-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-blueGray-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-blueGray-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-blueGray-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.bg-blueGray-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-blueGray-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-blueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-blueGray-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-blueGray-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-blueGray-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-blueGray-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}
.bg-blueGray-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-blueGray-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-blueGray-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-blueGray-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}
.bg-blueGray-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-blueGray-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}
.bg-blueGray-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-blueGray-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-blueGray-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}
.bg-blueGray-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-blueGray-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}
.bg-blueGray-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-blueGray-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-blueGray-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-blueGray-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}
.bg-blueGray-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-blueGray-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-blueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-blueGray-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-blueGray-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-blueGray-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-blueGray-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}
.bg-blueGray-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-blueGray-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-blueGray-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-blueGray-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}
.bg-blueGray-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-blueGray-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.bg-blueGray-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-blueGray-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-blueGray-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.bg-blueGray-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-blueGray-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.bg-blueGray-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-blueGray-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-blueGray-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-blueGray-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.bg-blueGray-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-blueGray-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-blueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-blueGray-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-blueGray-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-blueGray-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-blueGray-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}
.bg-blueGray-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-blueGray-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-blueGray-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-blueGray-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}
.bg-blueGray-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-blueGray-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}
.bg-blueGray-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-blueGray-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-blueGray-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}
.bg-blueGray-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-blueGray-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}
.bg-blueGray-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-blueGray-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-blueGray-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-blueGray-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}
.bg-blueGray-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-blueGray-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-blueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-blueGray-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-blueGray-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-blueGray-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-blueGray-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}
.bg-blueGray-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-blueGray-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-blueGray-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-blueGray-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}
.bg-blueGray-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-blueGray-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}
.bg-blueGray-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-blueGray-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-blueGray-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}
.bg-blueGray-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-blueGray-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}
.bg-blueGray-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-blueGray-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-blueGray-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-blueGray-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}
.bg-blueGray-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-blueGray-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-blueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-blueGray-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-blueGray-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-blueGray-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-blueGray-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}
.bg-blueGray-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-blueGray-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-blueGray-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-blueGray-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}
.bg-blueGray-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-blueGray-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}
.bg-blueGray-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-blueGray-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-blueGray-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}
.bg-blueGray-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-blueGray-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}
.bg-blueGray-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-blueGray-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-blueGray-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-blueGray-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}
.bg-blueGray-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-blueGray-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-blueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-blueGray-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-blueGray-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-blueGray-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-blueGray-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}
.bg-blueGray-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-blueGray-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-blueGray-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-blueGray-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}
.bg-blueGray-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-blueGray-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-blueGray-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-blueGray-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-blueGray-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.bg-blueGray-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-blueGray-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.bg-blueGray-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-blueGray-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-blueGray-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-blueGray-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.bg-blueGray-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-blueGray-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-blueGray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-blueGray-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-blueGray-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-blueGray-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-blueGray-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}
.bg-blueGray-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-blueGray-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-blueGray-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-blueGray-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-blueGray-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-blueGray-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.bg-blueGray-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-blueGray-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-blueGray-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-blueGray-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-blueGray-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.bg-blueGray-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-blueGray-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-blueGray-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-blueGray-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-blueGray-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-blueGray-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-coolGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-coolGray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-coolGray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-coolGray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-coolGray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-coolGray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-coolGray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-coolGray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-coolGray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-coolGray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-coolGray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-coolGray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-coolGray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-coolGray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-coolGray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-coolGray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-coolGray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-coolGray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-coolGray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-coolGray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-coolGray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-coolGray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-coolGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-coolGray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-coolGray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-coolGray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-coolGray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-coolGray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-coolGray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-coolGray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-coolGray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-coolGray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-coolGray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-coolGray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-coolGray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-coolGray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-coolGray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-coolGray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-coolGray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-coolGray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-coolGray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-coolGray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-coolGray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-coolGray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-coolGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-coolGray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-coolGray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-coolGray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-coolGray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-coolGray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-coolGray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-coolGray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-coolGray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-coolGray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-coolGray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-coolGray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-coolGray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-coolGray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-coolGray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-coolGray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-coolGray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-coolGray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-coolGray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-coolGray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-coolGray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-coolGray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-coolGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-coolGray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-coolGray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-coolGray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-coolGray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-coolGray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-coolGray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-coolGray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-coolGray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-coolGray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-coolGray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-coolGray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-coolGray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-coolGray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-coolGray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-coolGray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-coolGray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-coolGray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-coolGray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-coolGray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-coolGray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-coolGray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-coolGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-coolGray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-coolGray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-coolGray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-coolGray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-coolGray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-coolGray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-coolGray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-coolGray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-coolGray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-coolGray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-coolGray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-coolGray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-coolGray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-coolGray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-coolGray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-coolGray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-coolGray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-coolGray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-coolGray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-coolGray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-coolGray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-coolGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-coolGray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-coolGray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-coolGray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-coolGray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-coolGray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-coolGray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-coolGray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-coolGray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-coolGray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-coolGray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-coolGray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-coolGray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-coolGray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-coolGray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-coolGray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-coolGray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-coolGray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-coolGray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-coolGray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-coolGray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-coolGray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-coolGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-coolGray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-coolGray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-coolGray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-coolGray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-coolGray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-coolGray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-coolGray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-coolGray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-coolGray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-coolGray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-coolGray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-coolGray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-coolGray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-coolGray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-coolGray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-coolGray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-coolGray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-coolGray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-coolGray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-coolGray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-coolGray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-coolGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-coolGray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-coolGray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-coolGray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-coolGray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-coolGray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-coolGray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-coolGray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-coolGray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-coolGray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-coolGray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-coolGray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-coolGray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-coolGray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-coolGray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-coolGray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-coolGray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-coolGray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-coolGray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-coolGray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-coolGray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-coolGray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-coolGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-coolGray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-coolGray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-coolGray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-coolGray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-coolGray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-coolGray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-coolGray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-coolGray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-coolGray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-coolGray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-coolGray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-coolGray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-coolGray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-coolGray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-coolGray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-coolGray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-coolGray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-coolGray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-coolGray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-coolGray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-coolGray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-coolGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-coolGray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-coolGray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-coolGray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-coolGray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-coolGray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-coolGray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-coolGray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-coolGray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-coolGray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-coolGray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-coolGray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-coolGray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-coolGray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-coolGray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-coolGray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-coolGray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-coolGray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-coolGray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-coolGray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-coolGray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-coolGray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-coolGray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-coolGray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-coolGray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-coolGray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-coolGray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.bg-coolGray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-coolGray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-coolGray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-coolGray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.bg-coolGray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-coolGray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-coolGray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-coolGray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-coolGray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-coolGray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-coolGray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-coolGray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-coolGray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-coolGray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-coolGray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-coolGray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-coolGray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity));
}
.bg-cyan-100\/0 {
  background-color: rgb(207 250 254 / 0);
}
.bg-cyan-100\/10 {
  background-color: rgb(207 250 254 / 0.1);
}
.bg-cyan-100\/100 {
  background-color: rgb(207 250 254 / 1);
}
.bg-cyan-100\/15 {
  background-color: rgb(207 250 254 / 0.15);
}
.bg-cyan-100\/20 {
  background-color: rgb(207 250 254 / 0.2);
}
.bg-cyan-100\/25 {
  background-color: rgb(207 250 254 / 0.25);
}
.bg-cyan-100\/30 {
  background-color: rgb(207 250 254 / 0.3);
}
.bg-cyan-100\/35 {
  background-color: rgb(207 250 254 / 0.35);
}
.bg-cyan-100\/40 {
  background-color: rgb(207 250 254 / 0.4);
}
.bg-cyan-100\/45 {
  background-color: rgb(207 250 254 / 0.45);
}
.bg-cyan-100\/5 {
  background-color: rgb(207 250 254 / 0.05);
}
.bg-cyan-100\/50 {
  background-color: rgb(207 250 254 / 0.5);
}
.bg-cyan-100\/55 {
  background-color: rgb(207 250 254 / 0.55);
}
.bg-cyan-100\/60 {
  background-color: rgb(207 250 254 / 0.6);
}
.bg-cyan-100\/65 {
  background-color: rgb(207 250 254 / 0.65);
}
.bg-cyan-100\/70 {
  background-color: rgb(207 250 254 / 0.7);
}
.bg-cyan-100\/75 {
  background-color: rgb(207 250 254 / 0.75);
}
.bg-cyan-100\/80 {
  background-color: rgb(207 250 254 / 0.8);
}
.bg-cyan-100\/85 {
  background-color: rgb(207 250 254 / 0.85);
}
.bg-cyan-100\/90 {
  background-color: rgb(207 250 254 / 0.9);
}
.bg-cyan-100\/95 {
  background-color: rgb(207 250 254 / 0.95);
}
.bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity));
}
.bg-cyan-200\/0 {
  background-color: rgb(165 243 252 / 0);
}
.bg-cyan-200\/10 {
  background-color: rgb(165 243 252 / 0.1);
}
.bg-cyan-200\/100 {
  background-color: rgb(165 243 252 / 1);
}
.bg-cyan-200\/15 {
  background-color: rgb(165 243 252 / 0.15);
}
.bg-cyan-200\/20 {
  background-color: rgb(165 243 252 / 0.2);
}
.bg-cyan-200\/25 {
  background-color: rgb(165 243 252 / 0.25);
}
.bg-cyan-200\/30 {
  background-color: rgb(165 243 252 / 0.3);
}
.bg-cyan-200\/35 {
  background-color: rgb(165 243 252 / 0.35);
}
.bg-cyan-200\/40 {
  background-color: rgb(165 243 252 / 0.4);
}
.bg-cyan-200\/45 {
  background-color: rgb(165 243 252 / 0.45);
}
.bg-cyan-200\/5 {
  background-color: rgb(165 243 252 / 0.05);
}
.bg-cyan-200\/50 {
  background-color: rgb(165 243 252 / 0.5);
}
.bg-cyan-200\/55 {
  background-color: rgb(165 243 252 / 0.55);
}
.bg-cyan-200\/60 {
  background-color: rgb(165 243 252 / 0.6);
}
.bg-cyan-200\/65 {
  background-color: rgb(165 243 252 / 0.65);
}
.bg-cyan-200\/70 {
  background-color: rgb(165 243 252 / 0.7);
}
.bg-cyan-200\/75 {
  background-color: rgb(165 243 252 / 0.75);
}
.bg-cyan-200\/80 {
  background-color: rgb(165 243 252 / 0.8);
}
.bg-cyan-200\/85 {
  background-color: rgb(165 243 252 / 0.85);
}
.bg-cyan-200\/90 {
  background-color: rgb(165 243 252 / 0.9);
}
.bg-cyan-200\/95 {
  background-color: rgb(165 243 252 / 0.95);
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity));
}
.bg-cyan-300\/0 {
  background-color: rgb(103 232 249 / 0);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/100 {
  background-color: rgb(103 232 249 / 1);
}
.bg-cyan-300\/15 {
  background-color: rgb(103 232 249 / 0.15);
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/25 {
  background-color: rgb(103 232 249 / 0.25);
}
.bg-cyan-300\/30 {
  background-color: rgb(103 232 249 / 0.3);
}
.bg-cyan-300\/35 {
  background-color: rgb(103 232 249 / 0.35);
}
.bg-cyan-300\/40 {
  background-color: rgb(103 232 249 / 0.4);
}
.bg-cyan-300\/45 {
  background-color: rgb(103 232 249 / 0.45);
}
.bg-cyan-300\/5 {
  background-color: rgb(103 232 249 / 0.05);
}
.bg-cyan-300\/50 {
  background-color: rgb(103 232 249 / 0.5);
}
.bg-cyan-300\/55 {
  background-color: rgb(103 232 249 / 0.55);
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-300\/65 {
  background-color: rgb(103 232 249 / 0.65);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-300\/75 {
  background-color: rgb(103 232 249 / 0.75);
}
.bg-cyan-300\/80 {
  background-color: rgb(103 232 249 / 0.8);
}
.bg-cyan-300\/85 {
  background-color: rgb(103 232 249 / 0.85);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-cyan-300\/95 {
  background-color: rgb(103 232 249 / 0.95);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity));
}
.bg-cyan-400\/0 {
  background-color: rgb(34 211 238 / 0);
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/100 {
  background-color: rgb(34 211 238 / 1);
}
.bg-cyan-400\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}
.bg-cyan-400\/25 {
  background-color: rgb(34 211 238 / 0.25);
}
.bg-cyan-400\/30 {
  background-color: rgb(34 211 238 / 0.3);
}
.bg-cyan-400\/35 {
  background-color: rgb(34 211 238 / 0.35);
}
.bg-cyan-400\/40 {
  background-color: rgb(34 211 238 / 0.4);
}
.bg-cyan-400\/45 {
  background-color: rgb(34 211 238 / 0.45);
}
.bg-cyan-400\/5 {
  background-color: rgb(34 211 238 / 0.05);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-400\/55 {
  background-color: rgb(34 211 238 / 0.55);
}
.bg-cyan-400\/60 {
  background-color: rgb(34 211 238 / 0.6);
}
.bg-cyan-400\/65 {
  background-color: rgb(34 211 238 / 0.65);
}
.bg-cyan-400\/70 {
  background-color: rgb(34 211 238 / 0.7);
}
.bg-cyan-400\/75 {
  background-color: rgb(34 211 238 / 0.75);
}
.bg-cyan-400\/80 {
  background-color: rgb(34 211 238 / 0.8);
}
.bg-cyan-400\/85 {
  background-color: rgb(34 211 238 / 0.85);
}
.bg-cyan-400\/90 {
  background-color: rgb(34 211 238 / 0.9);
}
.bg-cyan-400\/95 {
  background-color: rgb(34 211 238 / 0.95);
}
.bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
}
.bg-cyan-50\/0 {
  background-color: rgb(236 254 255 / 0);
}
.bg-cyan-50\/10 {
  background-color: rgb(236 254 255 / 0.1);
}
.bg-cyan-50\/100 {
  background-color: rgb(236 254 255 / 1);
}
.bg-cyan-50\/15 {
  background-color: rgb(236 254 255 / 0.15);
}
.bg-cyan-50\/20 {
  background-color: rgb(236 254 255 / 0.2);
}
.bg-cyan-50\/25 {
  background-color: rgb(236 254 255 / 0.25);
}
.bg-cyan-50\/30 {
  background-color: rgb(236 254 255 / 0.3);
}
.bg-cyan-50\/35 {
  background-color: rgb(236 254 255 / 0.35);
}
.bg-cyan-50\/40 {
  background-color: rgb(236 254 255 / 0.4);
}
.bg-cyan-50\/45 {
  background-color: rgb(236 254 255 / 0.45);
}
.bg-cyan-50\/5 {
  background-color: rgb(236 254 255 / 0.05);
}
.bg-cyan-50\/50 {
  background-color: rgb(236 254 255 / 0.5);
}
.bg-cyan-50\/55 {
  background-color: rgb(236 254 255 / 0.55);
}
.bg-cyan-50\/60 {
  background-color: rgb(236 254 255 / 0.6);
}
.bg-cyan-50\/65 {
  background-color: rgb(236 254 255 / 0.65);
}
.bg-cyan-50\/70 {
  background-color: rgb(236 254 255 / 0.7);
}
.bg-cyan-50\/75 {
  background-color: rgb(236 254 255 / 0.75);
}
.bg-cyan-50\/80 {
  background-color: rgb(236 254 255 / 0.8);
}
.bg-cyan-50\/85 {
  background-color: rgb(236 254 255 / 0.85);
}
.bg-cyan-50\/90 {
  background-color: rgb(236 254 255 / 0.9);
}
.bg-cyan-50\/95 {
  background-color: rgb(236 254 255 / 0.95);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-cyan-500\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/35 {
  background-color: rgb(6 182 212 / 0.35);
}
.bg-cyan-500\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-cyan-500\/45 {
  background-color: rgb(6 182 212 / 0.45);
}
.bg-cyan-500\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-cyan-500\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-cyan-500\/55 {
  background-color: rgb(6 182 212 / 0.55);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/65 {
  background-color: rgb(6 182 212 / 0.65);
}
.bg-cyan-500\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-cyan-500\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-cyan-500\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-cyan-500\/85 {
  background-color: rgb(6 182 212 / 0.85);
}
.bg-cyan-500\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-cyan-500\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity));
}
.bg-cyan-600\/0 {
  background-color: rgb(8 145 178 / 0);
}
.bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
.bg-cyan-600\/100 {
  background-color: rgb(8 145 178 / 1);
}
.bg-cyan-600\/15 {
  background-color: rgb(8 145 178 / 0.15);
}
.bg-cyan-600\/20 {
  background-color: rgb(8 145 178 / 0.2);
}
.bg-cyan-600\/25 {
  background-color: rgb(8 145 178 / 0.25);
}
.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}
.bg-cyan-600\/35 {
  background-color: rgb(8 145 178 / 0.35);
}
.bg-cyan-600\/40 {
  background-color: rgb(8 145 178 / 0.4);
}
.bg-cyan-600\/45 {
  background-color: rgb(8 145 178 / 0.45);
}
.bg-cyan-600\/5 {
  background-color: rgb(8 145 178 / 0.05);
}
.bg-cyan-600\/50 {
  background-color: rgb(8 145 178 / 0.5);
}
.bg-cyan-600\/55 {
  background-color: rgb(8 145 178 / 0.55);
}
.bg-cyan-600\/60 {
  background-color: rgb(8 145 178 / 0.6);
}
.bg-cyan-600\/65 {
  background-color: rgb(8 145 178 / 0.65);
}
.bg-cyan-600\/70 {
  background-color: rgb(8 145 178 / 0.7);
}
.bg-cyan-600\/75 {
  background-color: rgb(8 145 178 / 0.75);
}
.bg-cyan-600\/80 {
  background-color: rgb(8 145 178 / 0.8);
}
.bg-cyan-600\/85 {
  background-color: rgb(8 145 178 / 0.85);
}
.bg-cyan-600\/90 {
  background-color: rgb(8 145 178 / 0.9);
}
.bg-cyan-600\/95 {
  background-color: rgb(8 145 178 / 0.95);
}
.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity));
}
.bg-cyan-700\/0 {
  background-color: rgb(14 116 144 / 0);
}
.bg-cyan-700\/10 {
  background-color: rgb(14 116 144 / 0.1);
}
.bg-cyan-700\/100 {
  background-color: rgb(14 116 144 / 1);
}
.bg-cyan-700\/15 {
  background-color: rgb(14 116 144 / 0.15);
}
.bg-cyan-700\/20 {
  background-color: rgb(14 116 144 / 0.2);
}
.bg-cyan-700\/25 {
  background-color: rgb(14 116 144 / 0.25);
}
.bg-cyan-700\/30 {
  background-color: rgb(14 116 144 / 0.3);
}
.bg-cyan-700\/35 {
  background-color: rgb(14 116 144 / 0.35);
}
.bg-cyan-700\/40 {
  background-color: rgb(14 116 144 / 0.4);
}
.bg-cyan-700\/45 {
  background-color: rgb(14 116 144 / 0.45);
}
.bg-cyan-700\/5 {
  background-color: rgb(14 116 144 / 0.05);
}
.bg-cyan-700\/50 {
  background-color: rgb(14 116 144 / 0.5);
}
.bg-cyan-700\/55 {
  background-color: rgb(14 116 144 / 0.55);
}
.bg-cyan-700\/60 {
  background-color: rgb(14 116 144 / 0.6);
}
.bg-cyan-700\/65 {
  background-color: rgb(14 116 144 / 0.65);
}
.bg-cyan-700\/70 {
  background-color: rgb(14 116 144 / 0.7);
}
.bg-cyan-700\/75 {
  background-color: rgb(14 116 144 / 0.75);
}
.bg-cyan-700\/80 {
  background-color: rgb(14 116 144 / 0.8);
}
.bg-cyan-700\/85 {
  background-color: rgb(14 116 144 / 0.85);
}
.bg-cyan-700\/90 {
  background-color: rgb(14 116 144 / 0.9);
}
.bg-cyan-700\/95 {
  background-color: rgb(14 116 144 / 0.95);
}
.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity));
}
.bg-cyan-800\/0 {
  background-color: rgb(21 94 117 / 0);
}
.bg-cyan-800\/10 {
  background-color: rgb(21 94 117 / 0.1);
}
.bg-cyan-800\/100 {
  background-color: rgb(21 94 117 / 1);
}
.bg-cyan-800\/15 {
  background-color: rgb(21 94 117 / 0.15);
}
.bg-cyan-800\/20 {
  background-color: rgb(21 94 117 / 0.2);
}
.bg-cyan-800\/25 {
  background-color: rgb(21 94 117 / 0.25);
}
.bg-cyan-800\/30 {
  background-color: rgb(21 94 117 / 0.3);
}
.bg-cyan-800\/35 {
  background-color: rgb(21 94 117 / 0.35);
}
.bg-cyan-800\/40 {
  background-color: rgb(21 94 117 / 0.4);
}
.bg-cyan-800\/45 {
  background-color: rgb(21 94 117 / 0.45);
}
.bg-cyan-800\/5 {
  background-color: rgb(21 94 117 / 0.05);
}
.bg-cyan-800\/50 {
  background-color: rgb(21 94 117 / 0.5);
}
.bg-cyan-800\/55 {
  background-color: rgb(21 94 117 / 0.55);
}
.bg-cyan-800\/60 {
  background-color: rgb(21 94 117 / 0.6);
}
.bg-cyan-800\/65 {
  background-color: rgb(21 94 117 / 0.65);
}
.bg-cyan-800\/70 {
  background-color: rgb(21 94 117 / 0.7);
}
.bg-cyan-800\/75 {
  background-color: rgb(21 94 117 / 0.75);
}
.bg-cyan-800\/80 {
  background-color: rgb(21 94 117 / 0.8);
}
.bg-cyan-800\/85 {
  background-color: rgb(21 94 117 / 0.85);
}
.bg-cyan-800\/90 {
  background-color: rgb(21 94 117 / 0.9);
}
.bg-cyan-800\/95 {
  background-color: rgb(21 94 117 / 0.95);
}
.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity));
}
.bg-cyan-900\/0 {
  background-color: rgb(22 78 99 / 0);
}
.bg-cyan-900\/10 {
  background-color: rgb(22 78 99 / 0.1);
}
.bg-cyan-900\/100 {
  background-color: rgb(22 78 99 / 1);
}
.bg-cyan-900\/15 {
  background-color: rgb(22 78 99 / 0.15);
}
.bg-cyan-900\/20 {
  background-color: rgb(22 78 99 / 0.2);
}
.bg-cyan-900\/25 {
  background-color: rgb(22 78 99 / 0.25);
}
.bg-cyan-900\/30 {
  background-color: rgb(22 78 99 / 0.3);
}
.bg-cyan-900\/35 {
  background-color: rgb(22 78 99 / 0.35);
}
.bg-cyan-900\/40 {
  background-color: rgb(22 78 99 / 0.4);
}
.bg-cyan-900\/45 {
  background-color: rgb(22 78 99 / 0.45);
}
.bg-cyan-900\/5 {
  background-color: rgb(22 78 99 / 0.05);
}
.bg-cyan-900\/50 {
  background-color: rgb(22 78 99 / 0.5);
}
.bg-cyan-900\/55 {
  background-color: rgb(22 78 99 / 0.55);
}
.bg-cyan-900\/60 {
  background-color: rgb(22 78 99 / 0.6);
}
.bg-cyan-900\/65 {
  background-color: rgb(22 78 99 / 0.65);
}
.bg-cyan-900\/70 {
  background-color: rgb(22 78 99 / 0.7);
}
.bg-cyan-900\/75 {
  background-color: rgb(22 78 99 / 0.75);
}
.bg-cyan-900\/80 {
  background-color: rgb(22 78 99 / 0.8);
}
.bg-cyan-900\/85 {
  background-color: rgb(22 78 99 / 0.85);
}
.bg-cyan-900\/90 {
  background-color: rgb(22 78 99 / 0.9);
}
.bg-cyan-900\/95 {
  background-color: rgb(22 78 99 / 0.95);
}
.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity));
}
.bg-cyan-950\/0 {
  background-color: rgb(8 51 68 / 0);
}
.bg-cyan-950\/10 {
  background-color: rgb(8 51 68 / 0.1);
}
.bg-cyan-950\/100 {
  background-color: rgb(8 51 68 / 1);
}
.bg-cyan-950\/15 {
  background-color: rgb(8 51 68 / 0.15);
}
.bg-cyan-950\/20 {
  background-color: rgb(8 51 68 / 0.2);
}
.bg-cyan-950\/25 {
  background-color: rgb(8 51 68 / 0.25);
}
.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}
.bg-cyan-950\/35 {
  background-color: rgb(8 51 68 / 0.35);
}
.bg-cyan-950\/40 {
  background-color: rgb(8 51 68 / 0.4);
}
.bg-cyan-950\/45 {
  background-color: rgb(8 51 68 / 0.45);
}
.bg-cyan-950\/5 {
  background-color: rgb(8 51 68 / 0.05);
}
.bg-cyan-950\/50 {
  background-color: rgb(8 51 68 / 0.5);
}
.bg-cyan-950\/55 {
  background-color: rgb(8 51 68 / 0.55);
}
.bg-cyan-950\/60 {
  background-color: rgb(8 51 68 / 0.6);
}
.bg-cyan-950\/65 {
  background-color: rgb(8 51 68 / 0.65);
}
.bg-cyan-950\/70 {
  background-color: rgb(8 51 68 / 0.7);
}
.bg-cyan-950\/75 {
  background-color: rgb(8 51 68 / 0.75);
}
.bg-cyan-950\/80 {
  background-color: rgb(8 51 68 / 0.8);
}
.bg-cyan-950\/85 {
  background-color: rgb(8 51 68 / 0.85);
}
.bg-cyan-950\/90 {
  background-color: rgb(8 51 68 / 0.9);
}
.bg-cyan-950\/95 {
  background-color: rgb(8 51 68 / 0.95);
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}
.bg-emerald-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-emerald-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-emerald-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-emerald-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}
.bg-emerald-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-emerald-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-emerald-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-emerald-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}
.bg-emerald-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-emerald-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-emerald-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-emerald-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-emerald-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-emerald-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-emerald-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-emerald-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-emerald-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-emerald-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-emerald-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-emerald-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-emerald-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-emerald-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-emerald-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-emerald-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-emerald-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}
.bg-emerald-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-emerald-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-emerald-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-emerald-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}
.bg-emerald-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-emerald-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-emerald-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-emerald-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-emerald-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-emerald-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-emerald-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-emerald-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-emerald-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-emerald-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-emerald-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-emerald-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-emerald-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity));
}
.bg-emerald-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-emerald-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-emerald-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-emerald-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-emerald-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-emerald-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-emerald-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-emerald-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}
.bg-emerald-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-emerald-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-emerald-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-emerald-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-emerald-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-emerald-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-emerald-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-emerald-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-emerald-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-emerald-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-emerald-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity));
}
.bg-emerald-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-emerald-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-emerald-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}
.bg-emerald-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-emerald-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-emerald-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-emerald-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-emerald-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-emerald-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-emerald-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-emerald-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-emerald-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-emerald-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-emerald-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}
.bg-emerald-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-emerald-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-emerald-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-emerald-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}
.bg-emerald-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-emerald-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-emerald-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-emerald-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}
.bg-emerald-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-emerald-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-emerald-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-emerald-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-emerald-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-emerald-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-emerald-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-emerald-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-emerald-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-emerald-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-emerald-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}
.bg-emerald-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-emerald-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-emerald-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-emerald-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-emerald-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-emerald-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-emerald-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-emerald-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-emerald-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-emerald-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-emerald-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-emerald-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-emerald-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}
.bg-emerald-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-emerald-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-emerald-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-emerald-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}
.bg-emerald-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-emerald-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-emerald-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-emerald-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}
.bg-emerald-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-emerald-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-emerald-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-emerald-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-emerald-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-emerald-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-emerald-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-emerald-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-emerald-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-emerald-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-emerald-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-emerald-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-emerald-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}
.bg-emerald-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-emerald-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-emerald-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-emerald-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}
.bg-emerald-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-emerald-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-emerald-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-emerald-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}
.bg-emerald-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-emerald-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-emerald-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-emerald-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-emerald-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-emerald-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-emerald-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-emerald-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-emerald-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-emerald-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity));
}
.bg-emerald-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-emerald-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-emerald-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-emerald-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}
.bg-emerald-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-emerald-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-emerald-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-emerald-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}
.bg-emerald-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-emerald-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-emerald-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-emerald-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-emerald-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-emerald-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-emerald-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-emerald-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-emerald-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-emerald-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-emerald-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-emerald-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-emerald-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity));
}
.bg-emerald-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-emerald-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-emerald-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-emerald-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}
.bg-emerald-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-emerald-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-emerald-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-emerald-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-emerald-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-emerald-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-emerald-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-emerald-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-emerald-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-emerald-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-emerald-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-emerald-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-emerald-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-emerald-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-emerald-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity));
}
.bg-emerald-950\/0 {
  background-color: rgb(2 44 34 / 0);
}
.bg-emerald-950\/10 {
  background-color: rgb(2 44 34 / 0.1);
}
.bg-emerald-950\/100 {
  background-color: rgb(2 44 34 / 1);
}
.bg-emerald-950\/15 {
  background-color: rgb(2 44 34 / 0.15);
}
.bg-emerald-950\/20 {
  background-color: rgb(2 44 34 / 0.2);
}
.bg-emerald-950\/25 {
  background-color: rgb(2 44 34 / 0.25);
}
.bg-emerald-950\/30 {
  background-color: rgb(2 44 34 / 0.3);
}
.bg-emerald-950\/35 {
  background-color: rgb(2 44 34 / 0.35);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-emerald-950\/45 {
  background-color: rgb(2 44 34 / 0.45);
}
.bg-emerald-950\/5 {
  background-color: rgb(2 44 34 / 0.05);
}
.bg-emerald-950\/50 {
  background-color: rgb(2 44 34 / 0.5);
}
.bg-emerald-950\/55 {
  background-color: rgb(2 44 34 / 0.55);
}
.bg-emerald-950\/60 {
  background-color: rgb(2 44 34 / 0.6);
}
.bg-emerald-950\/65 {
  background-color: rgb(2 44 34 / 0.65);
}
.bg-emerald-950\/70 {
  background-color: rgb(2 44 34 / 0.7);
}
.bg-emerald-950\/75 {
  background-color: rgb(2 44 34 / 0.75);
}
.bg-emerald-950\/80 {
  background-color: rgb(2 44 34 / 0.8);
}
.bg-emerald-950\/85 {
  background-color: rgb(2 44 34 / 0.85);
}
.bg-emerald-950\/90 {
  background-color: rgb(2 44 34 / 0.9);
}
.bg-emerald-950\/95 {
  background-color: rgb(2 44 34 / 0.95);
}
.bg-error-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-erc,oklch(var(--erc)/var(--tw-bg-opacity)));
}
.bg-error-content\/0 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0));
}
.bg-error-content\/10 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.1));
}
.bg-error-content\/100 {
  background-color: var(--fallback-erc,oklch(var(--erc)/1));
}
.bg-error-content\/15 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.15));
}
.bg-error-content\/20 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.2));
}
.bg-error-content\/25 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.25));
}
.bg-error-content\/30 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.3));
}
.bg-error-content\/35 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.35));
}
.bg-error-content\/40 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.4));
}
.bg-error-content\/45 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.45));
}
.bg-error-content\/5 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.05));
}
.bg-error-content\/50 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.5));
}
.bg-error-content\/55 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.55));
}
.bg-error-content\/60 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.6));
}
.bg-error-content\/65 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.65));
}
.bg-error-content\/70 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.7));
}
.bg-error-content\/75 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.75));
}
.bg-error-content\/80 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.8));
}
.bg-error-content\/85 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.85));
}
.bg-error-content\/90 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.9));
}
.bg-error-content\/95 {
  background-color: var(--fallback-erc,oklch(var(--erc)/0.95));
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-100\/0 {
  background-color: rgb(250 232 255 / 0);
}
.bg-fuchsia-100\/10 {
  background-color: rgb(250 232 255 / 0.1);
}
.bg-fuchsia-100\/100 {
  background-color: rgb(250 232 255 / 1);
}
.bg-fuchsia-100\/15 {
  background-color: rgb(250 232 255 / 0.15);
}
.bg-fuchsia-100\/20 {
  background-color: rgb(250 232 255 / 0.2);
}
.bg-fuchsia-100\/25 {
  background-color: rgb(250 232 255 / 0.25);
}
.bg-fuchsia-100\/30 {
  background-color: rgb(250 232 255 / 0.3);
}
.bg-fuchsia-100\/35 {
  background-color: rgb(250 232 255 / 0.35);
}
.bg-fuchsia-100\/40 {
  background-color: rgb(250 232 255 / 0.4);
}
.bg-fuchsia-100\/45 {
  background-color: rgb(250 232 255 / 0.45);
}
.bg-fuchsia-100\/5 {
  background-color: rgb(250 232 255 / 0.05);
}
.bg-fuchsia-100\/50 {
  background-color: rgb(250 232 255 / 0.5);
}
.bg-fuchsia-100\/55 {
  background-color: rgb(250 232 255 / 0.55);
}
.bg-fuchsia-100\/60 {
  background-color: rgb(250 232 255 / 0.6);
}
.bg-fuchsia-100\/65 {
  background-color: rgb(250 232 255 / 0.65);
}
.bg-fuchsia-100\/70 {
  background-color: rgb(250 232 255 / 0.7);
}
.bg-fuchsia-100\/75 {
  background-color: rgb(250 232 255 / 0.75);
}
.bg-fuchsia-100\/80 {
  background-color: rgb(250 232 255 / 0.8);
}
.bg-fuchsia-100\/85 {
  background-color: rgb(250 232 255 / 0.85);
}
.bg-fuchsia-100\/90 {
  background-color: rgb(250 232 255 / 0.9);
}
.bg-fuchsia-100\/95 {
  background-color: rgb(250 232 255 / 0.95);
}
.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity));
}
.bg-fuchsia-200\/0 {
  background-color: rgb(245 208 254 / 0);
}
.bg-fuchsia-200\/10 {
  background-color: rgb(245 208 254 / 0.1);
}
.bg-fuchsia-200\/100 {
  background-color: rgb(245 208 254 / 1);
}
.bg-fuchsia-200\/15 {
  background-color: rgb(245 208 254 / 0.15);
}
.bg-fuchsia-200\/20 {
  background-color: rgb(245 208 254 / 0.2);
}
.bg-fuchsia-200\/25 {
  background-color: rgb(245 208 254 / 0.25);
}
.bg-fuchsia-200\/30 {
  background-color: rgb(245 208 254 / 0.3);
}
.bg-fuchsia-200\/35 {
  background-color: rgb(245 208 254 / 0.35);
}
.bg-fuchsia-200\/40 {
  background-color: rgb(245 208 254 / 0.4);
}
.bg-fuchsia-200\/45 {
  background-color: rgb(245 208 254 / 0.45);
}
.bg-fuchsia-200\/5 {
  background-color: rgb(245 208 254 / 0.05);
}
.bg-fuchsia-200\/50 {
  background-color: rgb(245 208 254 / 0.5);
}
.bg-fuchsia-200\/55 {
  background-color: rgb(245 208 254 / 0.55);
}
.bg-fuchsia-200\/60 {
  background-color: rgb(245 208 254 / 0.6);
}
.bg-fuchsia-200\/65 {
  background-color: rgb(245 208 254 / 0.65);
}
.bg-fuchsia-200\/70 {
  background-color: rgb(245 208 254 / 0.7);
}
.bg-fuchsia-200\/75 {
  background-color: rgb(245 208 254 / 0.75);
}
.bg-fuchsia-200\/80 {
  background-color: rgb(245 208 254 / 0.8);
}
.bg-fuchsia-200\/85 {
  background-color: rgb(245 208 254 / 0.85);
}
.bg-fuchsia-200\/90 {
  background-color: rgb(245 208 254 / 0.9);
}
.bg-fuchsia-200\/95 {
  background-color: rgb(245 208 254 / 0.95);
}
.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity));
}
.bg-fuchsia-300\/0 {
  background-color: rgb(240 171 252 / 0);
}
.bg-fuchsia-300\/10 {
  background-color: rgb(240 171 252 / 0.1);
}
.bg-fuchsia-300\/100 {
  background-color: rgb(240 171 252 / 1);
}
.bg-fuchsia-300\/15 {
  background-color: rgb(240 171 252 / 0.15);
}
.bg-fuchsia-300\/20 {
  background-color: rgb(240 171 252 / 0.2);
}
.bg-fuchsia-300\/25 {
  background-color: rgb(240 171 252 / 0.25);
}
.bg-fuchsia-300\/30 {
  background-color: rgb(240 171 252 / 0.3);
}
.bg-fuchsia-300\/35 {
  background-color: rgb(240 171 252 / 0.35);
}
.bg-fuchsia-300\/40 {
  background-color: rgb(240 171 252 / 0.4);
}
.bg-fuchsia-300\/45 {
  background-color: rgb(240 171 252 / 0.45);
}
.bg-fuchsia-300\/5 {
  background-color: rgb(240 171 252 / 0.05);
}
.bg-fuchsia-300\/50 {
  background-color: rgb(240 171 252 / 0.5);
}
.bg-fuchsia-300\/55 {
  background-color: rgb(240 171 252 / 0.55);
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-300\/65 {
  background-color: rgb(240 171 252 / 0.65);
}
.bg-fuchsia-300\/70 {
  background-color: rgb(240 171 252 / 0.7);
}
.bg-fuchsia-300\/75 {
  background-color: rgb(240 171 252 / 0.75);
}
.bg-fuchsia-300\/80 {
  background-color: rgb(240 171 252 / 0.8);
}
.bg-fuchsia-300\/85 {
  background-color: rgb(240 171 252 / 0.85);
}
.bg-fuchsia-300\/90 {
  background-color: rgb(240 171 252 / 0.9);
}
.bg-fuchsia-300\/95 {
  background-color: rgb(240 171 252 / 0.95);
}
.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity));
}
.bg-fuchsia-400\/0 {
  background-color: rgb(232 121 249 / 0);
}
.bg-fuchsia-400\/10 {
  background-color: rgb(232 121 249 / 0.1);
}
.bg-fuchsia-400\/100 {
  background-color: rgb(232 121 249 / 1);
}
.bg-fuchsia-400\/15 {
  background-color: rgb(232 121 249 / 0.15);
}
.bg-fuchsia-400\/20 {
  background-color: rgb(232 121 249 / 0.2);
}
.bg-fuchsia-400\/25 {
  background-color: rgb(232 121 249 / 0.25);
}
.bg-fuchsia-400\/30 {
  background-color: rgb(232 121 249 / 0.3);
}
.bg-fuchsia-400\/35 {
  background-color: rgb(232 121 249 / 0.35);
}
.bg-fuchsia-400\/40 {
  background-color: rgb(232 121 249 / 0.4);
}
.bg-fuchsia-400\/45 {
  background-color: rgb(232 121 249 / 0.45);
}
.bg-fuchsia-400\/5 {
  background-color: rgb(232 121 249 / 0.05);
}
.bg-fuchsia-400\/50 {
  background-color: rgb(232 121 249 / 0.5);
}
.bg-fuchsia-400\/55 {
  background-color: rgb(232 121 249 / 0.55);
}
.bg-fuchsia-400\/60 {
  background-color: rgb(232 121 249 / 0.6);
}
.bg-fuchsia-400\/65 {
  background-color: rgb(232 121 249 / 0.65);
}
.bg-fuchsia-400\/70 {
  background-color: rgb(232 121 249 / 0.7);
}
.bg-fuchsia-400\/75 {
  background-color: rgb(232 121 249 / 0.75);
}
.bg-fuchsia-400\/80 {
  background-color: rgb(232 121 249 / 0.8);
}
.bg-fuchsia-400\/85 {
  background-color: rgb(232 121 249 / 0.85);
}
.bg-fuchsia-400\/90 {
  background-color: rgb(232 121 249 / 0.9);
}
.bg-fuchsia-400\/95 {
  background-color: rgb(232 121 249 / 0.95);
}
.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity));
}
.bg-fuchsia-50\/0 {
  background-color: rgb(253 244 255 / 0);
}
.bg-fuchsia-50\/10 {
  background-color: rgb(253 244 255 / 0.1);
}
.bg-fuchsia-50\/100 {
  background-color: rgb(253 244 255 / 1);
}
.bg-fuchsia-50\/15 {
  background-color: rgb(253 244 255 / 0.15);
}
.bg-fuchsia-50\/20 {
  background-color: rgb(253 244 255 / 0.2);
}
.bg-fuchsia-50\/25 {
  background-color: rgb(253 244 255 / 0.25);
}
.bg-fuchsia-50\/30 {
  background-color: rgb(253 244 255 / 0.3);
}
.bg-fuchsia-50\/35 {
  background-color: rgb(253 244 255 / 0.35);
}
.bg-fuchsia-50\/40 {
  background-color: rgb(253 244 255 / 0.4);
}
.bg-fuchsia-50\/45 {
  background-color: rgb(253 244 255 / 0.45);
}
.bg-fuchsia-50\/5 {
  background-color: rgb(253 244 255 / 0.05);
}
.bg-fuchsia-50\/50 {
  background-color: rgb(253 244 255 / 0.5);
}
.bg-fuchsia-50\/55 {
  background-color: rgb(253 244 255 / 0.55);
}
.bg-fuchsia-50\/60 {
  background-color: rgb(253 244 255 / 0.6);
}
.bg-fuchsia-50\/65 {
  background-color: rgb(253 244 255 / 0.65);
}
.bg-fuchsia-50\/70 {
  background-color: rgb(253 244 255 / 0.7);
}
.bg-fuchsia-50\/75 {
  background-color: rgb(253 244 255 / 0.75);
}
.bg-fuchsia-50\/80 {
  background-color: rgb(253 244 255 / 0.8);
}
.bg-fuchsia-50\/85 {
  background-color: rgb(253 244 255 / 0.85);
}
.bg-fuchsia-50\/90 {
  background-color: rgb(253 244 255 / 0.9);
}
.bg-fuchsia-50\/95 {
  background-color: rgb(253 244 255 / 0.95);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity));
}
.bg-fuchsia-500\/0 {
  background-color: rgb(217 70 239 / 0);
}
.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}
.bg-fuchsia-500\/100 {
  background-color: rgb(217 70 239 / 1);
}
.bg-fuchsia-500\/15 {
  background-color: rgb(217 70 239 / 0.15);
}
.bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}
.bg-fuchsia-500\/25 {
  background-color: rgb(217 70 239 / 0.25);
}
.bg-fuchsia-500\/30 {
  background-color: rgb(217 70 239 / 0.3);
}
.bg-fuchsia-500\/35 {
  background-color: rgb(217 70 239 / 0.35);
}
.bg-fuchsia-500\/40 {
  background-color: rgb(217 70 239 / 0.4);
}
.bg-fuchsia-500\/45 {
  background-color: rgb(217 70 239 / 0.45);
}
.bg-fuchsia-500\/5 {
  background-color: rgb(217 70 239 / 0.05);
}
.bg-fuchsia-500\/50 {
  background-color: rgb(217 70 239 / 0.5);
}
.bg-fuchsia-500\/55 {
  background-color: rgb(217 70 239 / 0.55);
}
.bg-fuchsia-500\/60 {
  background-color: rgb(217 70 239 / 0.6);
}
.bg-fuchsia-500\/65 {
  background-color: rgb(217 70 239 / 0.65);
}
.bg-fuchsia-500\/70 {
  background-color: rgb(217 70 239 / 0.7);
}
.bg-fuchsia-500\/75 {
  background-color: rgb(217 70 239 / 0.75);
}
.bg-fuchsia-500\/80 {
  background-color: rgb(217 70 239 / 0.8);
}
.bg-fuchsia-500\/85 {
  background-color: rgb(217 70 239 / 0.85);
}
.bg-fuchsia-500\/90 {
  background-color: rgb(217 70 239 / 0.9);
}
.bg-fuchsia-500\/95 {
  background-color: rgb(217 70 239 / 0.95);
}
.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity));
}
.bg-fuchsia-600\/0 {
  background-color: rgb(192 38 211 / 0);
}
.bg-fuchsia-600\/10 {
  background-color: rgb(192 38 211 / 0.1);
}
.bg-fuchsia-600\/100 {
  background-color: rgb(192 38 211 / 1);
}
.bg-fuchsia-600\/15 {
  background-color: rgb(192 38 211 / 0.15);
}
.bg-fuchsia-600\/20 {
  background-color: rgb(192 38 211 / 0.2);
}
.bg-fuchsia-600\/25 {
  background-color: rgb(192 38 211 / 0.25);
}
.bg-fuchsia-600\/30 {
  background-color: rgb(192 38 211 / 0.3);
}
.bg-fuchsia-600\/35 {
  background-color: rgb(192 38 211 / 0.35);
}
.bg-fuchsia-600\/40 {
  background-color: rgb(192 38 211 / 0.4);
}
.bg-fuchsia-600\/45 {
  background-color: rgb(192 38 211 / 0.45);
}
.bg-fuchsia-600\/5 {
  background-color: rgb(192 38 211 / 0.05);
}
.bg-fuchsia-600\/50 {
  background-color: rgb(192 38 211 / 0.5);
}
.bg-fuchsia-600\/55 {
  background-color: rgb(192 38 211 / 0.55);
}
.bg-fuchsia-600\/60 {
  background-color: rgb(192 38 211 / 0.6);
}
.bg-fuchsia-600\/65 {
  background-color: rgb(192 38 211 / 0.65);
}
.bg-fuchsia-600\/70 {
  background-color: rgb(192 38 211 / 0.7);
}
.bg-fuchsia-600\/75 {
  background-color: rgb(192 38 211 / 0.75);
}
.bg-fuchsia-600\/80 {
  background-color: rgb(192 38 211 / 0.8);
}
.bg-fuchsia-600\/85 {
  background-color: rgb(192 38 211 / 0.85);
}
.bg-fuchsia-600\/90 {
  background-color: rgb(192 38 211 / 0.9);
}
.bg-fuchsia-600\/95 {
  background-color: rgb(192 38 211 / 0.95);
}
.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity));
}
.bg-fuchsia-700\/0 {
  background-color: rgb(162 28 175 / 0);
}
.bg-fuchsia-700\/10 {
  background-color: rgb(162 28 175 / 0.1);
}
.bg-fuchsia-700\/100 {
  background-color: rgb(162 28 175 / 1);
}
.bg-fuchsia-700\/15 {
  background-color: rgb(162 28 175 / 0.15);
}
.bg-fuchsia-700\/20 {
  background-color: rgb(162 28 175 / 0.2);
}
.bg-fuchsia-700\/25 {
  background-color: rgb(162 28 175 / 0.25);
}
.bg-fuchsia-700\/30 {
  background-color: rgb(162 28 175 / 0.3);
}
.bg-fuchsia-700\/35 {
  background-color: rgb(162 28 175 / 0.35);
}
.bg-fuchsia-700\/40 {
  background-color: rgb(162 28 175 / 0.4);
}
.bg-fuchsia-700\/45 {
  background-color: rgb(162 28 175 / 0.45);
}
.bg-fuchsia-700\/5 {
  background-color: rgb(162 28 175 / 0.05);
}
.bg-fuchsia-700\/50 {
  background-color: rgb(162 28 175 / 0.5);
}
.bg-fuchsia-700\/55 {
  background-color: rgb(162 28 175 / 0.55);
}
.bg-fuchsia-700\/60 {
  background-color: rgb(162 28 175 / 0.6);
}
.bg-fuchsia-700\/65 {
  background-color: rgb(162 28 175 / 0.65);
}
.bg-fuchsia-700\/70 {
  background-color: rgb(162 28 175 / 0.7);
}
.bg-fuchsia-700\/75 {
  background-color: rgb(162 28 175 / 0.75);
}
.bg-fuchsia-700\/80 {
  background-color: rgb(162 28 175 / 0.8);
}
.bg-fuchsia-700\/85 {
  background-color: rgb(162 28 175 / 0.85);
}
.bg-fuchsia-700\/90 {
  background-color: rgb(162 28 175 / 0.9);
}
.bg-fuchsia-700\/95 {
  background-color: rgb(162 28 175 / 0.95);
}
.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity));
}
.bg-fuchsia-800\/0 {
  background-color: rgb(134 25 143 / 0);
}
.bg-fuchsia-800\/10 {
  background-color: rgb(134 25 143 / 0.1);
}
.bg-fuchsia-800\/100 {
  background-color: rgb(134 25 143 / 1);
}
.bg-fuchsia-800\/15 {
  background-color: rgb(134 25 143 / 0.15);
}
.bg-fuchsia-800\/20 {
  background-color: rgb(134 25 143 / 0.2);
}
.bg-fuchsia-800\/25 {
  background-color: rgb(134 25 143 / 0.25);
}
.bg-fuchsia-800\/30 {
  background-color: rgb(134 25 143 / 0.3);
}
.bg-fuchsia-800\/35 {
  background-color: rgb(134 25 143 / 0.35);
}
.bg-fuchsia-800\/40 {
  background-color: rgb(134 25 143 / 0.4);
}
.bg-fuchsia-800\/45 {
  background-color: rgb(134 25 143 / 0.45);
}
.bg-fuchsia-800\/5 {
  background-color: rgb(134 25 143 / 0.05);
}
.bg-fuchsia-800\/50 {
  background-color: rgb(134 25 143 / 0.5);
}
.bg-fuchsia-800\/55 {
  background-color: rgb(134 25 143 / 0.55);
}
.bg-fuchsia-800\/60 {
  background-color: rgb(134 25 143 / 0.6);
}
.bg-fuchsia-800\/65 {
  background-color: rgb(134 25 143 / 0.65);
}
.bg-fuchsia-800\/70 {
  background-color: rgb(134 25 143 / 0.7);
}
.bg-fuchsia-800\/75 {
  background-color: rgb(134 25 143 / 0.75);
}
.bg-fuchsia-800\/80 {
  background-color: rgb(134 25 143 / 0.8);
}
.bg-fuchsia-800\/85 {
  background-color: rgb(134 25 143 / 0.85);
}
.bg-fuchsia-800\/90 {
  background-color: rgb(134 25 143 / 0.9);
}
.bg-fuchsia-800\/95 {
  background-color: rgb(134 25 143 / 0.95);
}
.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity));
}
.bg-fuchsia-900\/0 {
  background-color: rgb(112 26 117 / 0);
}
.bg-fuchsia-900\/10 {
  background-color: rgb(112 26 117 / 0.1);
}
.bg-fuchsia-900\/100 {
  background-color: rgb(112 26 117 / 1);
}
.bg-fuchsia-900\/15 {
  background-color: rgb(112 26 117 / 0.15);
}
.bg-fuchsia-900\/20 {
  background-color: rgb(112 26 117 / 0.2);
}
.bg-fuchsia-900\/25 {
  background-color: rgb(112 26 117 / 0.25);
}
.bg-fuchsia-900\/30 {
  background-color: rgb(112 26 117 / 0.3);
}
.bg-fuchsia-900\/35 {
  background-color: rgb(112 26 117 / 0.35);
}
.bg-fuchsia-900\/40 {
  background-color: rgb(112 26 117 / 0.4);
}
.bg-fuchsia-900\/45 {
  background-color: rgb(112 26 117 / 0.45);
}
.bg-fuchsia-900\/5 {
  background-color: rgb(112 26 117 / 0.05);
}
.bg-fuchsia-900\/50 {
  background-color: rgb(112 26 117 / 0.5);
}
.bg-fuchsia-900\/55 {
  background-color: rgb(112 26 117 / 0.55);
}
.bg-fuchsia-900\/60 {
  background-color: rgb(112 26 117 / 0.6);
}
.bg-fuchsia-900\/65 {
  background-color: rgb(112 26 117 / 0.65);
}
.bg-fuchsia-900\/70 {
  background-color: rgb(112 26 117 / 0.7);
}
.bg-fuchsia-900\/75 {
  background-color: rgb(112 26 117 / 0.75);
}
.bg-fuchsia-900\/80 {
  background-color: rgb(112 26 117 / 0.8);
}
.bg-fuchsia-900\/85 {
  background-color: rgb(112 26 117 / 0.85);
}
.bg-fuchsia-900\/90 {
  background-color: rgb(112 26 117 / 0.9);
}
.bg-fuchsia-900\/95 {
  background-color: rgb(112 26 117 / 0.95);
}
.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity));
}
.bg-fuchsia-950\/0 {
  background-color: rgb(74 4 78 / 0);
}
.bg-fuchsia-950\/10 {
  background-color: rgb(74 4 78 / 0.1);
}
.bg-fuchsia-950\/100 {
  background-color: rgb(74 4 78 / 1);
}
.bg-fuchsia-950\/15 {
  background-color: rgb(74 4 78 / 0.15);
}
.bg-fuchsia-950\/20 {
  background-color: rgb(74 4 78 / 0.2);
}
.bg-fuchsia-950\/25 {
  background-color: rgb(74 4 78 / 0.25);
}
.bg-fuchsia-950\/30 {
  background-color: rgb(74 4 78 / 0.3);
}
.bg-fuchsia-950\/35 {
  background-color: rgb(74 4 78 / 0.35);
}
.bg-fuchsia-950\/40 {
  background-color: rgb(74 4 78 / 0.4);
}
.bg-fuchsia-950\/45 {
  background-color: rgb(74 4 78 / 0.45);
}
.bg-fuchsia-950\/5 {
  background-color: rgb(74 4 78 / 0.05);
}
.bg-fuchsia-950\/50 {
  background-color: rgb(74 4 78 / 0.5);
}
.bg-fuchsia-950\/55 {
  background-color: rgb(74 4 78 / 0.55);
}
.bg-fuchsia-950\/60 {
  background-color: rgb(74 4 78 / 0.6);
}
.bg-fuchsia-950\/65 {
  background-color: rgb(74 4 78 / 0.65);
}
.bg-fuchsia-950\/70 {
  background-color: rgb(74 4 78 / 0.7);
}
.bg-fuchsia-950\/75 {
  background-color: rgb(74 4 78 / 0.75);
}
.bg-fuchsia-950\/80 {
  background-color: rgb(74 4 78 / 0.8);
}
.bg-fuchsia-950\/85 {
  background-color: rgb(74 4 78 / 0.85);
}
.bg-fuchsia-950\/90 {
  background-color: rgb(74 4 78 / 0.9);
}
.bg-fuchsia-950\/95 {
  background-color: rgb(74 4 78 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-gray-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-gray-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-gray-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-gray-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-gray-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-gray-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-gray-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-gray-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-gray-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-gray-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-gray-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-gray-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-gray-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-gray-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-gray-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-gray-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-gray-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-gray-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-gray-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-gray-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-gray-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-gray-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-gray-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-gray-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-gray-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-gray-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-gray-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-gray-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-gray-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-gray-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-gray-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-gray-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-gray-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-gray-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-gray-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-gray-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-gray-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-gray-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-gray-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-gray-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-gray-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-gray-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-gray-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-gray-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-gray-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-gray-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-gray-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-gray-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-gray-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-gray-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-gray-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-gray-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-gray-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-gray-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-gray-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-gray-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-gray-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-gray-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-gray-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-gray-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-gray-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-gray-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-gray-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-gray-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-gray-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-gray-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-gray-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-gray-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-gray-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-gray-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-gray-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-gray-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-gray-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-gray-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-gray-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-gray-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-gray-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-gray-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-gray-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-gray-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-gray-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-gray-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-gray-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-gray-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-gray-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-gray-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-gray-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-gray-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-gray-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-gray-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-gray-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-gray-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-gray-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-gray-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-gray-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-gray-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-gray-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-gray-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-gray-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-gray-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-gray-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-gray-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-gray-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-gray-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-gray-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-gray-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-gray-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-gray-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-gray-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-gray-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-gray-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-gray-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-gray-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-gray-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-gray-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-gray-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-gray-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-gray-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-gray-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-gray-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-gray-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-gray-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-gray-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-gray-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-gray-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-gray-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-gray-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-gray-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-gray-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-gray-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-gray-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-gray-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-gray-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-gray-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-gray-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-gray-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-gray-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-gray-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-gray-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-gray-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-gray-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-gray-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-gray-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-gray-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-gray-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-gray-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-gray-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-gray-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-gray-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-gray-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-gray-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-gray-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-gray-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-gray-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-gray-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-gray-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-gray-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-gray-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-gray-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-gray-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-gray-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-gray-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-gray-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-gray-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-gray-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-gray-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-gray-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-gray-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-gray-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-gray-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-gray-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-gray-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-gray-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.bg-gray-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-gray-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-gray-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-gray-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.bg-gray-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-gray-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-gray-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-gray-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-gray-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-gray-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-gray-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-gray-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-gray-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-gray-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-gray-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-gray-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.bg-indigo-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-indigo-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-indigo-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-indigo-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}
.bg-indigo-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-indigo-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-indigo-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-indigo-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}
.bg-indigo-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-indigo-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.bg-indigo-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-indigo-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-indigo-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.bg-indigo-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-indigo-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.bg-indigo-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-indigo-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-indigo-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-indigo-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.bg-indigo-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-indigo-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}
.bg-indigo-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-indigo-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-indigo-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-indigo-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}
.bg-indigo-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-indigo-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-indigo-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-indigo-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}
.bg-indigo-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-indigo-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.bg-indigo-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-indigo-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-indigo-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.bg-indigo-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-indigo-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.bg-indigo-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-indigo-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-indigo-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-indigo-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.bg-indigo-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-indigo-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}
.bg-indigo-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-indigo-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-indigo-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-indigo-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}
.bg-indigo-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-indigo-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-indigo-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-indigo-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}
.bg-indigo-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-indigo-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.bg-indigo-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-indigo-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-indigo-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.bg-indigo-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-indigo-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-indigo-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-indigo-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.bg-indigo-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-indigo-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-indigo-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-indigo-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-indigo-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-indigo-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}
.bg-indigo-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-indigo-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-indigo-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-indigo-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}
.bg-indigo-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-indigo-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.bg-indigo-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-indigo-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-indigo-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.bg-indigo-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-indigo-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.bg-indigo-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-indigo-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-indigo-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-indigo-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.bg-indigo-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-indigo-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-indigo-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-indigo-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-indigo-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-indigo-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}
.bg-indigo-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-indigo-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-indigo-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-indigo-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}
.bg-indigo-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-indigo-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.bg-indigo-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-indigo-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-indigo-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.bg-indigo-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-indigo-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.bg-indigo-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-indigo-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-indigo-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-indigo-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.bg-indigo-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-indigo-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-indigo-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-indigo-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-indigo-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-indigo-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-indigo-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.bg-indigo-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-indigo-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.bg-indigo-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-indigo-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.bg-indigo-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-indigo-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.bg-indigo-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-indigo-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-indigo-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-indigo-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.bg-indigo-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-indigo-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-indigo-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-indigo-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-indigo-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-indigo-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}
.bg-indigo-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-indigo-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-indigo-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-indigo-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}
.bg-indigo-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-indigo-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.bg-indigo-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-indigo-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-indigo-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.bg-indigo-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-indigo-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.bg-indigo-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-indigo-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-indigo-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-indigo-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.bg-indigo-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-indigo-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.bg-indigo-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-indigo-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-indigo-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-indigo-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}
.bg-indigo-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-indigo-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-indigo-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-indigo-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}
.bg-indigo-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-indigo-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.bg-indigo-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-indigo-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-indigo-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.bg-indigo-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-indigo-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.bg-indigo-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-indigo-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-indigo-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-indigo-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.bg-indigo-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-indigo-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}
.bg-indigo-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-indigo-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-indigo-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-indigo-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}
.bg-indigo-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-indigo-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-indigo-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-indigo-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}
.bg-indigo-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-indigo-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.bg-indigo-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-indigo-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-indigo-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.bg-indigo-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-indigo-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.bg-indigo-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-indigo-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-indigo-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-indigo-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.bg-indigo-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-indigo-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}
.bg-indigo-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-indigo-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-indigo-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-indigo-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}
.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-indigo-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-indigo-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.bg-indigo-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-indigo-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.bg-indigo-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-indigo-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.bg-indigo-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity));
}
.bg-indigo-950\/0 {
  background-color: rgb(30 27 75 / 0);
}
.bg-indigo-950\/10 {
  background-color: rgb(30 27 75 / 0.1);
}
.bg-indigo-950\/100 {
  background-color: rgb(30 27 75 / 1);
}
.bg-indigo-950\/15 {
  background-color: rgb(30 27 75 / 0.15);
}
.bg-indigo-950\/20 {
  background-color: rgb(30 27 75 / 0.2);
}
.bg-indigo-950\/25 {
  background-color: rgb(30 27 75 / 0.25);
}
.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.bg-indigo-950\/40 {
  background-color: rgb(30 27 75 / 0.4);
}
.bg-indigo-950\/45 {
  background-color: rgb(30 27 75 / 0.45);
}
.bg-indigo-950\/5 {
  background-color: rgb(30 27 75 / 0.05);
}
.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}
.bg-indigo-950\/55 {
  background-color: rgb(30 27 75 / 0.55);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/65 {
  background-color: rgb(30 27 75 / 0.65);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/85 {
  background-color: rgb(30 27 75 / 0.85);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-info {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
}
.bg-info-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-inc,oklch(var(--inc)/var(--tw-bg-opacity)));
}
.bg-info-content\/0 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0));
}
.bg-info-content\/10 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.1));
}
.bg-info-content\/100 {
  background-color: var(--fallback-inc,oklch(var(--inc)/1));
}
.bg-info-content\/15 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.15));
}
.bg-info-content\/20 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.2));
}
.bg-info-content\/25 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.25));
}
.bg-info-content\/30 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.3));
}
.bg-info-content\/35 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.35));
}
.bg-info-content\/40 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.4));
}
.bg-info-content\/45 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.45));
}
.bg-info-content\/5 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.05));
}
.bg-info-content\/50 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.5));
}
.bg-info-content\/55 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.55));
}
.bg-info-content\/60 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.6));
}
.bg-info-content\/65 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.65));
}
.bg-info-content\/70 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.7));
}
.bg-info-content\/75 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.75));
}
.bg-info-content\/80 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.8));
}
.bg-info-content\/85 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.85));
}
.bg-info-content\/90 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.9));
}
.bg-info-content\/95 {
  background-color: var(--fallback-inc,oklch(var(--inc)/0.95));
}
.bg-lightBlue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-lightBlue-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-lightBlue-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-lightBlue-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-lightBlue-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.bg-lightBlue-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-lightBlue-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-lightBlue-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-lightBlue-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.bg-lightBlue-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-lightBlue-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-lightBlue-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-lightBlue-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-lightBlue-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-lightBlue-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-lightBlue-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-lightBlue-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-lightBlue-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-lightBlue-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-lightBlue-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-lightBlue-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-lightBlue-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-lightBlue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-lightBlue-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-lightBlue-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-lightBlue-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-lightBlue-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.bg-lightBlue-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-lightBlue-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-lightBlue-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-lightBlue-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.bg-lightBlue-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-lightBlue-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-lightBlue-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-lightBlue-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-lightBlue-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-lightBlue-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-lightBlue-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-lightBlue-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-lightBlue-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-lightBlue-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-lightBlue-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-lightBlue-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-lightBlue-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-lightBlue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-lightBlue-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-lightBlue-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-lightBlue-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-lightBlue-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.bg-lightBlue-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-lightBlue-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-lightBlue-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-lightBlue-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.bg-lightBlue-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-lightBlue-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-lightBlue-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-lightBlue-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-lightBlue-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-lightBlue-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-lightBlue-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-lightBlue-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-lightBlue-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-lightBlue-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-lightBlue-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-lightBlue-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-lightBlue-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-lightBlue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-lightBlue-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-lightBlue-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-lightBlue-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-lightBlue-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-lightBlue-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-lightBlue-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-lightBlue-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-lightBlue-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.bg-lightBlue-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-lightBlue-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-lightBlue-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-lightBlue-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-lightBlue-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-lightBlue-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-lightBlue-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-lightBlue-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-lightBlue-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-lightBlue-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-lightBlue-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-lightBlue-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-lightBlue-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-lightBlue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-lightBlue-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-lightBlue-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-lightBlue-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-lightBlue-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}
.bg-lightBlue-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-lightBlue-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-lightBlue-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-lightBlue-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}
.bg-lightBlue-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-lightBlue-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.bg-lightBlue-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-lightBlue-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-lightBlue-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.bg-lightBlue-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-lightBlue-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.bg-lightBlue-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-lightBlue-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-lightBlue-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-lightBlue-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.bg-lightBlue-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-lightBlue-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-lightBlue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-lightBlue-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-lightBlue-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-lightBlue-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-lightBlue-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-lightBlue-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-lightBlue-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-lightBlue-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-lightBlue-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.bg-lightBlue-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-lightBlue-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-lightBlue-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-lightBlue-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-lightBlue-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-lightBlue-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-lightBlue-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-lightBlue-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-lightBlue-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-lightBlue-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-lightBlue-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-lightBlue-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-lightBlue-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-lightBlue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-lightBlue-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-lightBlue-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-lightBlue-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-lightBlue-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.bg-lightBlue-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-lightBlue-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-lightBlue-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-lightBlue-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.bg-lightBlue-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-lightBlue-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-lightBlue-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-lightBlue-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-lightBlue-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-lightBlue-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-lightBlue-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-lightBlue-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-lightBlue-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-lightBlue-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-lightBlue-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-lightBlue-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-lightBlue-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-lightBlue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-lightBlue-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-lightBlue-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-lightBlue-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-lightBlue-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.bg-lightBlue-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-lightBlue-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-lightBlue-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-lightBlue-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.bg-lightBlue-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-lightBlue-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-lightBlue-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-lightBlue-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-lightBlue-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-lightBlue-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-lightBlue-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-lightBlue-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-lightBlue-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-lightBlue-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-lightBlue-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-lightBlue-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-lightBlue-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-lightBlue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-lightBlue-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-lightBlue-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-lightBlue-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-lightBlue-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}
.bg-lightBlue-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-lightBlue-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-lightBlue-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-lightBlue-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}
.bg-lightBlue-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-lightBlue-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.bg-lightBlue-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-lightBlue-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-lightBlue-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.bg-lightBlue-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-lightBlue-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.bg-lightBlue-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-lightBlue-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-lightBlue-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-lightBlue-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.bg-lightBlue-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-lightBlue-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-lightBlue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-lightBlue-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-lightBlue-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-lightBlue-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-lightBlue-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}
.bg-lightBlue-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-lightBlue-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-lightBlue-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-lightBlue-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}
.bg-lightBlue-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-lightBlue-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.bg-lightBlue-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-lightBlue-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-lightBlue-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.bg-lightBlue-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-lightBlue-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.bg-lightBlue-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-lightBlue-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-lightBlue-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-lightBlue-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.bg-lightBlue-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-lightBlue-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-lightBlue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-lightBlue-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-lightBlue-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-lightBlue-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-lightBlue-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}
.bg-lightBlue-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-lightBlue-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-lightBlue-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-lightBlue-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}
.bg-lightBlue-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-lightBlue-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.bg-lightBlue-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-lightBlue-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-lightBlue-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.bg-lightBlue-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-lightBlue-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.bg-lightBlue-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-lightBlue-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-lightBlue-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-lightBlue-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.bg-lightBlue-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-lightBlue-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity));
}
.bg-lime-100\/0 {
  background-color: rgb(236 252 203 / 0);
}
.bg-lime-100\/10 {
  background-color: rgb(236 252 203 / 0.1);
}
.bg-lime-100\/100 {
  background-color: rgb(236 252 203 / 1);
}
.bg-lime-100\/15 {
  background-color: rgb(236 252 203 / 0.15);
}
.bg-lime-100\/20 {
  background-color: rgb(236 252 203 / 0.2);
}
.bg-lime-100\/25 {
  background-color: rgb(236 252 203 / 0.25);
}
.bg-lime-100\/30 {
  background-color: rgb(236 252 203 / 0.3);
}
.bg-lime-100\/35 {
  background-color: rgb(236 252 203 / 0.35);
}
.bg-lime-100\/40 {
  background-color: rgb(236 252 203 / 0.4);
}
.bg-lime-100\/45 {
  background-color: rgb(236 252 203 / 0.45);
}
.bg-lime-100\/5 {
  background-color: rgb(236 252 203 / 0.05);
}
.bg-lime-100\/50 {
  background-color: rgb(236 252 203 / 0.5);
}
.bg-lime-100\/55 {
  background-color: rgb(236 252 203 / 0.55);
}
.bg-lime-100\/60 {
  background-color: rgb(236 252 203 / 0.6);
}
.bg-lime-100\/65 {
  background-color: rgb(236 252 203 / 0.65);
}
.bg-lime-100\/70 {
  background-color: rgb(236 252 203 / 0.7);
}
.bg-lime-100\/75 {
  background-color: rgb(236 252 203 / 0.75);
}
.bg-lime-100\/80 {
  background-color: rgb(236 252 203 / 0.8);
}
.bg-lime-100\/85 {
  background-color: rgb(236 252 203 / 0.85);
}
.bg-lime-100\/90 {
  background-color: rgb(236 252 203 / 0.9);
}
.bg-lime-100\/95 {
  background-color: rgb(236 252 203 / 0.95);
}
.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity));
}
.bg-lime-200\/0 {
  background-color: rgb(217 249 157 / 0);
}
.bg-lime-200\/10 {
  background-color: rgb(217 249 157 / 0.1);
}
.bg-lime-200\/100 {
  background-color: rgb(217 249 157 / 1);
}
.bg-lime-200\/15 {
  background-color: rgb(217 249 157 / 0.15);
}
.bg-lime-200\/20 {
  background-color: rgb(217 249 157 / 0.2);
}
.bg-lime-200\/25 {
  background-color: rgb(217 249 157 / 0.25);
}
.bg-lime-200\/30 {
  background-color: rgb(217 249 157 / 0.3);
}
.bg-lime-200\/35 {
  background-color: rgb(217 249 157 / 0.35);
}
.bg-lime-200\/40 {
  background-color: rgb(217 249 157 / 0.4);
}
.bg-lime-200\/45 {
  background-color: rgb(217 249 157 / 0.45);
}
.bg-lime-200\/5 {
  background-color: rgb(217 249 157 / 0.05);
}
.bg-lime-200\/50 {
  background-color: rgb(217 249 157 / 0.5);
}
.bg-lime-200\/55 {
  background-color: rgb(217 249 157 / 0.55);
}
.bg-lime-200\/60 {
  background-color: rgb(217 249 157 / 0.6);
}
.bg-lime-200\/65 {
  background-color: rgb(217 249 157 / 0.65);
}
.bg-lime-200\/70 {
  background-color: rgb(217 249 157 / 0.7);
}
.bg-lime-200\/75 {
  background-color: rgb(217 249 157 / 0.75);
}
.bg-lime-200\/80 {
  background-color: rgb(217 249 157 / 0.8);
}
.bg-lime-200\/85 {
  background-color: rgb(217 249 157 / 0.85);
}
.bg-lime-200\/90 {
  background-color: rgb(217 249 157 / 0.9);
}
.bg-lime-200\/95 {
  background-color: rgb(217 249 157 / 0.95);
}
.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity));
}
.bg-lime-300\/0 {
  background-color: rgb(190 242 100 / 0);
}
.bg-lime-300\/10 {
  background-color: rgb(190 242 100 / 0.1);
}
.bg-lime-300\/100 {
  background-color: rgb(190 242 100 / 1);
}
.bg-lime-300\/15 {
  background-color: rgb(190 242 100 / 0.15);
}
.bg-lime-300\/20 {
  background-color: rgb(190 242 100 / 0.2);
}
.bg-lime-300\/25 {
  background-color: rgb(190 242 100 / 0.25);
}
.bg-lime-300\/30 {
  background-color: rgb(190 242 100 / 0.3);
}
.bg-lime-300\/35 {
  background-color: rgb(190 242 100 / 0.35);
}
.bg-lime-300\/40 {
  background-color: rgb(190 242 100 / 0.4);
}
.bg-lime-300\/45 {
  background-color: rgb(190 242 100 / 0.45);
}
.bg-lime-300\/5 {
  background-color: rgb(190 242 100 / 0.05);
}
.bg-lime-300\/50 {
  background-color: rgb(190 242 100 / 0.5);
}
.bg-lime-300\/55 {
  background-color: rgb(190 242 100 / 0.55);
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-300\/65 {
  background-color: rgb(190 242 100 / 0.65);
}
.bg-lime-300\/70 {
  background-color: rgb(190 242 100 / 0.7);
}
.bg-lime-300\/75 {
  background-color: rgb(190 242 100 / 0.75);
}
.bg-lime-300\/80 {
  background-color: rgb(190 242 100 / 0.8);
}
.bg-lime-300\/85 {
  background-color: rgb(190 242 100 / 0.85);
}
.bg-lime-300\/90 {
  background-color: rgb(190 242 100 / 0.9);
}
.bg-lime-300\/95 {
  background-color: rgb(190 242 100 / 0.95);
}
.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-lime-400\/0 {
  background-color: rgb(163 230 53 / 0);
}
.bg-lime-400\/10 {
  background-color: rgb(163 230 53 / 0.1);
}
.bg-lime-400\/100 {
  background-color: rgb(163 230 53 / 1);
}
.bg-lime-400\/15 {
  background-color: rgb(163 230 53 / 0.15);
}
.bg-lime-400\/20 {
  background-color: rgb(163 230 53 / 0.2);
}
.bg-lime-400\/25 {
  background-color: rgb(163 230 53 / 0.25);
}
.bg-lime-400\/30 {
  background-color: rgb(163 230 53 / 0.3);
}
.bg-lime-400\/35 {
  background-color: rgb(163 230 53 / 0.35);
}
.bg-lime-400\/40 {
  background-color: rgb(163 230 53 / 0.4);
}
.bg-lime-400\/45 {
  background-color: rgb(163 230 53 / 0.45);
}
.bg-lime-400\/5 {
  background-color: rgb(163 230 53 / 0.05);
}
.bg-lime-400\/50 {
  background-color: rgb(163 230 53 / 0.5);
}
.bg-lime-400\/55 {
  background-color: rgb(163 230 53 / 0.55);
}
.bg-lime-400\/60 {
  background-color: rgb(163 230 53 / 0.6);
}
.bg-lime-400\/65 {
  background-color: rgb(163 230 53 / 0.65);
}
.bg-lime-400\/70 {
  background-color: rgb(163 230 53 / 0.7);
}
.bg-lime-400\/75 {
  background-color: rgb(163 230 53 / 0.75);
}
.bg-lime-400\/80 {
  background-color: rgb(163 230 53 / 0.8);
}
.bg-lime-400\/85 {
  background-color: rgb(163 230 53 / 0.85);
}
.bg-lime-400\/90 {
  background-color: rgb(163 230 53 / 0.9);
}
.bg-lime-400\/95 {
  background-color: rgb(163 230 53 / 0.95);
}
.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
}
.bg-lime-50\/0 {
  background-color: rgb(247 254 231 / 0);
}
.bg-lime-50\/10 {
  background-color: rgb(247 254 231 / 0.1);
}
.bg-lime-50\/100 {
  background-color: rgb(247 254 231 / 1);
}
.bg-lime-50\/15 {
  background-color: rgb(247 254 231 / 0.15);
}
.bg-lime-50\/20 {
  background-color: rgb(247 254 231 / 0.2);
}
.bg-lime-50\/25 {
  background-color: rgb(247 254 231 / 0.25);
}
.bg-lime-50\/30 {
  background-color: rgb(247 254 231 / 0.3);
}
.bg-lime-50\/35 {
  background-color: rgb(247 254 231 / 0.35);
}
.bg-lime-50\/40 {
  background-color: rgb(247 254 231 / 0.4);
}
.bg-lime-50\/45 {
  background-color: rgb(247 254 231 / 0.45);
}
.bg-lime-50\/5 {
  background-color: rgb(247 254 231 / 0.05);
}
.bg-lime-50\/50 {
  background-color: rgb(247 254 231 / 0.5);
}
.bg-lime-50\/55 {
  background-color: rgb(247 254 231 / 0.55);
}
.bg-lime-50\/60 {
  background-color: rgb(247 254 231 / 0.6);
}
.bg-lime-50\/65 {
  background-color: rgb(247 254 231 / 0.65);
}
.bg-lime-50\/70 {
  background-color: rgb(247 254 231 / 0.7);
}
.bg-lime-50\/75 {
  background-color: rgb(247 254 231 / 0.75);
}
.bg-lime-50\/80 {
  background-color: rgb(247 254 231 / 0.8);
}
.bg-lime-50\/85 {
  background-color: rgb(247 254 231 / 0.85);
}
.bg-lime-50\/90 {
  background-color: rgb(247 254 231 / 0.9);
}
.bg-lime-50\/95 {
  background-color: rgb(247 254 231 / 0.95);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}
.bg-lime-500\/0 {
  background-color: rgb(132 204 22 / 0);
}
.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}
.bg-lime-500\/100 {
  background-color: rgb(132 204 22 / 1);
}
.bg-lime-500\/15 {
  background-color: rgb(132 204 22 / 0.15);
}
.bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}
.bg-lime-500\/25 {
  background-color: rgb(132 204 22 / 0.25);
}
.bg-lime-500\/30 {
  background-color: rgb(132 204 22 / 0.3);
}
.bg-lime-500\/35 {
  background-color: rgb(132 204 22 / 0.35);
}
.bg-lime-500\/40 {
  background-color: rgb(132 204 22 / 0.4);
}
.bg-lime-500\/45 {
  background-color: rgb(132 204 22 / 0.45);
}
.bg-lime-500\/5 {
  background-color: rgb(132 204 22 / 0.05);
}
.bg-lime-500\/50 {
  background-color: rgb(132 204 22 / 0.5);
}
.bg-lime-500\/55 {
  background-color: rgb(132 204 22 / 0.55);
}
.bg-lime-500\/60 {
  background-color: rgb(132 204 22 / 0.6);
}
.bg-lime-500\/65 {
  background-color: rgb(132 204 22 / 0.65);
}
.bg-lime-500\/70 {
  background-color: rgb(132 204 22 / 0.7);
}
.bg-lime-500\/75 {
  background-color: rgb(132 204 22 / 0.75);
}
.bg-lime-500\/80 {
  background-color: rgb(132 204 22 / 0.8);
}
.bg-lime-500\/85 {
  background-color: rgb(132 204 22 / 0.85);
}
.bg-lime-500\/90 {
  background-color: rgb(132 204 22 / 0.9);
}
.bg-lime-500\/95 {
  background-color: rgb(132 204 22 / 0.95);
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.bg-lime-600\/0 {
  background-color: rgb(101 163 13 / 0);
}
.bg-lime-600\/10 {
  background-color: rgb(101 163 13 / 0.1);
}
.bg-lime-600\/100 {
  background-color: rgb(101 163 13 / 1);
}
.bg-lime-600\/15 {
  background-color: rgb(101 163 13 / 0.15);
}
.bg-lime-600\/20 {
  background-color: rgb(101 163 13 / 0.2);
}
.bg-lime-600\/25 {
  background-color: rgb(101 163 13 / 0.25);
}
.bg-lime-600\/30 {
  background-color: rgb(101 163 13 / 0.3);
}
.bg-lime-600\/35 {
  background-color: rgb(101 163 13 / 0.35);
}
.bg-lime-600\/40 {
  background-color: rgb(101 163 13 / 0.4);
}
.bg-lime-600\/45 {
  background-color: rgb(101 163 13 / 0.45);
}
.bg-lime-600\/5 {
  background-color: rgb(101 163 13 / 0.05);
}
.bg-lime-600\/50 {
  background-color: rgb(101 163 13 / 0.5);
}
.bg-lime-600\/55 {
  background-color: rgb(101 163 13 / 0.55);
}
.bg-lime-600\/60 {
  background-color: rgb(101 163 13 / 0.6);
}
.bg-lime-600\/65 {
  background-color: rgb(101 163 13 / 0.65);
}
.bg-lime-600\/70 {
  background-color: rgb(101 163 13 / 0.7);
}
.bg-lime-600\/75 {
  background-color: rgb(101 163 13 / 0.75);
}
.bg-lime-600\/80 {
  background-color: rgb(101 163 13 / 0.8);
}
.bg-lime-600\/85 {
  background-color: rgb(101 163 13 / 0.85);
}
.bg-lime-600\/90 {
  background-color: rgb(101 163 13 / 0.9);
}
.bg-lime-600\/95 {
  background-color: rgb(101 163 13 / 0.95);
}
.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}
.bg-lime-700\/0 {
  background-color: rgb(77 124 15 / 0);
}
.bg-lime-700\/10 {
  background-color: rgb(77 124 15 / 0.1);
}
.bg-lime-700\/100 {
  background-color: rgb(77 124 15 / 1);
}
.bg-lime-700\/15 {
  background-color: rgb(77 124 15 / 0.15);
}
.bg-lime-700\/20 {
  background-color: rgb(77 124 15 / 0.2);
}
.bg-lime-700\/25 {
  background-color: rgb(77 124 15 / 0.25);
}
.bg-lime-700\/30 {
  background-color: rgb(77 124 15 / 0.3);
}
.bg-lime-700\/35 {
  background-color: rgb(77 124 15 / 0.35);
}
.bg-lime-700\/40 {
  background-color: rgb(77 124 15 / 0.4);
}
.bg-lime-700\/45 {
  background-color: rgb(77 124 15 / 0.45);
}
.bg-lime-700\/5 {
  background-color: rgb(77 124 15 / 0.05);
}
.bg-lime-700\/50 {
  background-color: rgb(77 124 15 / 0.5);
}
.bg-lime-700\/55 {
  background-color: rgb(77 124 15 / 0.55);
}
.bg-lime-700\/60 {
  background-color: rgb(77 124 15 / 0.6);
}
.bg-lime-700\/65 {
  background-color: rgb(77 124 15 / 0.65);
}
.bg-lime-700\/70 {
  background-color: rgb(77 124 15 / 0.7);
}
.bg-lime-700\/75 {
  background-color: rgb(77 124 15 / 0.75);
}
.bg-lime-700\/80 {
  background-color: rgb(77 124 15 / 0.8);
}
.bg-lime-700\/85 {
  background-color: rgb(77 124 15 / 0.85);
}
.bg-lime-700\/90 {
  background-color: rgb(77 124 15 / 0.9);
}
.bg-lime-700\/95 {
  background-color: rgb(77 124 15 / 0.95);
}
.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity));
}
.bg-lime-800\/0 {
  background-color: rgb(63 98 18 / 0);
}
.bg-lime-800\/10 {
  background-color: rgb(63 98 18 / 0.1);
}
.bg-lime-800\/100 {
  background-color: rgb(63 98 18 / 1);
}
.bg-lime-800\/15 {
  background-color: rgb(63 98 18 / 0.15);
}
.bg-lime-800\/20 {
  background-color: rgb(63 98 18 / 0.2);
}
.bg-lime-800\/25 {
  background-color: rgb(63 98 18 / 0.25);
}
.bg-lime-800\/30 {
  background-color: rgb(63 98 18 / 0.3);
}
.bg-lime-800\/35 {
  background-color: rgb(63 98 18 / 0.35);
}
.bg-lime-800\/40 {
  background-color: rgb(63 98 18 / 0.4);
}
.bg-lime-800\/45 {
  background-color: rgb(63 98 18 / 0.45);
}
.bg-lime-800\/5 {
  background-color: rgb(63 98 18 / 0.05);
}
.bg-lime-800\/50 {
  background-color: rgb(63 98 18 / 0.5);
}
.bg-lime-800\/55 {
  background-color: rgb(63 98 18 / 0.55);
}
.bg-lime-800\/60 {
  background-color: rgb(63 98 18 / 0.6);
}
.bg-lime-800\/65 {
  background-color: rgb(63 98 18 / 0.65);
}
.bg-lime-800\/70 {
  background-color: rgb(63 98 18 / 0.7);
}
.bg-lime-800\/75 {
  background-color: rgb(63 98 18 / 0.75);
}
.bg-lime-800\/80 {
  background-color: rgb(63 98 18 / 0.8);
}
.bg-lime-800\/85 {
  background-color: rgb(63 98 18 / 0.85);
}
.bg-lime-800\/90 {
  background-color: rgb(63 98 18 / 0.9);
}
.bg-lime-800\/95 {
  background-color: rgb(63 98 18 / 0.95);
}
.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity));
}
.bg-lime-900\/0 {
  background-color: rgb(54 83 20 / 0);
}
.bg-lime-900\/10 {
  background-color: rgb(54 83 20 / 0.1);
}
.bg-lime-900\/100 {
  background-color: rgb(54 83 20 / 1);
}
.bg-lime-900\/15 {
  background-color: rgb(54 83 20 / 0.15);
}
.bg-lime-900\/20 {
  background-color: rgb(54 83 20 / 0.2);
}
.bg-lime-900\/25 {
  background-color: rgb(54 83 20 / 0.25);
}
.bg-lime-900\/30 {
  background-color: rgb(54 83 20 / 0.3);
}
.bg-lime-900\/35 {
  background-color: rgb(54 83 20 / 0.35);
}
.bg-lime-900\/40 {
  background-color: rgb(54 83 20 / 0.4);
}
.bg-lime-900\/45 {
  background-color: rgb(54 83 20 / 0.45);
}
.bg-lime-900\/5 {
  background-color: rgb(54 83 20 / 0.05);
}
.bg-lime-900\/50 {
  background-color: rgb(54 83 20 / 0.5);
}
.bg-lime-900\/55 {
  background-color: rgb(54 83 20 / 0.55);
}
.bg-lime-900\/60 {
  background-color: rgb(54 83 20 / 0.6);
}
.bg-lime-900\/65 {
  background-color: rgb(54 83 20 / 0.65);
}
.bg-lime-900\/70 {
  background-color: rgb(54 83 20 / 0.7);
}
.bg-lime-900\/75 {
  background-color: rgb(54 83 20 / 0.75);
}
.bg-lime-900\/80 {
  background-color: rgb(54 83 20 / 0.8);
}
.bg-lime-900\/85 {
  background-color: rgb(54 83 20 / 0.85);
}
.bg-lime-900\/90 {
  background-color: rgb(54 83 20 / 0.9);
}
.bg-lime-900\/95 {
  background-color: rgb(54 83 20 / 0.95);
}
.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity));
}
.bg-lime-950\/0 {
  background-color: rgb(26 46 5 / 0);
}
.bg-lime-950\/10 {
  background-color: rgb(26 46 5 / 0.1);
}
.bg-lime-950\/100 {
  background-color: rgb(26 46 5 / 1);
}
.bg-lime-950\/15 {
  background-color: rgb(26 46 5 / 0.15);
}
.bg-lime-950\/20 {
  background-color: rgb(26 46 5 / 0.2);
}
.bg-lime-950\/25 {
  background-color: rgb(26 46 5 / 0.25);
}
.bg-lime-950\/30 {
  background-color: rgb(26 46 5 / 0.3);
}
.bg-lime-950\/35 {
  background-color: rgb(26 46 5 / 0.35);
}
.bg-lime-950\/40 {
  background-color: rgb(26 46 5 / 0.4);
}
.bg-lime-950\/45 {
  background-color: rgb(26 46 5 / 0.45);
}
.bg-lime-950\/5 {
  background-color: rgb(26 46 5 / 0.05);
}
.bg-lime-950\/50 {
  background-color: rgb(26 46 5 / 0.5);
}
.bg-lime-950\/55 {
  background-color: rgb(26 46 5 / 0.55);
}
.bg-lime-950\/60 {
  background-color: rgb(26 46 5 / 0.6);
}
.bg-lime-950\/65 {
  background-color: rgb(26 46 5 / 0.65);
}
.bg-lime-950\/70 {
  background-color: rgb(26 46 5 / 0.7);
}
.bg-lime-950\/75 {
  background-color: rgb(26 46 5 / 0.75);
}
.bg-lime-950\/80 {
  background-color: rgb(26 46 5 / 0.8);
}
.bg-lime-950\/85 {
  background-color: rgb(26 46 5 / 0.85);
}
.bg-lime-950\/90 {
  background-color: rgb(26 46 5 / 0.9);
}
.bg-lime-950\/95 {
  background-color: rgb(26 46 5 / 0.95);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-neutral-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-neutral-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-neutral-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-neutral-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-neutral-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-neutral-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-neutral-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-neutral-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-neutral-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-neutral-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-neutral-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-neutral-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-neutral-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-neutral-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-neutral-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-neutral-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-neutral-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-neutral-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-neutral-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-neutral-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-neutral-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-neutral-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-neutral-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}
.bg-neutral-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-neutral-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-neutral-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-neutral-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}
.bg-neutral-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-neutral-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-neutral-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-neutral-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-neutral-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-neutral-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-neutral-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-neutral-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-neutral-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-neutral-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-neutral-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-neutral-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-neutral-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-neutral-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-neutral-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-neutral-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}
.bg-neutral-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-neutral-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-neutral-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-neutral-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}
.bg-neutral-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-neutral-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-neutral-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-neutral-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-neutral-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-neutral-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-neutral-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-neutral-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-neutral-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-neutral-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-neutral-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-neutral-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-neutral-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-neutral-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-neutral-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-neutral-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-neutral-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-neutral-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}
.bg-neutral-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-neutral-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-neutral-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-neutral-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-neutral-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-neutral-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-neutral-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-neutral-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-neutral-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-neutral-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-neutral-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-neutral-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-neutral-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-neutral-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-neutral-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-neutral-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-neutral-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-neutral-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-neutral-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-neutral-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-neutral-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-neutral-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-neutral-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-neutral-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-neutral-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-neutral-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-neutral-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-neutral-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-neutral-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-neutral-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-neutral-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-neutral-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-neutral-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-neutral-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-neutral-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-neutral-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-neutral-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}
.bg-neutral-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-neutral-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-neutral-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-neutral-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}
.bg-neutral-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-neutral-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-neutral-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-neutral-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-neutral-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-neutral-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-neutral-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-neutral-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-neutral-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-neutral-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-neutral-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-neutral-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-neutral-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-neutral-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-neutral-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-neutral-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}
.bg-neutral-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-neutral-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-neutral-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-neutral-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}
.bg-neutral-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-neutral-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-neutral-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-neutral-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-neutral-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-neutral-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-neutral-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-neutral-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-neutral-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-neutral-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-neutral-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-neutral-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-neutral-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-neutral-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-neutral-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-neutral-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-neutral-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}
.bg-neutral-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-neutral-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-neutral-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-neutral-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}
.bg-neutral-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-neutral-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-neutral-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-neutral-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-neutral-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-neutral-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-neutral-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-neutral-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-neutral-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-neutral-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-neutral-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-neutral-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-neutral-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-neutral-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-neutral-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-neutral-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}
.bg-neutral-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-neutral-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-neutral-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-neutral-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}
.bg-neutral-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-neutral-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-neutral-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-neutral-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-neutral-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-neutral-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-neutral-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-neutral-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-neutral-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-neutral-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-neutral-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-neutral-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-neutral-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-neutral-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-neutral-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-neutral-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-neutral-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}
.bg-neutral-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-neutral-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-neutral-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-neutral-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}
.bg-neutral-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-neutral-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-neutral-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-neutral-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-neutral-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-neutral-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-neutral-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-neutral-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-neutral-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-neutral-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-neutral-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-neutral-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-neutral-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-neutral-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-neutral-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-neutral-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}
.bg-neutral-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-neutral-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-neutral-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-neutral-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}
.bg-neutral-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-neutral-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-neutral-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-neutral-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-neutral-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-neutral-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-neutral-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-neutral-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-neutral-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-neutral-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-neutral-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-neutral-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-neutral-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-neutral-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-nc,oklch(var(--nc)/var(--tw-bg-opacity)));
}
.bg-neutral-content\/0 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0));
}
.bg-neutral-content\/10 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.1));
}
.bg-neutral-content\/100 {
  background-color: var(--fallback-nc,oklch(var(--nc)/1));
}
.bg-neutral-content\/15 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.15));
}
.bg-neutral-content\/20 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.2));
}
.bg-neutral-content\/25 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.25));
}
.bg-neutral-content\/30 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.3));
}
.bg-neutral-content\/35 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.35));
}
.bg-neutral-content\/40 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.4));
}
.bg-neutral-content\/45 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.45));
}
.bg-neutral-content\/5 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.05));
}
.bg-neutral-content\/50 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.5));
}
.bg-neutral-content\/55 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.55));
}
.bg-neutral-content\/60 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.6));
}
.bg-neutral-content\/65 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.65));
}
.bg-neutral-content\/70 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.7));
}
.bg-neutral-content\/75 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.75));
}
.bg-neutral-content\/80 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.8));
}
.bg-neutral-content\/85 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.85));
}
.bg-neutral-content\/90 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.9));
}
.bg-neutral-content\/95 {
  background-color: var(--fallback-nc,oklch(var(--nc)/0.95));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-100\/0 {
  background-color: rgb(255 237 213 / 0);
}
.bg-orange-100\/10 {
  background-color: rgb(255 237 213 / 0.1);
}
.bg-orange-100\/100 {
  background-color: rgb(255 237 213 / 1);
}
.bg-orange-100\/15 {
  background-color: rgb(255 237 213 / 0.15);
}
.bg-orange-100\/20 {
  background-color: rgb(255 237 213 / 0.2);
}
.bg-orange-100\/25 {
  background-color: rgb(255 237 213 / 0.25);
}
.bg-orange-100\/30 {
  background-color: rgb(255 237 213 / 0.3);
}
.bg-orange-100\/35 {
  background-color: rgb(255 237 213 / 0.35);
}
.bg-orange-100\/40 {
  background-color: rgb(255 237 213 / 0.4);
}
.bg-orange-100\/45 {
  background-color: rgb(255 237 213 / 0.45);
}
.bg-orange-100\/5 {
  background-color: rgb(255 237 213 / 0.05);
}
.bg-orange-100\/50 {
  background-color: rgb(255 237 213 / 0.5);
}
.bg-orange-100\/55 {
  background-color: rgb(255 237 213 / 0.55);
}
.bg-orange-100\/60 {
  background-color: rgb(255 237 213 / 0.6);
}
.bg-orange-100\/65 {
  background-color: rgb(255 237 213 / 0.65);
}
.bg-orange-100\/70 {
  background-color: rgb(255 237 213 / 0.7);
}
.bg-orange-100\/75 {
  background-color: rgb(255 237 213 / 0.75);
}
.bg-orange-100\/80 {
  background-color: rgb(255 237 213 / 0.8);
}
.bg-orange-100\/85 {
  background-color: rgb(255 237 213 / 0.85);
}
.bg-orange-100\/90 {
  background-color: rgb(255 237 213 / 0.9);
}
.bg-orange-100\/95 {
  background-color: rgb(255 237 213 / 0.95);
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-200\/0 {
  background-color: rgb(254 215 170 / 0);
}
.bg-orange-200\/10 {
  background-color: rgb(254 215 170 / 0.1);
}
.bg-orange-200\/100 {
  background-color: rgb(254 215 170 / 1);
}
.bg-orange-200\/15 {
  background-color: rgb(254 215 170 / 0.15);
}
.bg-orange-200\/20 {
  background-color: rgb(254 215 170 / 0.2);
}
.bg-orange-200\/25 {
  background-color: rgb(254 215 170 / 0.25);
}
.bg-orange-200\/30 {
  background-color: rgb(254 215 170 / 0.3);
}
.bg-orange-200\/35 {
  background-color: rgb(254 215 170 / 0.35);
}
.bg-orange-200\/40 {
  background-color: rgb(254 215 170 / 0.4);
}
.bg-orange-200\/45 {
  background-color: rgb(254 215 170 / 0.45);
}
.bg-orange-200\/5 {
  background-color: rgb(254 215 170 / 0.05);
}
.bg-orange-200\/50 {
  background-color: rgb(254 215 170 / 0.5);
}
.bg-orange-200\/55 {
  background-color: rgb(254 215 170 / 0.55);
}
.bg-orange-200\/60 {
  background-color: rgb(254 215 170 / 0.6);
}
.bg-orange-200\/65 {
  background-color: rgb(254 215 170 / 0.65);
}
.bg-orange-200\/70 {
  background-color: rgb(254 215 170 / 0.7);
}
.bg-orange-200\/75 {
  background-color: rgb(254 215 170 / 0.75);
}
.bg-orange-200\/80 {
  background-color: rgb(254 215 170 / 0.8);
}
.bg-orange-200\/85 {
  background-color: rgb(254 215 170 / 0.85);
}
.bg-orange-200\/90 {
  background-color: rgb(254 215 170 / 0.9);
}
.bg-orange-200\/95 {
  background-color: rgb(254 215 170 / 0.95);
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-300\/0 {
  background-color: rgb(253 186 116 / 0);
}
.bg-orange-300\/10 {
  background-color: rgb(253 186 116 / 0.1);
}
.bg-orange-300\/100 {
  background-color: rgb(253 186 116 / 1);
}
.bg-orange-300\/15 {
  background-color: rgb(253 186 116 / 0.15);
}
.bg-orange-300\/20 {
  background-color: rgb(253 186 116 / 0.2);
}
.bg-orange-300\/25 {
  background-color: rgb(253 186 116 / 0.25);
}
.bg-orange-300\/30 {
  background-color: rgb(253 186 116 / 0.3);
}
.bg-orange-300\/35 {
  background-color: rgb(253 186 116 / 0.35);
}
.bg-orange-300\/40 {
  background-color: rgb(253 186 116 / 0.4);
}
.bg-orange-300\/45 {
  background-color: rgb(253 186 116 / 0.45);
}
.bg-orange-300\/5 {
  background-color: rgb(253 186 116 / 0.05);
}
.bg-orange-300\/50 {
  background-color: rgb(253 186 116 / 0.5);
}
.bg-orange-300\/55 {
  background-color: rgb(253 186 116 / 0.55);
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-300\/65 {
  background-color: rgb(253 186 116 / 0.65);
}
.bg-orange-300\/70 {
  background-color: rgb(253 186 116 / 0.7);
}
.bg-orange-300\/75 {
  background-color: rgb(253 186 116 / 0.75);
}
.bg-orange-300\/80 {
  background-color: rgb(253 186 116 / 0.8);
}
.bg-orange-300\/85 {
  background-color: rgb(253 186 116 / 0.85);
}
.bg-orange-300\/90 {
  background-color: rgb(253 186 116 / 0.9);
}
.bg-orange-300\/95 {
  background-color: rgb(253 186 116 / 0.95);
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-400\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-400\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-orange-400\/15 {
  background-color: rgb(251 146 60 / 0.15);
}
.bg-orange-400\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-orange-400\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-orange-400\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-orange-400\/35 {
  background-color: rgb(251 146 60 / 0.35);
}
.bg-orange-400\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-orange-400\/45 {
  background-color: rgb(251 146 60 / 0.45);
}
.bg-orange-400\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-orange-400\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-orange-400\/55 {
  background-color: rgb(251 146 60 / 0.55);
}
.bg-orange-400\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-orange-400\/65 {
  background-color: rgb(251 146 60 / 0.65);
}
.bg-orange-400\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-orange-400\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-orange-400\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-orange-400\/85 {
  background-color: rgb(251 146 60 / 0.85);
}
.bg-orange-400\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-orange-400\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-50\/0 {
  background-color: rgb(255 247 237 / 0);
}
.bg-orange-50\/10 {
  background-color: rgb(255 247 237 / 0.1);
}
.bg-orange-50\/100 {
  background-color: rgb(255 247 237 / 1);
}
.bg-orange-50\/15 {
  background-color: rgb(255 247 237 / 0.15);
}
.bg-orange-50\/20 {
  background-color: rgb(255 247 237 / 0.2);
}
.bg-orange-50\/25 {
  background-color: rgb(255 247 237 / 0.25);
}
.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}
.bg-orange-50\/35 {
  background-color: rgb(255 247 237 / 0.35);
}
.bg-orange-50\/40 {
  background-color: rgb(255 247 237 / 0.4);
}
.bg-orange-50\/45 {
  background-color: rgb(255 247 237 / 0.45);
}
.bg-orange-50\/5 {
  background-color: rgb(255 247 237 / 0.05);
}
.bg-orange-50\/50 {
  background-color: rgb(255 247 237 / 0.5);
}
.bg-orange-50\/55 {
  background-color: rgb(255 247 237 / 0.55);
}
.bg-orange-50\/60 {
  background-color: rgb(255 247 237 / 0.6);
}
.bg-orange-50\/65 {
  background-color: rgb(255 247 237 / 0.65);
}
.bg-orange-50\/70 {
  background-color: rgb(255 247 237 / 0.7);
}
.bg-orange-50\/75 {
  background-color: rgb(255 247 237 / 0.75);
}
.bg-orange-50\/80 {
  background-color: rgb(255 247 237 / 0.8);
}
.bg-orange-50\/85 {
  background-color: rgb(255 247 237 / 0.85);
}
.bg-orange-50\/90 {
  background-color: rgb(255 247 237 / 0.9);
}
.bg-orange-50\/95 {
  background-color: rgb(255 247 237 / 0.95);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-500\/0 {
  background-color: rgb(249 115 22 / 0);
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/100 {
  background-color: rgb(249 115 22 / 1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-500\/35 {
  background-color: rgb(249 115 22 / 0.35);
}
.bg-orange-500\/40 {
  background-color: rgb(249 115 22 / 0.4);
}
.bg-orange-500\/45 {
  background-color: rgb(249 115 22 / 0.45);
}
.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}
.bg-orange-500\/50 {
  background-color: rgb(249 115 22 / 0.5);
}
.bg-orange-500\/55 {
  background-color: rgb(249 115 22 / 0.55);
}
.bg-orange-500\/60 {
  background-color: rgb(249 115 22 / 0.6);
}
.bg-orange-500\/65 {
  background-color: rgb(249 115 22 / 0.65);
}
.bg-orange-500\/70 {
  background-color: rgb(249 115 22 / 0.7);
}
.bg-orange-500\/75 {
  background-color: rgb(249 115 22 / 0.75);
}
.bg-orange-500\/80 {
  background-color: rgb(249 115 22 / 0.8);
}
.bg-orange-500\/85 {
  background-color: rgb(249 115 22 / 0.85);
}
.bg-orange-500\/90 {
  background-color: rgb(249 115 22 / 0.9);
}
.bg-orange-500\/95 {
  background-color: rgb(249 115 22 / 0.95);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-600\/0 {
  background-color: rgb(234 88 12 / 0);
}
.bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
.bg-orange-600\/100 {
  background-color: rgb(234 88 12 / 1);
}
.bg-orange-600\/15 {
  background-color: rgb(234 88 12 / 0.15);
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/25 {
  background-color: rgb(234 88 12 / 0.25);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-600\/35 {
  background-color: rgb(234 88 12 / 0.35);
}
.bg-orange-600\/40 {
  background-color: rgb(234 88 12 / 0.4);
}
.bg-orange-600\/45 {
  background-color: rgb(234 88 12 / 0.45);
}
.bg-orange-600\/5 {
  background-color: rgb(234 88 12 / 0.05);
}
.bg-orange-600\/50 {
  background-color: rgb(234 88 12 / 0.5);
}
.bg-orange-600\/55 {
  background-color: rgb(234 88 12 / 0.55);
}
.bg-orange-600\/60 {
  background-color: rgb(234 88 12 / 0.6);
}
.bg-orange-600\/65 {
  background-color: rgb(234 88 12 / 0.65);
}
.bg-orange-600\/70 {
  background-color: rgb(234 88 12 / 0.7);
}
.bg-orange-600\/75 {
  background-color: rgb(234 88 12 / 0.75);
}
.bg-orange-600\/80 {
  background-color: rgb(234 88 12 / 0.8);
}
.bg-orange-600\/85 {
  background-color: rgb(234 88 12 / 0.85);
}
.bg-orange-600\/90 {
  background-color: rgb(234 88 12 / 0.9);
}
.bg-orange-600\/95 {
  background-color: rgb(234 88 12 / 0.95);
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-700\/0 {
  background-color: rgb(194 65 12 / 0);
}
.bg-orange-700\/10 {
  background-color: rgb(194 65 12 / 0.1);
}
.bg-orange-700\/100 {
  background-color: rgb(194 65 12 / 1);
}
.bg-orange-700\/15 {
  background-color: rgb(194 65 12 / 0.15);
}
.bg-orange-700\/20 {
  background-color: rgb(194 65 12 / 0.2);
}
.bg-orange-700\/25 {
  background-color: rgb(194 65 12 / 0.25);
}
.bg-orange-700\/30 {
  background-color: rgb(194 65 12 / 0.3);
}
.bg-orange-700\/35 {
  background-color: rgb(194 65 12 / 0.35);
}
.bg-orange-700\/40 {
  background-color: rgb(194 65 12 / 0.4);
}
.bg-orange-700\/45 {
  background-color: rgb(194 65 12 / 0.45);
}
.bg-orange-700\/5 {
  background-color: rgb(194 65 12 / 0.05);
}
.bg-orange-700\/50 {
  background-color: rgb(194 65 12 / 0.5);
}
.bg-orange-700\/55 {
  background-color: rgb(194 65 12 / 0.55);
}
.bg-orange-700\/60 {
  background-color: rgb(194 65 12 / 0.6);
}
.bg-orange-700\/65 {
  background-color: rgb(194 65 12 / 0.65);
}
.bg-orange-700\/70 {
  background-color: rgb(194 65 12 / 0.7);
}
.bg-orange-700\/75 {
  background-color: rgb(194 65 12 / 0.75);
}
.bg-orange-700\/80 {
  background-color: rgb(194 65 12 / 0.8);
}
.bg-orange-700\/85 {
  background-color: rgb(194 65 12 / 0.85);
}
.bg-orange-700\/90 {
  background-color: rgb(194 65 12 / 0.9);
}
.bg-orange-700\/95 {
  background-color: rgb(194 65 12 / 0.95);
}
.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-800\/0 {
  background-color: rgb(154 52 18 / 0);
}
.bg-orange-800\/10 {
  background-color: rgb(154 52 18 / 0.1);
}
.bg-orange-800\/100 {
  background-color: rgb(154 52 18 / 1);
}
.bg-orange-800\/15 {
  background-color: rgb(154 52 18 / 0.15);
}
.bg-orange-800\/20 {
  background-color: rgb(154 52 18 / 0.2);
}
.bg-orange-800\/25 {
  background-color: rgb(154 52 18 / 0.25);
}
.bg-orange-800\/30 {
  background-color: rgb(154 52 18 / 0.3);
}
.bg-orange-800\/35 {
  background-color: rgb(154 52 18 / 0.35);
}
.bg-orange-800\/40 {
  background-color: rgb(154 52 18 / 0.4);
}
.bg-orange-800\/45 {
  background-color: rgb(154 52 18 / 0.45);
}
.bg-orange-800\/5 {
  background-color: rgb(154 52 18 / 0.05);
}
.bg-orange-800\/50 {
  background-color: rgb(154 52 18 / 0.5);
}
.bg-orange-800\/55 {
  background-color: rgb(154 52 18 / 0.55);
}
.bg-orange-800\/60 {
  background-color: rgb(154 52 18 / 0.6);
}
.bg-orange-800\/65 {
  background-color: rgb(154 52 18 / 0.65);
}
.bg-orange-800\/70 {
  background-color: rgb(154 52 18 / 0.7);
}
.bg-orange-800\/75 {
  background-color: rgb(154 52 18 / 0.75);
}
.bg-orange-800\/80 {
  background-color: rgb(154 52 18 / 0.8);
}
.bg-orange-800\/85 {
  background-color: rgb(154 52 18 / 0.85);
}
.bg-orange-800\/90 {
  background-color: rgb(154 52 18 / 0.9);
}
.bg-orange-800\/95 {
  background-color: rgb(154 52 18 / 0.95);
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-orange-900\/0 {
  background-color: rgb(124 45 18 / 0);
}
.bg-orange-900\/10 {
  background-color: rgb(124 45 18 / 0.1);
}
.bg-orange-900\/100 {
  background-color: rgb(124 45 18 / 1);
}
.bg-orange-900\/15 {
  background-color: rgb(124 45 18 / 0.15);
}
.bg-orange-900\/20 {
  background-color: rgb(124 45 18 / 0.2);
}
.bg-orange-900\/25 {
  background-color: rgb(124 45 18 / 0.25);
}
.bg-orange-900\/30 {
  background-color: rgb(124 45 18 / 0.3);
}
.bg-orange-900\/35 {
  background-color: rgb(124 45 18 / 0.35);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-900\/45 {
  background-color: rgb(124 45 18 / 0.45);
}
.bg-orange-900\/5 {
  background-color: rgb(124 45 18 / 0.05);
}
.bg-orange-900\/50 {
  background-color: rgb(124 45 18 / 0.5);
}
.bg-orange-900\/55 {
  background-color: rgb(124 45 18 / 0.55);
}
.bg-orange-900\/60 {
  background-color: rgb(124 45 18 / 0.6);
}
.bg-orange-900\/65 {
  background-color: rgb(124 45 18 / 0.65);
}
.bg-orange-900\/70 {
  background-color: rgb(124 45 18 / 0.7);
}
.bg-orange-900\/75 {
  background-color: rgb(124 45 18 / 0.75);
}
.bg-orange-900\/80 {
  background-color: rgb(124 45 18 / 0.8);
}
.bg-orange-900\/85 {
  background-color: rgb(124 45 18 / 0.85);
}
.bg-orange-900\/90 {
  background-color: rgb(124 45 18 / 0.9);
}
.bg-orange-900\/95 {
  background-color: rgb(124 45 18 / 0.95);
}
.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity));
}
.bg-orange-950\/0 {
  background-color: rgb(67 20 7 / 0);
}
.bg-orange-950\/10 {
  background-color: rgb(67 20 7 / 0.1);
}
.bg-orange-950\/100 {
  background-color: rgb(67 20 7 / 1);
}
.bg-orange-950\/15 {
  background-color: rgb(67 20 7 / 0.15);
}
.bg-orange-950\/20 {
  background-color: rgb(67 20 7 / 0.2);
}
.bg-orange-950\/25 {
  background-color: rgb(67 20 7 / 0.25);
}
.bg-orange-950\/30 {
  background-color: rgb(67 20 7 / 0.3);
}
.bg-orange-950\/35 {
  background-color: rgb(67 20 7 / 0.35);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-orange-950\/45 {
  background-color: rgb(67 20 7 / 0.45);
}
.bg-orange-950\/5 {
  background-color: rgb(67 20 7 / 0.05);
}
.bg-orange-950\/50 {
  background-color: rgb(67 20 7 / 0.5);
}
.bg-orange-950\/55 {
  background-color: rgb(67 20 7 / 0.55);
}
.bg-orange-950\/60 {
  background-color: rgb(67 20 7 / 0.6);
}
.bg-orange-950\/65 {
  background-color: rgb(67 20 7 / 0.65);
}
.bg-orange-950\/70 {
  background-color: rgb(67 20 7 / 0.7);
}
.bg-orange-950\/75 {
  background-color: rgb(67 20 7 / 0.75);
}
.bg-orange-950\/80 {
  background-color: rgb(67 20 7 / 0.8);
}
.bg-orange-950\/85 {
  background-color: rgb(67 20 7 / 0.85);
}
.bg-orange-950\/90 {
  background-color: rgb(67 20 7 / 0.9);
}
.bg-orange-950\/95 {
  background-color: rgb(67 20 7 / 0.95);
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity));
}
.bg-pink-100\/0 {
  background-color: rgb(252 231 243 / 0);
}
.bg-pink-100\/10 {
  background-color: rgb(252 231 243 / 0.1);
}
.bg-pink-100\/100 {
  background-color: rgb(252 231 243 / 1);
}
.bg-pink-100\/15 {
  background-color: rgb(252 231 243 / 0.15);
}
.bg-pink-100\/20 {
  background-color: rgb(252 231 243 / 0.2);
}
.bg-pink-100\/25 {
  background-color: rgb(252 231 243 / 0.25);
}
.bg-pink-100\/30 {
  background-color: rgb(252 231 243 / 0.3);
}
.bg-pink-100\/35 {
  background-color: rgb(252 231 243 / 0.35);
}
.bg-pink-100\/40 {
  background-color: rgb(252 231 243 / 0.4);
}
.bg-pink-100\/45 {
  background-color: rgb(252 231 243 / 0.45);
}
.bg-pink-100\/5 {
  background-color: rgb(252 231 243 / 0.05);
}
.bg-pink-100\/50 {
  background-color: rgb(252 231 243 / 0.5);
}
.bg-pink-100\/55 {
  background-color: rgb(252 231 243 / 0.55);
}
.bg-pink-100\/60 {
  background-color: rgb(252 231 243 / 0.6);
}
.bg-pink-100\/65 {
  background-color: rgb(252 231 243 / 0.65);
}
.bg-pink-100\/70 {
  background-color: rgb(252 231 243 / 0.7);
}
.bg-pink-100\/75 {
  background-color: rgb(252 231 243 / 0.75);
}
.bg-pink-100\/80 {
  background-color: rgb(252 231 243 / 0.8);
}
.bg-pink-100\/85 {
  background-color: rgb(252 231 243 / 0.85);
}
.bg-pink-100\/90 {
  background-color: rgb(252 231 243 / 0.9);
}
.bg-pink-100\/95 {
  background-color: rgb(252 231 243 / 0.95);
}
.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity));
}
.bg-pink-200\/0 {
  background-color: rgb(251 207 232 / 0);
}
.bg-pink-200\/10 {
  background-color: rgb(251 207 232 / 0.1);
}
.bg-pink-200\/100 {
  background-color: rgb(251 207 232 / 1);
}
.bg-pink-200\/15 {
  background-color: rgb(251 207 232 / 0.15);
}
.bg-pink-200\/20 {
  background-color: rgb(251 207 232 / 0.2);
}
.bg-pink-200\/25 {
  background-color: rgb(251 207 232 / 0.25);
}
.bg-pink-200\/30 {
  background-color: rgb(251 207 232 / 0.3);
}
.bg-pink-200\/35 {
  background-color: rgb(251 207 232 / 0.35);
}
.bg-pink-200\/40 {
  background-color: rgb(251 207 232 / 0.4);
}
.bg-pink-200\/45 {
  background-color: rgb(251 207 232 / 0.45);
}
.bg-pink-200\/5 {
  background-color: rgb(251 207 232 / 0.05);
}
.bg-pink-200\/50 {
  background-color: rgb(251 207 232 / 0.5);
}
.bg-pink-200\/55 {
  background-color: rgb(251 207 232 / 0.55);
}
.bg-pink-200\/60 {
  background-color: rgb(251 207 232 / 0.6);
}
.bg-pink-200\/65 {
  background-color: rgb(251 207 232 / 0.65);
}
.bg-pink-200\/70 {
  background-color: rgb(251 207 232 / 0.7);
}
.bg-pink-200\/75 {
  background-color: rgb(251 207 232 / 0.75);
}
.bg-pink-200\/80 {
  background-color: rgb(251 207 232 / 0.8);
}
.bg-pink-200\/85 {
  background-color: rgb(251 207 232 / 0.85);
}
.bg-pink-200\/90 {
  background-color: rgb(251 207 232 / 0.9);
}
.bg-pink-200\/95 {
  background-color: rgb(251 207 232 / 0.95);
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}
.bg-pink-300\/0 {
  background-color: rgb(249 168 212 / 0);
}
.bg-pink-300\/10 {
  background-color: rgb(249 168 212 / 0.1);
}
.bg-pink-300\/100 {
  background-color: rgb(249 168 212 / 1);
}
.bg-pink-300\/15 {
  background-color: rgb(249 168 212 / 0.15);
}
.bg-pink-300\/20 {
  background-color: rgb(249 168 212 / 0.2);
}
.bg-pink-300\/25 {
  background-color: rgb(249 168 212 / 0.25);
}
.bg-pink-300\/30 {
  background-color: rgb(249 168 212 / 0.3);
}
.bg-pink-300\/35 {
  background-color: rgb(249 168 212 / 0.35);
}
.bg-pink-300\/40 {
  background-color: rgb(249 168 212 / 0.4);
}
.bg-pink-300\/45 {
  background-color: rgb(249 168 212 / 0.45);
}
.bg-pink-300\/5 {
  background-color: rgb(249 168 212 / 0.05);
}
.bg-pink-300\/50 {
  background-color: rgb(249 168 212 / 0.5);
}
.bg-pink-300\/55 {
  background-color: rgb(249 168 212 / 0.55);
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-300\/65 {
  background-color: rgb(249 168 212 / 0.65);
}
.bg-pink-300\/70 {
  background-color: rgb(249 168 212 / 0.7);
}
.bg-pink-300\/75 {
  background-color: rgb(249 168 212 / 0.75);
}
.bg-pink-300\/80 {
  background-color: rgb(249 168 212 / 0.8);
}
.bg-pink-300\/85 {
  background-color: rgb(249 168 212 / 0.85);
}
.bg-pink-300\/90 {
  background-color: rgb(249 168 212 / 0.9);
}
.bg-pink-300\/95 {
  background-color: rgb(249 168 212 / 0.95);
}
.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-pink-400\/0 {
  background-color: rgb(244 114 182 / 0);
}
.bg-pink-400\/10 {
  background-color: rgb(244 114 182 / 0.1);
}
.bg-pink-400\/100 {
  background-color: rgb(244 114 182 / 1);
}
.bg-pink-400\/15 {
  background-color: rgb(244 114 182 / 0.15);
}
.bg-pink-400\/20 {
  background-color: rgb(244 114 182 / 0.2);
}
.bg-pink-400\/25 {
  background-color: rgb(244 114 182 / 0.25);
}
.bg-pink-400\/30 {
  background-color: rgb(244 114 182 / 0.3);
}
.bg-pink-400\/35 {
  background-color: rgb(244 114 182 / 0.35);
}
.bg-pink-400\/40 {
  background-color: rgb(244 114 182 / 0.4);
}
.bg-pink-400\/45 {
  background-color: rgb(244 114 182 / 0.45);
}
.bg-pink-400\/5 {
  background-color: rgb(244 114 182 / 0.05);
}
.bg-pink-400\/50 {
  background-color: rgb(244 114 182 / 0.5);
}
.bg-pink-400\/55 {
  background-color: rgb(244 114 182 / 0.55);
}
.bg-pink-400\/60 {
  background-color: rgb(244 114 182 / 0.6);
}
.bg-pink-400\/65 {
  background-color: rgb(244 114 182 / 0.65);
}
.bg-pink-400\/70 {
  background-color: rgb(244 114 182 / 0.7);
}
.bg-pink-400\/75 {
  background-color: rgb(244 114 182 / 0.75);
}
.bg-pink-400\/80 {
  background-color: rgb(244 114 182 / 0.8);
}
.bg-pink-400\/85 {
  background-color: rgb(244 114 182 / 0.85);
}
.bg-pink-400\/90 {
  background-color: rgb(244 114 182 / 0.9);
}
.bg-pink-400\/95 {
  background-color: rgb(244 114 182 / 0.95);
}
.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity));
}
.bg-pink-50\/0 {
  background-color: rgb(253 242 248 / 0);
}
.bg-pink-50\/10 {
  background-color: rgb(253 242 248 / 0.1);
}
.bg-pink-50\/100 {
  background-color: rgb(253 242 248 / 1);
}
.bg-pink-50\/15 {
  background-color: rgb(253 242 248 / 0.15);
}
.bg-pink-50\/20 {
  background-color: rgb(253 242 248 / 0.2);
}
.bg-pink-50\/25 {
  background-color: rgb(253 242 248 / 0.25);
}
.bg-pink-50\/30 {
  background-color: rgb(253 242 248 / 0.3);
}
.bg-pink-50\/35 {
  background-color: rgb(253 242 248 / 0.35);
}
.bg-pink-50\/40 {
  background-color: rgb(253 242 248 / 0.4);
}
.bg-pink-50\/45 {
  background-color: rgb(253 242 248 / 0.45);
}
.bg-pink-50\/5 {
  background-color: rgb(253 242 248 / 0.05);
}
.bg-pink-50\/50 {
  background-color: rgb(253 242 248 / 0.5);
}
.bg-pink-50\/55 {
  background-color: rgb(253 242 248 / 0.55);
}
.bg-pink-50\/60 {
  background-color: rgb(253 242 248 / 0.6);
}
.bg-pink-50\/65 {
  background-color: rgb(253 242 248 / 0.65);
}
.bg-pink-50\/70 {
  background-color: rgb(253 242 248 / 0.7);
}
.bg-pink-50\/75 {
  background-color: rgb(253 242 248 / 0.75);
}
.bg-pink-50\/80 {
  background-color: rgb(253 242 248 / 0.8);
}
.bg-pink-50\/85 {
  background-color: rgb(253 242 248 / 0.85);
}
.bg-pink-50\/90 {
  background-color: rgb(253 242 248 / 0.9);
}
.bg-pink-50\/95 {
  background-color: rgb(253 242 248 / 0.95);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity));
}
.bg-pink-500\/0 {
  background-color: rgb(236 72 153 / 0);
}
.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}
.bg-pink-500\/100 {
  background-color: rgb(236 72 153 / 1);
}
.bg-pink-500\/15 {
  background-color: rgb(236 72 153 / 0.15);
}
.bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}
.bg-pink-500\/25 {
  background-color: rgb(236 72 153 / 0.25);
}
.bg-pink-500\/30 {
  background-color: rgb(236 72 153 / 0.3);
}
.bg-pink-500\/35 {
  background-color: rgb(236 72 153 / 0.35);
}
.bg-pink-500\/40 {
  background-color: rgb(236 72 153 / 0.4);
}
.bg-pink-500\/45 {
  background-color: rgb(236 72 153 / 0.45);
}
.bg-pink-500\/5 {
  background-color: rgb(236 72 153 / 0.05);
}
.bg-pink-500\/50 {
  background-color: rgb(236 72 153 / 0.5);
}
.bg-pink-500\/55 {
  background-color: rgb(236 72 153 / 0.55);
}
.bg-pink-500\/60 {
  background-color: rgb(236 72 153 / 0.6);
}
.bg-pink-500\/65 {
  background-color: rgb(236 72 153 / 0.65);
}
.bg-pink-500\/70 {
  background-color: rgb(236 72 153 / 0.7);
}
.bg-pink-500\/75 {
  background-color: rgb(236 72 153 / 0.75);
}
.bg-pink-500\/80 {
  background-color: rgb(236 72 153 / 0.8);
}
.bg-pink-500\/85 {
  background-color: rgb(236 72 153 / 0.85);
}
.bg-pink-500\/90 {
  background-color: rgb(236 72 153 / 0.9);
}
.bg-pink-500\/95 {
  background-color: rgb(236 72 153 / 0.95);
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-pink-600\/0 {
  background-color: rgb(219 39 119 / 0);
}
.bg-pink-600\/10 {
  background-color: rgb(219 39 119 / 0.1);
}
.bg-pink-600\/100 {
  background-color: rgb(219 39 119 / 1);
}
.bg-pink-600\/15 {
  background-color: rgb(219 39 119 / 0.15);
}
.bg-pink-600\/20 {
  background-color: rgb(219 39 119 / 0.2);
}
.bg-pink-600\/25 {
  background-color: rgb(219 39 119 / 0.25);
}
.bg-pink-600\/30 {
  background-color: rgb(219 39 119 / 0.3);
}
.bg-pink-600\/35 {
  background-color: rgb(219 39 119 / 0.35);
}
.bg-pink-600\/40 {
  background-color: rgb(219 39 119 / 0.4);
}
.bg-pink-600\/45 {
  background-color: rgb(219 39 119 / 0.45);
}
.bg-pink-600\/5 {
  background-color: rgb(219 39 119 / 0.05);
}
.bg-pink-600\/50 {
  background-color: rgb(219 39 119 / 0.5);
}
.bg-pink-600\/55 {
  background-color: rgb(219 39 119 / 0.55);
}
.bg-pink-600\/60 {
  background-color: rgb(219 39 119 / 0.6);
}
.bg-pink-600\/65 {
  background-color: rgb(219 39 119 / 0.65);
}
.bg-pink-600\/70 {
  background-color: rgb(219 39 119 / 0.7);
}
.bg-pink-600\/75 {
  background-color: rgb(219 39 119 / 0.75);
}
.bg-pink-600\/80 {
  background-color: rgb(219 39 119 / 0.8);
}
.bg-pink-600\/85 {
  background-color: rgb(219 39 119 / 0.85);
}
.bg-pink-600\/90 {
  background-color: rgb(219 39 119 / 0.9);
}
.bg-pink-600\/95 {
  background-color: rgb(219 39 119 / 0.95);
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity));
}
.bg-pink-700\/0 {
  background-color: rgb(190 24 93 / 0);
}
.bg-pink-700\/10 {
  background-color: rgb(190 24 93 / 0.1);
}
.bg-pink-700\/100 {
  background-color: rgb(190 24 93 / 1);
}
.bg-pink-700\/15 {
  background-color: rgb(190 24 93 / 0.15);
}
.bg-pink-700\/20 {
  background-color: rgb(190 24 93 / 0.2);
}
.bg-pink-700\/25 {
  background-color: rgb(190 24 93 / 0.25);
}
.bg-pink-700\/30 {
  background-color: rgb(190 24 93 / 0.3);
}
.bg-pink-700\/35 {
  background-color: rgb(190 24 93 / 0.35);
}
.bg-pink-700\/40 {
  background-color: rgb(190 24 93 / 0.4);
}
.bg-pink-700\/45 {
  background-color: rgb(190 24 93 / 0.45);
}
.bg-pink-700\/5 {
  background-color: rgb(190 24 93 / 0.05);
}
.bg-pink-700\/50 {
  background-color: rgb(190 24 93 / 0.5);
}
.bg-pink-700\/55 {
  background-color: rgb(190 24 93 / 0.55);
}
.bg-pink-700\/60 {
  background-color: rgb(190 24 93 / 0.6);
}
.bg-pink-700\/65 {
  background-color: rgb(190 24 93 / 0.65);
}
.bg-pink-700\/70 {
  background-color: rgb(190 24 93 / 0.7);
}
.bg-pink-700\/75 {
  background-color: rgb(190 24 93 / 0.75);
}
.bg-pink-700\/80 {
  background-color: rgb(190 24 93 / 0.8);
}
.bg-pink-700\/85 {
  background-color: rgb(190 24 93 / 0.85);
}
.bg-pink-700\/90 {
  background-color: rgb(190 24 93 / 0.9);
}
.bg-pink-700\/95 {
  background-color: rgb(190 24 93 / 0.95);
}
.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity));
}
.bg-pink-800\/0 {
  background-color: rgb(157 23 77 / 0);
}
.bg-pink-800\/10 {
  background-color: rgb(157 23 77 / 0.1);
}
.bg-pink-800\/100 {
  background-color: rgb(157 23 77 / 1);
}
.bg-pink-800\/15 {
  background-color: rgb(157 23 77 / 0.15);
}
.bg-pink-800\/20 {
  background-color: rgb(157 23 77 / 0.2);
}
.bg-pink-800\/25 {
  background-color: rgb(157 23 77 / 0.25);
}
.bg-pink-800\/30 {
  background-color: rgb(157 23 77 / 0.3);
}
.bg-pink-800\/35 {
  background-color: rgb(157 23 77 / 0.35);
}
.bg-pink-800\/40 {
  background-color: rgb(157 23 77 / 0.4);
}
.bg-pink-800\/45 {
  background-color: rgb(157 23 77 / 0.45);
}
.bg-pink-800\/5 {
  background-color: rgb(157 23 77 / 0.05);
}
.bg-pink-800\/50 {
  background-color: rgb(157 23 77 / 0.5);
}
.bg-pink-800\/55 {
  background-color: rgb(157 23 77 / 0.55);
}
.bg-pink-800\/60 {
  background-color: rgb(157 23 77 / 0.6);
}
.bg-pink-800\/65 {
  background-color: rgb(157 23 77 / 0.65);
}
.bg-pink-800\/70 {
  background-color: rgb(157 23 77 / 0.7);
}
.bg-pink-800\/75 {
  background-color: rgb(157 23 77 / 0.75);
}
.bg-pink-800\/80 {
  background-color: rgb(157 23 77 / 0.8);
}
.bg-pink-800\/85 {
  background-color: rgb(157 23 77 / 0.85);
}
.bg-pink-800\/90 {
  background-color: rgb(157 23 77 / 0.9);
}
.bg-pink-800\/95 {
  background-color: rgb(157 23 77 / 0.95);
}
.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity));
}
.bg-pink-900\/0 {
  background-color: rgb(131 24 67 / 0);
}
.bg-pink-900\/10 {
  background-color: rgb(131 24 67 / 0.1);
}
.bg-pink-900\/100 {
  background-color: rgb(131 24 67 / 1);
}
.bg-pink-900\/15 {
  background-color: rgb(131 24 67 / 0.15);
}
.bg-pink-900\/20 {
  background-color: rgb(131 24 67 / 0.2);
}
.bg-pink-900\/25 {
  background-color: rgb(131 24 67 / 0.25);
}
.bg-pink-900\/30 {
  background-color: rgb(131 24 67 / 0.3);
}
.bg-pink-900\/35 {
  background-color: rgb(131 24 67 / 0.35);
}
.bg-pink-900\/40 {
  background-color: rgb(131 24 67 / 0.4);
}
.bg-pink-900\/45 {
  background-color: rgb(131 24 67 / 0.45);
}
.bg-pink-900\/5 {
  background-color: rgb(131 24 67 / 0.05);
}
.bg-pink-900\/50 {
  background-color: rgb(131 24 67 / 0.5);
}
.bg-pink-900\/55 {
  background-color: rgb(131 24 67 / 0.55);
}
.bg-pink-900\/60 {
  background-color: rgb(131 24 67 / 0.6);
}
.bg-pink-900\/65 {
  background-color: rgb(131 24 67 / 0.65);
}
.bg-pink-900\/70 {
  background-color: rgb(131 24 67 / 0.7);
}
.bg-pink-900\/75 {
  background-color: rgb(131 24 67 / 0.75);
}
.bg-pink-900\/80 {
  background-color: rgb(131 24 67 / 0.8);
}
.bg-pink-900\/85 {
  background-color: rgb(131 24 67 / 0.85);
}
.bg-pink-900\/90 {
  background-color: rgb(131 24 67 / 0.9);
}
.bg-pink-900\/95 {
  background-color: rgb(131 24 67 / 0.95);
}
.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity));
}
.bg-pink-950\/0 {
  background-color: rgb(80 7 36 / 0);
}
.bg-pink-950\/10 {
  background-color: rgb(80 7 36 / 0.1);
}
.bg-pink-950\/100 {
  background-color: rgb(80 7 36 / 1);
}
.bg-pink-950\/15 {
  background-color: rgb(80 7 36 / 0.15);
}
.bg-pink-950\/20 {
  background-color: rgb(80 7 36 / 0.2);
}
.bg-pink-950\/25 {
  background-color: rgb(80 7 36 / 0.25);
}
.bg-pink-950\/30 {
  background-color: rgb(80 7 36 / 0.3);
}
.bg-pink-950\/35 {
  background-color: rgb(80 7 36 / 0.35);
}
.bg-pink-950\/40 {
  background-color: rgb(80 7 36 / 0.4);
}
.bg-pink-950\/45 {
  background-color: rgb(80 7 36 / 0.45);
}
.bg-pink-950\/5 {
  background-color: rgb(80 7 36 / 0.05);
}
.bg-pink-950\/50 {
  background-color: rgb(80 7 36 / 0.5);
}
.bg-pink-950\/55 {
  background-color: rgb(80 7 36 / 0.55);
}
.bg-pink-950\/60 {
  background-color: rgb(80 7 36 / 0.6);
}
.bg-pink-950\/65 {
  background-color: rgb(80 7 36 / 0.65);
}
.bg-pink-950\/70 {
  background-color: rgb(80 7 36 / 0.7);
}
.bg-pink-950\/75 {
  background-color: rgb(80 7 36 / 0.75);
}
.bg-pink-950\/80 {
  background-color: rgb(80 7 36 / 0.8);
}
.bg-pink-950\/85 {
  background-color: rgb(80 7 36 / 0.85);
}
.bg-pink-950\/90 {
  background-color: rgb(80 7 36 / 0.9);
}
.bg-pink-950\/95 {
  background-color: rgb(80 7 36 / 0.95);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
}
.bg-primary-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-pc,oklch(var(--pc)/var(--tw-bg-opacity)));
}
.bg-primary-content\/0 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0));
}
.bg-primary-content\/10 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.1));
}
.bg-primary-content\/100 {
  background-color: var(--fallback-pc,oklch(var(--pc)/1));
}
.bg-primary-content\/15 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.15));
}
.bg-primary-content\/20 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.2));
}
.bg-primary-content\/25 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.25));
}
.bg-primary-content\/30 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.3));
}
.bg-primary-content\/35 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.35));
}
.bg-primary-content\/40 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.4));
}
.bg-primary-content\/45 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.45));
}
.bg-primary-content\/5 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.05));
}
.bg-primary-content\/50 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.5));
}
.bg-primary-content\/55 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.55));
}
.bg-primary-content\/60 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.6));
}
.bg-primary-content\/65 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.65));
}
.bg-primary-content\/70 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.7));
}
.bg-primary-content\/75 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.75));
}
.bg-primary-content\/80 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.8));
}
.bg-primary-content\/85 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.85));
}
.bg-primary-content\/90 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.9));
}
.bg-primary-content\/95 {
  background-color: var(--fallback-pc,oklch(var(--pc)/0.95));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity));
}
.bg-purple-100\/0 {
  background-color: rgb(243 232 255 / 0);
}
.bg-purple-100\/10 {
  background-color: rgb(243 232 255 / 0.1);
}
.bg-purple-100\/100 {
  background-color: rgb(243 232 255 / 1);
}
.bg-purple-100\/15 {
  background-color: rgb(243 232 255 / 0.15);
}
.bg-purple-100\/20 {
  background-color: rgb(243 232 255 / 0.2);
}
.bg-purple-100\/25 {
  background-color: rgb(243 232 255 / 0.25);
}
.bg-purple-100\/30 {
  background-color: rgb(243 232 255 / 0.3);
}
.bg-purple-100\/35 {
  background-color: rgb(243 232 255 / 0.35);
}
.bg-purple-100\/40 {
  background-color: rgb(243 232 255 / 0.4);
}
.bg-purple-100\/45 {
  background-color: rgb(243 232 255 / 0.45);
}
.bg-purple-100\/5 {
  background-color: rgb(243 232 255 / 0.05);
}
.bg-purple-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}
.bg-purple-100\/55 {
  background-color: rgb(243 232 255 / 0.55);
}
.bg-purple-100\/60 {
  background-color: rgb(243 232 255 / 0.6);
}
.bg-purple-100\/65 {
  background-color: rgb(243 232 255 / 0.65);
}
.bg-purple-100\/70 {
  background-color: rgb(243 232 255 / 0.7);
}
.bg-purple-100\/75 {
  background-color: rgb(243 232 255 / 0.75);
}
.bg-purple-100\/80 {
  background-color: rgb(243 232 255 / 0.8);
}
.bg-purple-100\/85 {
  background-color: rgb(243 232 255 / 0.85);
}
.bg-purple-100\/90 {
  background-color: rgb(243 232 255 / 0.9);
}
.bg-purple-100\/95 {
  background-color: rgb(243 232 255 / 0.95);
}
.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity));
}
.bg-purple-200\/0 {
  background-color: rgb(233 213 255 / 0);
}
.bg-purple-200\/10 {
  background-color: rgb(233 213 255 / 0.1);
}
.bg-purple-200\/100 {
  background-color: rgb(233 213 255 / 1);
}
.bg-purple-200\/15 {
  background-color: rgb(233 213 255 / 0.15);
}
.bg-purple-200\/20 {
  background-color: rgb(233 213 255 / 0.2);
}
.bg-purple-200\/25 {
  background-color: rgb(233 213 255 / 0.25);
}
.bg-purple-200\/30 {
  background-color: rgb(233 213 255 / 0.3);
}
.bg-purple-200\/35 {
  background-color: rgb(233 213 255 / 0.35);
}
.bg-purple-200\/40 {
  background-color: rgb(233 213 255 / 0.4);
}
.bg-purple-200\/45 {
  background-color: rgb(233 213 255 / 0.45);
}
.bg-purple-200\/5 {
  background-color: rgb(233 213 255 / 0.05);
}
.bg-purple-200\/50 {
  background-color: rgb(233 213 255 / 0.5);
}
.bg-purple-200\/55 {
  background-color: rgb(233 213 255 / 0.55);
}
.bg-purple-200\/60 {
  background-color: rgb(233 213 255 / 0.6);
}
.bg-purple-200\/65 {
  background-color: rgb(233 213 255 / 0.65);
}
.bg-purple-200\/70 {
  background-color: rgb(233 213 255 / 0.7);
}
.bg-purple-200\/75 {
  background-color: rgb(233 213 255 / 0.75);
}
.bg-purple-200\/80 {
  background-color: rgb(233 213 255 / 0.8);
}
.bg-purple-200\/85 {
  background-color: rgb(233 213 255 / 0.85);
}
.bg-purple-200\/90 {
  background-color: rgb(233 213 255 / 0.9);
}
.bg-purple-200\/95 {
  background-color: rgb(233 213 255 / 0.95);
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity));
}
.bg-purple-300\/0 {
  background-color: rgb(216 180 254 / 0);
}
.bg-purple-300\/10 {
  background-color: rgb(216 180 254 / 0.1);
}
.bg-purple-300\/100 {
  background-color: rgb(216 180 254 / 1);
}
.bg-purple-300\/15 {
  background-color: rgb(216 180 254 / 0.15);
}
.bg-purple-300\/20 {
  background-color: rgb(216 180 254 / 0.2);
}
.bg-purple-300\/25 {
  background-color: rgb(216 180 254 / 0.25);
}
.bg-purple-300\/30 {
  background-color: rgb(216 180 254 / 0.3);
}
.bg-purple-300\/35 {
  background-color: rgb(216 180 254 / 0.35);
}
.bg-purple-300\/40 {
  background-color: rgb(216 180 254 / 0.4);
}
.bg-purple-300\/45 {
  background-color: rgb(216 180 254 / 0.45);
}
.bg-purple-300\/5 {
  background-color: rgb(216 180 254 / 0.05);
}
.bg-purple-300\/50 {
  background-color: rgb(216 180 254 / 0.5);
}
.bg-purple-300\/55 {
  background-color: rgb(216 180 254 / 0.55);
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-300\/65 {
  background-color: rgb(216 180 254 / 0.65);
}
.bg-purple-300\/70 {
  background-color: rgb(216 180 254 / 0.7);
}
.bg-purple-300\/75 {
  background-color: rgb(216 180 254 / 0.75);
}
.bg-purple-300\/80 {
  background-color: rgb(216 180 254 / 0.8);
}
.bg-purple-300\/85 {
  background-color: rgb(216 180 254 / 0.85);
}
.bg-purple-300\/90 {
  background-color: rgb(216 180 254 / 0.9);
}
.bg-purple-300\/95 {
  background-color: rgb(216 180 254 / 0.95);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
.bg-purple-400\/0 {
  background-color: rgb(192 132 252 / 0);
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/100 {
  background-color: rgb(192 132 252 / 1);
}
.bg-purple-400\/15 {
  background-color: rgb(192 132 252 / 0.15);
}
.bg-purple-400\/20 {
  background-color: rgb(192 132 252 / 0.2);
}
.bg-purple-400\/25 {
  background-color: rgb(192 132 252 / 0.25);
}
.bg-purple-400\/30 {
  background-color: rgb(192 132 252 / 0.3);
}
.bg-purple-400\/35 {
  background-color: rgb(192 132 252 / 0.35);
}
.bg-purple-400\/40 {
  background-color: rgb(192 132 252 / 0.4);
}
.bg-purple-400\/45 {
  background-color: rgb(192 132 252 / 0.45);
}
.bg-purple-400\/5 {
  background-color: rgb(192 132 252 / 0.05);
}
.bg-purple-400\/50 {
  background-color: rgb(192 132 252 / 0.5);
}
.bg-purple-400\/55 {
  background-color: rgb(192 132 252 / 0.55);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-400\/65 {
  background-color: rgb(192 132 252 / 0.65);
}
.bg-purple-400\/70 {
  background-color: rgb(192 132 252 / 0.7);
}
.bg-purple-400\/75 {
  background-color: rgb(192 132 252 / 0.75);
}
.bg-purple-400\/80 {
  background-color: rgb(192 132 252 / 0.8);
}
.bg-purple-400\/85 {
  background-color: rgb(192 132 252 / 0.85);
}
.bg-purple-400\/90 {
  background-color: rgb(192 132 252 / 0.9);
}
.bg-purple-400\/95 {
  background-color: rgb(192 132 252 / 0.95);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity));
}
.bg-purple-50\/0 {
  background-color: rgb(250 245 255 / 0);
}
.bg-purple-50\/10 {
  background-color: rgb(250 245 255 / 0.1);
}
.bg-purple-50\/100 {
  background-color: rgb(250 245 255 / 1);
}
.bg-purple-50\/15 {
  background-color: rgb(250 245 255 / 0.15);
}
.bg-purple-50\/20 {
  background-color: rgb(250 245 255 / 0.2);
}
.bg-purple-50\/25 {
  background-color: rgb(250 245 255 / 0.25);
}
.bg-purple-50\/30 {
  background-color: rgb(250 245 255 / 0.3);
}
.bg-purple-50\/35 {
  background-color: rgb(250 245 255 / 0.35);
}
.bg-purple-50\/40 {
  background-color: rgb(250 245 255 / 0.4);
}
.bg-purple-50\/45 {
  background-color: rgb(250 245 255 / 0.45);
}
.bg-purple-50\/5 {
  background-color: rgb(250 245 255 / 0.05);
}
.bg-purple-50\/50 {
  background-color: rgb(250 245 255 / 0.5);
}
.bg-purple-50\/55 {
  background-color: rgb(250 245 255 / 0.55);
}
.bg-purple-50\/60 {
  background-color: rgb(250 245 255 / 0.6);
}
.bg-purple-50\/65 {
  background-color: rgb(250 245 255 / 0.65);
}
.bg-purple-50\/70 {
  background-color: rgb(250 245 255 / 0.7);
}
.bg-purple-50\/75 {
  background-color: rgb(250 245 255 / 0.75);
}
.bg-purple-50\/80 {
  background-color: rgb(250 245 255 / 0.8);
}
.bg-purple-50\/85 {
  background-color: rgb(250 245 255 / 0.85);
}
.bg-purple-50\/90 {
  background-color: rgb(250 245 255 / 0.9);
}
.bg-purple-50\/95 {
  background-color: rgb(250 245 255 / 0.95);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-purple-500\/0 {
  background-color: rgb(168 85 247 / 0);
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/100 {
  background-color: rgb(168 85 247 / 1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/25 {
  background-color: rgb(168 85 247 / 0.25);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/35 {
  background-color: rgb(168 85 247 / 0.35);
}
.bg-purple-500\/40 {
  background-color: rgb(168 85 247 / 0.4);
}
.bg-purple-500\/45 {
  background-color: rgb(168 85 247 / 0.45);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-500\/50 {
  background-color: rgb(168 85 247 / 0.5);
}
.bg-purple-500\/55 {
  background-color: rgb(168 85 247 / 0.55);
}
.bg-purple-500\/60 {
  background-color: rgb(168 85 247 / 0.6);
}
.bg-purple-500\/65 {
  background-color: rgb(168 85 247 / 0.65);
}
.bg-purple-500\/70 {
  background-color: rgb(168 85 247 / 0.7);
}
.bg-purple-500\/75 {
  background-color: rgb(168 85 247 / 0.75);
}
.bg-purple-500\/80 {
  background-color: rgb(168 85 247 / 0.8);
}
.bg-purple-500\/85 {
  background-color: rgb(168 85 247 / 0.85);
}
.bg-purple-500\/90 {
  background-color: rgb(168 85 247 / 0.9);
}
.bg-purple-500\/95 {
  background-color: rgb(168 85 247 / 0.95);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-purple-600\/0 {
  background-color: rgb(147 51 234 / 0);
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/100 {
  background-color: rgb(147 51 234 / 1);
}
.bg-purple-600\/15 {
  background-color: rgb(147 51 234 / 0.15);
}
.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}
.bg-purple-600\/25 {
  background-color: rgb(147 51 234 / 0.25);
}
.bg-purple-600\/30 {
  background-color: rgb(147 51 234 / 0.3);
}
.bg-purple-600\/35 {
  background-color: rgb(147 51 234 / 0.35);
}
.bg-purple-600\/40 {
  background-color: rgb(147 51 234 / 0.4);
}
.bg-purple-600\/45 {
  background-color: rgb(147 51 234 / 0.45);
}
.bg-purple-600\/5 {
  background-color: rgb(147 51 234 / 0.05);
}
.bg-purple-600\/50 {
  background-color: rgb(147 51 234 / 0.5);
}
.bg-purple-600\/55 {
  background-color: rgb(147 51 234 / 0.55);
}
.bg-purple-600\/60 {
  background-color: rgb(147 51 234 / 0.6);
}
.bg-purple-600\/65 {
  background-color: rgb(147 51 234 / 0.65);
}
.bg-purple-600\/70 {
  background-color: rgb(147 51 234 / 0.7);
}
.bg-purple-600\/75 {
  background-color: rgb(147 51 234 / 0.75);
}
.bg-purple-600\/80 {
  background-color: rgb(147 51 234 / 0.8);
}
.bg-purple-600\/85 {
  background-color: rgb(147 51 234 / 0.85);
}
.bg-purple-600\/90 {
  background-color: rgb(147 51 234 / 0.9);
}
.bg-purple-600\/95 {
  background-color: rgb(147 51 234 / 0.95);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity));
}
.bg-purple-700\/0 {
  background-color: rgb(126 34 206 / 0);
}
.bg-purple-700\/10 {
  background-color: rgb(126 34 206 / 0.1);
}
.bg-purple-700\/100 {
  background-color: rgb(126 34 206 / 1);
}
.bg-purple-700\/15 {
  background-color: rgb(126 34 206 / 0.15);
}
.bg-purple-700\/20 {
  background-color: rgb(126 34 206 / 0.2);
}
.bg-purple-700\/25 {
  background-color: rgb(126 34 206 / 0.25);
}
.bg-purple-700\/30 {
  background-color: rgb(126 34 206 / 0.3);
}
.bg-purple-700\/35 {
  background-color: rgb(126 34 206 / 0.35);
}
.bg-purple-700\/40 {
  background-color: rgb(126 34 206 / 0.4);
}
.bg-purple-700\/45 {
  background-color: rgb(126 34 206 / 0.45);
}
.bg-purple-700\/5 {
  background-color: rgb(126 34 206 / 0.05);
}
.bg-purple-700\/50 {
  background-color: rgb(126 34 206 / 0.5);
}
.bg-purple-700\/55 {
  background-color: rgb(126 34 206 / 0.55);
}
.bg-purple-700\/60 {
  background-color: rgb(126 34 206 / 0.6);
}
.bg-purple-700\/65 {
  background-color: rgb(126 34 206 / 0.65);
}
.bg-purple-700\/70 {
  background-color: rgb(126 34 206 / 0.7);
}
.bg-purple-700\/75 {
  background-color: rgb(126 34 206 / 0.75);
}
.bg-purple-700\/80 {
  background-color: rgb(126 34 206 / 0.8);
}
.bg-purple-700\/85 {
  background-color: rgb(126 34 206 / 0.85);
}
.bg-purple-700\/90 {
  background-color: rgb(126 34 206 / 0.9);
}
.bg-purple-700\/95 {
  background-color: rgb(126 34 206 / 0.95);
}
.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity));
}
.bg-purple-800\/0 {
  background-color: rgb(107 33 168 / 0);
}
.bg-purple-800\/10 {
  background-color: rgb(107 33 168 / 0.1);
}
.bg-purple-800\/100 {
  background-color: rgb(107 33 168 / 1);
}
.bg-purple-800\/15 {
  background-color: rgb(107 33 168 / 0.15);
}
.bg-purple-800\/20 {
  background-color: rgb(107 33 168 / 0.2);
}
.bg-purple-800\/25 {
  background-color: rgb(107 33 168 / 0.25);
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-800\/35 {
  background-color: rgb(107 33 168 / 0.35);
}
.bg-purple-800\/40 {
  background-color: rgb(107 33 168 / 0.4);
}
.bg-purple-800\/45 {
  background-color: rgb(107 33 168 / 0.45);
}
.bg-purple-800\/5 {
  background-color: rgb(107 33 168 / 0.05);
}
.bg-purple-800\/50 {
  background-color: rgb(107 33 168 / 0.5);
}
.bg-purple-800\/55 {
  background-color: rgb(107 33 168 / 0.55);
}
.bg-purple-800\/60 {
  background-color: rgb(107 33 168 / 0.6);
}
.bg-purple-800\/65 {
  background-color: rgb(107 33 168 / 0.65);
}
.bg-purple-800\/70 {
  background-color: rgb(107 33 168 / 0.7);
}
.bg-purple-800\/75 {
  background-color: rgb(107 33 168 / 0.75);
}
.bg-purple-800\/80 {
  background-color: rgb(107 33 168 / 0.8);
}
.bg-purple-800\/85 {
  background-color: rgb(107 33 168 / 0.85);
}
.bg-purple-800\/90 {
  background-color: rgb(107 33 168 / 0.9);
}
.bg-purple-800\/95 {
  background-color: rgb(107 33 168 / 0.95);
}
.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity));
}
.bg-purple-900\/0 {
  background-color: rgb(88 28 135 / 0);
}
.bg-purple-900\/10 {
  background-color: rgb(88 28 135 / 0.1);
}
.bg-purple-900\/100 {
  background-color: rgb(88 28 135 / 1);
}
.bg-purple-900\/15 {
  background-color: rgb(88 28 135 / 0.15);
}
.bg-purple-900\/20 {
  background-color: rgb(88 28 135 / 0.2);
}
.bg-purple-900\/25 {
  background-color: rgb(88 28 135 / 0.25);
}
.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}
.bg-purple-900\/35 {
  background-color: rgb(88 28 135 / 0.35);
}
.bg-purple-900\/40 {
  background-color: rgb(88 28 135 / 0.4);
}
.bg-purple-900\/45 {
  background-color: rgb(88 28 135 / 0.45);
}
.bg-purple-900\/5 {
  background-color: rgb(88 28 135 / 0.05);
}
.bg-purple-900\/50 {
  background-color: rgb(88 28 135 / 0.5);
}
.bg-purple-900\/55 {
  background-color: rgb(88 28 135 / 0.55);
}
.bg-purple-900\/60 {
  background-color: rgb(88 28 135 / 0.6);
}
.bg-purple-900\/65 {
  background-color: rgb(88 28 135 / 0.65);
}
.bg-purple-900\/70 {
  background-color: rgb(88 28 135 / 0.7);
}
.bg-purple-900\/75 {
  background-color: rgb(88 28 135 / 0.75);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-purple-900\/85 {
  background-color: rgb(88 28 135 / 0.85);
}
.bg-purple-900\/90 {
  background-color: rgb(88 28 135 / 0.9);
}
.bg-purple-900\/95 {
  background-color: rgb(88 28 135 / 0.95);
}
.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity));
}
.bg-purple-950\/0 {
  background-color: rgb(59 7 100 / 0);
}
.bg-purple-950\/10 {
  background-color: rgb(59 7 100 / 0.1);
}
.bg-purple-950\/100 {
  background-color: rgb(59 7 100 / 1);
}
.bg-purple-950\/15 {
  background-color: rgb(59 7 100 / 0.15);
}
.bg-purple-950\/20 {
  background-color: rgb(59 7 100 / 0.2);
}
.bg-purple-950\/25 {
  background-color: rgb(59 7 100 / 0.25);
}
.bg-purple-950\/30 {
  background-color: rgb(59 7 100 / 0.3);
}
.bg-purple-950\/35 {
  background-color: rgb(59 7 100 / 0.35);
}
.bg-purple-950\/40 {
  background-color: rgb(59 7 100 / 0.4);
}
.bg-purple-950\/45 {
  background-color: rgb(59 7 100 / 0.45);
}
.bg-purple-950\/5 {
  background-color: rgb(59 7 100 / 0.05);
}
.bg-purple-950\/50 {
  background-color: rgb(59 7 100 / 0.5);
}
.bg-purple-950\/55 {
  background-color: rgb(59 7 100 / 0.55);
}
.bg-purple-950\/60 {
  background-color: rgb(59 7 100 / 0.6);
}
.bg-purple-950\/65 {
  background-color: rgb(59 7 100 / 0.65);
}
.bg-purple-950\/70 {
  background-color: rgb(59 7 100 / 0.7);
}
.bg-purple-950\/75 {
  background-color: rgb(59 7 100 / 0.75);
}
.bg-purple-950\/80 {
  background-color: rgb(59 7 100 / 0.8);
}
.bg-purple-950\/85 {
  background-color: rgb(59 7 100 / 0.85);
}
.bg-purple-950\/90 {
  background-color: rgb(59 7 100 / 0.9);
}
.bg-purple-950\/95 {
  background-color: rgb(59 7 100 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}
.bg-rose-100\/0 {
  background-color: rgb(255 228 230 / 0);
}
.bg-rose-100\/10 {
  background-color: rgb(255 228 230 / 0.1);
}
.bg-rose-100\/100 {
  background-color: rgb(255 228 230 / 1);
}
.bg-rose-100\/15 {
  background-color: rgb(255 228 230 / 0.15);
}
.bg-rose-100\/20 {
  background-color: rgb(255 228 230 / 0.2);
}
.bg-rose-100\/25 {
  background-color: rgb(255 228 230 / 0.25);
}
.bg-rose-100\/30 {
  background-color: rgb(255 228 230 / 0.3);
}
.bg-rose-100\/35 {
  background-color: rgb(255 228 230 / 0.35);
}
.bg-rose-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}
.bg-rose-100\/45 {
  background-color: rgb(255 228 230 / 0.45);
}
.bg-rose-100\/5 {
  background-color: rgb(255 228 230 / 0.05);
}
.bg-rose-100\/50 {
  background-color: rgb(255 228 230 / 0.5);
}
.bg-rose-100\/55 {
  background-color: rgb(255 228 230 / 0.55);
}
.bg-rose-100\/60 {
  background-color: rgb(255 228 230 / 0.6);
}
.bg-rose-100\/65 {
  background-color: rgb(255 228 230 / 0.65);
}
.bg-rose-100\/70 {
  background-color: rgb(255 228 230 / 0.7);
}
.bg-rose-100\/75 {
  background-color: rgb(255 228 230 / 0.75);
}
.bg-rose-100\/80 {
  background-color: rgb(255 228 230 / 0.8);
}
.bg-rose-100\/85 {
  background-color: rgb(255 228 230 / 0.85);
}
.bg-rose-100\/90 {
  background-color: rgb(255 228 230 / 0.9);
}
.bg-rose-100\/95 {
  background-color: rgb(255 228 230 / 0.95);
}
.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}
.bg-rose-200\/0 {
  background-color: rgb(254 205 211 / 0);
}
.bg-rose-200\/10 {
  background-color: rgb(254 205 211 / 0.1);
}
.bg-rose-200\/100 {
  background-color: rgb(254 205 211 / 1);
}
.bg-rose-200\/15 {
  background-color: rgb(254 205 211 / 0.15);
}
.bg-rose-200\/20 {
  background-color: rgb(254 205 211 / 0.2);
}
.bg-rose-200\/25 {
  background-color: rgb(254 205 211 / 0.25);
}
.bg-rose-200\/30 {
  background-color: rgb(254 205 211 / 0.3);
}
.bg-rose-200\/35 {
  background-color: rgb(254 205 211 / 0.35);
}
.bg-rose-200\/40 {
  background-color: rgb(254 205 211 / 0.4);
}
.bg-rose-200\/45 {
  background-color: rgb(254 205 211 / 0.45);
}
.bg-rose-200\/5 {
  background-color: rgb(254 205 211 / 0.05);
}
.bg-rose-200\/50 {
  background-color: rgb(254 205 211 / 0.5);
}
.bg-rose-200\/55 {
  background-color: rgb(254 205 211 / 0.55);
}
.bg-rose-200\/60 {
  background-color: rgb(254 205 211 / 0.6);
}
.bg-rose-200\/65 {
  background-color: rgb(254 205 211 / 0.65);
}
.bg-rose-200\/70 {
  background-color: rgb(254 205 211 / 0.7);
}
.bg-rose-200\/75 {
  background-color: rgb(254 205 211 / 0.75);
}
.bg-rose-200\/80 {
  background-color: rgb(254 205 211 / 0.8);
}
.bg-rose-200\/85 {
  background-color: rgb(254 205 211 / 0.85);
}
.bg-rose-200\/90 {
  background-color: rgb(254 205 211 / 0.9);
}
.bg-rose-200\/95 {
  background-color: rgb(254 205 211 / 0.95);
}
.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity));
}
.bg-rose-300\/0 {
  background-color: rgb(253 164 175 / 0);
}
.bg-rose-300\/10 {
  background-color: rgb(253 164 175 / 0.1);
}
.bg-rose-300\/100 {
  background-color: rgb(253 164 175 / 1);
}
.bg-rose-300\/15 {
  background-color: rgb(253 164 175 / 0.15);
}
.bg-rose-300\/20 {
  background-color: rgb(253 164 175 / 0.2);
}
.bg-rose-300\/25 {
  background-color: rgb(253 164 175 / 0.25);
}
.bg-rose-300\/30 {
  background-color: rgb(253 164 175 / 0.3);
}
.bg-rose-300\/35 {
  background-color: rgb(253 164 175 / 0.35);
}
.bg-rose-300\/40 {
  background-color: rgb(253 164 175 / 0.4);
}
.bg-rose-300\/45 {
  background-color: rgb(253 164 175 / 0.45);
}
.bg-rose-300\/5 {
  background-color: rgb(253 164 175 / 0.05);
}
.bg-rose-300\/50 {
  background-color: rgb(253 164 175 / 0.5);
}
.bg-rose-300\/55 {
  background-color: rgb(253 164 175 / 0.55);
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-300\/65 {
  background-color: rgb(253 164 175 / 0.65);
}
.bg-rose-300\/70 {
  background-color: rgb(253 164 175 / 0.7);
}
.bg-rose-300\/75 {
  background-color: rgb(253 164 175 / 0.75);
}
.bg-rose-300\/80 {
  background-color: rgb(253 164 175 / 0.8);
}
.bg-rose-300\/85 {
  background-color: rgb(253 164 175 / 0.85);
}
.bg-rose-300\/90 {
  background-color: rgb(253 164 175 / 0.9);
}
.bg-rose-300\/95 {
  background-color: rgb(253 164 175 / 0.95);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}
.bg-rose-400\/0 {
  background-color: rgb(251 113 133 / 0);
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/100 {
  background-color: rgb(251 113 133 / 1);
}
.bg-rose-400\/15 {
  background-color: rgb(251 113 133 / 0.15);
}
.bg-rose-400\/20 {
  background-color: rgb(251 113 133 / 0.2);
}
.bg-rose-400\/25 {
  background-color: rgb(251 113 133 / 0.25);
}
.bg-rose-400\/30 {
  background-color: rgb(251 113 133 / 0.3);
}
.bg-rose-400\/35 {
  background-color: rgb(251 113 133 / 0.35);
}
.bg-rose-400\/40 {
  background-color: rgb(251 113 133 / 0.4);
}
.bg-rose-400\/45 {
  background-color: rgb(251 113 133 / 0.45);
}
.bg-rose-400\/5 {
  background-color: rgb(251 113 133 / 0.05);
}
.bg-rose-400\/50 {
  background-color: rgb(251 113 133 / 0.5);
}
.bg-rose-400\/55 {
  background-color: rgb(251 113 133 / 0.55);
}
.bg-rose-400\/60 {
  background-color: rgb(251 113 133 / 0.6);
}
.bg-rose-400\/65 {
  background-color: rgb(251 113 133 / 0.65);
}
.bg-rose-400\/70 {
  background-color: rgb(251 113 133 / 0.7);
}
.bg-rose-400\/75 {
  background-color: rgb(251 113 133 / 0.75);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-400\/85 {
  background-color: rgb(251 113 133 / 0.85);
}
.bg-rose-400\/90 {
  background-color: rgb(251 113 133 / 0.9);
}
.bg-rose-400\/95 {
  background-color: rgb(251 113 133 / 0.95);
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-50\/0 {
  background-color: rgb(255 241 242 / 0);
}
.bg-rose-50\/10 {
  background-color: rgb(255 241 242 / 0.1);
}
.bg-rose-50\/100 {
  background-color: rgb(255 241 242 / 1);
}
.bg-rose-50\/15 {
  background-color: rgb(255 241 242 / 0.15);
}
.bg-rose-50\/20 {
  background-color: rgb(255 241 242 / 0.2);
}
.bg-rose-50\/25 {
  background-color: rgb(255 241 242 / 0.25);
}
.bg-rose-50\/30 {
  background-color: rgb(255 241 242 / 0.3);
}
.bg-rose-50\/35 {
  background-color: rgb(255 241 242 / 0.35);
}
.bg-rose-50\/40 {
  background-color: rgb(255 241 242 / 0.4);
}
.bg-rose-50\/45 {
  background-color: rgb(255 241 242 / 0.45);
}
.bg-rose-50\/5 {
  background-color: rgb(255 241 242 / 0.05);
}
.bg-rose-50\/50 {
  background-color: rgb(255 241 242 / 0.5);
}
.bg-rose-50\/55 {
  background-color: rgb(255 241 242 / 0.55);
}
.bg-rose-50\/60 {
  background-color: rgb(255 241 242 / 0.6);
}
.bg-rose-50\/65 {
  background-color: rgb(255 241 242 / 0.65);
}
.bg-rose-50\/70 {
  background-color: rgb(255 241 242 / 0.7);
}
.bg-rose-50\/75 {
  background-color: rgb(255 241 242 / 0.75);
}
.bg-rose-50\/80 {
  background-color: rgb(255 241 242 / 0.8);
}
.bg-rose-50\/85 {
  background-color: rgb(255 241 242 / 0.85);
}
.bg-rose-50\/90 {
  background-color: rgb(255 241 242 / 0.9);
}
.bg-rose-50\/95 {
  background-color: rgb(255 241 242 / 0.95);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-rose-500\/0 {
  background-color: rgb(244 63 94 / 0);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/100 {
  background-color: rgb(244 63 94 / 1);
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-rose-500\/25 {
  background-color: rgb(244 63 94 / 0.25);
}
.bg-rose-500\/30 {
  background-color: rgb(244 63 94 / 0.3);
}
.bg-rose-500\/35 {
  background-color: rgb(244 63 94 / 0.35);
}
.bg-rose-500\/40 {
  background-color: rgb(244 63 94 / 0.4);
}
.bg-rose-500\/45 {
  background-color: rgb(244 63 94 / 0.45);
}
.bg-rose-500\/5 {
  background-color: rgb(244 63 94 / 0.05);
}
.bg-rose-500\/50 {
  background-color: rgb(244 63 94 / 0.5);
}
.bg-rose-500\/55 {
  background-color: rgb(244 63 94 / 0.55);
}
.bg-rose-500\/60 {
  background-color: rgb(244 63 94 / 0.6);
}
.bg-rose-500\/65 {
  background-color: rgb(244 63 94 / 0.65);
}
.bg-rose-500\/70 {
  background-color: rgb(244 63 94 / 0.7);
}
.bg-rose-500\/75 {
  background-color: rgb(244 63 94 / 0.75);
}
.bg-rose-500\/80 {
  background-color: rgb(244 63 94 / 0.8);
}
.bg-rose-500\/85 {
  background-color: rgb(244 63 94 / 0.85);
}
.bg-rose-500\/90 {
  background-color: rgb(244 63 94 / 0.9);
}
.bg-rose-500\/95 {
  background-color: rgb(244 63 94 / 0.95);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-rose-600\/0 {
  background-color: rgb(225 29 72 / 0);
}
.bg-rose-600\/10 {
  background-color: rgb(225 29 72 / 0.1);
}
.bg-rose-600\/100 {
  background-color: rgb(225 29 72 / 1);
}
.bg-rose-600\/15 {
  background-color: rgb(225 29 72 / 0.15);
}
.bg-rose-600\/20 {
  background-color: rgb(225 29 72 / 0.2);
}
.bg-rose-600\/25 {
  background-color: rgb(225 29 72 / 0.25);
}
.bg-rose-600\/30 {
  background-color: rgb(225 29 72 / 0.3);
}
.bg-rose-600\/35 {
  background-color: rgb(225 29 72 / 0.35);
}
.bg-rose-600\/40 {
  background-color: rgb(225 29 72 / 0.4);
}
.bg-rose-600\/45 {
  background-color: rgb(225 29 72 / 0.45);
}
.bg-rose-600\/5 {
  background-color: rgb(225 29 72 / 0.05);
}
.bg-rose-600\/50 {
  background-color: rgb(225 29 72 / 0.5);
}
.bg-rose-600\/55 {
  background-color: rgb(225 29 72 / 0.55);
}
.bg-rose-600\/60 {
  background-color: rgb(225 29 72 / 0.6);
}
.bg-rose-600\/65 {
  background-color: rgb(225 29 72 / 0.65);
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-rose-600\/75 {
  background-color: rgb(225 29 72 / 0.75);
}
.bg-rose-600\/80 {
  background-color: rgb(225 29 72 / 0.8);
}
.bg-rose-600\/85 {
  background-color: rgb(225 29 72 / 0.85);
}
.bg-rose-600\/90 {
  background-color: rgb(225 29 72 / 0.9);
}
.bg-rose-600\/95 {
  background-color: rgb(225 29 72 / 0.95);
}
.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity));
}
.bg-rose-700\/0 {
  background-color: rgb(190 18 60 / 0);
}
.bg-rose-700\/10 {
  background-color: rgb(190 18 60 / 0.1);
}
.bg-rose-700\/100 {
  background-color: rgb(190 18 60 / 1);
}
.bg-rose-700\/15 {
  background-color: rgb(190 18 60 / 0.15);
}
.bg-rose-700\/20 {
  background-color: rgb(190 18 60 / 0.2);
}
.bg-rose-700\/25 {
  background-color: rgb(190 18 60 / 0.25);
}
.bg-rose-700\/30 {
  background-color: rgb(190 18 60 / 0.3);
}
.bg-rose-700\/35 {
  background-color: rgb(190 18 60 / 0.35);
}
.bg-rose-700\/40 {
  background-color: rgb(190 18 60 / 0.4);
}
.bg-rose-700\/45 {
  background-color: rgb(190 18 60 / 0.45);
}
.bg-rose-700\/5 {
  background-color: rgb(190 18 60 / 0.05);
}
.bg-rose-700\/50 {
  background-color: rgb(190 18 60 / 0.5);
}
.bg-rose-700\/55 {
  background-color: rgb(190 18 60 / 0.55);
}
.bg-rose-700\/60 {
  background-color: rgb(190 18 60 / 0.6);
}
.bg-rose-700\/65 {
  background-color: rgb(190 18 60 / 0.65);
}
.bg-rose-700\/70 {
  background-color: rgb(190 18 60 / 0.7);
}
.bg-rose-700\/75 {
  background-color: rgb(190 18 60 / 0.75);
}
.bg-rose-700\/80 {
  background-color: rgb(190 18 60 / 0.8);
}
.bg-rose-700\/85 {
  background-color: rgb(190 18 60 / 0.85);
}
.bg-rose-700\/90 {
  background-color: rgb(190 18 60 / 0.9);
}
.bg-rose-700\/95 {
  background-color: rgb(190 18 60 / 0.95);
}
.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity));
}
.bg-rose-800\/0 {
  background-color: rgb(159 18 57 / 0);
}
.bg-rose-800\/10 {
  background-color: rgb(159 18 57 / 0.1);
}
.bg-rose-800\/100 {
  background-color: rgb(159 18 57 / 1);
}
.bg-rose-800\/15 {
  background-color: rgb(159 18 57 / 0.15);
}
.bg-rose-800\/20 {
  background-color: rgb(159 18 57 / 0.2);
}
.bg-rose-800\/25 {
  background-color: rgb(159 18 57 / 0.25);
}
.bg-rose-800\/30 {
  background-color: rgb(159 18 57 / 0.3);
}
.bg-rose-800\/35 {
  background-color: rgb(159 18 57 / 0.35);
}
.bg-rose-800\/40 {
  background-color: rgb(159 18 57 / 0.4);
}
.bg-rose-800\/45 {
  background-color: rgb(159 18 57 / 0.45);
}
.bg-rose-800\/5 {
  background-color: rgb(159 18 57 / 0.05);
}
.bg-rose-800\/50 {
  background-color: rgb(159 18 57 / 0.5);
}
.bg-rose-800\/55 {
  background-color: rgb(159 18 57 / 0.55);
}
.bg-rose-800\/60 {
  background-color: rgb(159 18 57 / 0.6);
}
.bg-rose-800\/65 {
  background-color: rgb(159 18 57 / 0.65);
}
.bg-rose-800\/70 {
  background-color: rgb(159 18 57 / 0.7);
}
.bg-rose-800\/75 {
  background-color: rgb(159 18 57 / 0.75);
}
.bg-rose-800\/80 {
  background-color: rgb(159 18 57 / 0.8);
}
.bg-rose-800\/85 {
  background-color: rgb(159 18 57 / 0.85);
}
.bg-rose-800\/90 {
  background-color: rgb(159 18 57 / 0.9);
}
.bg-rose-800\/95 {
  background-color: rgb(159 18 57 / 0.95);
}
.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity));
}
.bg-rose-900\/0 {
  background-color: rgb(136 19 55 / 0);
}
.bg-rose-900\/10 {
  background-color: rgb(136 19 55 / 0.1);
}
.bg-rose-900\/100 {
  background-color: rgb(136 19 55 / 1);
}
.bg-rose-900\/15 {
  background-color: rgb(136 19 55 / 0.15);
}
.bg-rose-900\/20 {
  background-color: rgb(136 19 55 / 0.2);
}
.bg-rose-900\/25 {
  background-color: rgb(136 19 55 / 0.25);
}
.bg-rose-900\/30 {
  background-color: rgb(136 19 55 / 0.3);
}
.bg-rose-900\/35 {
  background-color: rgb(136 19 55 / 0.35);
}
.bg-rose-900\/40 {
  background-color: rgb(136 19 55 / 0.4);
}
.bg-rose-900\/45 {
  background-color: rgb(136 19 55 / 0.45);
}
.bg-rose-900\/5 {
  background-color: rgb(136 19 55 / 0.05);
}
.bg-rose-900\/50 {
  background-color: rgb(136 19 55 / 0.5);
}
.bg-rose-900\/55 {
  background-color: rgb(136 19 55 / 0.55);
}
.bg-rose-900\/60 {
  background-color: rgb(136 19 55 / 0.6);
}
.bg-rose-900\/65 {
  background-color: rgb(136 19 55 / 0.65);
}
.bg-rose-900\/70 {
  background-color: rgb(136 19 55 / 0.7);
}
.bg-rose-900\/75 {
  background-color: rgb(136 19 55 / 0.75);
}
.bg-rose-900\/80 {
  background-color: rgb(136 19 55 / 0.8);
}
.bg-rose-900\/85 {
  background-color: rgb(136 19 55 / 0.85);
}
.bg-rose-900\/90 {
  background-color: rgb(136 19 55 / 0.9);
}
.bg-rose-900\/95 {
  background-color: rgb(136 19 55 / 0.95);
}
.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity));
}
.bg-rose-950\/0 {
  background-color: rgb(76 5 25 / 0);
}
.bg-rose-950\/10 {
  background-color: rgb(76 5 25 / 0.1);
}
.bg-rose-950\/100 {
  background-color: rgb(76 5 25 / 1);
}
.bg-rose-950\/15 {
  background-color: rgb(76 5 25 / 0.15);
}
.bg-rose-950\/20 {
  background-color: rgb(76 5 25 / 0.2);
}
.bg-rose-950\/25 {
  background-color: rgb(76 5 25 / 0.25);
}
.bg-rose-950\/30 {
  background-color: rgb(76 5 25 / 0.3);
}
.bg-rose-950\/35 {
  background-color: rgb(76 5 25 / 0.35);
}
.bg-rose-950\/40 {
  background-color: rgb(76 5 25 / 0.4);
}
.bg-rose-950\/45 {
  background-color: rgb(76 5 25 / 0.45);
}
.bg-rose-950\/5 {
  background-color: rgb(76 5 25 / 0.05);
}
.bg-rose-950\/50 {
  background-color: rgb(76 5 25 / 0.5);
}
.bg-rose-950\/55 {
  background-color: rgb(76 5 25 / 0.55);
}
.bg-rose-950\/60 {
  background-color: rgb(76 5 25 / 0.6);
}
.bg-rose-950\/65 {
  background-color: rgb(76 5 25 / 0.65);
}
.bg-rose-950\/70 {
  background-color: rgb(76 5 25 / 0.7);
}
.bg-rose-950\/75 {
  background-color: rgb(76 5 25 / 0.75);
}
.bg-rose-950\/80 {
  background-color: rgb(76 5 25 / 0.8);
}
.bg-rose-950\/85 {
  background-color: rgb(76 5 25 / 0.85);
}
.bg-rose-950\/90 {
  background-color: rgb(76 5 25 / 0.9);
}
.bg-rose-950\/95 {
  background-color: rgb(76 5 25 / 0.95);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
}
.bg-secondary-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-sc,oklch(var(--sc)/var(--tw-bg-opacity)));
}
.bg-secondary-content\/0 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0));
}
.bg-secondary-content\/10 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.1));
}
.bg-secondary-content\/100 {
  background-color: var(--fallback-sc,oklch(var(--sc)/1));
}
.bg-secondary-content\/15 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.15));
}
.bg-secondary-content\/20 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.2));
}
.bg-secondary-content\/25 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.25));
}
.bg-secondary-content\/30 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.3));
}
.bg-secondary-content\/35 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.35));
}
.bg-secondary-content\/40 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.4));
}
.bg-secondary-content\/45 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.45));
}
.bg-secondary-content\/5 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.05));
}
.bg-secondary-content\/50 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.5));
}
.bg-secondary-content\/55 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.55));
}
.bg-secondary-content\/60 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.6));
}
.bg-secondary-content\/65 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.65));
}
.bg-secondary-content\/70 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.7));
}
.bg-secondary-content\/75 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.75));
}
.bg-secondary-content\/80 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.8));
}
.bg-secondary-content\/85 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.85));
}
.bg-secondary-content\/90 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.9));
}
.bg-secondary-content\/95 {
  background-color: var(--fallback-sc,oklch(var(--sc)/0.95));
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
}
.bg-sky-100\/0 {
  background-color: rgb(224 242 254 / 0);
}
.bg-sky-100\/10 {
  background-color: rgb(224 242 254 / 0.1);
}
.bg-sky-100\/100 {
  background-color: rgb(224 242 254 / 1);
}
.bg-sky-100\/15 {
  background-color: rgb(224 242 254 / 0.15);
}
.bg-sky-100\/20 {
  background-color: rgb(224 242 254 / 0.2);
}
.bg-sky-100\/25 {
  background-color: rgb(224 242 254 / 0.25);
}
.bg-sky-100\/30 {
  background-color: rgb(224 242 254 / 0.3);
}
.bg-sky-100\/35 {
  background-color: rgb(224 242 254 / 0.35);
}
.bg-sky-100\/40 {
  background-color: rgb(224 242 254 / 0.4);
}
.bg-sky-100\/45 {
  background-color: rgb(224 242 254 / 0.45);
}
.bg-sky-100\/5 {
  background-color: rgb(224 242 254 / 0.05);
}
.bg-sky-100\/50 {
  background-color: rgb(224 242 254 / 0.5);
}
.bg-sky-100\/55 {
  background-color: rgb(224 242 254 / 0.55);
}
.bg-sky-100\/60 {
  background-color: rgb(224 242 254 / 0.6);
}
.bg-sky-100\/65 {
  background-color: rgb(224 242 254 / 0.65);
}
.bg-sky-100\/70 {
  background-color: rgb(224 242 254 / 0.7);
}
.bg-sky-100\/75 {
  background-color: rgb(224 242 254 / 0.75);
}
.bg-sky-100\/80 {
  background-color: rgb(224 242 254 / 0.8);
}
.bg-sky-100\/85 {
  background-color: rgb(224 242 254 / 0.85);
}
.bg-sky-100\/90 {
  background-color: rgb(224 242 254 / 0.9);
}
.bg-sky-100\/95 {
  background-color: rgb(224 242 254 / 0.95);
}
.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
}
.bg-sky-200\/0 {
  background-color: rgb(186 230 253 / 0);
}
.bg-sky-200\/10 {
  background-color: rgb(186 230 253 / 0.1);
}
.bg-sky-200\/100 {
  background-color: rgb(186 230 253 / 1);
}
.bg-sky-200\/15 {
  background-color: rgb(186 230 253 / 0.15);
}
.bg-sky-200\/20 {
  background-color: rgb(186 230 253 / 0.2);
}
.bg-sky-200\/25 {
  background-color: rgb(186 230 253 / 0.25);
}
.bg-sky-200\/30 {
  background-color: rgb(186 230 253 / 0.3);
}
.bg-sky-200\/35 {
  background-color: rgb(186 230 253 / 0.35);
}
.bg-sky-200\/40 {
  background-color: rgb(186 230 253 / 0.4);
}
.bg-sky-200\/45 {
  background-color: rgb(186 230 253 / 0.45);
}
.bg-sky-200\/5 {
  background-color: rgb(186 230 253 / 0.05);
}
.bg-sky-200\/50 {
  background-color: rgb(186 230 253 / 0.5);
}
.bg-sky-200\/55 {
  background-color: rgb(186 230 253 / 0.55);
}
.bg-sky-200\/60 {
  background-color: rgb(186 230 253 / 0.6);
}
.bg-sky-200\/65 {
  background-color: rgb(186 230 253 / 0.65);
}
.bg-sky-200\/70 {
  background-color: rgb(186 230 253 / 0.7);
}
.bg-sky-200\/75 {
  background-color: rgb(186 230 253 / 0.75);
}
.bg-sky-200\/80 {
  background-color: rgb(186 230 253 / 0.8);
}
.bg-sky-200\/85 {
  background-color: rgb(186 230 253 / 0.85);
}
.bg-sky-200\/90 {
  background-color: rgb(186 230 253 / 0.9);
}
.bg-sky-200\/95 {
  background-color: rgb(186 230 253 / 0.95);
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity));
}
.bg-sky-300\/0 {
  background-color: rgb(125 211 252 / 0);
}
.bg-sky-300\/10 {
  background-color: rgb(125 211 252 / 0.1);
}
.bg-sky-300\/100 {
  background-color: rgb(125 211 252 / 1);
}
.bg-sky-300\/15 {
  background-color: rgb(125 211 252 / 0.15);
}
.bg-sky-300\/20 {
  background-color: rgb(125 211 252 / 0.2);
}
.bg-sky-300\/25 {
  background-color: rgb(125 211 252 / 0.25);
}
.bg-sky-300\/30 {
  background-color: rgb(125 211 252 / 0.3);
}
.bg-sky-300\/35 {
  background-color: rgb(125 211 252 / 0.35);
}
.bg-sky-300\/40 {
  background-color: rgb(125 211 252 / 0.4);
}
.bg-sky-300\/45 {
  background-color: rgb(125 211 252 / 0.45);
}
.bg-sky-300\/5 {
  background-color: rgb(125 211 252 / 0.05);
}
.bg-sky-300\/50 {
  background-color: rgb(125 211 252 / 0.5);
}
.bg-sky-300\/55 {
  background-color: rgb(125 211 252 / 0.55);
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-300\/65 {
  background-color: rgb(125 211 252 / 0.65);
}
.bg-sky-300\/70 {
  background-color: rgb(125 211 252 / 0.7);
}
.bg-sky-300\/75 {
  background-color: rgb(125 211 252 / 0.75);
}
.bg-sky-300\/80 {
  background-color: rgb(125 211 252 / 0.8);
}
.bg-sky-300\/85 {
  background-color: rgb(125 211 252 / 0.85);
}
.bg-sky-300\/90 {
  background-color: rgb(125 211 252 / 0.9);
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity));
}
.bg-sky-400\/0 {
  background-color: rgb(56 189 248 / 0);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-400\/100 {
  background-color: rgb(56 189 248 / 1);
}
.bg-sky-400\/15 {
  background-color: rgb(56 189 248 / 0.15);
}
.bg-sky-400\/20 {
  background-color: rgb(56 189 248 / 0.2);
}
.bg-sky-400\/25 {
  background-color: rgb(56 189 248 / 0.25);
}
.bg-sky-400\/30 {
  background-color: rgb(56 189 248 / 0.3);
}
.bg-sky-400\/35 {
  background-color: rgb(56 189 248 / 0.35);
}
.bg-sky-400\/40 {
  background-color: rgb(56 189 248 / 0.4);
}
.bg-sky-400\/45 {
  background-color: rgb(56 189 248 / 0.45);
}
.bg-sky-400\/5 {
  background-color: rgb(56 189 248 / 0.05);
}
.bg-sky-400\/50 {
  background-color: rgb(56 189 248 / 0.5);
}
.bg-sky-400\/55 {
  background-color: rgb(56 189 248 / 0.55);
}
.bg-sky-400\/60 {
  background-color: rgb(56 189 248 / 0.6);
}
.bg-sky-400\/65 {
  background-color: rgb(56 189 248 / 0.65);
}
.bg-sky-400\/70 {
  background-color: rgb(56 189 248 / 0.7);
}
.bg-sky-400\/75 {
  background-color: rgb(56 189 248 / 0.75);
}
.bg-sky-400\/80 {
  background-color: rgb(56 189 248 / 0.8);
}
.bg-sky-400\/85 {
  background-color: rgb(56 189 248 / 0.85);
}
.bg-sky-400\/90 {
  background-color: rgb(56 189 248 / 0.9);
}
.bg-sky-400\/95 {
  background-color: rgb(56 189 248 / 0.95);
}
.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}
.bg-sky-50\/0 {
  background-color: rgb(240 249 255 / 0);
}
.bg-sky-50\/10 {
  background-color: rgb(240 249 255 / 0.1);
}
.bg-sky-50\/100 {
  background-color: rgb(240 249 255 / 1);
}
.bg-sky-50\/15 {
  background-color: rgb(240 249 255 / 0.15);
}
.bg-sky-50\/20 {
  background-color: rgb(240 249 255 / 0.2);
}
.bg-sky-50\/25 {
  background-color: rgb(240 249 255 / 0.25);
}
.bg-sky-50\/30 {
  background-color: rgb(240 249 255 / 0.3);
}
.bg-sky-50\/35 {
  background-color: rgb(240 249 255 / 0.35);
}
.bg-sky-50\/40 {
  background-color: rgb(240 249 255 / 0.4);
}
.bg-sky-50\/45 {
  background-color: rgb(240 249 255 / 0.45);
}
.bg-sky-50\/5 {
  background-color: rgb(240 249 255 / 0.05);
}
.bg-sky-50\/50 {
  background-color: rgb(240 249 255 / 0.5);
}
.bg-sky-50\/55 {
  background-color: rgb(240 249 255 / 0.55);
}
.bg-sky-50\/60 {
  background-color: rgb(240 249 255 / 0.6);
}
.bg-sky-50\/65 {
  background-color: rgb(240 249 255 / 0.65);
}
.bg-sky-50\/70 {
  background-color: rgb(240 249 255 / 0.7);
}
.bg-sky-50\/75 {
  background-color: rgb(240 249 255 / 0.75);
}
.bg-sky-50\/80 {
  background-color: rgb(240 249 255 / 0.8);
}
.bg-sky-50\/85 {
  background-color: rgb(240 249 255 / 0.85);
}
.bg-sky-50\/90 {
  background-color: rgb(240 249 255 / 0.9);
}
.bg-sky-50\/95 {
  background-color: rgb(240 249 255 / 0.95);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-sky-500\/0 {
  background-color: rgb(14 165 233 / 0);
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-500\/100 {
  background-color: rgb(14 165 233 / 1);
}
.bg-sky-500\/15 {
  background-color: rgb(14 165 233 / 0.15);
}
.bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}
.bg-sky-500\/25 {
  background-color: rgb(14 165 233 / 0.25);
}
.bg-sky-500\/30 {
  background-color: rgb(14 165 233 / 0.3);
}
.bg-sky-500\/35 {
  background-color: rgb(14 165 233 / 0.35);
}
.bg-sky-500\/40 {
  background-color: rgb(14 165 233 / 0.4);
}
.bg-sky-500\/45 {
  background-color: rgb(14 165 233 / 0.45);
}
.bg-sky-500\/5 {
  background-color: rgb(14 165 233 / 0.05);
}
.bg-sky-500\/50 {
  background-color: rgb(14 165 233 / 0.5);
}
.bg-sky-500\/55 {
  background-color: rgb(14 165 233 / 0.55);
}
.bg-sky-500\/60 {
  background-color: rgb(14 165 233 / 0.6);
}
.bg-sky-500\/65 {
  background-color: rgb(14 165 233 / 0.65);
}
.bg-sky-500\/70 {
  background-color: rgb(14 165 233 / 0.7);
}
.bg-sky-500\/75 {
  background-color: rgb(14 165 233 / 0.75);
}
.bg-sky-500\/80 {
  background-color: rgb(14 165 233 / 0.8);
}
.bg-sky-500\/85 {
  background-color: rgb(14 165 233 / 0.85);
}
.bg-sky-500\/90 {
  background-color: rgb(14 165 233 / 0.9);
}
.bg-sky-500\/95 {
  background-color: rgb(14 165 233 / 0.95);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-sky-600\/0 {
  background-color: rgb(2 132 199 / 0);
}
.bg-sky-600\/10 {
  background-color: rgb(2 132 199 / 0.1);
}
.bg-sky-600\/100 {
  background-color: rgb(2 132 199 / 1);
}
.bg-sky-600\/15 {
  background-color: rgb(2 132 199 / 0.15);
}
.bg-sky-600\/20 {
  background-color: rgb(2 132 199 / 0.2);
}
.bg-sky-600\/25 {
  background-color: rgb(2 132 199 / 0.25);
}
.bg-sky-600\/30 {
  background-color: rgb(2 132 199 / 0.3);
}
.bg-sky-600\/35 {
  background-color: rgb(2 132 199 / 0.35);
}
.bg-sky-600\/40 {
  background-color: rgb(2 132 199 / 0.4);
}
.bg-sky-600\/45 {
  background-color: rgb(2 132 199 / 0.45);
}
.bg-sky-600\/5 {
  background-color: rgb(2 132 199 / 0.05);
}
.bg-sky-600\/50 {
  background-color: rgb(2 132 199 / 0.5);
}
.bg-sky-600\/55 {
  background-color: rgb(2 132 199 / 0.55);
}
.bg-sky-600\/60 {
  background-color: rgb(2 132 199 / 0.6);
}
.bg-sky-600\/65 {
  background-color: rgb(2 132 199 / 0.65);
}
.bg-sky-600\/70 {
  background-color: rgb(2 132 199 / 0.7);
}
.bg-sky-600\/75 {
  background-color: rgb(2 132 199 / 0.75);
}
.bg-sky-600\/80 {
  background-color: rgb(2 132 199 / 0.8);
}
.bg-sky-600\/85 {
  background-color: rgb(2 132 199 / 0.85);
}
.bg-sky-600\/90 {
  background-color: rgb(2 132 199 / 0.9);
}
.bg-sky-600\/95 {
  background-color: rgb(2 132 199 / 0.95);
}
.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}
.bg-sky-700\/0 {
  background-color: rgb(3 105 161 / 0);
}
.bg-sky-700\/10 {
  background-color: rgb(3 105 161 / 0.1);
}
.bg-sky-700\/100 {
  background-color: rgb(3 105 161 / 1);
}
.bg-sky-700\/15 {
  background-color: rgb(3 105 161 / 0.15);
}
.bg-sky-700\/20 {
  background-color: rgb(3 105 161 / 0.2);
}
.bg-sky-700\/25 {
  background-color: rgb(3 105 161 / 0.25);
}
.bg-sky-700\/30 {
  background-color: rgb(3 105 161 / 0.3);
}
.bg-sky-700\/35 {
  background-color: rgb(3 105 161 / 0.35);
}
.bg-sky-700\/40 {
  background-color: rgb(3 105 161 / 0.4);
}
.bg-sky-700\/45 {
  background-color: rgb(3 105 161 / 0.45);
}
.bg-sky-700\/5 {
  background-color: rgb(3 105 161 / 0.05);
}
.bg-sky-700\/50 {
  background-color: rgb(3 105 161 / 0.5);
}
.bg-sky-700\/55 {
  background-color: rgb(3 105 161 / 0.55);
}
.bg-sky-700\/60 {
  background-color: rgb(3 105 161 / 0.6);
}
.bg-sky-700\/65 {
  background-color: rgb(3 105 161 / 0.65);
}
.bg-sky-700\/70 {
  background-color: rgb(3 105 161 / 0.7);
}
.bg-sky-700\/75 {
  background-color: rgb(3 105 161 / 0.75);
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-sky-700\/85 {
  background-color: rgb(3 105 161 / 0.85);
}
.bg-sky-700\/90 {
  background-color: rgb(3 105 161 / 0.9);
}
.bg-sky-700\/95 {
  background-color: rgb(3 105 161 / 0.95);
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-sky-800\/0 {
  background-color: rgb(7 89 133 / 0);
}
.bg-sky-800\/10 {
  background-color: rgb(7 89 133 / 0.1);
}
.bg-sky-800\/100 {
  background-color: rgb(7 89 133 / 1);
}
.bg-sky-800\/15 {
  background-color: rgb(7 89 133 / 0.15);
}
.bg-sky-800\/20 {
  background-color: rgb(7 89 133 / 0.2);
}
.bg-sky-800\/25 {
  background-color: rgb(7 89 133 / 0.25);
}
.bg-sky-800\/30 {
  background-color: rgb(7 89 133 / 0.3);
}
.bg-sky-800\/35 {
  background-color: rgb(7 89 133 / 0.35);
}
.bg-sky-800\/40 {
  background-color: rgb(7 89 133 / 0.4);
}
.bg-sky-800\/45 {
  background-color: rgb(7 89 133 / 0.45);
}
.bg-sky-800\/5 {
  background-color: rgb(7 89 133 / 0.05);
}
.bg-sky-800\/50 {
  background-color: rgb(7 89 133 / 0.5);
}
.bg-sky-800\/55 {
  background-color: rgb(7 89 133 / 0.55);
}
.bg-sky-800\/60 {
  background-color: rgb(7 89 133 / 0.6);
}
.bg-sky-800\/65 {
  background-color: rgb(7 89 133 / 0.65);
}
.bg-sky-800\/70 {
  background-color: rgb(7 89 133 / 0.7);
}
.bg-sky-800\/75 {
  background-color: rgb(7 89 133 / 0.75);
}
.bg-sky-800\/80 {
  background-color: rgb(7 89 133 / 0.8);
}
.bg-sky-800\/85 {
  background-color: rgb(7 89 133 / 0.85);
}
.bg-sky-800\/90 {
  background-color: rgb(7 89 133 / 0.9);
}
.bg-sky-800\/95 {
  background-color: rgb(7 89 133 / 0.95);
}
.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.bg-sky-900\/0 {
  background-color: rgb(12 74 110 / 0);
}
.bg-sky-900\/10 {
  background-color: rgb(12 74 110 / 0.1);
}
.bg-sky-900\/100 {
  background-color: rgb(12 74 110 / 1);
}
.bg-sky-900\/15 {
  background-color: rgb(12 74 110 / 0.15);
}
.bg-sky-900\/20 {
  background-color: rgb(12 74 110 / 0.2);
}
.bg-sky-900\/25 {
  background-color: rgb(12 74 110 / 0.25);
}
.bg-sky-900\/30 {
  background-color: rgb(12 74 110 / 0.3);
}
.bg-sky-900\/35 {
  background-color: rgb(12 74 110 / 0.35);
}
.bg-sky-900\/40 {
  background-color: rgb(12 74 110 / 0.4);
}
.bg-sky-900\/45 {
  background-color: rgb(12 74 110 / 0.45);
}
.bg-sky-900\/5 {
  background-color: rgb(12 74 110 / 0.05);
}
.bg-sky-900\/50 {
  background-color: rgb(12 74 110 / 0.5);
}
.bg-sky-900\/55 {
  background-color: rgb(12 74 110 / 0.55);
}
.bg-sky-900\/60 {
  background-color: rgb(12 74 110 / 0.6);
}
.bg-sky-900\/65 {
  background-color: rgb(12 74 110 / 0.65);
}
.bg-sky-900\/70 {
  background-color: rgb(12 74 110 / 0.7);
}
.bg-sky-900\/75 {
  background-color: rgb(12 74 110 / 0.75);
}
.bg-sky-900\/80 {
  background-color: rgb(12 74 110 / 0.8);
}
.bg-sky-900\/85 {
  background-color: rgb(12 74 110 / 0.85);
}
.bg-sky-900\/90 {
  background-color: rgb(12 74 110 / 0.9);
}
.bg-sky-900\/95 {
  background-color: rgb(12 74 110 / 0.95);
}
.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity));
}
.bg-sky-950\/0 {
  background-color: rgb(8 47 73 / 0);
}
.bg-sky-950\/10 {
  background-color: rgb(8 47 73 / 0.1);
}
.bg-sky-950\/100 {
  background-color: rgb(8 47 73 / 1);
}
.bg-sky-950\/15 {
  background-color: rgb(8 47 73 / 0.15);
}
.bg-sky-950\/20 {
  background-color: rgb(8 47 73 / 0.2);
}
.bg-sky-950\/25 {
  background-color: rgb(8 47 73 / 0.25);
}
.bg-sky-950\/30 {
  background-color: rgb(8 47 73 / 0.3);
}
.bg-sky-950\/35 {
  background-color: rgb(8 47 73 / 0.35);
}
.bg-sky-950\/40 {
  background-color: rgb(8 47 73 / 0.4);
}
.bg-sky-950\/45 {
  background-color: rgb(8 47 73 / 0.45);
}
.bg-sky-950\/5 {
  background-color: rgb(8 47 73 / 0.05);
}
.bg-sky-950\/50 {
  background-color: rgb(8 47 73 / 0.5);
}
.bg-sky-950\/55 {
  background-color: rgb(8 47 73 / 0.55);
}
.bg-sky-950\/60 {
  background-color: rgb(8 47 73 / 0.6);
}
.bg-sky-950\/65 {
  background-color: rgb(8 47 73 / 0.65);
}
.bg-sky-950\/70 {
  background-color: rgb(8 47 73 / 0.7);
}
.bg-sky-950\/75 {
  background-color: rgb(8 47 73 / 0.75);
}
.bg-sky-950\/80 {
  background-color: rgb(8 47 73 / 0.8);
}
.bg-sky-950\/85 {
  background-color: rgb(8 47 73 / 0.85);
}
.bg-sky-950\/90 {
  background-color: rgb(8 47 73 / 0.9);
}
.bg-sky-950\/95 {
  background-color: rgb(8 47 73 / 0.95);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-100\/0 {
  background-color: rgb(241 245 249 / 0);
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-100\/100 {
  background-color: rgb(241 245 249 / 1);
}
.bg-slate-100\/15 {
  background-color: rgb(241 245 249 / 0.15);
}
.bg-slate-100\/20 {
  background-color: rgb(241 245 249 / 0.2);
}
.bg-slate-100\/25 {
  background-color: rgb(241 245 249 / 0.25);
}
.bg-slate-100\/30 {
  background-color: rgb(241 245 249 / 0.3);
}
.bg-slate-100\/35 {
  background-color: rgb(241 245 249 / 0.35);
}
.bg-slate-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}
.bg-slate-100\/45 {
  background-color: rgb(241 245 249 / 0.45);
}
.bg-slate-100\/5 {
  background-color: rgb(241 245 249 / 0.05);
}
.bg-slate-100\/50 {
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/55 {
  background-color: rgb(241 245 249 / 0.55);
}
.bg-slate-100\/60 {
  background-color: rgb(241 245 249 / 0.6);
}
.bg-slate-100\/65 {
  background-color: rgb(241 245 249 / 0.65);
}
.bg-slate-100\/70 {
  background-color: rgb(241 245 249 / 0.7);
}
.bg-slate-100\/75 {
  background-color: rgb(241 245 249 / 0.75);
}
.bg-slate-100\/80 {
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-100\/85 {
  background-color: rgb(241 245 249 / 0.85);
}
.bg-slate-100\/90 {
  background-color: rgb(241 245 249 / 0.9);
}
.bg-slate-100\/95 {
  background-color: rgb(241 245 249 / 0.95);
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-200\/0 {
  background-color: rgb(226 232 240 / 0);
}
.bg-slate-200\/10 {
  background-color: rgb(226 232 240 / 0.1);
}
.bg-slate-200\/100 {
  background-color: rgb(226 232 240 / 1);
}
.bg-slate-200\/15 {
  background-color: rgb(226 232 240 / 0.15);
}
.bg-slate-200\/20 {
  background-color: rgb(226 232 240 / 0.2);
}
.bg-slate-200\/25 {
  background-color: rgb(226 232 240 / 0.25);
}
.bg-slate-200\/30 {
  background-color: rgb(226 232 240 / 0.3);
}
.bg-slate-200\/35 {
  background-color: rgb(226 232 240 / 0.35);
}
.bg-slate-200\/40 {
  background-color: rgb(226 232 240 / 0.4);
}
.bg-slate-200\/45 {
  background-color: rgb(226 232 240 / 0.45);
}
.bg-slate-200\/5 {
  background-color: rgb(226 232 240 / 0.05);
}
.bg-slate-200\/50 {
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/55 {
  background-color: rgb(226 232 240 / 0.55);
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-200\/65 {
  background-color: rgb(226 232 240 / 0.65);
}
.bg-slate-200\/70 {
  background-color: rgb(226 232 240 / 0.7);
}
.bg-slate-200\/75 {
  background-color: rgb(226 232 240 / 0.75);
}
.bg-slate-200\/80 {
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-200\/85 {
  background-color: rgb(226 232 240 / 0.85);
}
.bg-slate-200\/90 {
  background-color: rgb(226 232 240 / 0.9);
}
.bg-slate-200\/95 {
  background-color: rgb(226 232 240 / 0.95);
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-slate-300\/0 {
  background-color: rgb(203 213 225 / 0);
}
.bg-slate-300\/10 {
  background-color: rgb(203 213 225 / 0.1);
}
.bg-slate-300\/100 {
  background-color: rgb(203 213 225 / 1);
}
.bg-slate-300\/15 {
  background-color: rgb(203 213 225 / 0.15);
}
.bg-slate-300\/20 {
  background-color: rgb(203 213 225 / 0.2);
}
.bg-slate-300\/25 {
  background-color: rgb(203 213 225 / 0.25);
}
.bg-slate-300\/30 {
  background-color: rgb(203 213 225 / 0.3);
}
.bg-slate-300\/35 {
  background-color: rgb(203 213 225 / 0.35);
}
.bg-slate-300\/40 {
  background-color: rgb(203 213 225 / 0.4);
}
.bg-slate-300\/45 {
  background-color: rgb(203 213 225 / 0.45);
}
.bg-slate-300\/5 {
  background-color: rgb(203 213 225 / 0.05);
}
.bg-slate-300\/50 {
  background-color: rgb(203 213 225 / 0.5);
}
.bg-slate-300\/55 {
  background-color: rgb(203 213 225 / 0.55);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-300\/65 {
  background-color: rgb(203 213 225 / 0.65);
}
.bg-slate-300\/70 {
  background-color: rgb(203 213 225 / 0.7);
}
.bg-slate-300\/75 {
  background-color: rgb(203 213 225 / 0.75);
}
.bg-slate-300\/80 {
  background-color: rgb(203 213 225 / 0.8);
}
.bg-slate-300\/85 {
  background-color: rgb(203 213 225 / 0.85);
}
.bg-slate-300\/90 {
  background-color: rgb(203 213 225 / 0.9);
}
.bg-slate-300\/95 {
  background-color: rgb(203 213 225 / 0.95);
}
.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.bg-slate-400\/0 {
  background-color: rgb(148 163 184 / 0);
}
.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}
.bg-slate-400\/100 {
  background-color: rgb(148 163 184 / 1);
}
.bg-slate-400\/15 {
  background-color: rgb(148 163 184 / 0.15);
}
.bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}
.bg-slate-400\/25 {
  background-color: rgb(148 163 184 / 0.25);
}
.bg-slate-400\/30 {
  background-color: rgb(148 163 184 / 0.3);
}
.bg-slate-400\/35 {
  background-color: rgb(148 163 184 / 0.35);
}
.bg-slate-400\/40 {
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-400\/45 {
  background-color: rgb(148 163 184 / 0.45);
}
.bg-slate-400\/5 {
  background-color: rgb(148 163 184 / 0.05);
}
.bg-slate-400\/50 {
  background-color: rgb(148 163 184 / 0.5);
}
.bg-slate-400\/55 {
  background-color: rgb(148 163 184 / 0.55);
}
.bg-slate-400\/60 {
  background-color: rgb(148 163 184 / 0.6);
}
.bg-slate-400\/65 {
  background-color: rgb(148 163 184 / 0.65);
}
.bg-slate-400\/70 {
  background-color: rgb(148 163 184 / 0.7);
}
.bg-slate-400\/75 {
  background-color: rgb(148 163 184 / 0.75);
}
.bg-slate-400\/80 {
  background-color: rgb(148 163 184 / 0.8);
}
.bg-slate-400\/85 {
  background-color: rgb(148 163 184 / 0.85);
}
.bg-slate-400\/90 {
  background-color: rgb(148 163 184 / 0.9);
}
.bg-slate-400\/95 {
  background-color: rgb(148 163 184 / 0.95);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-slate-50\/0 {
  background-color: rgb(248 250 252 / 0);
}
.bg-slate-50\/10 {
  background-color: rgb(248 250 252 / 0.1);
}
.bg-slate-50\/100 {
  background-color: rgb(248 250 252 / 1);
}
.bg-slate-50\/15 {
  background-color: rgb(248 250 252 / 0.15);
}
.bg-slate-50\/20 {
  background-color: rgb(248 250 252 / 0.2);
}
.bg-slate-50\/25 {
  background-color: rgb(248 250 252 / 0.25);
}
.bg-slate-50\/30 {
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/35 {
  background-color: rgb(248 250 252 / 0.35);
}
.bg-slate-50\/40 {
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/45 {
  background-color: rgb(248 250 252 / 0.45);
}
.bg-slate-50\/5 {
  background-color: rgb(248 250 252 / 0.05);
}
.bg-slate-50\/50 {
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/55 {
  background-color: rgb(248 250 252 / 0.55);
}
.bg-slate-50\/60 {
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/65 {
  background-color: rgb(248 250 252 / 0.65);
}
.bg-slate-50\/70 {
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/75 {
  background-color: rgb(248 250 252 / 0.75);
}
.bg-slate-50\/80 {
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-50\/85 {
  background-color: rgb(248 250 252 / 0.85);
}
.bg-slate-50\/90 {
  background-color: rgb(248 250 252 / 0.9);
}
.bg-slate-50\/95 {
  background-color: rgb(248 250 252 / 0.95);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.bg-slate-500\/0 {
  background-color: rgb(100 116 139 / 0);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-slate-500\/100 {
  background-color: rgb(100 116 139 / 1);
}
.bg-slate-500\/15 {
  background-color: rgb(100 116 139 / 0.15);
}
.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}
.bg-slate-500\/25 {
  background-color: rgb(100 116 139 / 0.25);
}
.bg-slate-500\/30 {
  background-color: rgb(100 116 139 / 0.3);
}
.bg-slate-500\/35 {
  background-color: rgb(100 116 139 / 0.35);
}
.bg-slate-500\/40 {
  background-color: rgb(100 116 139 / 0.4);
}
.bg-slate-500\/45 {
  background-color: rgb(100 116 139 / 0.45);
}
.bg-slate-500\/5 {
  background-color: rgb(100 116 139 / 0.05);
}
.bg-slate-500\/50 {
  background-color: rgb(100 116 139 / 0.5);
}
.bg-slate-500\/55 {
  background-color: rgb(100 116 139 / 0.55);
}
.bg-slate-500\/60 {
  background-color: rgb(100 116 139 / 0.6);
}
.bg-slate-500\/65 {
  background-color: rgb(100 116 139 / 0.65);
}
.bg-slate-500\/70 {
  background-color: rgb(100 116 139 / 0.7);
}
.bg-slate-500\/75 {
  background-color: rgb(100 116 139 / 0.75);
}
.bg-slate-500\/80 {
  background-color: rgb(100 116 139 / 0.8);
}
.bg-slate-500\/85 {
  background-color: rgb(100 116 139 / 0.85);
}
.bg-slate-500\/90 {
  background-color: rgb(100 116 139 / 0.9);
}
.bg-slate-500\/95 {
  background-color: rgb(100 116 139 / 0.95);
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.bg-slate-600\/0 {
  background-color: rgb(71 85 105 / 0);
}
.bg-slate-600\/10 {
  background-color: rgb(71 85 105 / 0.1);
}
.bg-slate-600\/100 {
  background-color: rgb(71 85 105 / 1);
}
.bg-slate-600\/15 {
  background-color: rgb(71 85 105 / 0.15);
}
.bg-slate-600\/20 {
  background-color: rgb(71 85 105 / 0.2);
}
.bg-slate-600\/25 {
  background-color: rgb(71 85 105 / 0.25);
}
.bg-slate-600\/30 {
  background-color: rgb(71 85 105 / 0.3);
}
.bg-slate-600\/35 {
  background-color: rgb(71 85 105 / 0.35);
}
.bg-slate-600\/40 {
  background-color: rgb(71 85 105 / 0.4);
}
.bg-slate-600\/45 {
  background-color: rgb(71 85 105 / 0.45);
}
.bg-slate-600\/5 {
  background-color: rgb(71 85 105 / 0.05);
}
.bg-slate-600\/50 {
  background-color: rgb(71 85 105 / 0.5);
}
.bg-slate-600\/55 {
  background-color: rgb(71 85 105 / 0.55);
}
.bg-slate-600\/60 {
  background-color: rgb(71 85 105 / 0.6);
}
.bg-slate-600\/65 {
  background-color: rgb(71 85 105 / 0.65);
}
.bg-slate-600\/70 {
  background-color: rgb(71 85 105 / 0.7);
}
.bg-slate-600\/75 {
  background-color: rgb(71 85 105 / 0.75);
}
.bg-slate-600\/80 {
  background-color: rgb(71 85 105 / 0.8);
}
.bg-slate-600\/85 {
  background-color: rgb(71 85 105 / 0.85);
}
.bg-slate-600\/90 {
  background-color: rgb(71 85 105 / 0.9);
}
.bg-slate-600\/95 {
  background-color: rgb(71 85 105 / 0.95);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-slate-700\/0 {
  background-color: rgb(51 65 85 / 0);
}
.bg-slate-700\/10 {
  background-color: rgb(51 65 85 / 0.1);
}
.bg-slate-700\/100 {
  background-color: rgb(51 65 85 / 1);
}
.bg-slate-700\/15 {
  background-color: rgb(51 65 85 / 0.15);
}
.bg-slate-700\/20 {
  background-color: rgb(51 65 85 / 0.2);
}
.bg-slate-700\/25 {
  background-color: rgb(51 65 85 / 0.25);
}
.bg-slate-700\/30 {
  background-color: rgb(51 65 85 / 0.3);
}
.bg-slate-700\/35 {
  background-color: rgb(51 65 85 / 0.35);
}
.bg-slate-700\/40 {
  background-color: rgb(51 65 85 / 0.4);
}
.bg-slate-700\/45 {
  background-color: rgb(51 65 85 / 0.45);
}
.bg-slate-700\/5 {
  background-color: rgb(51 65 85 / 0.05);
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-700\/55 {
  background-color: rgb(51 65 85 / 0.55);
}
.bg-slate-700\/60 {
  background-color: rgb(51 65 85 / 0.6);
}
.bg-slate-700\/65 {
  background-color: rgb(51 65 85 / 0.65);
}
.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}
.bg-slate-700\/75 {
  background-color: rgb(51 65 85 / 0.75);
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-700\/85 {
  background-color: rgb(51 65 85 / 0.85);
}
.bg-slate-700\/90 {
  background-color: rgb(51 65 85 / 0.9);
}
.bg-slate-700\/95 {
  background-color: rgb(51 65 85 / 0.95);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-slate-800\/0 {
  background-color: rgb(30 41 59 / 0);
}
.bg-slate-800\/10 {
  background-color: rgb(30 41 59 / 0.1);
}
.bg-slate-800\/100 {
  background-color: rgb(30 41 59 / 1);
}
.bg-slate-800\/15 {
  background-color: rgb(30 41 59 / 0.15);
}
.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}
.bg-slate-800\/25 {
  background-color: rgb(30 41 59 / 0.25);
}
.bg-slate-800\/30 {
  background-color: rgb(30 41 59 / 0.3);
}
.bg-slate-800\/35 {
  background-color: rgb(30 41 59 / 0.35);
}
.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}
.bg-slate-800\/45 {
  background-color: rgb(30 41 59 / 0.45);
}
.bg-slate-800\/5 {
  background-color: rgb(30 41 59 / 0.05);
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/55 {
  background-color: rgb(30 41 59 / 0.55);
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/65 {
  background-color: rgb(30 41 59 / 0.65);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-800\/75 {
  background-color: rgb(30 41 59 / 0.75);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-800\/85 {
  background-color: rgb(30 41 59 / 0.85);
}
.bg-slate-800\/90 {
  background-color: rgb(30 41 59 / 0.9);
}
.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-slate-900\/0 {
  background-color: rgb(15 23 42 / 0);
}
.bg-slate-900\/10 {
  background-color: rgb(15 23 42 / 0.1);
}
.bg-slate-900\/100 {
  background-color: rgb(15 23 42 / 1);
}
.bg-slate-900\/15 {
  background-color: rgb(15 23 42 / 0.15);
}
.bg-slate-900\/20 {
  background-color: rgb(15 23 42 / 0.2);
}
.bg-slate-900\/25 {
  background-color: rgb(15 23 42 / 0.25);
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/35 {
  background-color: rgb(15 23 42 / 0.35);
}
.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-900\/45 {
  background-color: rgb(15 23 42 / 0.45);
}
.bg-slate-900\/5 {
  background-color: rgb(15 23 42 / 0.05);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-900\/55 {
  background-color: rgb(15 23 42 / 0.55);
}
.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}
.bg-slate-900\/65 {
  background-color: rgb(15 23 42 / 0.65);
}
.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}
.bg-slate-900\/75 {
  background-color: rgb(15 23 42 / 0.75);
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.bg-slate-900\/90 {
  background-color: rgb(15 23 42 / 0.9);
}
.bg-slate-900\/95 {
  background-color: rgb(15 23 42 / 0.95);
}
.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
}
.bg-slate-950\/0 {
  background-color: rgb(2 6 23 / 0);
}
.bg-slate-950\/10 {
  background-color: rgb(2 6 23 / 0.1);
}
.bg-slate-950\/100 {
  background-color: rgb(2 6 23 / 1);
}
.bg-slate-950\/15 {
  background-color: rgb(2 6 23 / 0.15);
}
.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}
.bg-slate-950\/25 {
  background-color: rgb(2 6 23 / 0.25);
}
.bg-slate-950\/30 {
  background-color: rgb(2 6 23 / 0.3);
}
.bg-slate-950\/35 {
  background-color: rgb(2 6 23 / 0.35);
}
.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}
.bg-slate-950\/45 {
  background-color: rgb(2 6 23 / 0.45);
}
.bg-slate-950\/5 {
  background-color: rgb(2 6 23 / 0.05);
}
.bg-slate-950\/50 {
  background-color: rgb(2 6 23 / 0.5);
}
.bg-slate-950\/55 {
  background-color: rgb(2 6 23 / 0.55);
}
.bg-slate-950\/60 {
  background-color: rgb(2 6 23 / 0.6);
}
.bg-slate-950\/65 {
  background-color: rgb(2 6 23 / 0.65);
}
.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}
.bg-slate-950\/75 {
  background-color: rgb(2 6 23 / 0.75);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-slate-950\/85 {
  background-color: rgb(2 6 23 / 0.85);
}
.bg-slate-950\/90 {
  background-color: rgb(2 6 23 / 0.9);
}
.bg-slate-950\/95 {
  background-color: rgb(2 6 23 / 0.95);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-stone-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-stone-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-stone-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-stone-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}
.bg-stone-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-stone-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-stone-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-stone-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}
.bg-stone-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-stone-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}
.bg-stone-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-stone-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-stone-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}
.bg-stone-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-stone-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}
.bg-stone-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-stone-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-stone-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-stone-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}
.bg-stone-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-stone-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-stone-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-stone-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-stone-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-stone-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}
.bg-stone-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-stone-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-stone-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-stone-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}
.bg-stone-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-stone-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-stone-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-stone-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-stone-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-stone-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-stone-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-stone-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-stone-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-stone-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-stone-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-stone-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-stone-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-stone-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-stone-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-stone-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-stone-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}
.bg-stone-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-stone-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-stone-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-stone-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}
.bg-stone-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-stone-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}
.bg-stone-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-stone-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-stone-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}
.bg-stone-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-stone-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-stone-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-stone-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}
.bg-stone-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-stone-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-stone-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-stone-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-stone-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-stone-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}
.bg-stone-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-stone-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-stone-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-stone-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}
.bg-stone-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-stone-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}
.bg-stone-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-stone-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-stone-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}
.bg-stone-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-stone-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}
.bg-stone-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-stone-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-stone-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-stone-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}
.bg-stone-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-stone-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-stone-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-stone-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-stone-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-stone-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}
.bg-stone-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-stone-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-stone-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-stone-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}
.bg-stone-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-stone-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}
.bg-stone-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-stone-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-stone-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}
.bg-stone-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-stone-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}
.bg-stone-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-stone-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-stone-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-stone-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}
.bg-stone-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-stone-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-stone-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-stone-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-stone-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-stone-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}
.bg-stone-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-stone-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-stone-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-stone-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}
.bg-stone-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-stone-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}
.bg-stone-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-stone-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-stone-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}
.bg-stone-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-stone-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}
.bg-stone-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-stone-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-stone-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-stone-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}
.bg-stone-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-stone-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-stone-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-stone-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-stone-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-stone-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}
.bg-stone-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-stone-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-stone-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-stone-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}
.bg-stone-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-stone-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}
.bg-stone-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-stone-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-stone-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}
.bg-stone-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-stone-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}
.bg-stone-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-stone-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-stone-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-stone-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}
.bg-stone-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-stone-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-stone-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-stone-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-stone-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-stone-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}
.bg-stone-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-stone-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-stone-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-stone-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}
.bg-stone-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-stone-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}
.bg-stone-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-stone-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-stone-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}
.bg-stone-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-stone-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}
.bg-stone-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-stone-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-stone-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-stone-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}
.bg-stone-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-stone-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-stone-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-stone-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-stone-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-stone-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}
.bg-stone-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-stone-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-stone-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-stone-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}
.bg-stone-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-stone-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}
.bg-stone-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-stone-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-stone-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}
.bg-stone-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-stone-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}
.bg-stone-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-stone-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-stone-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-stone-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}
.bg-stone-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-stone-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-stone-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-stone-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-stone-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-stone-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}
.bg-stone-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-stone-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-stone-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-stone-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}
.bg-stone-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-stone-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}
.bg-stone-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-stone-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-stone-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}
.bg-stone-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-stone-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}
.bg-stone-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-stone-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-stone-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-stone-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}
.bg-stone-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-stone-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-stone-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-stone-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-stone-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-stone-950\/15 {
  background-color: rgb(12 10 9 / 0.15);
}
.bg-stone-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-stone-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-stone-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-stone-950\/35 {
  background-color: rgb(12 10 9 / 0.35);
}
.bg-stone-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-stone-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}
.bg-stone-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-stone-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-stone-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}
.bg-stone-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-stone-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}
.bg-stone-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-stone-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-stone-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-stone-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}
.bg-stone-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-stone-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-success-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-suc,oklch(var(--suc)/var(--tw-bg-opacity)));
}
.bg-success-content\/0 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0));
}
.bg-success-content\/10 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.1));
}
.bg-success-content\/100 {
  background-color: var(--fallback-suc,oklch(var(--suc)/1));
}
.bg-success-content\/15 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.15));
}
.bg-success-content\/20 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.2));
}
.bg-success-content\/25 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.25));
}
.bg-success-content\/30 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.3));
}
.bg-success-content\/35 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.35));
}
.bg-success-content\/40 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.4));
}
.bg-success-content\/45 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.45));
}
.bg-success-content\/5 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.05));
}
.bg-success-content\/50 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.5));
}
.bg-success-content\/55 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.55));
}
.bg-success-content\/60 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.6));
}
.bg-success-content\/65 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.65));
}
.bg-success-content\/70 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.7));
}
.bg-success-content\/75 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.75));
}
.bg-success-content\/80 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.8));
}
.bg-success-content\/85 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.85));
}
.bg-success-content\/90 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.9));
}
.bg-success-content\/95 {
  background-color: var(--fallback-suc,oklch(var(--suc)/0.95));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-teal-100\/0 {
  background-color: rgb(204 251 241 / 0);
}
.bg-teal-100\/10 {
  background-color: rgb(204 251 241 / 0.1);
}
.bg-teal-100\/100 {
  background-color: rgb(204 251 241 / 1);
}
.bg-teal-100\/15 {
  background-color: rgb(204 251 241 / 0.15);
}
.bg-teal-100\/20 {
  background-color: rgb(204 251 241 / 0.2);
}
.bg-teal-100\/25 {
  background-color: rgb(204 251 241 / 0.25);
}
.bg-teal-100\/30 {
  background-color: rgb(204 251 241 / 0.3);
}
.bg-teal-100\/35 {
  background-color: rgb(204 251 241 / 0.35);
}
.bg-teal-100\/40 {
  background-color: rgb(204 251 241 / 0.4);
}
.bg-teal-100\/45 {
  background-color: rgb(204 251 241 / 0.45);
}
.bg-teal-100\/5 {
  background-color: rgb(204 251 241 / 0.05);
}
.bg-teal-100\/50 {
  background-color: rgb(204 251 241 / 0.5);
}
.bg-teal-100\/55 {
  background-color: rgb(204 251 241 / 0.55);
}
.bg-teal-100\/60 {
  background-color: rgb(204 251 241 / 0.6);
}
.bg-teal-100\/65 {
  background-color: rgb(204 251 241 / 0.65);
}
.bg-teal-100\/70 {
  background-color: rgb(204 251 241 / 0.7);
}
.bg-teal-100\/75 {
  background-color: rgb(204 251 241 / 0.75);
}
.bg-teal-100\/80 {
  background-color: rgb(204 251 241 / 0.8);
}
.bg-teal-100\/85 {
  background-color: rgb(204 251 241 / 0.85);
}
.bg-teal-100\/90 {
  background-color: rgb(204 251 241 / 0.9);
}
.bg-teal-100\/95 {
  background-color: rgb(204 251 241 / 0.95);
}
.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
}
.bg-teal-200\/0 {
  background-color: rgb(153 246 228 / 0);
}
.bg-teal-200\/10 {
  background-color: rgb(153 246 228 / 0.1);
}
.bg-teal-200\/100 {
  background-color: rgb(153 246 228 / 1);
}
.bg-teal-200\/15 {
  background-color: rgb(153 246 228 / 0.15);
}
.bg-teal-200\/20 {
  background-color: rgb(153 246 228 / 0.2);
}
.bg-teal-200\/25 {
  background-color: rgb(153 246 228 / 0.25);
}
.bg-teal-200\/30 {
  background-color: rgb(153 246 228 / 0.3);
}
.bg-teal-200\/35 {
  background-color: rgb(153 246 228 / 0.35);
}
.bg-teal-200\/40 {
  background-color: rgb(153 246 228 / 0.4);
}
.bg-teal-200\/45 {
  background-color: rgb(153 246 228 / 0.45);
}
.bg-teal-200\/5 {
  background-color: rgb(153 246 228 / 0.05);
}
.bg-teal-200\/50 {
  background-color: rgb(153 246 228 / 0.5);
}
.bg-teal-200\/55 {
  background-color: rgb(153 246 228 / 0.55);
}
.bg-teal-200\/60 {
  background-color: rgb(153 246 228 / 0.6);
}
.bg-teal-200\/65 {
  background-color: rgb(153 246 228 / 0.65);
}
.bg-teal-200\/70 {
  background-color: rgb(153 246 228 / 0.7);
}
.bg-teal-200\/75 {
  background-color: rgb(153 246 228 / 0.75);
}
.bg-teal-200\/80 {
  background-color: rgb(153 246 228 / 0.8);
}
.bg-teal-200\/85 {
  background-color: rgb(153 246 228 / 0.85);
}
.bg-teal-200\/90 {
  background-color: rgb(153 246 228 / 0.9);
}
.bg-teal-200\/95 {
  background-color: rgb(153 246 228 / 0.95);
}
.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity));
}
.bg-teal-300\/0 {
  background-color: rgb(94 234 212 / 0);
}
.bg-teal-300\/10 {
  background-color: rgb(94 234 212 / 0.1);
}
.bg-teal-300\/100 {
  background-color: rgb(94 234 212 / 1);
}
.bg-teal-300\/15 {
  background-color: rgb(94 234 212 / 0.15);
}
.bg-teal-300\/20 {
  background-color: rgb(94 234 212 / 0.2);
}
.bg-teal-300\/25 {
  background-color: rgb(94 234 212 / 0.25);
}
.bg-teal-300\/30 {
  background-color: rgb(94 234 212 / 0.3);
}
.bg-teal-300\/35 {
  background-color: rgb(94 234 212 / 0.35);
}
.bg-teal-300\/40 {
  background-color: rgb(94 234 212 / 0.4);
}
.bg-teal-300\/45 {
  background-color: rgb(94 234 212 / 0.45);
}
.bg-teal-300\/5 {
  background-color: rgb(94 234 212 / 0.05);
}
.bg-teal-300\/50 {
  background-color: rgb(94 234 212 / 0.5);
}
.bg-teal-300\/55 {
  background-color: rgb(94 234 212 / 0.55);
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-300\/65 {
  background-color: rgb(94 234 212 / 0.65);
}
.bg-teal-300\/70 {
  background-color: rgb(94 234 212 / 0.7);
}
.bg-teal-300\/75 {
  background-color: rgb(94 234 212 / 0.75);
}
.bg-teal-300\/80 {
  background-color: rgb(94 234 212 / 0.8);
}
.bg-teal-300\/85 {
  background-color: rgb(94 234 212 / 0.85);
}
.bg-teal-300\/90 {
  background-color: rgb(94 234 212 / 0.9);
}
.bg-teal-300\/95 {
  background-color: rgb(94 234 212 / 0.95);
}
.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity));
}
.bg-teal-400\/0 {
  background-color: rgb(45 212 191 / 0);
}
.bg-teal-400\/10 {
  background-color: rgb(45 212 191 / 0.1);
}
.bg-teal-400\/100 {
  background-color: rgb(45 212 191 / 1);
}
.bg-teal-400\/15 {
  background-color: rgb(45 212 191 / 0.15);
}
.bg-teal-400\/20 {
  background-color: rgb(45 212 191 / 0.2);
}
.bg-teal-400\/25 {
  background-color: rgb(45 212 191 / 0.25);
}
.bg-teal-400\/30 {
  background-color: rgb(45 212 191 / 0.3);
}
.bg-teal-400\/35 {
  background-color: rgb(45 212 191 / 0.35);
}
.bg-teal-400\/40 {
  background-color: rgb(45 212 191 / 0.4);
}
.bg-teal-400\/45 {
  background-color: rgb(45 212 191 / 0.45);
}
.bg-teal-400\/5 {
  background-color: rgb(45 212 191 / 0.05);
}
.bg-teal-400\/50 {
  background-color: rgb(45 212 191 / 0.5);
}
.bg-teal-400\/55 {
  background-color: rgb(45 212 191 / 0.55);
}
.bg-teal-400\/60 {
  background-color: rgb(45 212 191 / 0.6);
}
.bg-teal-400\/65 {
  background-color: rgb(45 212 191 / 0.65);
}
.bg-teal-400\/70 {
  background-color: rgb(45 212 191 / 0.7);
}
.bg-teal-400\/75 {
  background-color: rgb(45 212 191 / 0.75);
}
.bg-teal-400\/80 {
  background-color: rgb(45 212 191 / 0.8);
}
.bg-teal-400\/85 {
  background-color: rgb(45 212 191 / 0.85);
}
.bg-teal-400\/90 {
  background-color: rgb(45 212 191 / 0.9);
}
.bg-teal-400\/95 {
  background-color: rgb(45 212 191 / 0.95);
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity));
}
.bg-teal-50\/0 {
  background-color: rgb(240 253 250 / 0);
}
.bg-teal-50\/10 {
  background-color: rgb(240 253 250 / 0.1);
}
.bg-teal-50\/100 {
  background-color: rgb(240 253 250 / 1);
}
.bg-teal-50\/15 {
  background-color: rgb(240 253 250 / 0.15);
}
.bg-teal-50\/20 {
  background-color: rgb(240 253 250 / 0.2);
}
.bg-teal-50\/25 {
  background-color: rgb(240 253 250 / 0.25);
}
.bg-teal-50\/30 {
  background-color: rgb(240 253 250 / 0.3);
}
.bg-teal-50\/35 {
  background-color: rgb(240 253 250 / 0.35);
}
.bg-teal-50\/40 {
  background-color: rgb(240 253 250 / 0.4);
}
.bg-teal-50\/45 {
  background-color: rgb(240 253 250 / 0.45);
}
.bg-teal-50\/5 {
  background-color: rgb(240 253 250 / 0.05);
}
.bg-teal-50\/50 {
  background-color: rgb(240 253 250 / 0.5);
}
.bg-teal-50\/55 {
  background-color: rgb(240 253 250 / 0.55);
}
.bg-teal-50\/60 {
  background-color: rgb(240 253 250 / 0.6);
}
.bg-teal-50\/65 {
  background-color: rgb(240 253 250 / 0.65);
}
.bg-teal-50\/70 {
  background-color: rgb(240 253 250 / 0.7);
}
.bg-teal-50\/75 {
  background-color: rgb(240 253 250 / 0.75);
}
.bg-teal-50\/80 {
  background-color: rgb(240 253 250 / 0.8);
}
.bg-teal-50\/85 {
  background-color: rgb(240 253 250 / 0.85);
}
.bg-teal-50\/90 {
  background-color: rgb(240 253 250 / 0.9);
}
.bg-teal-50\/95 {
  background-color: rgb(240 253 250 / 0.95);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-500\/0 {
  background-color: rgb(20 184 166 / 0);
}
.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}
.bg-teal-500\/100 {
  background-color: rgb(20 184 166 / 1);
}
.bg-teal-500\/15 {
  background-color: rgb(20 184 166 / 0.15);
}
.bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}
.bg-teal-500\/25 {
  background-color: rgb(20 184 166 / 0.25);
}
.bg-teal-500\/30 {
  background-color: rgb(20 184 166 / 0.3);
}
.bg-teal-500\/35 {
  background-color: rgb(20 184 166 / 0.35);
}
.bg-teal-500\/40 {
  background-color: rgb(20 184 166 / 0.4);
}
.bg-teal-500\/45 {
  background-color: rgb(20 184 166 / 0.45);
}
.bg-teal-500\/5 {
  background-color: rgb(20 184 166 / 0.05);
}
.bg-teal-500\/50 {
  background-color: rgb(20 184 166 / 0.5);
}
.bg-teal-500\/55 {
  background-color: rgb(20 184 166 / 0.55);
}
.bg-teal-500\/60 {
  background-color: rgb(20 184 166 / 0.6);
}
.bg-teal-500\/65 {
  background-color: rgb(20 184 166 / 0.65);
}
.bg-teal-500\/70 {
  background-color: rgb(20 184 166 / 0.7);
}
.bg-teal-500\/75 {
  background-color: rgb(20 184 166 / 0.75);
}
.bg-teal-500\/80 {
  background-color: rgb(20 184 166 / 0.8);
}
.bg-teal-500\/85 {
  background-color: rgb(20 184 166 / 0.85);
}
.bg-teal-500\/90 {
  background-color: rgb(20 184 166 / 0.9);
}
.bg-teal-500\/95 {
  background-color: rgb(20 184 166 / 0.95);
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-teal-600\/0 {
  background-color: rgb(13 148 136 / 0);
}
.bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
.bg-teal-600\/100 {
  background-color: rgb(13 148 136 / 1);
}
.bg-teal-600\/15 {
  background-color: rgb(13 148 136 / 0.15);
}
.bg-teal-600\/20 {
  background-color: rgb(13 148 136 / 0.2);
}
.bg-teal-600\/25 {
  background-color: rgb(13 148 136 / 0.25);
}
.bg-teal-600\/30 {
  background-color: rgb(13 148 136 / 0.3);
}
.bg-teal-600\/35 {
  background-color: rgb(13 148 136 / 0.35);
}
.bg-teal-600\/40 {
  background-color: rgb(13 148 136 / 0.4);
}
.bg-teal-600\/45 {
  background-color: rgb(13 148 136 / 0.45);
}
.bg-teal-600\/5 {
  background-color: rgb(13 148 136 / 0.05);
}
.bg-teal-600\/50 {
  background-color: rgb(13 148 136 / 0.5);
}
.bg-teal-600\/55 {
  background-color: rgb(13 148 136 / 0.55);
}
.bg-teal-600\/60 {
  background-color: rgb(13 148 136 / 0.6);
}
.bg-teal-600\/65 {
  background-color: rgb(13 148 136 / 0.65);
}
.bg-teal-600\/70 {
  background-color: rgb(13 148 136 / 0.7);
}
.bg-teal-600\/75 {
  background-color: rgb(13 148 136 / 0.75);
}
.bg-teal-600\/80 {
  background-color: rgb(13 148 136 / 0.8);
}
.bg-teal-600\/85 {
  background-color: rgb(13 148 136 / 0.85);
}
.bg-teal-600\/90 {
  background-color: rgb(13 148 136 / 0.9);
}
.bg-teal-600\/95 {
  background-color: rgb(13 148 136 / 0.95);
}
.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.bg-teal-700\/0 {
  background-color: rgb(15 118 110 / 0);
}
.bg-teal-700\/10 {
  background-color: rgb(15 118 110 / 0.1);
}
.bg-teal-700\/100 {
  background-color: rgb(15 118 110 / 1);
}
.bg-teal-700\/15 {
  background-color: rgb(15 118 110 / 0.15);
}
.bg-teal-700\/20 {
  background-color: rgb(15 118 110 / 0.2);
}
.bg-teal-700\/25 {
  background-color: rgb(15 118 110 / 0.25);
}
.bg-teal-700\/30 {
  background-color: rgb(15 118 110 / 0.3);
}
.bg-teal-700\/35 {
  background-color: rgb(15 118 110 / 0.35);
}
.bg-teal-700\/40 {
  background-color: rgb(15 118 110 / 0.4);
}
.bg-teal-700\/45 {
  background-color: rgb(15 118 110 / 0.45);
}
.bg-teal-700\/5 {
  background-color: rgb(15 118 110 / 0.05);
}
.bg-teal-700\/50 {
  background-color: rgb(15 118 110 / 0.5);
}
.bg-teal-700\/55 {
  background-color: rgb(15 118 110 / 0.55);
}
.bg-teal-700\/60 {
  background-color: rgb(15 118 110 / 0.6);
}
.bg-teal-700\/65 {
  background-color: rgb(15 118 110 / 0.65);
}
.bg-teal-700\/70 {
  background-color: rgb(15 118 110 / 0.7);
}
.bg-teal-700\/75 {
  background-color: rgb(15 118 110 / 0.75);
}
.bg-teal-700\/80 {
  background-color: rgb(15 118 110 / 0.8);
}
.bg-teal-700\/85 {
  background-color: rgb(15 118 110 / 0.85);
}
.bg-teal-700\/90 {
  background-color: rgb(15 118 110 / 0.9);
}
.bg-teal-700\/95 {
  background-color: rgb(15 118 110 / 0.95);
}
.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity));
}
.bg-teal-800\/0 {
  background-color: rgb(17 94 89 / 0);
}
.bg-teal-800\/10 {
  background-color: rgb(17 94 89 / 0.1);
}
.bg-teal-800\/100 {
  background-color: rgb(17 94 89 / 1);
}
.bg-teal-800\/15 {
  background-color: rgb(17 94 89 / 0.15);
}
.bg-teal-800\/20 {
  background-color: rgb(17 94 89 / 0.2);
}
.bg-teal-800\/25 {
  background-color: rgb(17 94 89 / 0.25);
}
.bg-teal-800\/30 {
  background-color: rgb(17 94 89 / 0.3);
}
.bg-teal-800\/35 {
  background-color: rgb(17 94 89 / 0.35);
}
.bg-teal-800\/40 {
  background-color: rgb(17 94 89 / 0.4);
}
.bg-teal-800\/45 {
  background-color: rgb(17 94 89 / 0.45);
}
.bg-teal-800\/5 {
  background-color: rgb(17 94 89 / 0.05);
}
.bg-teal-800\/50 {
  background-color: rgb(17 94 89 / 0.5);
}
.bg-teal-800\/55 {
  background-color: rgb(17 94 89 / 0.55);
}
.bg-teal-800\/60 {
  background-color: rgb(17 94 89 / 0.6);
}
.bg-teal-800\/65 {
  background-color: rgb(17 94 89 / 0.65);
}
.bg-teal-800\/70 {
  background-color: rgb(17 94 89 / 0.7);
}
.bg-teal-800\/75 {
  background-color: rgb(17 94 89 / 0.75);
}
.bg-teal-800\/80 {
  background-color: rgb(17 94 89 / 0.8);
}
.bg-teal-800\/85 {
  background-color: rgb(17 94 89 / 0.85);
}
.bg-teal-800\/90 {
  background-color: rgb(17 94 89 / 0.9);
}
.bg-teal-800\/95 {
  background-color: rgb(17 94 89 / 0.95);
}
.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity));
}
.bg-teal-900\/0 {
  background-color: rgb(19 78 74 / 0);
}
.bg-teal-900\/10 {
  background-color: rgb(19 78 74 / 0.1);
}
.bg-teal-900\/100 {
  background-color: rgb(19 78 74 / 1);
}
.bg-teal-900\/15 {
  background-color: rgb(19 78 74 / 0.15);
}
.bg-teal-900\/20 {
  background-color: rgb(19 78 74 / 0.2);
}
.bg-teal-900\/25 {
  background-color: rgb(19 78 74 / 0.25);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/35 {
  background-color: rgb(19 78 74 / 0.35);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-teal-900\/45 {
  background-color: rgb(19 78 74 / 0.45);
}
.bg-teal-900\/5 {
  background-color: rgb(19 78 74 / 0.05);
}
.bg-teal-900\/50 {
  background-color: rgb(19 78 74 / 0.5);
}
.bg-teal-900\/55 {
  background-color: rgb(19 78 74 / 0.55);
}
.bg-teal-900\/60 {
  background-color: rgb(19 78 74 / 0.6);
}
.bg-teal-900\/65 {
  background-color: rgb(19 78 74 / 0.65);
}
.bg-teal-900\/70 {
  background-color: rgb(19 78 74 / 0.7);
}
.bg-teal-900\/75 {
  background-color: rgb(19 78 74 / 0.75);
}
.bg-teal-900\/80 {
  background-color: rgb(19 78 74 / 0.8);
}
.bg-teal-900\/85 {
  background-color: rgb(19 78 74 / 0.85);
}
.bg-teal-900\/90 {
  background-color: rgb(19 78 74 / 0.9);
}
.bg-teal-900\/95 {
  background-color: rgb(19 78 74 / 0.95);
}
.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity));
}
.bg-teal-950\/0 {
  background-color: rgb(4 47 46 / 0);
}
.bg-teal-950\/10 {
  background-color: rgb(4 47 46 / 0.1);
}
.bg-teal-950\/100 {
  background-color: rgb(4 47 46 / 1);
}
.bg-teal-950\/15 {
  background-color: rgb(4 47 46 / 0.15);
}
.bg-teal-950\/20 {
  background-color: rgb(4 47 46 / 0.2);
}
.bg-teal-950\/25 {
  background-color: rgb(4 47 46 / 0.25);
}
.bg-teal-950\/30 {
  background-color: rgb(4 47 46 / 0.3);
}
.bg-teal-950\/35 {
  background-color: rgb(4 47 46 / 0.35);
}
.bg-teal-950\/40 {
  background-color: rgb(4 47 46 / 0.4);
}
.bg-teal-950\/45 {
  background-color: rgb(4 47 46 / 0.45);
}
.bg-teal-950\/5 {
  background-color: rgb(4 47 46 / 0.05);
}
.bg-teal-950\/50 {
  background-color: rgb(4 47 46 / 0.5);
}
.bg-teal-950\/55 {
  background-color: rgb(4 47 46 / 0.55);
}
.bg-teal-950\/60 {
  background-color: rgb(4 47 46 / 0.6);
}
.bg-teal-950\/65 {
  background-color: rgb(4 47 46 / 0.65);
}
.bg-teal-950\/70 {
  background-color: rgb(4 47 46 / 0.7);
}
.bg-teal-950\/75 {
  background-color: rgb(4 47 46 / 0.75);
}
.bg-teal-950\/80 {
  background-color: rgb(4 47 46 / 0.8);
}
.bg-teal-950\/85 {
  background-color: rgb(4 47 46 / 0.85);
}
.bg-teal-950\/90 {
  background-color: rgb(4 47 46 / 0.9);
}
.bg-teal-950\/95 {
  background-color: rgb(4 47 46 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-trueGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-trueGray-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-trueGray-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-trueGray-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-trueGray-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-trueGray-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-trueGray-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-trueGray-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-trueGray-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-trueGray-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-trueGray-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-trueGray-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-trueGray-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-trueGray-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-trueGray-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-trueGray-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-trueGray-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-trueGray-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-trueGray-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-trueGray-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-trueGray-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-trueGray-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-trueGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-trueGray-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-trueGray-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-trueGray-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-trueGray-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}
.bg-trueGray-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-trueGray-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-trueGray-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-trueGray-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}
.bg-trueGray-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-trueGray-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-trueGray-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-trueGray-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-trueGray-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-trueGray-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-trueGray-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-trueGray-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-trueGray-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-trueGray-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-trueGray-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-trueGray-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-trueGray-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-trueGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-trueGray-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-trueGray-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-trueGray-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-trueGray-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}
.bg-trueGray-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-trueGray-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-trueGray-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-trueGray-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}
.bg-trueGray-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-trueGray-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-trueGray-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-trueGray-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-trueGray-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-trueGray-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-trueGray-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-trueGray-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-trueGray-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-trueGray-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-trueGray-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-trueGray-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-trueGray-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-trueGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-trueGray-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-trueGray-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-trueGray-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-trueGray-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-trueGray-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-trueGray-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-trueGray-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-trueGray-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}
.bg-trueGray-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-trueGray-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-trueGray-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-trueGray-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-trueGray-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-trueGray-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-trueGray-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-trueGray-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-trueGray-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-trueGray-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-trueGray-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-trueGray-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-trueGray-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-trueGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-trueGray-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-trueGray-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-trueGray-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-trueGray-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-trueGray-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-trueGray-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-trueGray-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-trueGray-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-trueGray-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-trueGray-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-trueGray-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-trueGray-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-trueGray-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-trueGray-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-trueGray-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-trueGray-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-trueGray-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-trueGray-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-trueGray-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-trueGray-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-trueGray-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-trueGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-trueGray-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-trueGray-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-trueGray-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-trueGray-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}
.bg-trueGray-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-trueGray-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-trueGray-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-trueGray-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}
.bg-trueGray-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-trueGray-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-trueGray-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-trueGray-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-trueGray-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-trueGray-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-trueGray-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-trueGray-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-trueGray-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-trueGray-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-trueGray-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-trueGray-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-trueGray-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-trueGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-trueGray-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-trueGray-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-trueGray-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-trueGray-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}
.bg-trueGray-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-trueGray-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-trueGray-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-trueGray-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}
.bg-trueGray-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-trueGray-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-trueGray-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-trueGray-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-trueGray-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-trueGray-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-trueGray-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-trueGray-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-trueGray-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-trueGray-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-trueGray-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-trueGray-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-trueGray-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-trueGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-trueGray-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-trueGray-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-trueGray-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-trueGray-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}
.bg-trueGray-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-trueGray-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-trueGray-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-trueGray-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}
.bg-trueGray-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-trueGray-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-trueGray-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-trueGray-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-trueGray-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-trueGray-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-trueGray-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-trueGray-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-trueGray-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-trueGray-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-trueGray-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-trueGray-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-trueGray-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-trueGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-trueGray-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-trueGray-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-trueGray-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-trueGray-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}
.bg-trueGray-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-trueGray-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-trueGray-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-trueGray-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}
.bg-trueGray-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-trueGray-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-trueGray-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-trueGray-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-trueGray-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-trueGray-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-trueGray-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-trueGray-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-trueGray-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-trueGray-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-trueGray-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-trueGray-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-trueGray-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-trueGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-trueGray-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-trueGray-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-trueGray-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-trueGray-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}
.bg-trueGray-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-trueGray-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-trueGray-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-trueGray-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}
.bg-trueGray-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-trueGray-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-trueGray-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-trueGray-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-trueGray-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-trueGray-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-trueGray-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-trueGray-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-trueGray-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-trueGray-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-trueGray-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-trueGray-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-trueGray-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-trueGray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-trueGray-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-trueGray-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-trueGray-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-trueGray-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}
.bg-trueGray-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-trueGray-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-trueGray-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-trueGray-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}
.bg-trueGray-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-trueGray-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-trueGray-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-trueGray-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-trueGray-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-trueGray-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-trueGray-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-trueGray-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-trueGray-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-trueGray-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-trueGray-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-trueGray-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-trueGray-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-100\/0 {
  background-color: rgb(237 233 254 / 0);
}
.bg-violet-100\/10 {
  background-color: rgb(237 233 254 / 0.1);
}
.bg-violet-100\/100 {
  background-color: rgb(237 233 254 / 1);
}
.bg-violet-100\/15 {
  background-color: rgb(237 233 254 / 0.15);
}
.bg-violet-100\/20 {
  background-color: rgb(237 233 254 / 0.2);
}
.bg-violet-100\/25 {
  background-color: rgb(237 233 254 / 0.25);
}
.bg-violet-100\/30 {
  background-color: rgb(237 233 254 / 0.3);
}
.bg-violet-100\/35 {
  background-color: rgb(237 233 254 / 0.35);
}
.bg-violet-100\/40 {
  background-color: rgb(237 233 254 / 0.4);
}
.bg-violet-100\/45 {
  background-color: rgb(237 233 254 / 0.45);
}
.bg-violet-100\/5 {
  background-color: rgb(237 233 254 / 0.05);
}
.bg-violet-100\/50 {
  background-color: rgb(237 233 254 / 0.5);
}
.bg-violet-100\/55 {
  background-color: rgb(237 233 254 / 0.55);
}
.bg-violet-100\/60 {
  background-color: rgb(237 233 254 / 0.6);
}
.bg-violet-100\/65 {
  background-color: rgb(237 233 254 / 0.65);
}
.bg-violet-100\/70 {
  background-color: rgb(237 233 254 / 0.7);
}
.bg-violet-100\/75 {
  background-color: rgb(237 233 254 / 0.75);
}
.bg-violet-100\/80 {
  background-color: rgb(237 233 254 / 0.8);
}
.bg-violet-100\/85 {
  background-color: rgb(237 233 254 / 0.85);
}
.bg-violet-100\/90 {
  background-color: rgb(237 233 254 / 0.9);
}
.bg-violet-100\/95 {
  background-color: rgb(237 233 254 / 0.95);
}
.bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-200\/0 {
  background-color: rgb(221 214 254 / 0);
}
.bg-violet-200\/10 {
  background-color: rgb(221 214 254 / 0.1);
}
.bg-violet-200\/100 {
  background-color: rgb(221 214 254 / 1);
}
.bg-violet-200\/15 {
  background-color: rgb(221 214 254 / 0.15);
}
.bg-violet-200\/20 {
  background-color: rgb(221 214 254 / 0.2);
}
.bg-violet-200\/25 {
  background-color: rgb(221 214 254 / 0.25);
}
.bg-violet-200\/30 {
  background-color: rgb(221 214 254 / 0.3);
}
.bg-violet-200\/35 {
  background-color: rgb(221 214 254 / 0.35);
}
.bg-violet-200\/40 {
  background-color: rgb(221 214 254 / 0.4);
}
.bg-violet-200\/45 {
  background-color: rgb(221 214 254 / 0.45);
}
.bg-violet-200\/5 {
  background-color: rgb(221 214 254 / 0.05);
}
.bg-violet-200\/50 {
  background-color: rgb(221 214 254 / 0.5);
}
.bg-violet-200\/55 {
  background-color: rgb(221 214 254 / 0.55);
}
.bg-violet-200\/60 {
  background-color: rgb(221 214 254 / 0.6);
}
.bg-violet-200\/65 {
  background-color: rgb(221 214 254 / 0.65);
}
.bg-violet-200\/70 {
  background-color: rgb(221 214 254 / 0.7);
}
.bg-violet-200\/75 {
  background-color: rgb(221 214 254 / 0.75);
}
.bg-violet-200\/80 {
  background-color: rgb(221 214 254 / 0.8);
}
.bg-violet-200\/85 {
  background-color: rgb(221 214 254 / 0.85);
}
.bg-violet-200\/90 {
  background-color: rgb(221 214 254 / 0.9);
}
.bg-violet-200\/95 {
  background-color: rgb(221 214 254 / 0.95);
}
.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-300\/0 {
  background-color: rgb(196 181 253 / 0);
}
.bg-violet-300\/10 {
  background-color: rgb(196 181 253 / 0.1);
}
.bg-violet-300\/100 {
  background-color: rgb(196 181 253 / 1);
}
.bg-violet-300\/15 {
  background-color: rgb(196 181 253 / 0.15);
}
.bg-violet-300\/20 {
  background-color: rgb(196 181 253 / 0.2);
}
.bg-violet-300\/25 {
  background-color: rgb(196 181 253 / 0.25);
}
.bg-violet-300\/30 {
  background-color: rgb(196 181 253 / 0.3);
}
.bg-violet-300\/35 {
  background-color: rgb(196 181 253 / 0.35);
}
.bg-violet-300\/40 {
  background-color: rgb(196 181 253 / 0.4);
}
.bg-violet-300\/45 {
  background-color: rgb(196 181 253 / 0.45);
}
.bg-violet-300\/5 {
  background-color: rgb(196 181 253 / 0.05);
}
.bg-violet-300\/50 {
  background-color: rgb(196 181 253 / 0.5);
}
.bg-violet-300\/55 {
  background-color: rgb(196 181 253 / 0.55);
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-300\/65 {
  background-color: rgb(196 181 253 / 0.65);
}
.bg-violet-300\/70 {
  background-color: rgb(196 181 253 / 0.7);
}
.bg-violet-300\/75 {
  background-color: rgb(196 181 253 / 0.75);
}
.bg-violet-300\/80 {
  background-color: rgb(196 181 253 / 0.8);
}
.bg-violet-300\/85 {
  background-color: rgb(196 181 253 / 0.85);
}
.bg-violet-300\/90 {
  background-color: rgb(196 181 253 / 0.9);
}
.bg-violet-300\/95 {
  background-color: rgb(196 181 253 / 0.95);
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-400\/0 {
  background-color: rgb(167 139 250 / 0);
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/100 {
  background-color: rgb(167 139 250 / 1);
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violet-400\/20 {
  background-color: rgb(167 139 250 / 0.2);
}
.bg-violet-400\/25 {
  background-color: rgb(167 139 250 / 0.25);
}
.bg-violet-400\/30 {
  background-color: rgb(167 139 250 / 0.3);
}
.bg-violet-400\/35 {
  background-color: rgb(167 139 250 / 0.35);
}
.bg-violet-400\/40 {
  background-color: rgb(167 139 250 / 0.4);
}
.bg-violet-400\/45 {
  background-color: rgb(167 139 250 / 0.45);
}
.bg-violet-400\/5 {
  background-color: rgb(167 139 250 / 0.05);
}
.bg-violet-400\/50 {
  background-color: rgb(167 139 250 / 0.5);
}
.bg-violet-400\/55 {
  background-color: rgb(167 139 250 / 0.55);
}
.bg-violet-400\/60 {
  background-color: rgb(167 139 250 / 0.6);
}
.bg-violet-400\/65 {
  background-color: rgb(167 139 250 / 0.65);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/75 {
  background-color: rgb(167 139 250 / 0.75);
}
.bg-violet-400\/80 {
  background-color: rgb(167 139 250 / 0.8);
}
.bg-violet-400\/85 {
  background-color: rgb(167 139 250 / 0.85);
}
.bg-violet-400\/90 {
  background-color: rgb(167 139 250 / 0.9);
}
.bg-violet-400\/95 {
  background-color: rgb(167 139 250 / 0.95);
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-50\/0 {
  background-color: rgb(245 243 255 / 0);
}
.bg-violet-50\/10 {
  background-color: rgb(245 243 255 / 0.1);
}
.bg-violet-50\/100 {
  background-color: rgb(245 243 255 / 1);
}
.bg-violet-50\/15 {
  background-color: rgb(245 243 255 / 0.15);
}
.bg-violet-50\/20 {
  background-color: rgb(245 243 255 / 0.2);
}
.bg-violet-50\/25 {
  background-color: rgb(245 243 255 / 0.25);
}
.bg-violet-50\/30 {
  background-color: rgb(245 243 255 / 0.3);
}
.bg-violet-50\/35 {
  background-color: rgb(245 243 255 / 0.35);
}
.bg-violet-50\/40 {
  background-color: rgb(245 243 255 / 0.4);
}
.bg-violet-50\/45 {
  background-color: rgb(245 243 255 / 0.45);
}
.bg-violet-50\/5 {
  background-color: rgb(245 243 255 / 0.05);
}
.bg-violet-50\/50 {
  background-color: rgb(245 243 255 / 0.5);
}
.bg-violet-50\/55 {
  background-color: rgb(245 243 255 / 0.55);
}
.bg-violet-50\/60 {
  background-color: rgb(245 243 255 / 0.6);
}
.bg-violet-50\/65 {
  background-color: rgb(245 243 255 / 0.65);
}
.bg-violet-50\/70 {
  background-color: rgb(245 243 255 / 0.7);
}
.bg-violet-50\/75 {
  background-color: rgb(245 243 255 / 0.75);
}
.bg-violet-50\/80 {
  background-color: rgb(245 243 255 / 0.8);
}
.bg-violet-50\/85 {
  background-color: rgb(245 243 255 / 0.85);
}
.bg-violet-50\/90 {
  background-color: rgb(245 243 255 / 0.9);
}
.bg-violet-50\/95 {
  background-color: rgb(245 243 255 / 0.95);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-500\/0 {
  background-color: rgb(139 92 246 / 0);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/100 {
  background-color: rgb(139 92 246 / 1);
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}
.bg-violet-500\/25 {
  background-color: rgb(139 92 246 / 0.25);
}
.bg-violet-500\/30 {
  background-color: rgb(139 92 246 / 0.3);
}
.bg-violet-500\/35 {
  background-color: rgb(139 92 246 / 0.35);
}
.bg-violet-500\/40 {
  background-color: rgb(139 92 246 / 0.4);
}
.bg-violet-500\/45 {
  background-color: rgb(139 92 246 / 0.45);
}
.bg-violet-500\/5 {
  background-color: rgb(139 92 246 / 0.05);
}
.bg-violet-500\/50 {
  background-color: rgb(139 92 246 / 0.5);
}
.bg-violet-500\/55 {
  background-color: rgb(139 92 246 / 0.55);
}
.bg-violet-500\/60 {
  background-color: rgb(139 92 246 / 0.6);
}
.bg-violet-500\/65 {
  background-color: rgb(139 92 246 / 0.65);
}
.bg-violet-500\/70 {
  background-color: rgb(139 92 246 / 0.7);
}
.bg-violet-500\/75 {
  background-color: rgb(139 92 246 / 0.75);
}
.bg-violet-500\/80 {
  background-color: rgb(139 92 246 / 0.8);
}
.bg-violet-500\/85 {
  background-color: rgb(139 92 246 / 0.85);
}
.bg-violet-500\/90 {
  background-color: rgb(139 92 246 / 0.9);
}
.bg-violet-500\/95 {
  background-color: rgb(139 92 246 / 0.95);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-600\/0 {
  background-color: rgb(124 58 237 / 0);
}
.bg-violet-600\/10 {
  background-color: rgb(124 58 237 / 0.1);
}
.bg-violet-600\/100 {
  background-color: rgb(124 58 237 / 1);
}
.bg-violet-600\/15 {
  background-color: rgb(124 58 237 / 0.15);
}
.bg-violet-600\/20 {
  background-color: rgb(124 58 237 / 0.2);
}
.bg-violet-600\/25 {
  background-color: rgb(124 58 237 / 0.25);
}
.bg-violet-600\/30 {
  background-color: rgb(124 58 237 / 0.3);
}
.bg-violet-600\/35 {
  background-color: rgb(124 58 237 / 0.35);
}
.bg-violet-600\/40 {
  background-color: rgb(124 58 237 / 0.4);
}
.bg-violet-600\/45 {
  background-color: rgb(124 58 237 / 0.45);
}
.bg-violet-600\/5 {
  background-color: rgb(124 58 237 / 0.05);
}
.bg-violet-600\/50 {
  background-color: rgb(124 58 237 / 0.5);
}
.bg-violet-600\/55 {
  background-color: rgb(124 58 237 / 0.55);
}
.bg-violet-600\/60 {
  background-color: rgb(124 58 237 / 0.6);
}
.bg-violet-600\/65 {
  background-color: rgb(124 58 237 / 0.65);
}
.bg-violet-600\/70 {
  background-color: rgb(124 58 237 / 0.7);
}
.bg-violet-600\/75 {
  background-color: rgb(124 58 237 / 0.75);
}
.bg-violet-600\/80 {
  background-color: rgb(124 58 237 / 0.8);
}
.bg-violet-600\/85 {
  background-color: rgb(124 58 237 / 0.85);
}
.bg-violet-600\/90 {
  background-color: rgb(124 58 237 / 0.9);
}
.bg-violet-600\/95 {
  background-color: rgb(124 58 237 / 0.95);
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-700\/0 {
  background-color: rgb(109 40 217 / 0);
}
.bg-violet-700\/10 {
  background-color: rgb(109 40 217 / 0.1);
}
.bg-violet-700\/100 {
  background-color: rgb(109 40 217 / 1);
}
.bg-violet-700\/15 {
  background-color: rgb(109 40 217 / 0.15);
}
.bg-violet-700\/20 {
  background-color: rgb(109 40 217 / 0.2);
}
.bg-violet-700\/25 {
  background-color: rgb(109 40 217 / 0.25);
}
.bg-violet-700\/30 {
  background-color: rgb(109 40 217 / 0.3);
}
.bg-violet-700\/35 {
  background-color: rgb(109 40 217 / 0.35);
}
.bg-violet-700\/40 {
  background-color: rgb(109 40 217 / 0.4);
}
.bg-violet-700\/45 {
  background-color: rgb(109 40 217 / 0.45);
}
.bg-violet-700\/5 {
  background-color: rgb(109 40 217 / 0.05);
}
.bg-violet-700\/50 {
  background-color: rgb(109 40 217 / 0.5);
}
.bg-violet-700\/55 {
  background-color: rgb(109 40 217 / 0.55);
}
.bg-violet-700\/60 {
  background-color: rgb(109 40 217 / 0.6);
}
.bg-violet-700\/65 {
  background-color: rgb(109 40 217 / 0.65);
}
.bg-violet-700\/70 {
  background-color: rgb(109 40 217 / 0.7);
}
.bg-violet-700\/75 {
  background-color: rgb(109 40 217 / 0.75);
}
.bg-violet-700\/80 {
  background-color: rgb(109 40 217 / 0.8);
}
.bg-violet-700\/85 {
  background-color: rgb(109 40 217 / 0.85);
}
.bg-violet-700\/90 {
  background-color: rgb(109 40 217 / 0.9);
}
.bg-violet-700\/95 {
  background-color: rgb(109 40 217 / 0.95);
}
.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-800\/0 {
  background-color: rgb(91 33 182 / 0);
}
.bg-violet-800\/10 {
  background-color: rgb(91 33 182 / 0.1);
}
.bg-violet-800\/100 {
  background-color: rgb(91 33 182 / 1);
}
.bg-violet-800\/15 {
  background-color: rgb(91 33 182 / 0.15);
}
.bg-violet-800\/20 {
  background-color: rgb(91 33 182 / 0.2);
}
.bg-violet-800\/25 {
  background-color: rgb(91 33 182 / 0.25);
}
.bg-violet-800\/30 {
  background-color: rgb(91 33 182 / 0.3);
}
.bg-violet-800\/35 {
  background-color: rgb(91 33 182 / 0.35);
}
.bg-violet-800\/40 {
  background-color: rgb(91 33 182 / 0.4);
}
.bg-violet-800\/45 {
  background-color: rgb(91 33 182 / 0.45);
}
.bg-violet-800\/5 {
  background-color: rgb(91 33 182 / 0.05);
}
.bg-violet-800\/50 {
  background-color: rgb(91 33 182 / 0.5);
}
.bg-violet-800\/55 {
  background-color: rgb(91 33 182 / 0.55);
}
.bg-violet-800\/60 {
  background-color: rgb(91 33 182 / 0.6);
}
.bg-violet-800\/65 {
  background-color: rgb(91 33 182 / 0.65);
}
.bg-violet-800\/70 {
  background-color: rgb(91 33 182 / 0.7);
}
.bg-violet-800\/75 {
  background-color: rgb(91 33 182 / 0.75);
}
.bg-violet-800\/80 {
  background-color: rgb(91 33 182 / 0.8);
}
.bg-violet-800\/85 {
  background-color: rgb(91 33 182 / 0.85);
}
.bg-violet-800\/90 {
  background-color: rgb(91 33 182 / 0.9);
}
.bg-violet-800\/95 {
  background-color: rgb(91 33 182 / 0.95);
}
.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-violet-900\/0 {
  background-color: rgb(76 29 149 / 0);
}
.bg-violet-900\/10 {
  background-color: rgb(76 29 149 / 0.1);
}
.bg-violet-900\/100 {
  background-color: rgb(76 29 149 / 1);
}
.bg-violet-900\/15 {
  background-color: rgb(76 29 149 / 0.15);
}
.bg-violet-900\/20 {
  background-color: rgb(76 29 149 / 0.2);
}
.bg-violet-900\/25 {
  background-color: rgb(76 29 149 / 0.25);
}
.bg-violet-900\/30 {
  background-color: rgb(76 29 149 / 0.3);
}
.bg-violet-900\/35 {
  background-color: rgb(76 29 149 / 0.35);
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-violet-900\/45 {
  background-color: rgb(76 29 149 / 0.45);
}
.bg-violet-900\/5 {
  background-color: rgb(76 29 149 / 0.05);
}
.bg-violet-900\/50 {
  background-color: rgb(76 29 149 / 0.5);
}
.bg-violet-900\/55 {
  background-color: rgb(76 29 149 / 0.55);
}
.bg-violet-900\/60 {
  background-color: rgb(76 29 149 / 0.6);
}
.bg-violet-900\/65 {
  background-color: rgb(76 29 149 / 0.65);
}
.bg-violet-900\/70 {
  background-color: rgb(76 29 149 / 0.7);
}
.bg-violet-900\/75 {
  background-color: rgb(76 29 149 / 0.75);
}
.bg-violet-900\/80 {
  background-color: rgb(76 29 149 / 0.8);
}
.bg-violet-900\/85 {
  background-color: rgb(76 29 149 / 0.85);
}
.bg-violet-900\/90 {
  background-color: rgb(76 29 149 / 0.9);
}
.bg-violet-900\/95 {
  background-color: rgb(76 29 149 / 0.95);
}
.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity));
}
.bg-violet-950\/0 {
  background-color: rgb(46 16 101 / 0);
}
.bg-violet-950\/10 {
  background-color: rgb(46 16 101 / 0.1);
}
.bg-violet-950\/100 {
  background-color: rgb(46 16 101 / 1);
}
.bg-violet-950\/15 {
  background-color: rgb(46 16 101 / 0.15);
}
.bg-violet-950\/20 {
  background-color: rgb(46 16 101 / 0.2);
}
.bg-violet-950\/25 {
  background-color: rgb(46 16 101 / 0.25);
}
.bg-violet-950\/30 {
  background-color: rgb(46 16 101 / 0.3);
}
.bg-violet-950\/35 {
  background-color: rgb(46 16 101 / 0.35);
}
.bg-violet-950\/40 {
  background-color: rgb(46 16 101 / 0.4);
}
.bg-violet-950\/45 {
  background-color: rgb(46 16 101 / 0.45);
}
.bg-violet-950\/5 {
  background-color: rgb(46 16 101 / 0.05);
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-violet-950\/55 {
  background-color: rgb(46 16 101 / 0.55);
}
.bg-violet-950\/60 {
  background-color: rgb(46 16 101 / 0.6);
}
.bg-violet-950\/65 {
  background-color: rgb(46 16 101 / 0.65);
}
.bg-violet-950\/70 {
  background-color: rgb(46 16 101 / 0.7);
}
.bg-violet-950\/75 {
  background-color: rgb(46 16 101 / 0.75);
}
.bg-violet-950\/80 {
  background-color: rgb(46 16 101 / 0.8);
}
.bg-violet-950\/85 {
  background-color: rgb(46 16 101 / 0.85);
}
.bg-violet-950\/90 {
  background-color: rgb(46 16 101 / 0.9);
}
.bg-violet-950\/95 {
  background-color: rgb(46 16 101 / 0.95);
}
.bg-vtd-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-vtd-primary-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-vtd-primary-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-vtd-primary-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-vtd-primary-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-vtd-primary-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-vtd-primary-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-vtd-primary-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-vtd-primary-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-vtd-primary-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-vtd-primary-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-vtd-primary-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-vtd-primary-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-vtd-primary-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-vtd-primary-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-vtd-primary-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-vtd-primary-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-vtd-primary-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-vtd-primary-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-vtd-primary-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-vtd-primary-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-vtd-primary-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-vtd-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-vtd-primary-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-vtd-primary-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-vtd-primary-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-vtd-primary-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-vtd-primary-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-vtd-primary-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-vtd-primary-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-vtd-primary-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-vtd-primary-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-vtd-primary-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-vtd-primary-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-vtd-primary-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-vtd-primary-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-vtd-primary-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-vtd-primary-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-vtd-primary-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-vtd-primary-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-vtd-primary-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-vtd-primary-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-vtd-primary-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-vtd-primary-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-vtd-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-vtd-primary-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-vtd-primary-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-vtd-primary-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-vtd-primary-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-vtd-primary-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-vtd-primary-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-vtd-primary-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-vtd-primary-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-vtd-primary-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-vtd-primary-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-vtd-primary-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-vtd-primary-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-vtd-primary-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-vtd-primary-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-vtd-primary-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-vtd-primary-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-vtd-primary-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-vtd-primary-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-vtd-primary-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-vtd-primary-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-vtd-primary-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-vtd-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-vtd-primary-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-vtd-primary-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-vtd-primary-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-vtd-primary-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-vtd-primary-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-vtd-primary-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-vtd-primary-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-vtd-primary-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-vtd-primary-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-vtd-primary-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-vtd-primary-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-vtd-primary-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-vtd-primary-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-vtd-primary-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-vtd-primary-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-vtd-primary-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-vtd-primary-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-vtd-primary-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-vtd-primary-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-vtd-primary-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-vtd-primary-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-vtd-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-vtd-primary-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-vtd-primary-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-vtd-primary-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-vtd-primary-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-vtd-primary-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-vtd-primary-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-vtd-primary-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-vtd-primary-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-vtd-primary-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-vtd-primary-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-vtd-primary-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-vtd-primary-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-vtd-primary-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-vtd-primary-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-vtd-primary-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-vtd-primary-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-vtd-primary-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-vtd-primary-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-vtd-primary-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-vtd-primary-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-vtd-primary-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-vtd-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-vtd-primary-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-vtd-primary-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-vtd-primary-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-vtd-primary-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-vtd-primary-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-vtd-primary-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-vtd-primary-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-vtd-primary-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-vtd-primary-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-vtd-primary-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-vtd-primary-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-vtd-primary-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-vtd-primary-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-vtd-primary-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-vtd-primary-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-vtd-primary-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-vtd-primary-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-vtd-primary-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-vtd-primary-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-vtd-primary-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-vtd-primary-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-vtd-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-vtd-primary-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-vtd-primary-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-vtd-primary-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-vtd-primary-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-vtd-primary-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-vtd-primary-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-vtd-primary-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-vtd-primary-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-vtd-primary-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-vtd-primary-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-vtd-primary-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-vtd-primary-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-vtd-primary-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-vtd-primary-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-vtd-primary-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-vtd-primary-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-vtd-primary-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-vtd-primary-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-vtd-primary-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-vtd-primary-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-vtd-primary-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-vtd-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-vtd-primary-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-vtd-primary-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-vtd-primary-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-vtd-primary-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-vtd-primary-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-vtd-primary-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-vtd-primary-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-vtd-primary-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-vtd-primary-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-vtd-primary-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-vtd-primary-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-vtd-primary-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-vtd-primary-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-vtd-primary-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-vtd-primary-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-vtd-primary-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-vtd-primary-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-vtd-primary-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-vtd-primary-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-vtd-primary-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-vtd-primary-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-vtd-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-vtd-primary-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-vtd-primary-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-vtd-primary-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-vtd-primary-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-vtd-primary-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-vtd-primary-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-vtd-primary-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-vtd-primary-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-vtd-primary-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-vtd-primary-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-vtd-primary-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-vtd-primary-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-vtd-primary-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-vtd-primary-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-vtd-primary-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-vtd-primary-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-vtd-primary-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-vtd-primary-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-vtd-primary-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-vtd-primary-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-vtd-primary-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-vtd-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-vtd-primary-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-vtd-primary-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-vtd-primary-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-vtd-primary-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-vtd-primary-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-vtd-primary-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-vtd-primary-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-vtd-primary-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-vtd-primary-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-vtd-primary-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-vtd-primary-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-vtd-primary-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-vtd-primary-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-vtd-primary-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-vtd-primary-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-vtd-primary-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-vtd-primary-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-vtd-primary-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-vtd-primary-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-vtd-primary-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-vtd-primary-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-vtd-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity));
}
.bg-vtd-primary-950\/0 {
  background-color: rgb(3 7 18 / 0);
}
.bg-vtd-primary-950\/10 {
  background-color: rgb(3 7 18 / 0.1);
}
.bg-vtd-primary-950\/100 {
  background-color: rgb(3 7 18 / 1);
}
.bg-vtd-primary-950\/15 {
  background-color: rgb(3 7 18 / 0.15);
}
.bg-vtd-primary-950\/20 {
  background-color: rgb(3 7 18 / 0.2);
}
.bg-vtd-primary-950\/25 {
  background-color: rgb(3 7 18 / 0.25);
}
.bg-vtd-primary-950\/30 {
  background-color: rgb(3 7 18 / 0.3);
}
.bg-vtd-primary-950\/35 {
  background-color: rgb(3 7 18 / 0.35);
}
.bg-vtd-primary-950\/40 {
  background-color: rgb(3 7 18 / 0.4);
}
.bg-vtd-primary-950\/45 {
  background-color: rgb(3 7 18 / 0.45);
}
.bg-vtd-primary-950\/5 {
  background-color: rgb(3 7 18 / 0.05);
}
.bg-vtd-primary-950\/50 {
  background-color: rgb(3 7 18 / 0.5);
}
.bg-vtd-primary-950\/55 {
  background-color: rgb(3 7 18 / 0.55);
}
.bg-vtd-primary-950\/60 {
  background-color: rgb(3 7 18 / 0.6);
}
.bg-vtd-primary-950\/65 {
  background-color: rgb(3 7 18 / 0.65);
}
.bg-vtd-primary-950\/70 {
  background-color: rgb(3 7 18 / 0.7);
}
.bg-vtd-primary-950\/75 {
  background-color: rgb(3 7 18 / 0.75);
}
.bg-vtd-primary-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}
.bg-vtd-primary-950\/85 {
  background-color: rgb(3 7 18 / 0.85);
}
.bg-vtd-primary-950\/90 {
  background-color: rgb(3 7 18 / 0.9);
}
.bg-vtd-primary-950\/95 {
  background-color: rgb(3 7 18 / 0.95);
}
.bg-vtd-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-vtd-secondary-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-vtd-secondary-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-vtd-secondary-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-vtd-secondary-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-vtd-secondary-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-vtd-secondary-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-vtd-secondary-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-vtd-secondary-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-vtd-secondary-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-vtd-secondary-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-vtd-secondary-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-vtd-secondary-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-vtd-secondary-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-vtd-secondary-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-vtd-secondary-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-vtd-secondary-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-vtd-secondary-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-vtd-secondary-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-vtd-secondary-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-vtd-secondary-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-vtd-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-vtd-secondary-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-vtd-secondary-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-vtd-secondary-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}
.bg-vtd-secondary-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-vtd-secondary-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-vtd-secondary-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-vtd-secondary-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}
.bg-vtd-secondary-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-vtd-secondary-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-vtd-secondary-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-vtd-secondary-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-vtd-secondary-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-vtd-secondary-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-vtd-secondary-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-vtd-secondary-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-vtd-secondary-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-vtd-secondary-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-vtd-secondary-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-vtd-secondary-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-vtd-secondary-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-vtd-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-vtd-secondary-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-vtd-secondary-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-vtd-secondary-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}
.bg-vtd-secondary-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-vtd-secondary-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-vtd-secondary-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-vtd-secondary-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}
.bg-vtd-secondary-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-vtd-secondary-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-vtd-secondary-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-vtd-secondary-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-vtd-secondary-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-vtd-secondary-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-vtd-secondary-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-vtd-secondary-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-vtd-secondary-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-vtd-secondary-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-vtd-secondary-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-vtd-secondary-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-vtd-secondary-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-vtd-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-vtd-secondary-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-vtd-secondary-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-vtd-secondary-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-vtd-secondary-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-vtd-secondary-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-vtd-secondary-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-vtd-secondary-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}
.bg-vtd-secondary-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-vtd-secondary-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-vtd-secondary-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-vtd-secondary-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-vtd-secondary-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-vtd-secondary-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-vtd-secondary-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-vtd-secondary-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-vtd-secondary-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-vtd-secondary-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-vtd-secondary-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-vtd-secondary-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-vtd-secondary-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-vtd-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-vtd-secondary-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-vtd-secondary-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-vtd-secondary-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-vtd-secondary-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-vtd-secondary-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-vtd-secondary-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-vtd-secondary-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-vtd-secondary-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-vtd-secondary-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-vtd-secondary-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-vtd-secondary-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-vtd-secondary-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-vtd-secondary-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-vtd-secondary-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-vtd-secondary-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-vtd-secondary-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-vtd-secondary-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-vtd-secondary-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-vtd-secondary-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-vtd-secondary-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-vtd-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-vtd-secondary-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-vtd-secondary-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-vtd-secondary-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}
.bg-vtd-secondary-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-vtd-secondary-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-vtd-secondary-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-vtd-secondary-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}
.bg-vtd-secondary-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-vtd-secondary-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-vtd-secondary-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-vtd-secondary-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-vtd-secondary-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-vtd-secondary-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-vtd-secondary-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-vtd-secondary-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-vtd-secondary-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-vtd-secondary-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-vtd-secondary-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-vtd-secondary-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-vtd-secondary-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-vtd-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-vtd-secondary-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-vtd-secondary-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-vtd-secondary-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}
.bg-vtd-secondary-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-vtd-secondary-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-vtd-secondary-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-vtd-secondary-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}
.bg-vtd-secondary-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-vtd-secondary-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-vtd-secondary-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-vtd-secondary-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-vtd-secondary-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-vtd-secondary-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-vtd-secondary-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-vtd-secondary-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-vtd-secondary-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-vtd-secondary-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-vtd-secondary-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-vtd-secondary-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-vtd-secondary-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-vtd-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-vtd-secondary-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-vtd-secondary-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-vtd-secondary-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}
.bg-vtd-secondary-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-vtd-secondary-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-vtd-secondary-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-vtd-secondary-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}
.bg-vtd-secondary-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-vtd-secondary-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-vtd-secondary-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-vtd-secondary-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-vtd-secondary-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-vtd-secondary-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-vtd-secondary-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-vtd-secondary-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-vtd-secondary-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-vtd-secondary-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-vtd-secondary-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-vtd-secondary-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-vtd-secondary-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-vtd-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-vtd-secondary-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-vtd-secondary-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-vtd-secondary-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}
.bg-vtd-secondary-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-vtd-secondary-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-vtd-secondary-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-vtd-secondary-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}
.bg-vtd-secondary-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-vtd-secondary-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-vtd-secondary-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-vtd-secondary-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-vtd-secondary-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-vtd-secondary-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-vtd-secondary-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-vtd-secondary-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-vtd-secondary-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-vtd-secondary-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-vtd-secondary-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-vtd-secondary-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-vtd-secondary-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-vtd-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-vtd-secondary-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-vtd-secondary-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-vtd-secondary-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}
.bg-vtd-secondary-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-vtd-secondary-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-vtd-secondary-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-vtd-secondary-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}
.bg-vtd-secondary-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-vtd-secondary-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-vtd-secondary-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-vtd-secondary-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-vtd-secondary-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-vtd-secondary-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-vtd-secondary-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-vtd-secondary-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-vtd-secondary-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-vtd-secondary-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-vtd-secondary-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-vtd-secondary-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-vtd-secondary-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-vtd-secondary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-vtd-secondary-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-vtd-secondary-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-vtd-secondary-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-vtd-secondary-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}
.bg-vtd-secondary-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-vtd-secondary-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-vtd-secondary-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-vtd-secondary-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}
.bg-vtd-secondary-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-vtd-secondary-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-vtd-secondary-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-vtd-secondary-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-vtd-secondary-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-vtd-secondary-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-vtd-secondary-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-vtd-secondary-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-vtd-secondary-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-vtd-secondary-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-vtd-secondary-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-vtd-secondary-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-vtd-secondary-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-warmGray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-warmGray-100\/0 {
  background-color: rgb(245 245 244 / 0);
}
.bg-warmGray-100\/10 {
  background-color: rgb(245 245 244 / 0.1);
}
.bg-warmGray-100\/100 {
  background-color: rgb(245 245 244 / 1);
}
.bg-warmGray-100\/15 {
  background-color: rgb(245 245 244 / 0.15);
}
.bg-warmGray-100\/20 {
  background-color: rgb(245 245 244 / 0.2);
}
.bg-warmGray-100\/25 {
  background-color: rgb(245 245 244 / 0.25);
}
.bg-warmGray-100\/30 {
  background-color: rgb(245 245 244 / 0.3);
}
.bg-warmGray-100\/35 {
  background-color: rgb(245 245 244 / 0.35);
}
.bg-warmGray-100\/40 {
  background-color: rgb(245 245 244 / 0.4);
}
.bg-warmGray-100\/45 {
  background-color: rgb(245 245 244 / 0.45);
}
.bg-warmGray-100\/5 {
  background-color: rgb(245 245 244 / 0.05);
}
.bg-warmGray-100\/50 {
  background-color: rgb(245 245 244 / 0.5);
}
.bg-warmGray-100\/55 {
  background-color: rgb(245 245 244 / 0.55);
}
.bg-warmGray-100\/60 {
  background-color: rgb(245 245 244 / 0.6);
}
.bg-warmGray-100\/65 {
  background-color: rgb(245 245 244 / 0.65);
}
.bg-warmGray-100\/70 {
  background-color: rgb(245 245 244 / 0.7);
}
.bg-warmGray-100\/75 {
  background-color: rgb(245 245 244 / 0.75);
}
.bg-warmGray-100\/80 {
  background-color: rgb(245 245 244 / 0.8);
}
.bg-warmGray-100\/85 {
  background-color: rgb(245 245 244 / 0.85);
}
.bg-warmGray-100\/90 {
  background-color: rgb(245 245 244 / 0.9);
}
.bg-warmGray-100\/95 {
  background-color: rgb(245 245 244 / 0.95);
}
.bg-warmGray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.bg-warmGray-200\/0 {
  background-color: rgb(231 229 228 / 0);
}
.bg-warmGray-200\/10 {
  background-color: rgb(231 229 228 / 0.1);
}
.bg-warmGray-200\/100 {
  background-color: rgb(231 229 228 / 1);
}
.bg-warmGray-200\/15 {
  background-color: rgb(231 229 228 / 0.15);
}
.bg-warmGray-200\/20 {
  background-color: rgb(231 229 228 / 0.2);
}
.bg-warmGray-200\/25 {
  background-color: rgb(231 229 228 / 0.25);
}
.bg-warmGray-200\/30 {
  background-color: rgb(231 229 228 / 0.3);
}
.bg-warmGray-200\/35 {
  background-color: rgb(231 229 228 / 0.35);
}
.bg-warmGray-200\/40 {
  background-color: rgb(231 229 228 / 0.4);
}
.bg-warmGray-200\/45 {
  background-color: rgb(231 229 228 / 0.45);
}
.bg-warmGray-200\/5 {
  background-color: rgb(231 229 228 / 0.05);
}
.bg-warmGray-200\/50 {
  background-color: rgb(231 229 228 / 0.5);
}
.bg-warmGray-200\/55 {
  background-color: rgb(231 229 228 / 0.55);
}
.bg-warmGray-200\/60 {
  background-color: rgb(231 229 228 / 0.6);
}
.bg-warmGray-200\/65 {
  background-color: rgb(231 229 228 / 0.65);
}
.bg-warmGray-200\/70 {
  background-color: rgb(231 229 228 / 0.7);
}
.bg-warmGray-200\/75 {
  background-color: rgb(231 229 228 / 0.75);
}
.bg-warmGray-200\/80 {
  background-color: rgb(231 229 228 / 0.8);
}
.bg-warmGray-200\/85 {
  background-color: rgb(231 229 228 / 0.85);
}
.bg-warmGray-200\/90 {
  background-color: rgb(231 229 228 / 0.9);
}
.bg-warmGray-200\/95 {
  background-color: rgb(231 229 228 / 0.95);
}
.bg-warmGray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity));
}
.bg-warmGray-300\/0 {
  background-color: rgb(214 211 209 / 0);
}
.bg-warmGray-300\/10 {
  background-color: rgb(214 211 209 / 0.1);
}
.bg-warmGray-300\/100 {
  background-color: rgb(214 211 209 / 1);
}
.bg-warmGray-300\/15 {
  background-color: rgb(214 211 209 / 0.15);
}
.bg-warmGray-300\/20 {
  background-color: rgb(214 211 209 / 0.2);
}
.bg-warmGray-300\/25 {
  background-color: rgb(214 211 209 / 0.25);
}
.bg-warmGray-300\/30 {
  background-color: rgb(214 211 209 / 0.3);
}
.bg-warmGray-300\/35 {
  background-color: rgb(214 211 209 / 0.35);
}
.bg-warmGray-300\/40 {
  background-color: rgb(214 211 209 / 0.4);
}
.bg-warmGray-300\/45 {
  background-color: rgb(214 211 209 / 0.45);
}
.bg-warmGray-300\/5 {
  background-color: rgb(214 211 209 / 0.05);
}
.bg-warmGray-300\/50 {
  background-color: rgb(214 211 209 / 0.5);
}
.bg-warmGray-300\/55 {
  background-color: rgb(214 211 209 / 0.55);
}
.bg-warmGray-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-warmGray-300\/65 {
  background-color: rgb(214 211 209 / 0.65);
}
.bg-warmGray-300\/70 {
  background-color: rgb(214 211 209 / 0.7);
}
.bg-warmGray-300\/75 {
  background-color: rgb(214 211 209 / 0.75);
}
.bg-warmGray-300\/80 {
  background-color: rgb(214 211 209 / 0.8);
}
.bg-warmGray-300\/85 {
  background-color: rgb(214 211 209 / 0.85);
}
.bg-warmGray-300\/90 {
  background-color: rgb(214 211 209 / 0.9);
}
.bg-warmGray-300\/95 {
  background-color: rgb(214 211 209 / 0.95);
}
.bg-warmGray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.bg-warmGray-400\/0 {
  background-color: rgb(168 162 158 / 0);
}
.bg-warmGray-400\/10 {
  background-color: rgb(168 162 158 / 0.1);
}
.bg-warmGray-400\/100 {
  background-color: rgb(168 162 158 / 1);
}
.bg-warmGray-400\/15 {
  background-color: rgb(168 162 158 / 0.15);
}
.bg-warmGray-400\/20 {
  background-color: rgb(168 162 158 / 0.2);
}
.bg-warmGray-400\/25 {
  background-color: rgb(168 162 158 / 0.25);
}
.bg-warmGray-400\/30 {
  background-color: rgb(168 162 158 / 0.3);
}
.bg-warmGray-400\/35 {
  background-color: rgb(168 162 158 / 0.35);
}
.bg-warmGray-400\/40 {
  background-color: rgb(168 162 158 / 0.4);
}
.bg-warmGray-400\/45 {
  background-color: rgb(168 162 158 / 0.45);
}
.bg-warmGray-400\/5 {
  background-color: rgb(168 162 158 / 0.05);
}
.bg-warmGray-400\/50 {
  background-color: rgb(168 162 158 / 0.5);
}
.bg-warmGray-400\/55 {
  background-color: rgb(168 162 158 / 0.55);
}
.bg-warmGray-400\/60 {
  background-color: rgb(168 162 158 / 0.6);
}
.bg-warmGray-400\/65 {
  background-color: rgb(168 162 158 / 0.65);
}
.bg-warmGray-400\/70 {
  background-color: rgb(168 162 158 / 0.7);
}
.bg-warmGray-400\/75 {
  background-color: rgb(168 162 158 / 0.75);
}
.bg-warmGray-400\/80 {
  background-color: rgb(168 162 158 / 0.8);
}
.bg-warmGray-400\/85 {
  background-color: rgb(168 162 158 / 0.85);
}
.bg-warmGray-400\/90 {
  background-color: rgb(168 162 158 / 0.9);
}
.bg-warmGray-400\/95 {
  background-color: rgb(168 162 158 / 0.95);
}
.bg-warmGray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-warmGray-50\/0 {
  background-color: rgb(250 250 249 / 0);
}
.bg-warmGray-50\/10 {
  background-color: rgb(250 250 249 / 0.1);
}
.bg-warmGray-50\/100 {
  background-color: rgb(250 250 249 / 1);
}
.bg-warmGray-50\/15 {
  background-color: rgb(250 250 249 / 0.15);
}
.bg-warmGray-50\/20 {
  background-color: rgb(250 250 249 / 0.2);
}
.bg-warmGray-50\/25 {
  background-color: rgb(250 250 249 / 0.25);
}
.bg-warmGray-50\/30 {
  background-color: rgb(250 250 249 / 0.3);
}
.bg-warmGray-50\/35 {
  background-color: rgb(250 250 249 / 0.35);
}
.bg-warmGray-50\/40 {
  background-color: rgb(250 250 249 / 0.4);
}
.bg-warmGray-50\/45 {
  background-color: rgb(250 250 249 / 0.45);
}
.bg-warmGray-50\/5 {
  background-color: rgb(250 250 249 / 0.05);
}
.bg-warmGray-50\/50 {
  background-color: rgb(250 250 249 / 0.5);
}
.bg-warmGray-50\/55 {
  background-color: rgb(250 250 249 / 0.55);
}
.bg-warmGray-50\/60 {
  background-color: rgb(250 250 249 / 0.6);
}
.bg-warmGray-50\/65 {
  background-color: rgb(250 250 249 / 0.65);
}
.bg-warmGray-50\/70 {
  background-color: rgb(250 250 249 / 0.7);
}
.bg-warmGray-50\/75 {
  background-color: rgb(250 250 249 / 0.75);
}
.bg-warmGray-50\/80 {
  background-color: rgb(250 250 249 / 0.8);
}
.bg-warmGray-50\/85 {
  background-color: rgb(250 250 249 / 0.85);
}
.bg-warmGray-50\/90 {
  background-color: rgb(250 250 249 / 0.9);
}
.bg-warmGray-50\/95 {
  background-color: rgb(250 250 249 / 0.95);
}
.bg-warmGray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity));
}
.bg-warmGray-500\/0 {
  background-color: rgb(120 113 108 / 0);
}
.bg-warmGray-500\/10 {
  background-color: rgb(120 113 108 / 0.1);
}
.bg-warmGray-500\/100 {
  background-color: rgb(120 113 108 / 1);
}
.bg-warmGray-500\/15 {
  background-color: rgb(120 113 108 / 0.15);
}
.bg-warmGray-500\/20 {
  background-color: rgb(120 113 108 / 0.2);
}
.bg-warmGray-500\/25 {
  background-color: rgb(120 113 108 / 0.25);
}
.bg-warmGray-500\/30 {
  background-color: rgb(120 113 108 / 0.3);
}
.bg-warmGray-500\/35 {
  background-color: rgb(120 113 108 / 0.35);
}
.bg-warmGray-500\/40 {
  background-color: rgb(120 113 108 / 0.4);
}
.bg-warmGray-500\/45 {
  background-color: rgb(120 113 108 / 0.45);
}
.bg-warmGray-500\/5 {
  background-color: rgb(120 113 108 / 0.05);
}
.bg-warmGray-500\/50 {
  background-color: rgb(120 113 108 / 0.5);
}
.bg-warmGray-500\/55 {
  background-color: rgb(120 113 108 / 0.55);
}
.bg-warmGray-500\/60 {
  background-color: rgb(120 113 108 / 0.6);
}
.bg-warmGray-500\/65 {
  background-color: rgb(120 113 108 / 0.65);
}
.bg-warmGray-500\/70 {
  background-color: rgb(120 113 108 / 0.7);
}
.bg-warmGray-500\/75 {
  background-color: rgb(120 113 108 / 0.75);
}
.bg-warmGray-500\/80 {
  background-color: rgb(120 113 108 / 0.8);
}
.bg-warmGray-500\/85 {
  background-color: rgb(120 113 108 / 0.85);
}
.bg-warmGray-500\/90 {
  background-color: rgb(120 113 108 / 0.9);
}
.bg-warmGray-500\/95 {
  background-color: rgb(120 113 108 / 0.95);
}
.bg-warmGray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity));
}
.bg-warmGray-600\/0 {
  background-color: rgb(87 83 78 / 0);
}
.bg-warmGray-600\/10 {
  background-color: rgb(87 83 78 / 0.1);
}
.bg-warmGray-600\/100 {
  background-color: rgb(87 83 78 / 1);
}
.bg-warmGray-600\/15 {
  background-color: rgb(87 83 78 / 0.15);
}
.bg-warmGray-600\/20 {
  background-color: rgb(87 83 78 / 0.2);
}
.bg-warmGray-600\/25 {
  background-color: rgb(87 83 78 / 0.25);
}
.bg-warmGray-600\/30 {
  background-color: rgb(87 83 78 / 0.3);
}
.bg-warmGray-600\/35 {
  background-color: rgb(87 83 78 / 0.35);
}
.bg-warmGray-600\/40 {
  background-color: rgb(87 83 78 / 0.4);
}
.bg-warmGray-600\/45 {
  background-color: rgb(87 83 78 / 0.45);
}
.bg-warmGray-600\/5 {
  background-color: rgb(87 83 78 / 0.05);
}
.bg-warmGray-600\/50 {
  background-color: rgb(87 83 78 / 0.5);
}
.bg-warmGray-600\/55 {
  background-color: rgb(87 83 78 / 0.55);
}
.bg-warmGray-600\/60 {
  background-color: rgb(87 83 78 / 0.6);
}
.bg-warmGray-600\/65 {
  background-color: rgb(87 83 78 / 0.65);
}
.bg-warmGray-600\/70 {
  background-color: rgb(87 83 78 / 0.7);
}
.bg-warmGray-600\/75 {
  background-color: rgb(87 83 78 / 0.75);
}
.bg-warmGray-600\/80 {
  background-color: rgb(87 83 78 / 0.8);
}
.bg-warmGray-600\/85 {
  background-color: rgb(87 83 78 / 0.85);
}
.bg-warmGray-600\/90 {
  background-color: rgb(87 83 78 / 0.9);
}
.bg-warmGray-600\/95 {
  background-color: rgb(87 83 78 / 0.95);
}
.bg-warmGray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.bg-warmGray-700\/0 {
  background-color: rgb(68 64 60 / 0);
}
.bg-warmGray-700\/10 {
  background-color: rgb(68 64 60 / 0.1);
}
.bg-warmGray-700\/100 {
  background-color: rgb(68 64 60 / 1);
}
.bg-warmGray-700\/15 {
  background-color: rgb(68 64 60 / 0.15);
}
.bg-warmGray-700\/20 {
  background-color: rgb(68 64 60 / 0.2);
}
.bg-warmGray-700\/25 {
  background-color: rgb(68 64 60 / 0.25);
}
.bg-warmGray-700\/30 {
  background-color: rgb(68 64 60 / 0.3);
}
.bg-warmGray-700\/35 {
  background-color: rgb(68 64 60 / 0.35);
}
.bg-warmGray-700\/40 {
  background-color: rgb(68 64 60 / 0.4);
}
.bg-warmGray-700\/45 {
  background-color: rgb(68 64 60 / 0.45);
}
.bg-warmGray-700\/5 {
  background-color: rgb(68 64 60 / 0.05);
}
.bg-warmGray-700\/50 {
  background-color: rgb(68 64 60 / 0.5);
}
.bg-warmGray-700\/55 {
  background-color: rgb(68 64 60 / 0.55);
}
.bg-warmGray-700\/60 {
  background-color: rgb(68 64 60 / 0.6);
}
.bg-warmGray-700\/65 {
  background-color: rgb(68 64 60 / 0.65);
}
.bg-warmGray-700\/70 {
  background-color: rgb(68 64 60 / 0.7);
}
.bg-warmGray-700\/75 {
  background-color: rgb(68 64 60 / 0.75);
}
.bg-warmGray-700\/80 {
  background-color: rgb(68 64 60 / 0.8);
}
.bg-warmGray-700\/85 {
  background-color: rgb(68 64 60 / 0.85);
}
.bg-warmGray-700\/90 {
  background-color: rgb(68 64 60 / 0.9);
}
.bg-warmGray-700\/95 {
  background-color: rgb(68 64 60 / 0.95);
}
.bg-warmGray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-warmGray-800\/0 {
  background-color: rgb(41 37 36 / 0);
}
.bg-warmGray-800\/10 {
  background-color: rgb(41 37 36 / 0.1);
}
.bg-warmGray-800\/100 {
  background-color: rgb(41 37 36 / 1);
}
.bg-warmGray-800\/15 {
  background-color: rgb(41 37 36 / 0.15);
}
.bg-warmGray-800\/20 {
  background-color: rgb(41 37 36 / 0.2);
}
.bg-warmGray-800\/25 {
  background-color: rgb(41 37 36 / 0.25);
}
.bg-warmGray-800\/30 {
  background-color: rgb(41 37 36 / 0.3);
}
.bg-warmGray-800\/35 {
  background-color: rgb(41 37 36 / 0.35);
}
.bg-warmGray-800\/40 {
  background-color: rgb(41 37 36 / 0.4);
}
.bg-warmGray-800\/45 {
  background-color: rgb(41 37 36 / 0.45);
}
.bg-warmGray-800\/5 {
  background-color: rgb(41 37 36 / 0.05);
}
.bg-warmGray-800\/50 {
  background-color: rgb(41 37 36 / 0.5);
}
.bg-warmGray-800\/55 {
  background-color: rgb(41 37 36 / 0.55);
}
.bg-warmGray-800\/60 {
  background-color: rgb(41 37 36 / 0.6);
}
.bg-warmGray-800\/65 {
  background-color: rgb(41 37 36 / 0.65);
}
.bg-warmGray-800\/70 {
  background-color: rgb(41 37 36 / 0.7);
}
.bg-warmGray-800\/75 {
  background-color: rgb(41 37 36 / 0.75);
}
.bg-warmGray-800\/80 {
  background-color: rgb(41 37 36 / 0.8);
}
.bg-warmGray-800\/85 {
  background-color: rgb(41 37 36 / 0.85);
}
.bg-warmGray-800\/90 {
  background-color: rgb(41 37 36 / 0.9);
}
.bg-warmGray-800\/95 {
  background-color: rgb(41 37 36 / 0.95);
}
.bg-warmGray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.bg-warmGray-900\/0 {
  background-color: rgb(28 25 23 / 0);
}
.bg-warmGray-900\/10 {
  background-color: rgb(28 25 23 / 0.1);
}
.bg-warmGray-900\/100 {
  background-color: rgb(28 25 23 / 1);
}
.bg-warmGray-900\/15 {
  background-color: rgb(28 25 23 / 0.15);
}
.bg-warmGray-900\/20 {
  background-color: rgb(28 25 23 / 0.2);
}
.bg-warmGray-900\/25 {
  background-color: rgb(28 25 23 / 0.25);
}
.bg-warmGray-900\/30 {
  background-color: rgb(28 25 23 / 0.3);
}
.bg-warmGray-900\/35 {
  background-color: rgb(28 25 23 / 0.35);
}
.bg-warmGray-900\/40 {
  background-color: rgb(28 25 23 / 0.4);
}
.bg-warmGray-900\/45 {
  background-color: rgb(28 25 23 / 0.45);
}
.bg-warmGray-900\/5 {
  background-color: rgb(28 25 23 / 0.05);
}
.bg-warmGray-900\/50 {
  background-color: rgb(28 25 23 / 0.5);
}
.bg-warmGray-900\/55 {
  background-color: rgb(28 25 23 / 0.55);
}
.bg-warmGray-900\/60 {
  background-color: rgb(28 25 23 / 0.6);
}
.bg-warmGray-900\/65 {
  background-color: rgb(28 25 23 / 0.65);
}
.bg-warmGray-900\/70 {
  background-color: rgb(28 25 23 / 0.7);
}
.bg-warmGray-900\/75 {
  background-color: rgb(28 25 23 / 0.75);
}
.bg-warmGray-900\/80 {
  background-color: rgb(28 25 23 / 0.8);
}
.bg-warmGray-900\/85 {
  background-color: rgb(28 25 23 / 0.85);
}
.bg-warmGray-900\/90 {
  background-color: rgb(28 25 23 / 0.9);
}
.bg-warmGray-900\/95 {
  background-color: rgb(28 25 23 / 0.95);
}
.bg-warmGray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity));
}
.bg-warmGray-950\/0 {
  background-color: rgb(12 10 9 / 0);
}
.bg-warmGray-950\/10 {
  background-color: rgb(12 10 9 / 0.1);
}
.bg-warmGray-950\/100 {
  background-color: rgb(12 10 9 / 1);
}
.bg-warmGray-950\/15 {
  background-color: rgb(12 10 9 / 0.15);
}
.bg-warmGray-950\/20 {
  background-color: rgb(12 10 9 / 0.2);
}
.bg-warmGray-950\/25 {
  background-color: rgb(12 10 9 / 0.25);
}
.bg-warmGray-950\/30 {
  background-color: rgb(12 10 9 / 0.3);
}
.bg-warmGray-950\/35 {
  background-color: rgb(12 10 9 / 0.35);
}
.bg-warmGray-950\/40 {
  background-color: rgb(12 10 9 / 0.4);
}
.bg-warmGray-950\/45 {
  background-color: rgb(12 10 9 / 0.45);
}
.bg-warmGray-950\/5 {
  background-color: rgb(12 10 9 / 0.05);
}
.bg-warmGray-950\/50 {
  background-color: rgb(12 10 9 / 0.5);
}
.bg-warmGray-950\/55 {
  background-color: rgb(12 10 9 / 0.55);
}
.bg-warmGray-950\/60 {
  background-color: rgb(12 10 9 / 0.6);
}
.bg-warmGray-950\/65 {
  background-color: rgb(12 10 9 / 0.65);
}
.bg-warmGray-950\/70 {
  background-color: rgb(12 10 9 / 0.7);
}
.bg-warmGray-950\/75 {
  background-color: rgb(12 10 9 / 0.75);
}
.bg-warmGray-950\/80 {
  background-color: rgb(12 10 9 / 0.8);
}
.bg-warmGray-950\/85 {
  background-color: rgb(12 10 9 / 0.85);
}
.bg-warmGray-950\/90 {
  background-color: rgb(12 10 9 / 0.9);
}
.bg-warmGray-950\/95 {
  background-color: rgb(12 10 9 / 0.95);
}
.bg-warning {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
}
.bg-warning-content {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wac,oklch(var(--wac)/var(--tw-bg-opacity)));
}
.bg-warning-content\/0 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0));
}
.bg-warning-content\/10 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.1));
}
.bg-warning-content\/100 {
  background-color: var(--fallback-wac,oklch(var(--wac)/1));
}
.bg-warning-content\/15 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.15));
}
.bg-warning-content\/20 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.2));
}
.bg-warning-content\/25 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.25));
}
.bg-warning-content\/30 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.3));
}
.bg-warning-content\/35 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.35));
}
.bg-warning-content\/40 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.4));
}
.bg-warning-content\/45 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.45));
}
.bg-warning-content\/5 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.05));
}
.bg-warning-content\/50 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.5));
}
.bg-warning-content\/55 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.55));
}
.bg-warning-content\/60 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.6));
}
.bg-warning-content\/65 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.65));
}
.bg-warning-content\/70 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.7));
}
.bg-warning-content\/75 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.75));
}
.bg-warning-content\/80 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.8));
}
.bg-warning-content\/85 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.85));
}
.bg-warning-content\/90 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.9));
}
.bg-warning-content\/95 {
  background-color: var(--fallback-wac,oklch(var(--wac)/0.95));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}
.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}
.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}
.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}
.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}
.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}
.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}
.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}
.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}
.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}
.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}
.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}
.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}
.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}
.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}
.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}
.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}
.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}
.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}
.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}
.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}
.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}
.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}
.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}
.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}
.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}
.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}
.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}
.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}
.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}
.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}
.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}
.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}
.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}
.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}
.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}
.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}
.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}
.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}
.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}
.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}
.bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-300\/0 {
  background-color: rgb(253 224 71 / 0);
}
.bg-yellow-300\/10 {
  background-color: rgb(253 224 71 / 0.1);
}
.bg-yellow-300\/100 {
  background-color: rgb(253 224 71 / 1);
}
.bg-yellow-300\/15 {
  background-color: rgb(253 224 71 / 0.15);
}
.bg-yellow-300\/20 {
  background-color: rgb(253 224 71 / 0.2);
}
.bg-yellow-300\/25 {
  background-color: rgb(253 224 71 / 0.25);
}
.bg-yellow-300\/30 {
  background-color: rgb(253 224 71 / 0.3);
}
.bg-yellow-300\/35 {
  background-color: rgb(253 224 71 / 0.35);
}
.bg-yellow-300\/40 {
  background-color: rgb(253 224 71 / 0.4);
}
.bg-yellow-300\/45 {
  background-color: rgb(253 224 71 / 0.45);
}
.bg-yellow-300\/5 {
  background-color: rgb(253 224 71 / 0.05);
}
.bg-yellow-300\/50 {
  background-color: rgb(253 224 71 / 0.5);
}
.bg-yellow-300\/55 {
  background-color: rgb(253 224 71 / 0.55);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-300\/65 {
  background-color: rgb(253 224 71 / 0.65);
}
.bg-yellow-300\/70 {
  background-color: rgb(253 224 71 / 0.7);
}
.bg-yellow-300\/75 {
  background-color: rgb(253 224 71 / 0.75);
}
.bg-yellow-300\/80 {
  background-color: rgb(253 224 71 / 0.8);
}
.bg-yellow-300\/85 {
  background-color: rgb(253 224 71 / 0.85);
}
.bg-yellow-300\/90 {
  background-color: rgb(253 224 71 / 0.9);
}
.bg-yellow-300\/95 {
  background-color: rgb(253 224 71 / 0.95);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}
.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}
.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}
.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}
.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}
.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}
.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}
.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}
.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}
.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}
.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}
.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}
.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}
.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}
.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}
.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}
.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}
.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}
.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}
.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}
.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}
.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}
.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}
.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}
.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}
.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}
.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}
.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}
.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}
.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}
.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}
.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}
.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}
.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}
.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}
.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}
.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}
.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}
.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}
.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}
.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}
.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}
.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}
.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}
.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}
.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}
.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}
.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}
.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}
.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}
.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}
.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}
.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}
.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}
.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}
.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}
.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}
.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}
.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}
.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}
.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}
.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}
.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}
.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}
.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}
.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}
.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}
.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}
.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-700\/0 {
  background-color: rgb(161 98 7 / 0);
}
.bg-yellow-700\/10 {
  background-color: rgb(161 98 7 / 0.1);
}
.bg-yellow-700\/100 {
  background-color: rgb(161 98 7 / 1);
}
.bg-yellow-700\/15 {
  background-color: rgb(161 98 7 / 0.15);
}
.bg-yellow-700\/20 {
  background-color: rgb(161 98 7 / 0.2);
}
.bg-yellow-700\/25 {
  background-color: rgb(161 98 7 / 0.25);
}
.bg-yellow-700\/30 {
  background-color: rgb(161 98 7 / 0.3);
}
.bg-yellow-700\/35 {
  background-color: rgb(161 98 7 / 0.35);
}
.bg-yellow-700\/40 {
  background-color: rgb(161 98 7 / 0.4);
}
.bg-yellow-700\/45 {
  background-color: rgb(161 98 7 / 0.45);
}
.bg-yellow-700\/5 {
  background-color: rgb(161 98 7 / 0.05);
}
.bg-yellow-700\/50 {
  background-color: rgb(161 98 7 / 0.5);
}
.bg-yellow-700\/55 {
  background-color: rgb(161 98 7 / 0.55);
}
.bg-yellow-700\/60 {
  background-color: rgb(161 98 7 / 0.6);
}
.bg-yellow-700\/65 {
  background-color: rgb(161 98 7 / 0.65);
}
.bg-yellow-700\/70 {
  background-color: rgb(161 98 7 / 0.7);
}
.bg-yellow-700\/75 {
  background-color: rgb(161 98 7 / 0.75);
}
.bg-yellow-700\/80 {
  background-color: rgb(161 98 7 / 0.8);
}
.bg-yellow-700\/85 {
  background-color: rgb(161 98 7 / 0.85);
}
.bg-yellow-700\/90 {
  background-color: rgb(161 98 7 / 0.9);
}
.bg-yellow-700\/95 {
  background-color: rgb(161 98 7 / 0.95);
}
.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}
.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}
.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}
.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}
.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}
.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}
.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}
.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}
.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}
.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}
.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}
.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}
.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}
.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}
.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}
.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}
.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}
.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}
.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}
.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}
.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}
.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-yellow-900\/0 {
  background-color: rgb(113 63 18 / 0);
}
.bg-yellow-900\/10 {
  background-color: rgb(113 63 18 / 0.1);
}
.bg-yellow-900\/100 {
  background-color: rgb(113 63 18 / 1);
}
.bg-yellow-900\/15 {
  background-color: rgb(113 63 18 / 0.15);
}
.bg-yellow-900\/20 {
  background-color: rgb(113 63 18 / 0.2);
}
.bg-yellow-900\/25 {
  background-color: rgb(113 63 18 / 0.25);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-yellow-900\/35 {
  background-color: rgb(113 63 18 / 0.35);
}
.bg-yellow-900\/40 {
  background-color: rgb(113 63 18 / 0.4);
}
.bg-yellow-900\/45 {
  background-color: rgb(113 63 18 / 0.45);
}
.bg-yellow-900\/5 {
  background-color: rgb(113 63 18 / 0.05);
}
.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}
.bg-yellow-900\/55 {
  background-color: rgb(113 63 18 / 0.55);
}
.bg-yellow-900\/60 {
  background-color: rgb(113 63 18 / 0.6);
}
.bg-yellow-900\/65 {
  background-color: rgb(113 63 18 / 0.65);
}
.bg-yellow-900\/70 {
  background-color: rgb(113 63 18 / 0.7);
}
.bg-yellow-900\/75 {
  background-color: rgb(113 63 18 / 0.75);
}
.bg-yellow-900\/80 {
  background-color: rgb(113 63 18 / 0.8);
}
.bg-yellow-900\/85 {
  background-color: rgb(113 63 18 / 0.85);
}
.bg-yellow-900\/90 {
  background-color: rgb(113 63 18 / 0.9);
}
.bg-yellow-900\/95 {
  background-color: rgb(113 63 18 / 0.95);
}
.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity));
}
.bg-yellow-950\/0 {
  background-color: rgb(66 32 6 / 0);
}
.bg-yellow-950\/10 {
  background-color: rgb(66 32 6 / 0.1);
}
.bg-yellow-950\/100 {
  background-color: rgb(66 32 6 / 1);
}
.bg-yellow-950\/15 {
  background-color: rgb(66 32 6 / 0.15);
}
.bg-yellow-950\/20 {
  background-color: rgb(66 32 6 / 0.2);
}
.bg-yellow-950\/25 {
  background-color: rgb(66 32 6 / 0.25);
}
.bg-yellow-950\/30 {
  background-color: rgb(66 32 6 / 0.3);
}
.bg-yellow-950\/35 {
  background-color: rgb(66 32 6 / 0.35);
}
.bg-yellow-950\/40 {
  background-color: rgb(66 32 6 / 0.4);
}
.bg-yellow-950\/45 {
  background-color: rgb(66 32 6 / 0.45);
}
.bg-yellow-950\/5 {
  background-color: rgb(66 32 6 / 0.05);
}
.bg-yellow-950\/50 {
  background-color: rgb(66 32 6 / 0.5);
}
.bg-yellow-950\/55 {
  background-color: rgb(66 32 6 / 0.55);
}
.bg-yellow-950\/60 {
  background-color: rgb(66 32 6 / 0.6);
}
.bg-yellow-950\/65 {
  background-color: rgb(66 32 6 / 0.65);
}
.bg-yellow-950\/70 {
  background-color: rgb(66 32 6 / 0.7);
}
.bg-yellow-950\/75 {
  background-color: rgb(66 32 6 / 0.75);
}
.bg-yellow-950\/80 {
  background-color: rgb(66 32 6 / 0.8);
}
.bg-yellow-950\/85 {
  background-color: rgb(66 32 6 / 0.85);
}
.bg-yellow-950\/90 {
  background-color: rgb(66 32 6 / 0.9);
}
.bg-yellow-950\/95 {
  background-color: rgb(66 32 6 / 0.95);
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}
.bg-zinc-100\/0 {
  background-color: rgb(244 244 245 / 0);
}
.bg-zinc-100\/10 {
  background-color: rgb(244 244 245 / 0.1);
}
.bg-zinc-100\/100 {
  background-color: rgb(244 244 245 / 1);
}
.bg-zinc-100\/15 {
  background-color: rgb(244 244 245 / 0.15);
}
.bg-zinc-100\/20 {
  background-color: rgb(244 244 245 / 0.2);
}
.bg-zinc-100\/25 {
  background-color: rgb(244 244 245 / 0.25);
}
.bg-zinc-100\/30 {
  background-color: rgb(244 244 245 / 0.3);
}
.bg-zinc-100\/35 {
  background-color: rgb(244 244 245 / 0.35);
}
.bg-zinc-100\/40 {
  background-color: rgb(244 244 245 / 0.4);
}
.bg-zinc-100\/45 {
  background-color: rgb(244 244 245 / 0.45);
}
.bg-zinc-100\/5 {
  background-color: rgb(244 244 245 / 0.05);
}
.bg-zinc-100\/50 {
  background-color: rgb(244 244 245 / 0.5);
}
.bg-zinc-100\/55 {
  background-color: rgb(244 244 245 / 0.55);
}
.bg-zinc-100\/60 {
  background-color: rgb(244 244 245 / 0.6);
}
.bg-zinc-100\/65 {
  background-color: rgb(244 244 245 / 0.65);
}
.bg-zinc-100\/70 {
  background-color: rgb(244 244 245 / 0.7);
}
.bg-zinc-100\/75 {
  background-color: rgb(244 244 245 / 0.75);
}
.bg-zinc-100\/80 {
  background-color: rgb(244 244 245 / 0.8);
}
.bg-zinc-100\/85 {
  background-color: rgb(244 244 245 / 0.85);
}
.bg-zinc-100\/90 {
  background-color: rgb(244 244 245 / 0.9);
}
.bg-zinc-100\/95 {
  background-color: rgb(244 244 245 / 0.95);
}
.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}
.bg-zinc-200\/0 {
  background-color: rgb(228 228 231 / 0);
}
.bg-zinc-200\/10 {
  background-color: rgb(228 228 231 / 0.1);
}
.bg-zinc-200\/100 {
  background-color: rgb(228 228 231 / 1);
}
.bg-zinc-200\/15 {
  background-color: rgb(228 228 231 / 0.15);
}
.bg-zinc-200\/20 {
  background-color: rgb(228 228 231 / 0.2);
}
.bg-zinc-200\/25 {
  background-color: rgb(228 228 231 / 0.25);
}
.bg-zinc-200\/30 {
  background-color: rgb(228 228 231 / 0.3);
}
.bg-zinc-200\/35 {
  background-color: rgb(228 228 231 / 0.35);
}
.bg-zinc-200\/40 {
  background-color: rgb(228 228 231 / 0.4);
}
.bg-zinc-200\/45 {
  background-color: rgb(228 228 231 / 0.45);
}
.bg-zinc-200\/5 {
  background-color: rgb(228 228 231 / 0.05);
}
.bg-zinc-200\/50 {
  background-color: rgb(228 228 231 / 0.5);
}
.bg-zinc-200\/55 {
  background-color: rgb(228 228 231 / 0.55);
}
.bg-zinc-200\/60 {
  background-color: rgb(228 228 231 / 0.6);
}
.bg-zinc-200\/65 {
  background-color: rgb(228 228 231 / 0.65);
}
.bg-zinc-200\/70 {
  background-color: rgb(228 228 231 / 0.7);
}
.bg-zinc-200\/75 {
  background-color: rgb(228 228 231 / 0.75);
}
.bg-zinc-200\/80 {
  background-color: rgb(228 228 231 / 0.8);
}
.bg-zinc-200\/85 {
  background-color: rgb(228 228 231 / 0.85);
}
.bg-zinc-200\/90 {
  background-color: rgb(228 228 231 / 0.9);
}
.bg-zinc-200\/95 {
  background-color: rgb(228 228 231 / 0.95);
}
.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}
.bg-zinc-300\/0 {
  background-color: rgb(212 212 216 / 0);
}
.bg-zinc-300\/10 {
  background-color: rgb(212 212 216 / 0.1);
}
.bg-zinc-300\/100 {
  background-color: rgb(212 212 216 / 1);
}
.bg-zinc-300\/15 {
  background-color: rgb(212 212 216 / 0.15);
}
.bg-zinc-300\/20 {
  background-color: rgb(212 212 216 / 0.2);
}
.bg-zinc-300\/25 {
  background-color: rgb(212 212 216 / 0.25);
}
.bg-zinc-300\/30 {
  background-color: rgb(212 212 216 / 0.3);
}
.bg-zinc-300\/35 {
  background-color: rgb(212 212 216 / 0.35);
}
.bg-zinc-300\/40 {
  background-color: rgb(212 212 216 / 0.4);
}
.bg-zinc-300\/45 {
  background-color: rgb(212 212 216 / 0.45);
}
.bg-zinc-300\/5 {
  background-color: rgb(212 212 216 / 0.05);
}
.bg-zinc-300\/50 {
  background-color: rgb(212 212 216 / 0.5);
}
.bg-zinc-300\/55 {
  background-color: rgb(212 212 216 / 0.55);
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-300\/65 {
  background-color: rgb(212 212 216 / 0.65);
}
.bg-zinc-300\/70 {
  background-color: rgb(212 212 216 / 0.7);
}
.bg-zinc-300\/75 {
  background-color: rgb(212 212 216 / 0.75);
}
.bg-zinc-300\/80 {
  background-color: rgb(212 212 216 / 0.8);
}
.bg-zinc-300\/85 {
  background-color: rgb(212 212 216 / 0.85);
}
.bg-zinc-300\/90 {
  background-color: rgb(212 212 216 / 0.9);
}
.bg-zinc-300\/95 {
  background-color: rgb(212 212 216 / 0.95);
}
.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity));
}
.bg-zinc-400\/0 {
  background-color: rgb(161 161 170 / 0);
}
.bg-zinc-400\/10 {
  background-color: rgb(161 161 170 / 0.1);
}
.bg-zinc-400\/100 {
  background-color: rgb(161 161 170 / 1);
}
.bg-zinc-400\/15 {
  background-color: rgb(161 161 170 / 0.15);
}
.bg-zinc-400\/20 {
  background-color: rgb(161 161 170 / 0.2);
}
.bg-zinc-400\/25 {
  background-color: rgb(161 161 170 / 0.25);
}
.bg-zinc-400\/30 {
  background-color: rgb(161 161 170 / 0.3);
}
.bg-zinc-400\/35 {
  background-color: rgb(161 161 170 / 0.35);
}
.bg-zinc-400\/40 {
  background-color: rgb(161 161 170 / 0.4);
}
.bg-zinc-400\/45 {
  background-color: rgb(161 161 170 / 0.45);
}
.bg-zinc-400\/5 {
  background-color: rgb(161 161 170 / 0.05);
}
.bg-zinc-400\/50 {
  background-color: rgb(161 161 170 / 0.5);
}
.bg-zinc-400\/55 {
  background-color: rgb(161 161 170 / 0.55);
}
.bg-zinc-400\/60 {
  background-color: rgb(161 161 170 / 0.6);
}
.bg-zinc-400\/65 {
  background-color: rgb(161 161 170 / 0.65);
}
.bg-zinc-400\/70 {
  background-color: rgb(161 161 170 / 0.7);
}
.bg-zinc-400\/75 {
  background-color: rgb(161 161 170 / 0.75);
}
.bg-zinc-400\/80 {
  background-color: rgb(161 161 170 / 0.8);
}
.bg-zinc-400\/85 {
  background-color: rgb(161 161 170 / 0.85);
}
.bg-zinc-400\/90 {
  background-color: rgb(161 161 170 / 0.9);
}
.bg-zinc-400\/95 {
  background-color: rgb(161 161 170 / 0.95);
}
.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-zinc-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-zinc-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-zinc-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-zinc-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-zinc-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-zinc-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-zinc-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-zinc-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-zinc-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-zinc-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-zinc-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-zinc-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-zinc-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-zinc-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-zinc-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-zinc-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-zinc-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-zinc-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-zinc-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-zinc-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
.bg-zinc-500\/0 {
  background-color: rgb(113 113 122 / 0);
}
.bg-zinc-500\/10 {
  background-color: rgb(113 113 122 / 0.1);
}
.bg-zinc-500\/100 {
  background-color: rgb(113 113 122 / 1);
}
.bg-zinc-500\/15 {
  background-color: rgb(113 113 122 / 0.15);
}
.bg-zinc-500\/20 {
  background-color: rgb(113 113 122 / 0.2);
}
.bg-zinc-500\/25 {
  background-color: rgb(113 113 122 / 0.25);
}
.bg-zinc-500\/30 {
  background-color: rgb(113 113 122 / 0.3);
}
.bg-zinc-500\/35 {
  background-color: rgb(113 113 122 / 0.35);
}
.bg-zinc-500\/40 {
  background-color: rgb(113 113 122 / 0.4);
}
.bg-zinc-500\/45 {
  background-color: rgb(113 113 122 / 0.45);
}
.bg-zinc-500\/5 {
  background-color: rgb(113 113 122 / 0.05);
}
.bg-zinc-500\/50 {
  background-color: rgb(113 113 122 / 0.5);
}
.bg-zinc-500\/55 {
  background-color: rgb(113 113 122 / 0.55);
}
.bg-zinc-500\/60 {
  background-color: rgb(113 113 122 / 0.6);
}
.bg-zinc-500\/65 {
  background-color: rgb(113 113 122 / 0.65);
}
.bg-zinc-500\/70 {
  background-color: rgb(113 113 122 / 0.7);
}
.bg-zinc-500\/75 {
  background-color: rgb(113 113 122 / 0.75);
}
.bg-zinc-500\/80 {
  background-color: rgb(113 113 122 / 0.8);
}
.bg-zinc-500\/85 {
  background-color: rgb(113 113 122 / 0.85);
}
.bg-zinc-500\/90 {
  background-color: rgb(113 113 122 / 0.9);
}
.bg-zinc-500\/95 {
  background-color: rgb(113 113 122 / 0.95);
}
.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity));
}
.bg-zinc-600\/0 {
  background-color: rgb(82 82 91 / 0);
}
.bg-zinc-600\/10 {
  background-color: rgb(82 82 91 / 0.1);
}
.bg-zinc-600\/100 {
  background-color: rgb(82 82 91 / 1);
}
.bg-zinc-600\/15 {
  background-color: rgb(82 82 91 / 0.15);
}
.bg-zinc-600\/20 {
  background-color: rgb(82 82 91 / 0.2);
}
.bg-zinc-600\/25 {
  background-color: rgb(82 82 91 / 0.25);
}
.bg-zinc-600\/30 {
  background-color: rgb(82 82 91 / 0.3);
}
.bg-zinc-600\/35 {
  background-color: rgb(82 82 91 / 0.35);
}
.bg-zinc-600\/40 {
  background-color: rgb(82 82 91 / 0.4);
}
.bg-zinc-600\/45 {
  background-color: rgb(82 82 91 / 0.45);
}
.bg-zinc-600\/5 {
  background-color: rgb(82 82 91 / 0.05);
}
.bg-zinc-600\/50 {
  background-color: rgb(82 82 91 / 0.5);
}
.bg-zinc-600\/55 {
  background-color: rgb(82 82 91 / 0.55);
}
.bg-zinc-600\/60 {
  background-color: rgb(82 82 91 / 0.6);
}
.bg-zinc-600\/65 {
  background-color: rgb(82 82 91 / 0.65);
}
.bg-zinc-600\/70 {
  background-color: rgb(82 82 91 / 0.7);
}
.bg-zinc-600\/75 {
  background-color: rgb(82 82 91 / 0.75);
}
.bg-zinc-600\/80 {
  background-color: rgb(82 82 91 / 0.8);
}
.bg-zinc-600\/85 {
  background-color: rgb(82 82 91 / 0.85);
}
.bg-zinc-600\/90 {
  background-color: rgb(82 82 91 / 0.9);
}
.bg-zinc-600\/95 {
  background-color: rgb(82 82 91 / 0.95);
}
.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
.bg-zinc-700\/0 {
  background-color: rgb(63 63 70 / 0);
}
.bg-zinc-700\/10 {
  background-color: rgb(63 63 70 / 0.1);
}
.bg-zinc-700\/100 {
  background-color: rgb(63 63 70 / 1);
}
.bg-zinc-700\/15 {
  background-color: rgb(63 63 70 / 0.15);
}
.bg-zinc-700\/20 {
  background-color: rgb(63 63 70 / 0.2);
}
.bg-zinc-700\/25 {
  background-color: rgb(63 63 70 / 0.25);
}
.bg-zinc-700\/30 {
  background-color: rgb(63 63 70 / 0.3);
}
.bg-zinc-700\/35 {
  background-color: rgb(63 63 70 / 0.35);
}
.bg-zinc-700\/40 {
  background-color: rgb(63 63 70 / 0.4);
}
.bg-zinc-700\/45 {
  background-color: rgb(63 63 70 / 0.45);
}
.bg-zinc-700\/5 {
  background-color: rgb(63 63 70 / 0.05);
}
.bg-zinc-700\/50 {
  background-color: rgb(63 63 70 / 0.5);
}
.bg-zinc-700\/55 {
  background-color: rgb(63 63 70 / 0.55);
}
.bg-zinc-700\/60 {
  background-color: rgb(63 63 70 / 0.6);
}
.bg-zinc-700\/65 {
  background-color: rgb(63 63 70 / 0.65);
}
.bg-zinc-700\/70 {
  background-color: rgb(63 63 70 / 0.7);
}
.bg-zinc-700\/75 {
  background-color: rgb(63 63 70 / 0.75);
}
.bg-zinc-700\/80 {
  background-color: rgb(63 63 70 / 0.8);
}
.bg-zinc-700\/85 {
  background-color: rgb(63 63 70 / 0.85);
}
.bg-zinc-700\/90 {
  background-color: rgb(63 63 70 / 0.9);
}
.bg-zinc-700\/95 {
  background-color: rgb(63 63 70 / 0.95);
}
.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
.bg-zinc-800\/0 {
  background-color: rgb(39 39 42 / 0);
}
.bg-zinc-800\/10 {
  background-color: rgb(39 39 42 / 0.1);
}
.bg-zinc-800\/100 {
  background-color: rgb(39 39 42 / 1);
}
.bg-zinc-800\/15 {
  background-color: rgb(39 39 42 / 0.15);
}
.bg-zinc-800\/20 {
  background-color: rgb(39 39 42 / 0.2);
}
.bg-zinc-800\/25 {
  background-color: rgb(39 39 42 / 0.25);
}
.bg-zinc-800\/30 {
  background-color: rgb(39 39 42 / 0.3);
}
.bg-zinc-800\/35 {
  background-color: rgb(39 39 42 / 0.35);
}
.bg-zinc-800\/40 {
  background-color: rgb(39 39 42 / 0.4);
}
.bg-zinc-800\/45 {
  background-color: rgb(39 39 42 / 0.45);
}
.bg-zinc-800\/5 {
  background-color: rgb(39 39 42 / 0.05);
}
.bg-zinc-800\/50 {
  background-color: rgb(39 39 42 / 0.5);
}
.bg-zinc-800\/55 {
  background-color: rgb(39 39 42 / 0.55);
}
.bg-zinc-800\/60 {
  background-color: rgb(39 39 42 / 0.6);
}
.bg-zinc-800\/65 {
  background-color: rgb(39 39 42 / 0.65);
}
.bg-zinc-800\/70 {
  background-color: rgb(39 39 42 / 0.7);
}
.bg-zinc-800\/75 {
  background-color: rgb(39 39 42 / 0.75);
}
.bg-zinc-800\/80 {
  background-color: rgb(39 39 42 / 0.8);
}
.bg-zinc-800\/85 {
  background-color: rgb(39 39 42 / 0.85);
}
.bg-zinc-800\/90 {
  background-color: rgb(39 39 42 / 0.9);
}
.bg-zinc-800\/95 {
  background-color: rgb(39 39 42 / 0.95);
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.bg-zinc-900\/0 {
  background-color: rgb(24 24 27 / 0);
}
.bg-zinc-900\/10 {
  background-color: rgb(24 24 27 / 0.1);
}
.bg-zinc-900\/100 {
  background-color: rgb(24 24 27 / 1);
}
.bg-zinc-900\/15 {
  background-color: rgb(24 24 27 / 0.15);
}
.bg-zinc-900\/20 {
  background-color: rgb(24 24 27 / 0.2);
}
.bg-zinc-900\/25 {
  background-color: rgb(24 24 27 / 0.25);
}
.bg-zinc-900\/30 {
  background-color: rgb(24 24 27 / 0.3);
}
.bg-zinc-900\/35 {
  background-color: rgb(24 24 27 / 0.35);
}
.bg-zinc-900\/40 {
  background-color: rgb(24 24 27 / 0.4);
}
.bg-zinc-900\/45 {
  background-color: rgb(24 24 27 / 0.45);
}
.bg-zinc-900\/5 {
  background-color: rgb(24 24 27 / 0.05);
}
.bg-zinc-900\/50 {
  background-color: rgb(24 24 27 / 0.5);
}
.bg-zinc-900\/55 {
  background-color: rgb(24 24 27 / 0.55);
}
.bg-zinc-900\/60 {
  background-color: rgb(24 24 27 / 0.6);
}
.bg-zinc-900\/65 {
  background-color: rgb(24 24 27 / 0.65);
}
.bg-zinc-900\/70 {
  background-color: rgb(24 24 27 / 0.7);
}
.bg-zinc-900\/75 {
  background-color: rgb(24 24 27 / 0.75);
}
.bg-zinc-900\/80 {
  background-color: rgb(24 24 27 / 0.8);
}
.bg-zinc-900\/85 {
  background-color: rgb(24 24 27 / 0.85);
}
.bg-zinc-900\/90 {
  background-color: rgb(24 24 27 / 0.9);
}
.bg-zinc-900\/95 {
  background-color: rgb(24 24 27 / 0.95);
}
.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity));
}
.bg-zinc-950\/0 {
  background-color: rgb(9 9 11 / 0);
}
.bg-zinc-950\/10 {
  background-color: rgb(9 9 11 / 0.1);
}
.bg-zinc-950\/100 {
  background-color: rgb(9 9 11 / 1);
}
.bg-zinc-950\/15 {
  background-color: rgb(9 9 11 / 0.15);
}
.bg-zinc-950\/20 {
  background-color: rgb(9 9 11 / 0.2);
}
.bg-zinc-950\/25 {
  background-color: rgb(9 9 11 / 0.25);
}
.bg-zinc-950\/30 {
  background-color: rgb(9 9 11 / 0.3);
}
.bg-zinc-950\/35 {
  background-color: rgb(9 9 11 / 0.35);
}
.bg-zinc-950\/40 {
  background-color: rgb(9 9 11 / 0.4);
}
.bg-zinc-950\/45 {
  background-color: rgb(9 9 11 / 0.45);
}
.bg-zinc-950\/5 {
  background-color: rgb(9 9 11 / 0.05);
}
.bg-zinc-950\/50 {
  background-color: rgb(9 9 11 / 0.5);
}
.bg-zinc-950\/55 {
  background-color: rgb(9 9 11 / 0.55);
}
.bg-zinc-950\/60 {
  background-color: rgb(9 9 11 / 0.6);
}
.bg-zinc-950\/65 {
  background-color: rgb(9 9 11 / 0.65);
}
.bg-zinc-950\/70 {
  background-color: rgb(9 9 11 / 0.7);
}
.bg-zinc-950\/75 {
  background-color: rgb(9 9 11 / 0.75);
}
.bg-zinc-950\/80 {
  background-color: rgb(9 9 11 / 0.8);
}
.bg-zinc-950\/85 {
  background-color: rgb(9 9 11 / 0.85);
}
.bg-zinc-950\/90 {
  background-color: rgb(9 9 11 / 0.9);
}
.bg-zinc-950\/95 {
  background-color: rgb(9 9 11 / 0.95);
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-base-200\/60 {
  --tw-gradient-from: var(--fallback-b2,oklch(var(--b2)/0.6)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-base-300 {
  --tw-gradient-to: var(--fallback-b3,oklch(var(--b3)/1)) var(--tw-gradient-to-position);
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-sans {
  font-family: Poppins, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[8px\] {
  font-size: 8px;
}
.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-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-accent-content {
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}
.text-accent-content\/0 {
  color: var(--fallback-ac,oklch(var(--ac)/0));
}
.text-accent-content\/10 {
  color: var(--fallback-ac,oklch(var(--ac)/0.1));
}
.text-accent-content\/100 {
  color: var(--fallback-ac,oklch(var(--ac)/1));
}
.text-accent-content\/15 {
  color: var(--fallback-ac,oklch(var(--ac)/0.15));
}
.text-accent-content\/20 {
  color: var(--fallback-ac,oklch(var(--ac)/0.2));
}
.text-accent-content\/25 {
  color: var(--fallback-ac,oklch(var(--ac)/0.25));
}
.text-accent-content\/30 {
  color: var(--fallback-ac,oklch(var(--ac)/0.3));
}
.text-accent-content\/35 {
  color: var(--fallback-ac,oklch(var(--ac)/0.35));
}
.text-accent-content\/40 {
  color: var(--fallback-ac,oklch(var(--ac)/0.4));
}
.text-accent-content\/45 {
  color: var(--fallback-ac,oklch(var(--ac)/0.45));
}
.text-accent-content\/5 {
  color: var(--fallback-ac,oklch(var(--ac)/0.05));
}
.text-accent-content\/50 {
  color: var(--fallback-ac,oklch(var(--ac)/0.5));
}
.text-accent-content\/55 {
  color: var(--fallback-ac,oklch(var(--ac)/0.55));
}
.text-accent-content\/60 {
  color: var(--fallback-ac,oklch(var(--ac)/0.6));
}
.text-accent-content\/65 {
  color: var(--fallback-ac,oklch(var(--ac)/0.65));
}
.text-accent-content\/70 {
  color: var(--fallback-ac,oklch(var(--ac)/0.7));
}
.text-accent-content\/75 {
  color: var(--fallback-ac,oklch(var(--ac)/0.75));
}
.text-accent-content\/80 {
  color: var(--fallback-ac,oklch(var(--ac)/0.8));
}
.text-accent-content\/85 {
  color: var(--fallback-ac,oklch(var(--ac)/0.85));
}
.text-accent-content\/90 {
  color: var(--fallback-ac,oklch(var(--ac)/0.9));
}
.text-accent-content\/95 {
  color: var(--fallback-ac,oklch(var(--ac)/0.95));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity));
}
.text-amber-100\/0 {
  color: rgb(254 243 199 / 0);
}
.text-amber-100\/10 {
  color: rgb(254 243 199 / 0.1);
}
.text-amber-100\/100 {
  color: rgb(254 243 199 / 1);
}
.text-amber-100\/15 {
  color: rgb(254 243 199 / 0.15);
}
.text-amber-100\/20 {
  color: rgb(254 243 199 / 0.2);
}
.text-amber-100\/25 {
  color: rgb(254 243 199 / 0.25);
}
.text-amber-100\/30 {
  color: rgb(254 243 199 / 0.3);
}
.text-amber-100\/35 {
  color: rgb(254 243 199 / 0.35);
}
.text-amber-100\/40 {
  color: rgb(254 243 199 / 0.4);
}
.text-amber-100\/45 {
  color: rgb(254 243 199 / 0.45);
}
.text-amber-100\/5 {
  color: rgb(254 243 199 / 0.05);
}
.text-amber-100\/50 {
  color: rgb(254 243 199 / 0.5);
}
.text-amber-100\/55 {
  color: rgb(254 243 199 / 0.55);
}
.text-amber-100\/60 {
  color: rgb(254 243 199 / 0.6);
}
.text-amber-100\/65 {
  color: rgb(254 243 199 / 0.65);
}
.text-amber-100\/70 {
  color: rgb(254 243 199 / 0.7);
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/85 {
  color: rgb(254 243 199 / 0.85);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity));
}
.text-amber-200\/0 {
  color: rgb(253 230 138 / 0);
}
.text-amber-200\/10 {
  color: rgb(253 230 138 / 0.1);
}
.text-amber-200\/100 {
  color: rgb(253 230 138 / 1);
}
.text-amber-200\/15 {
  color: rgb(253 230 138 / 0.15);
}
.text-amber-200\/20 {
  color: rgb(253 230 138 / 0.2);
}
.text-amber-200\/25 {
  color: rgb(253 230 138 / 0.25);
}
.text-amber-200\/30 {
  color: rgb(253 230 138 / 0.3);
}
.text-amber-200\/35 {
  color: rgb(253 230 138 / 0.35);
}
.text-amber-200\/40 {
  color: rgb(253 230 138 / 0.4);
}
.text-amber-200\/45 {
  color: rgb(253 230 138 / 0.45);
}
.text-amber-200\/5 {
  color: rgb(253 230 138 / 0.05);
}
.text-amber-200\/50 {
  color: rgb(253 230 138 / 0.5);
}
.text-amber-200\/55 {
  color: rgb(253 230 138 / 0.55);
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/65 {
  color: rgb(253 230 138 / 0.65);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/85 {
  color: rgb(253 230 138 / 0.85);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}
.text-amber-300\/0 {
  color: rgb(252 211 77 / 0);
}
.text-amber-300\/10 {
  color: rgb(252 211 77 / 0.1);
}
.text-amber-300\/100 {
  color: rgb(252 211 77 / 1);
}
.text-amber-300\/15 {
  color: rgb(252 211 77 / 0.15);
}
.text-amber-300\/20 {
  color: rgb(252 211 77 / 0.2);
}
.text-amber-300\/25 {
  color: rgb(252 211 77 / 0.25);
}
.text-amber-300\/30 {
  color: rgb(252 211 77 / 0.3);
}
.text-amber-300\/35 {
  color: rgb(252 211 77 / 0.35);
}
.text-amber-300\/40 {
  color: rgb(252 211 77 / 0.4);
}
.text-amber-300\/45 {
  color: rgb(252 211 77 / 0.45);
}
.text-amber-300\/5 {
  color: rgb(252 211 77 / 0.05);
}
.text-amber-300\/50 {
  color: rgb(252 211 77 / 0.5);
}
.text-amber-300\/55 {
  color: rgb(252 211 77 / 0.55);
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/65 {
  color: rgb(252 211 77 / 0.65);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/75 {
  color: rgb(252 211 77 / 0.75);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/85 {
  color: rgb(252 211 77 / 0.85);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-300\/95 {
  color: rgb(252 211 77 / 0.95);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}
.text-amber-400\/0 {
  color: rgb(251 191 36 / 0);
}
.text-amber-400\/10 {
  color: rgb(251 191 36 / 0.1);
}
.text-amber-400\/100 {
  color: rgb(251 191 36 / 1);
}
.text-amber-400\/15 {
  color: rgb(251 191 36 / 0.15);
}
.text-amber-400\/20 {
  color: rgb(251 191 36 / 0.2);
}
.text-amber-400\/25 {
  color: rgb(251 191 36 / 0.25);
}
.text-amber-400\/30 {
  color: rgb(251 191 36 / 0.3);
}
.text-amber-400\/35 {
  color: rgb(251 191 36 / 0.35);
}
.text-amber-400\/40 {
  color: rgb(251 191 36 / 0.4);
}
.text-amber-400\/45 {
  color: rgb(251 191 36 / 0.45);
}
.text-amber-400\/5 {
  color: rgb(251 191 36 / 0.05);
}
.text-amber-400\/50 {
  color: rgb(251 191 36 / 0.5);
}
.text-amber-400\/55 {
  color: rgb(251 191 36 / 0.55);
}
.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}
.text-amber-400\/65 {
  color: rgb(251 191 36 / 0.65);
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-400\/75 {
  color: rgb(251 191 36 / 0.75);
}
.text-amber-400\/80 {
  color: rgb(251 191 36 / 0.8);
}
.text-amber-400\/85 {
  color: rgb(251 191 36 / 0.85);
}
.text-amber-400\/90 {
  color: rgb(251 191 36 / 0.9);
}
.text-amber-400\/95 {
  color: rgb(251 191 36 / 0.95);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity));
}
.text-amber-50\/0 {
  color: rgb(255 251 235 / 0);
}
.text-amber-50\/10 {
  color: rgb(255 251 235 / 0.1);
}
.text-amber-50\/100 {
  color: rgb(255 251 235 / 1);
}
.text-amber-50\/15 {
  color: rgb(255 251 235 / 0.15);
}
.text-amber-50\/20 {
  color: rgb(255 251 235 / 0.2);
}
.text-amber-50\/25 {
  color: rgb(255 251 235 / 0.25);
}
.text-amber-50\/30 {
  color: rgb(255 251 235 / 0.3);
}
.text-amber-50\/35 {
  color: rgb(255 251 235 / 0.35);
}
.text-amber-50\/40 {
  color: rgb(255 251 235 / 0.4);
}
.text-amber-50\/45 {
  color: rgb(255 251 235 / 0.45);
}
.text-amber-50\/5 {
  color: rgb(255 251 235 / 0.05);
}
.text-amber-50\/50 {
  color: rgb(255 251 235 / 0.5);
}
.text-amber-50\/55 {
  color: rgb(255 251 235 / 0.55);
}
.text-amber-50\/60 {
  color: rgb(255 251 235 / 0.6);
}
.text-amber-50\/65 {
  color: rgb(255 251 235 / 0.65);
}
.text-amber-50\/70 {
  color: rgb(255 251 235 / 0.7);
}
.text-amber-50\/75 {
  color: rgb(255 251 235 / 0.75);
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-amber-50\/85 {
  color: rgb(255 251 235 / 0.85);
}
.text-amber-50\/90 {
  color: rgb(255 251 235 / 0.9);
}
.text-amber-50\/95 {
  color: rgb(255 251 235 / 0.95);
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}
.text-amber-500\/0 {
  color: rgb(245 158 11 / 0);
}
.text-amber-500\/10 {
  color: rgb(245 158 11 / 0.1);
}
.text-amber-500\/100 {
  color: rgb(245 158 11 / 1);
}
.text-amber-500\/15 {
  color: rgb(245 158 11 / 0.15);
}
.text-amber-500\/20 {
  color: rgb(245 158 11 / 0.2);
}
.text-amber-500\/25 {
  color: rgb(245 158 11 / 0.25);
}
.text-amber-500\/30 {
  color: rgb(245 158 11 / 0.3);
}
.text-amber-500\/35 {
  color: rgb(245 158 11 / 0.35);
}
.text-amber-500\/40 {
  color: rgb(245 158 11 / 0.4);
}
.text-amber-500\/45 {
  color: rgb(245 158 11 / 0.45);
}
.text-amber-500\/5 {
  color: rgb(245 158 11 / 0.05);
}
.text-amber-500\/50 {
  color: rgb(245 158 11 / 0.5);
}
.text-amber-500\/55 {
  color: rgb(245 158 11 / 0.55);
}
.text-amber-500\/60 {
  color: rgb(245 158 11 / 0.6);
}
.text-amber-500\/65 {
  color: rgb(245 158 11 / 0.65);
}
.text-amber-500\/70 {
  color: rgb(245 158 11 / 0.7);
}
.text-amber-500\/75 {
  color: rgb(245 158 11 / 0.75);
}
.text-amber-500\/80 {
  color: rgb(245 158 11 / 0.8);
}
.text-amber-500\/85 {
  color: rgb(245 158 11 / 0.85);
}
.text-amber-500\/90 {
  color: rgb(245 158 11 / 0.9);
}
.text-amber-500\/95 {
  color: rgb(245 158 11 / 0.95);
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
.text-amber-600\/0 {
  color: rgb(217 119 6 / 0);
}
.text-amber-600\/10 {
  color: rgb(217 119 6 / 0.1);
}
.text-amber-600\/100 {
  color: rgb(217 119 6 / 1);
}
.text-amber-600\/15 {
  color: rgb(217 119 6 / 0.15);
}
.text-amber-600\/20 {
  color: rgb(217 119 6 / 0.2);
}
.text-amber-600\/25 {
  color: rgb(217 119 6 / 0.25);
}
.text-amber-600\/30 {
  color: rgb(217 119 6 / 0.3);
}
.text-amber-600\/35 {
  color: rgb(217 119 6 / 0.35);
}
.text-amber-600\/40 {
  color: rgb(217 119 6 / 0.4);
}
.text-amber-600\/45 {
  color: rgb(217 119 6 / 0.45);
}
.text-amber-600\/5 {
  color: rgb(217 119 6 / 0.05);
}
.text-amber-600\/50 {
  color: rgb(217 119 6 / 0.5);
}
.text-amber-600\/55 {
  color: rgb(217 119 6 / 0.55);
}
.text-amber-600\/60 {
  color: rgb(217 119 6 / 0.6);
}
.text-amber-600\/65 {
  color: rgb(217 119 6 / 0.65);
}
.text-amber-600\/70 {
  color: rgb(217 119 6 / 0.7);
}
.text-amber-600\/75 {
  color: rgb(217 119 6 / 0.75);
}
.text-amber-600\/80 {
  color: rgb(217 119 6 / 0.8);
}
.text-amber-600\/85 {
  color: rgb(217 119 6 / 0.85);
}
.text-amber-600\/90 {
  color: rgb(217 119 6 / 0.9);
}
.text-amber-600\/95 {
  color: rgb(217 119 6 / 0.95);
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity));
}
.text-amber-700\/0 {
  color: rgb(180 83 9 / 0);
}
.text-amber-700\/10 {
  color: rgb(180 83 9 / 0.1);
}
.text-amber-700\/100 {
  color: rgb(180 83 9 / 1);
}
.text-amber-700\/15 {
  color: rgb(180 83 9 / 0.15);
}
.text-amber-700\/20 {
  color: rgb(180 83 9 / 0.2);
}
.text-amber-700\/25 {
  color: rgb(180 83 9 / 0.25);
}
.text-amber-700\/30 {
  color: rgb(180 83 9 / 0.3);
}
.text-amber-700\/35 {
  color: rgb(180 83 9 / 0.35);
}
.text-amber-700\/40 {
  color: rgb(180 83 9 / 0.4);
}
.text-amber-700\/45 {
  color: rgb(180 83 9 / 0.45);
}
.text-amber-700\/5 {
  color: rgb(180 83 9 / 0.05);
}
.text-amber-700\/50 {
  color: rgb(180 83 9 / 0.5);
}
.text-amber-700\/55 {
  color: rgb(180 83 9 / 0.55);
}
.text-amber-700\/60 {
  color: rgb(180 83 9 / 0.6);
}
.text-amber-700\/65 {
  color: rgb(180 83 9 / 0.65);
}
.text-amber-700\/70 {
  color: rgb(180 83 9 / 0.7);
}
.text-amber-700\/75 {
  color: rgb(180 83 9 / 0.75);
}
.text-amber-700\/80 {
  color: rgb(180 83 9 / 0.8);
}
.text-amber-700\/85 {
  color: rgb(180 83 9 / 0.85);
}
.text-amber-700\/90 {
  color: rgb(180 83 9 / 0.9);
}
.text-amber-700\/95 {
  color: rgb(180 83 9 / 0.95);
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.text-amber-800\/0 {
  color: rgb(146 64 14 / 0);
}
.text-amber-800\/10 {
  color: rgb(146 64 14 / 0.1);
}
.text-amber-800\/100 {
  color: rgb(146 64 14 / 1);
}
.text-amber-800\/15 {
  color: rgb(146 64 14 / 0.15);
}
.text-amber-800\/20 {
  color: rgb(146 64 14 / 0.2);
}
.text-amber-800\/25 {
  color: rgb(146 64 14 / 0.25);
}
.text-amber-800\/30 {
  color: rgb(146 64 14 / 0.3);
}
.text-amber-800\/35 {
  color: rgb(146 64 14 / 0.35);
}
.text-amber-800\/40 {
  color: rgb(146 64 14 / 0.4);
}
.text-amber-800\/45 {
  color: rgb(146 64 14 / 0.45);
}
.text-amber-800\/5 {
  color: rgb(146 64 14 / 0.05);
}
.text-amber-800\/50 {
  color: rgb(146 64 14 / 0.5);
}
.text-amber-800\/55 {
  color: rgb(146 64 14 / 0.55);
}
.text-amber-800\/60 {
  color: rgb(146 64 14 / 0.6);
}
.text-amber-800\/65 {
  color: rgb(146 64 14 / 0.65);
}
.text-amber-800\/70 {
  color: rgb(146 64 14 / 0.7);
}
.text-amber-800\/75 {
  color: rgb(146 64 14 / 0.75);
}
.text-amber-800\/80 {
  color: rgb(146 64 14 / 0.8);
}
.text-amber-800\/85 {
  color: rgb(146 64 14 / 0.85);
}
.text-amber-800\/90 {
  color: rgb(146 64 14 / 0.9);
}
.text-amber-800\/95 {
  color: rgb(146 64 14 / 0.95);
}
.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity));
}
.text-amber-900\/0 {
  color: rgb(120 53 15 / 0);
}
.text-amber-900\/10 {
  color: rgb(120 53 15 / 0.1);
}
.text-amber-900\/100 {
  color: rgb(120 53 15 / 1);
}
.text-amber-900\/15 {
  color: rgb(120 53 15 / 0.15);
}
.text-amber-900\/20 {
  color: rgb(120 53 15 / 0.2);
}
.text-amber-900\/25 {
  color: rgb(120 53 15 / 0.25);
}
.text-amber-900\/30 {
  color: rgb(120 53 15 / 0.3);
}
.text-amber-900\/35 {
  color: rgb(120 53 15 / 0.35);
}
.text-amber-900\/40 {
  color: rgb(120 53 15 / 0.4);
}
.text-amber-900\/45 {
  color: rgb(120 53 15 / 0.45);
}
.text-amber-900\/5 {
  color: rgb(120 53 15 / 0.05);
}
.text-amber-900\/50 {
  color: rgb(120 53 15 / 0.5);
}
.text-amber-900\/55 {
  color: rgb(120 53 15 / 0.55);
}
.text-amber-900\/60 {
  color: rgb(120 53 15 / 0.6);
}
.text-amber-900\/65 {
  color: rgb(120 53 15 / 0.65);
}
.text-amber-900\/70 {
  color: rgb(120 53 15 / 0.7);
}
.text-amber-900\/75 {
  color: rgb(120 53 15 / 0.75);
}
.text-amber-900\/80 {
  color: rgb(120 53 15 / 0.8);
}
.text-amber-900\/85 {
  color: rgb(120 53 15 / 0.85);
}
.text-amber-900\/90 {
  color: rgb(120 53 15 / 0.9);
}
.text-amber-900\/95 {
  color: rgb(120 53 15 / 0.95);
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-amber-950\/0 {
  color: rgb(69 26 3 / 0);
}
.text-amber-950\/10 {
  color: rgb(69 26 3 / 0.1);
}
.text-amber-950\/100 {
  color: rgb(69 26 3 / 1);
}
.text-amber-950\/15 {
  color: rgb(69 26 3 / 0.15);
}
.text-amber-950\/20 {
  color: rgb(69 26 3 / 0.2);
}
.text-amber-950\/25 {
  color: rgb(69 26 3 / 0.25);
}
.text-amber-950\/30 {
  color: rgb(69 26 3 / 0.3);
}
.text-amber-950\/35 {
  color: rgb(69 26 3 / 0.35);
}
.text-amber-950\/40 {
  color: rgb(69 26 3 / 0.4);
}
.text-amber-950\/45 {
  color: rgb(69 26 3 / 0.45);
}
.text-amber-950\/5 {
  color: rgb(69 26 3 / 0.05);
}
.text-amber-950\/50 {
  color: rgb(69 26 3 / 0.5);
}
.text-amber-950\/55 {
  color: rgb(69 26 3 / 0.55);
}
.text-amber-950\/60 {
  color: rgb(69 26 3 / 0.6);
}
.text-amber-950\/65 {
  color: rgb(69 26 3 / 0.65);
}
.text-amber-950\/70 {
  color: rgb(69 26 3 / 0.7);
}
.text-amber-950\/75 {
  color: rgb(69 26 3 / 0.75);
}
.text-amber-950\/80 {
  color: rgb(69 26 3 / 0.8);
}
.text-amber-950\/85 {
  color: rgb(69 26 3 / 0.85);
}
.text-amber-950\/90 {
  color: rgb(69 26 3 / 0.9);
}
.text-amber-950\/95 {
  color: rgb(69 26 3 / 0.95);
}
.text-base-100 {
  --tw-text-opacity: 1;
  color: var(--fallback-b1,oklch(var(--b1)/var(--tw-text-opacity)));
}
.text-base-100\/0 {
  color: var(--fallback-b1,oklch(var(--b1)/0));
}
.text-base-100\/10 {
  color: var(--fallback-b1,oklch(var(--b1)/0.1));
}
.text-base-100\/100 {
  color: var(--fallback-b1,oklch(var(--b1)/1));
}
.text-base-100\/15 {
  color: var(--fallback-b1,oklch(var(--b1)/0.15));
}
.text-base-100\/20 {
  color: var(--fallback-b1,oklch(var(--b1)/0.2));
}
.text-base-100\/25 {
  color: var(--fallback-b1,oklch(var(--b1)/0.25));
}
.text-base-100\/30 {
  color: var(--fallback-b1,oklch(var(--b1)/0.3));
}
.text-base-100\/35 {
  color: var(--fallback-b1,oklch(var(--b1)/0.35));
}
.text-base-100\/40 {
  color: var(--fallback-b1,oklch(var(--b1)/0.4));
}
.text-base-100\/45 {
  color: var(--fallback-b1,oklch(var(--b1)/0.45));
}
.text-base-100\/5 {
  color: var(--fallback-b1,oklch(var(--b1)/0.05));
}
.text-base-100\/50 {
  color: var(--fallback-b1,oklch(var(--b1)/0.5));
}
.text-base-100\/55 {
  color: var(--fallback-b1,oklch(var(--b1)/0.55));
}
.text-base-100\/60 {
  color: var(--fallback-b1,oklch(var(--b1)/0.6));
}
.text-base-100\/65 {
  color: var(--fallback-b1,oklch(var(--b1)/0.65));
}
.text-base-100\/70 {
  color: var(--fallback-b1,oklch(var(--b1)/0.7));
}
.text-base-100\/75 {
  color: var(--fallback-b1,oklch(var(--b1)/0.75));
}
.text-base-100\/80 {
  color: var(--fallback-b1,oklch(var(--b1)/0.8));
}
.text-base-100\/85 {
  color: var(--fallback-b1,oklch(var(--b1)/0.85));
}
.text-base-100\/90 {
  color: var(--fallback-b1,oklch(var(--b1)/0.9));
}
.text-base-100\/95 {
  color: var(--fallback-b1,oklch(var(--b1)/0.95));
}
.text-base-200 {
  --tw-text-opacity: 1;
  color: var(--fallback-b2,oklch(var(--b2)/var(--tw-text-opacity)));
}
.text-base-200\/0 {
  color: var(--fallback-b2,oklch(var(--b2)/0));
}
.text-base-200\/10 {
  color: var(--fallback-b2,oklch(var(--b2)/0.1));
}
.text-base-200\/100 {
  color: var(--fallback-b2,oklch(var(--b2)/1));
}
.text-base-200\/15 {
  color: var(--fallback-b2,oklch(var(--b2)/0.15));
}
.text-base-200\/20 {
  color: var(--fallback-b2,oklch(var(--b2)/0.2));
}
.text-base-200\/25 {
  color: var(--fallback-b2,oklch(var(--b2)/0.25));
}
.text-base-200\/30 {
  color: var(--fallback-b2,oklch(var(--b2)/0.3));
}
.text-base-200\/35 {
  color: var(--fallback-b2,oklch(var(--b2)/0.35));
}
.text-base-200\/40 {
  color: var(--fallback-b2,oklch(var(--b2)/0.4));
}
.text-base-200\/45 {
  color: var(--fallback-b2,oklch(var(--b2)/0.45));
}
.text-base-200\/5 {
  color: var(--fallback-b2,oklch(var(--b2)/0.05));
}
.text-base-200\/50 {
  color: var(--fallback-b2,oklch(var(--b2)/0.5));
}
.text-base-200\/55 {
  color: var(--fallback-b2,oklch(var(--b2)/0.55));
}
.text-base-200\/60 {
  color: var(--fallback-b2,oklch(var(--b2)/0.6));
}
.text-base-200\/65 {
  color: var(--fallback-b2,oklch(var(--b2)/0.65));
}
.text-base-200\/70 {
  color: var(--fallback-b2,oklch(var(--b2)/0.7));
}
.text-base-200\/75 {
  color: var(--fallback-b2,oklch(var(--b2)/0.75));
}
.text-base-200\/80 {
  color: var(--fallback-b2,oklch(var(--b2)/0.8));
}
.text-base-200\/85 {
  color: var(--fallback-b2,oklch(var(--b2)/0.85));
}
.text-base-200\/90 {
  color: var(--fallback-b2,oklch(var(--b2)/0.9));
}
.text-base-200\/95 {
  color: var(--fallback-b2,oklch(var(--b2)/0.95));
}
.text-base-300 {
  --tw-text-opacity: 1;
  color: var(--fallback-b3,oklch(var(--b3)/var(--tw-text-opacity)));
}
.text-base-300\/0 {
  color: var(--fallback-b3,oklch(var(--b3)/0));
}
.text-base-300\/10 {
  color: var(--fallback-b3,oklch(var(--b3)/0.1));
}
.text-base-300\/100 {
  color: var(--fallback-b3,oklch(var(--b3)/1));
}
.text-base-300\/15 {
  color: var(--fallback-b3,oklch(var(--b3)/0.15));
}
.text-base-300\/20 {
  color: var(--fallback-b3,oklch(var(--b3)/0.2));
}
.text-base-300\/25 {
  color: var(--fallback-b3,oklch(var(--b3)/0.25));
}
.text-base-300\/30 {
  color: var(--fallback-b3,oklch(var(--b3)/0.3));
}
.text-base-300\/35 {
  color: var(--fallback-b3,oklch(var(--b3)/0.35));
}
.text-base-300\/40 {
  color: var(--fallback-b3,oklch(var(--b3)/0.4));
}
.text-base-300\/45 {
  color: var(--fallback-b3,oklch(var(--b3)/0.45));
}
.text-base-300\/5 {
  color: var(--fallback-b3,oklch(var(--b3)/0.05));
}
.text-base-300\/50 {
  color: var(--fallback-b3,oklch(var(--b3)/0.5));
}
.text-base-300\/55 {
  color: var(--fallback-b3,oklch(var(--b3)/0.55));
}
.text-base-300\/60 {
  color: var(--fallback-b3,oklch(var(--b3)/0.6));
}
.text-base-300\/65 {
  color: var(--fallback-b3,oklch(var(--b3)/0.65));
}
.text-base-300\/70 {
  color: var(--fallback-b3,oklch(var(--b3)/0.7));
}
.text-base-300\/75 {
  color: var(--fallback-b3,oklch(var(--b3)/0.75));
}
.text-base-300\/80 {
  color: var(--fallback-b3,oklch(var(--b3)/0.8));
}
.text-base-300\/85 {
  color: var(--fallback-b3,oklch(var(--b3)/0.85));
}
.text-base-300\/90 {
  color: var(--fallback-b3,oklch(var(--b3)/0.9));
}
.text-base-300\/95 {
  color: var(--fallback-b3,oklch(var(--b3)/0.95));
}
.text-base-content {
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.text-base-content\/0 {
  color: var(--fallback-bc,oklch(var(--bc)/0));
}
.text-base-content\/10 {
  color: var(--fallback-bc,oklch(var(--bc)/0.1));
}
.text-base-content\/100 {
  color: var(--fallback-bc,oklch(var(--bc)/1));
}
.text-base-content\/15 {
  color: var(--fallback-bc,oklch(var(--bc)/0.15));
}
.text-base-content\/20 {
  color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.text-base-content\/25 {
  color: var(--fallback-bc,oklch(var(--bc)/0.25));
}
.text-base-content\/30 {
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
.text-base-content\/35 {
  color: var(--fallback-bc,oklch(var(--bc)/0.35));
}
.text-base-content\/40 {
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.text-base-content\/45 {
  color: var(--fallback-bc,oklch(var(--bc)/0.45));
}
.text-base-content\/5 {
  color: var(--fallback-bc,oklch(var(--bc)/0.05));
}
.text-base-content\/50 {
  color: var(--fallback-bc,oklch(var(--bc)/0.5));
}
.text-base-content\/55 {
  color: var(--fallback-bc,oklch(var(--bc)/0.55));
}
.text-base-content\/60 {
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.text-base-content\/65 {
  color: var(--fallback-bc,oklch(var(--bc)/0.65));
}
.text-base-content\/70 {
  color: var(--fallback-bc,oklch(var(--bc)/0.7));
}
.text-base-content\/75 {
  color: var(--fallback-bc,oklch(var(--bc)/0.75));
}
.text-base-content\/80 {
  color: var(--fallback-bc,oklch(var(--bc)/0.8));
}
.text-base-content\/85 {
  color: var(--fallback-bc,oklch(var(--bc)/0.85));
}
.text-base-content\/90 {
  color: var(--fallback-bc,oklch(var(--bc)/0.9));
}
.text-base-content\/95 {
  color: var(--fallback-bc,oklch(var(--bc)/0.95));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity));
}
.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}
.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}
.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}
.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}
.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}
.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}
.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}
.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}
.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}
.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}
.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}
.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}
.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}
.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}
.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}
.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}
.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}
.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}
.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}
.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}
.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}
.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}
.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}
.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}
.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}
.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}
.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}
.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}
.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}
.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}
.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}
.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}
.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}
.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}
.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}
.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}
.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}
.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}
.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}
.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}
.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}
.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}
.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}
.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-blue-400\/0 {
  color: rgb(96 165 250 / 0);
}
.text-blue-400\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-blue-400\/100 {
  color: rgb(96 165 250 / 1);
}
.text-blue-400\/15 {
  color: rgb(96 165 250 / 0.15);
}
.text-blue-400\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-blue-400\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-blue-400\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-blue-400\/35 {
  color: rgb(96 165 250 / 0.35);
}
.text-blue-400\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-blue-400\/45 {
  color: rgb(96 165 250 / 0.45);
}
.text-blue-400\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-blue-400\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-blue-400\/55 {
  color: rgb(96 165 250 / 0.55);
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/65 {
  color: rgb(96 165 250 / 0.65);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-400\/85 {
  color: rgb(96 165 250 / 0.85);
}
.text-blue-400\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-blue-400\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity));
}
.text-blue-50\/0 {
  color: rgb(239 246 255 / 0);
}
.text-blue-50\/10 {
  color: rgb(239 246 255 / 0.1);
}
.text-blue-50\/100 {
  color: rgb(239 246 255 / 1);
}
.text-blue-50\/15 {
  color: rgb(239 246 255 / 0.15);
}
.text-blue-50\/20 {
  color: rgb(239 246 255 / 0.2);
}
.text-blue-50\/25 {
  color: rgb(239 246 255 / 0.25);
}
.text-blue-50\/30 {
  color: rgb(239 246 255 / 0.3);
}
.text-blue-50\/35 {
  color: rgb(239 246 255 / 0.35);
}
.text-blue-50\/40 {
  color: rgb(239 246 255 / 0.4);
}
.text-blue-50\/45 {
  color: rgb(239 246 255 / 0.45);
}
.text-blue-50\/5 {
  color: rgb(239 246 255 / 0.05);
}
.text-blue-50\/50 {
  color: rgb(239 246 255 / 0.5);
}
.text-blue-50\/55 {
  color: rgb(239 246 255 / 0.55);
}
.text-blue-50\/60 {
  color: rgb(239 246 255 / 0.6);
}
.text-blue-50\/65 {
  color: rgb(239 246 255 / 0.65);
}
.text-blue-50\/70 {
  color: rgb(239 246 255 / 0.7);
}
.text-blue-50\/75 {
  color: rgb(239 246 255 / 0.75);
}
.text-blue-50\/80 {
  color: rgb(239 246 255 / 0.8);
}
.text-blue-50\/85 {
  color: rgb(239 246 255 / 0.85);
}
.text-blue-50\/90 {
  color: rgb(239 246 255 / 0.9);
}
.text-blue-50\/95 {
  color: rgb(239 246 255 / 0.95);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-500\/0 {
  color: rgb(59 130 246 / 0);
}
.text-blue-500\/10 {
  color: rgb(59 130 246 / 0.1);
}
.text-blue-500\/100 {
  color: rgb(59 130 246 / 1);
}
.text-blue-500\/15 {
  color: rgb(59 130 246 / 0.15);
}
.text-blue-500\/20 {
  color: rgb(59 130 246 / 0.2);
}
.text-blue-500\/25 {
  color: rgb(59 130 246 / 0.25);
}
.text-blue-500\/30 {
  color: rgb(59 130 246 / 0.3);
}
.text-blue-500\/35 {
  color: rgb(59 130 246 / 0.35);
}
.text-blue-500\/40 {
  color: rgb(59 130 246 / 0.4);
}
.text-blue-500\/45 {
  color: rgb(59 130 246 / 0.45);
}
.text-blue-500\/5 {
  color: rgb(59 130 246 / 0.05);
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-500\/55 {
  color: rgb(59 130 246 / 0.55);
}
.text-blue-500\/60 {
  color: rgb(59 130 246 / 0.6);
}
.text-blue-500\/65 {
  color: rgb(59 130 246 / 0.65);
}
.text-blue-500\/70 {
  color: rgb(59 130 246 / 0.7);
}
.text-blue-500\/75 {
  color: rgb(59 130 246 / 0.75);
}
.text-blue-500\/80 {
  color: rgb(59 130 246 / 0.8);
}
.text-blue-500\/85 {
  color: rgb(59 130 246 / 0.85);
}
.text-blue-500\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-blue-500\/95 {
  color: rgb(59 130 246 / 0.95);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-600\/0 {
  color: rgb(37 99 235 / 0);
}
.text-blue-600\/10 {
  color: rgb(37 99 235 / 0.1);
}
.text-blue-600\/100 {
  color: rgb(37 99 235 / 1);
}
.text-blue-600\/15 {
  color: rgb(37 99 235 / 0.15);
}
.text-blue-600\/20 {
  color: rgb(37 99 235 / 0.2);
}
.text-blue-600\/25 {
  color: rgb(37 99 235 / 0.25);
}
.text-blue-600\/30 {
  color: rgb(37 99 235 / 0.3);
}
.text-blue-600\/35 {
  color: rgb(37 99 235 / 0.35);
}
.text-blue-600\/40 {
  color: rgb(37 99 235 / 0.4);
}
.text-blue-600\/45 {
  color: rgb(37 99 235 / 0.45);
}
.text-blue-600\/5 {
  color: rgb(37 99 235 / 0.05);
}
.text-blue-600\/50 {
  color: rgb(37 99 235 / 0.5);
}
.text-blue-600\/55 {
  color: rgb(37 99 235 / 0.55);
}
.text-blue-600\/60 {
  color: rgb(37 99 235 / 0.6);
}
.text-blue-600\/65 {
  color: rgb(37 99 235 / 0.65);
}
.text-blue-600\/70 {
  color: rgb(37 99 235 / 0.7);
}
.text-blue-600\/75 {
  color: rgb(37 99 235 / 0.75);
}
.text-blue-600\/80 {
  color: rgb(37 99 235 / 0.8);
}
.text-blue-600\/85 {
  color: rgb(37 99 235 / 0.85);
}
.text-blue-600\/90 {
  color: rgb(37 99 235 / 0.9);
}
.text-blue-600\/95 {
  color: rgb(37 99 235 / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-700\/0 {
  color: rgb(29 78 216 / 0);
}
.text-blue-700\/10 {
  color: rgb(29 78 216 / 0.1);
}
.text-blue-700\/100 {
  color: rgb(29 78 216 / 1);
}
.text-blue-700\/15 {
  color: rgb(29 78 216 / 0.15);
}
.text-blue-700\/20 {
  color: rgb(29 78 216 / 0.2);
}
.text-blue-700\/25 {
  color: rgb(29 78 216 / 0.25);
}
.text-blue-700\/30 {
  color: rgb(29 78 216 / 0.3);
}
.text-blue-700\/35 {
  color: rgb(29 78 216 / 0.35);
}
.text-blue-700\/40 {
  color: rgb(29 78 216 / 0.4);
}
.text-blue-700\/45 {
  color: rgb(29 78 216 / 0.45);
}
.text-blue-700\/5 {
  color: rgb(29 78 216 / 0.05);
}
.text-blue-700\/50 {
  color: rgb(29 78 216 / 0.5);
}
.text-blue-700\/55 {
  color: rgb(29 78 216 / 0.55);
}
.text-blue-700\/60 {
  color: rgb(29 78 216 / 0.6);
}
.text-blue-700\/65 {
  color: rgb(29 78 216 / 0.65);
}
.text-blue-700\/70 {
  color: rgb(29 78 216 / 0.7);
}
.text-blue-700\/75 {
  color: rgb(29 78 216 / 0.75);
}
.text-blue-700\/80 {
  color: rgb(29 78 216 / 0.8);
}
.text-blue-700\/85 {
  color: rgb(29 78 216 / 0.85);
}
.text-blue-700\/90 {
  color: rgb(29 78 216 / 0.9);
}
.text-blue-700\/95 {
  color: rgb(29 78 216 / 0.95);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-blue-800\/0 {
  color: rgb(30 64 175 / 0);
}
.text-blue-800\/10 {
  color: rgb(30 64 175 / 0.1);
}
.text-blue-800\/100 {
  color: rgb(30 64 175 / 1);
}
.text-blue-800\/15 {
  color: rgb(30 64 175 / 0.15);
}
.text-blue-800\/20 {
  color: rgb(30 64 175 / 0.2);
}
.text-blue-800\/25 {
  color: rgb(30 64 175 / 0.25);
}
.text-blue-800\/30 {
  color: rgb(30 64 175 / 0.3);
}
.text-blue-800\/35 {
  color: rgb(30 64 175 / 0.35);
}
.text-blue-800\/40 {
  color: rgb(30 64 175 / 0.4);
}
.text-blue-800\/45 {
  color: rgb(30 64 175 / 0.45);
}
.text-blue-800\/5 {
  color: rgb(30 64 175 / 0.05);
}
.text-blue-800\/50 {
  color: rgb(30 64 175 / 0.5);
}
.text-blue-800\/55 {
  color: rgb(30 64 175 / 0.55);
}
.text-blue-800\/60 {
  color: rgb(30 64 175 / 0.6);
}
.text-blue-800\/65 {
  color: rgb(30 64 175 / 0.65);
}
.text-blue-800\/70 {
  color: rgb(30 64 175 / 0.7);
}
.text-blue-800\/75 {
  color: rgb(30 64 175 / 0.75);
}
.text-blue-800\/80 {
  color: rgb(30 64 175 / 0.8);
}
.text-blue-800\/85 {
  color: rgb(30 64 175 / 0.85);
}
.text-blue-800\/90 {
  color: rgb(30 64 175 / 0.9);
}
.text-blue-800\/95 {
  color: rgb(30 64 175 / 0.95);
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-900\/0 {
  color: rgb(30 58 138 / 0);
}
.text-blue-900\/10 {
  color: rgb(30 58 138 / 0.1);
}
.text-blue-900\/100 {
  color: rgb(30 58 138 / 1);
}
.text-blue-900\/15 {
  color: rgb(30 58 138 / 0.15);
}
.text-blue-900\/20 {
  color: rgb(30 58 138 / 0.2);
}
.text-blue-900\/25 {
  color: rgb(30 58 138 / 0.25);
}
.text-blue-900\/30 {
  color: rgb(30 58 138 / 0.3);
}
.text-blue-900\/35 {
  color: rgb(30 58 138 / 0.35);
}
.text-blue-900\/40 {
  color: rgb(30 58 138 / 0.4);
}
.text-blue-900\/45 {
  color: rgb(30 58 138 / 0.45);
}
.text-blue-900\/5 {
  color: rgb(30 58 138 / 0.05);
}
.text-blue-900\/50 {
  color: rgb(30 58 138 / 0.5);
}
.text-blue-900\/55 {
  color: rgb(30 58 138 / 0.55);
}
.text-blue-900\/60 {
  color: rgb(30 58 138 / 0.6);
}
.text-blue-900\/65 {
  color: rgb(30 58 138 / 0.65);
}
.text-blue-900\/70 {
  color: rgb(30 58 138 / 0.7);
}
.text-blue-900\/75 {
  color: rgb(30 58 138 / 0.75);
}
.text-blue-900\/80 {
  color: rgb(30 58 138 / 0.8);
}
.text-blue-900\/85 {
  color: rgb(30 58 138 / 0.85);
}
.text-blue-900\/90 {
  color: rgb(30 58 138 / 0.9);
}
.text-blue-900\/95 {
  color: rgb(30 58 138 / 0.95);
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-blue-950\/0 {
  color: rgb(23 37 84 / 0);
}
.text-blue-950\/10 {
  color: rgb(23 37 84 / 0.1);
}
.text-blue-950\/100 {
  color: rgb(23 37 84 / 1);
}
.text-blue-950\/15 {
  color: rgb(23 37 84 / 0.15);
}
.text-blue-950\/20 {
  color: rgb(23 37 84 / 0.2);
}
.text-blue-950\/25 {
  color: rgb(23 37 84 / 0.25);
}
.text-blue-950\/30 {
  color: rgb(23 37 84 / 0.3);
}
.text-blue-950\/35 {
  color: rgb(23 37 84 / 0.35);
}
.text-blue-950\/40 {
  color: rgb(23 37 84 / 0.4);
}
.text-blue-950\/45 {
  color: rgb(23 37 84 / 0.45);
}
.text-blue-950\/5 {
  color: rgb(23 37 84 / 0.05);
}
.text-blue-950\/50 {
  color: rgb(23 37 84 / 0.5);
}
.text-blue-950\/55 {
  color: rgb(23 37 84 / 0.55);
}
.text-blue-950\/60 {
  color: rgb(23 37 84 / 0.6);
}
.text-blue-950\/65 {
  color: rgb(23 37 84 / 0.65);
}
.text-blue-950\/70 {
  color: rgb(23 37 84 / 0.7);
}
.text-blue-950\/75 {
  color: rgb(23 37 84 / 0.75);
}
.text-blue-950\/80 {
  color: rgb(23 37 84 / 0.8);
}
.text-blue-950\/85 {
  color: rgb(23 37 84 / 0.85);
}
.text-blue-950\/90 {
  color: rgb(23 37 84 / 0.9);
}
.text-blue-950\/95 {
  color: rgb(23 37 84 / 0.95);
}
.text-blueGray-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-blueGray-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-blueGray-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-blueGray-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-blueGray-100\/15 {
  color: rgb(241 245 249 / 0.15);
}
.text-blueGray-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-blueGray-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-blueGray-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-blueGray-100\/35 {
  color: rgb(241 245 249 / 0.35);
}
.text-blueGray-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-blueGray-100\/45 {
  color: rgb(241 245 249 / 0.45);
}
.text-blueGray-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-blueGray-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-blueGray-100\/55 {
  color: rgb(241 245 249 / 0.55);
}
.text-blueGray-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-blueGray-100\/65 {
  color: rgb(241 245 249 / 0.65);
}
.text-blueGray-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-blueGray-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-blueGray-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-blueGray-100\/85 {
  color: rgb(241 245 249 / 0.85);
}
.text-blueGray-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-blueGray-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-blueGray-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-blueGray-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-blueGray-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-blueGray-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-blueGray-200\/15 {
  color: rgb(226 232 240 / 0.15);
}
.text-blueGray-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-blueGray-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-blueGray-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-blueGray-200\/35 {
  color: rgb(226 232 240 / 0.35);
}
.text-blueGray-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-blueGray-200\/45 {
  color: rgb(226 232 240 / 0.45);
}
.text-blueGray-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-blueGray-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-blueGray-200\/55 {
  color: rgb(226 232 240 / 0.55);
}
.text-blueGray-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-blueGray-200\/65 {
  color: rgb(226 232 240 / 0.65);
}
.text-blueGray-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-blueGray-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-blueGray-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-blueGray-200\/85 {
  color: rgb(226 232 240 / 0.85);
}
.text-blueGray-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-blueGray-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-blueGray-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-blueGray-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-blueGray-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-blueGray-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-blueGray-300\/15 {
  color: rgb(203 213 225 / 0.15);
}
.text-blueGray-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-blueGray-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-blueGray-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-blueGray-300\/35 {
  color: rgb(203 213 225 / 0.35);
}
.text-blueGray-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-blueGray-300\/45 {
  color: rgb(203 213 225 / 0.45);
}
.text-blueGray-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-blueGray-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-blueGray-300\/55 {
  color: rgb(203 213 225 / 0.55);
}
.text-blueGray-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-blueGray-300\/65 {
  color: rgb(203 213 225 / 0.65);
}
.text-blueGray-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-blueGray-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-blueGray-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-blueGray-300\/85 {
  color: rgb(203 213 225 / 0.85);
}
.text-blueGray-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-blueGray-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-blueGray-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-blueGray-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-blueGray-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-blueGray-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-blueGray-400\/15 {
  color: rgb(148 163 184 / 0.15);
}
.text-blueGray-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-blueGray-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-blueGray-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-blueGray-400\/35 {
  color: rgb(148 163 184 / 0.35);
}
.text-blueGray-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-blueGray-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-blueGray-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-blueGray-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-blueGray-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-blueGray-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-blueGray-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-blueGray-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-blueGray-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-blueGray-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-blueGray-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-blueGray-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-blueGray-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-blueGray-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-blueGray-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-blueGray-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-blueGray-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-blueGray-50\/15 {
  color: rgb(248 250 252 / 0.15);
}
.text-blueGray-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-blueGray-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-blueGray-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-blueGray-50\/35 {
  color: rgb(248 250 252 / 0.35);
}
.text-blueGray-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-blueGray-50\/45 {
  color: rgb(248 250 252 / 0.45);
}
.text-blueGray-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-blueGray-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-blueGray-50\/55 {
  color: rgb(248 250 252 / 0.55);
}
.text-blueGray-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-blueGray-50\/65 {
  color: rgb(248 250 252 / 0.65);
}
.text-blueGray-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-blueGray-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-blueGray-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-blueGray-50\/85 {
  color: rgb(248 250 252 / 0.85);
}
.text-blueGray-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-blueGray-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-blueGray-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-blueGray-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-blueGray-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-blueGray-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-blueGray-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.text-blueGray-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-blueGray-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-blueGray-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-blueGray-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.text-blueGray-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-blueGray-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-blueGray-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-blueGray-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-blueGray-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-blueGray-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-blueGray-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-blueGray-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-blueGray-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-blueGray-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-blueGray-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-blueGray-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-blueGray-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-blueGray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-blueGray-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-blueGray-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-blueGray-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-blueGray-600\/15 {
  color: rgb(71 85 105 / 0.15);
}
.text-blueGray-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-blueGray-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-blueGray-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-blueGray-600\/35 {
  color: rgb(71 85 105 / 0.35);
}
.text-blueGray-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-blueGray-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.text-blueGray-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-blueGray-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-blueGray-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.text-blueGray-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-blueGray-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.text-blueGray-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-blueGray-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-blueGray-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-blueGray-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.text-blueGray-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-blueGray-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-blueGray-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-blueGray-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-blueGray-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-blueGray-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-blueGray-700\/15 {
  color: rgb(51 65 85 / 0.15);
}
.text-blueGray-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-blueGray-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-blueGray-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-blueGray-700\/35 {
  color: rgb(51 65 85 / 0.35);
}
.text-blueGray-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-blueGray-700\/45 {
  color: rgb(51 65 85 / 0.45);
}
.text-blueGray-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-blueGray-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-blueGray-700\/55 {
  color: rgb(51 65 85 / 0.55);
}
.text-blueGray-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-blueGray-700\/65 {
  color: rgb(51 65 85 / 0.65);
}
.text-blueGray-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-blueGray-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-blueGray-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-blueGray-700\/85 {
  color: rgb(51 65 85 / 0.85);
}
.text-blueGray-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-blueGray-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-blueGray-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-blueGray-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-blueGray-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-blueGray-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-blueGray-800\/15 {
  color: rgb(30 41 59 / 0.15);
}
.text-blueGray-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-blueGray-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-blueGray-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-blueGray-800\/35 {
  color: rgb(30 41 59 / 0.35);
}
.text-blueGray-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-blueGray-800\/45 {
  color: rgb(30 41 59 / 0.45);
}
.text-blueGray-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-blueGray-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-blueGray-800\/55 {
  color: rgb(30 41 59 / 0.55);
}
.text-blueGray-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-blueGray-800\/65 {
  color: rgb(30 41 59 / 0.65);
}
.text-blueGray-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-blueGray-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-blueGray-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-blueGray-800\/85 {
  color: rgb(30 41 59 / 0.85);
}
.text-blueGray-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-blueGray-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-blueGray-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-blueGray-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-blueGray-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-blueGray-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-blueGray-900\/15 {
  color: rgb(15 23 42 / 0.15);
}
.text-blueGray-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-blueGray-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-blueGray-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-blueGray-900\/35 {
  color: rgb(15 23 42 / 0.35);
}
.text-blueGray-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-blueGray-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.text-blueGray-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-blueGray-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-blueGray-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.text-blueGray-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-blueGray-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.text-blueGray-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-blueGray-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-blueGray-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-blueGray-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.text-blueGray-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-blueGray-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-blueGray-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-blueGray-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-blueGray-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-blueGray-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-blueGray-950\/15 {
  color: rgb(2 6 23 / 0.15);
}
.text-blueGray-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-blueGray-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-blueGray-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-blueGray-950\/35 {
  color: rgb(2 6 23 / 0.35);
}
.text-blueGray-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-blueGray-950\/45 {
  color: rgb(2 6 23 / 0.45);
}
.text-blueGray-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-blueGray-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-blueGray-950\/55 {
  color: rgb(2 6 23 / 0.55);
}
.text-blueGray-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-blueGray-950\/65 {
  color: rgb(2 6 23 / 0.65);
}
.text-blueGray-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-blueGray-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-blueGray-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-blueGray-950\/85 {
  color: rgb(2 6 23 / 0.85);
}
.text-blueGray-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-blueGray-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-coolGray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-coolGray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-coolGray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-coolGray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-coolGray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-coolGray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-coolGray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-coolGray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-coolGray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-coolGray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-coolGray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-coolGray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-coolGray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-coolGray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-coolGray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-coolGray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-coolGray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-coolGray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-coolGray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-coolGray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-coolGray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-coolGray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-coolGray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-coolGray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-coolGray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-coolGray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-coolGray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-coolGray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-coolGray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-coolGray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-coolGray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-coolGray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-coolGray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-coolGray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-coolGray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-coolGray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-coolGray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-coolGray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-coolGray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-coolGray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-coolGray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-coolGray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-coolGray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-coolGray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-coolGray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-coolGray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-coolGray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-coolGray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-coolGray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-coolGray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-coolGray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-coolGray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-coolGray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-coolGray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-coolGray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-coolGray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-coolGray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-coolGray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-coolGray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-coolGray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-coolGray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-coolGray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-coolGray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-coolGray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-coolGray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-coolGray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-coolGray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-coolGray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-coolGray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-coolGray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-coolGray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-coolGray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-coolGray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-coolGray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-coolGray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-coolGray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-coolGray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-coolGray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-coolGray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-coolGray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-coolGray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-coolGray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-coolGray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-coolGray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-coolGray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-coolGray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-coolGray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-coolGray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-coolGray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-coolGray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-coolGray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-coolGray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-coolGray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-coolGray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-coolGray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-coolGray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-coolGray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-coolGray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-coolGray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-coolGray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-coolGray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-coolGray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-coolGray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-coolGray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-coolGray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-coolGray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-coolGray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-coolGray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-coolGray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-coolGray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-coolGray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-coolGray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-coolGray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-coolGray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-coolGray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-coolGray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-coolGray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-coolGray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-coolGray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-coolGray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-coolGray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-coolGray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-coolGray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-coolGray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-coolGray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-coolGray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-coolGray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-coolGray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-coolGray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-coolGray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-coolGray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-coolGray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-coolGray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-coolGray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-coolGray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-coolGray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-coolGray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-coolGray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-coolGray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-coolGray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-coolGray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-coolGray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-coolGray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-coolGray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-coolGray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-coolGray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-coolGray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-coolGray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-coolGray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-coolGray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-coolGray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-coolGray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-coolGray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-coolGray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-coolGray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-coolGray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-coolGray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-coolGray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-coolGray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-coolGray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-coolGray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-coolGray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-coolGray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-coolGray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-coolGray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-coolGray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-coolGray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-coolGray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-coolGray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-coolGray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-coolGray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-coolGray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-coolGray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-coolGray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-coolGray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-coolGray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-coolGray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-coolGray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-coolGray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-coolGray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-coolGray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-coolGray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-coolGray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-coolGray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-coolGray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-coolGray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-coolGray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-coolGray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-coolGray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-coolGray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-coolGray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-coolGray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-coolGray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-coolGray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-coolGray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-coolGray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-coolGray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-coolGray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-coolGray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-coolGray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-coolGray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-coolGray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-coolGray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-coolGray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-coolGray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-coolGray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-coolGray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-coolGray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-coolGray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-coolGray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-coolGray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-coolGray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-coolGray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-coolGray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-coolGray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-coolGray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-coolGray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-coolGray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-coolGray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-coolGray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-coolGray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-coolGray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-coolGray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-coolGray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-coolGray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.text-coolGray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-coolGray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-coolGray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-coolGray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.text-coolGray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-coolGray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.text-coolGray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-coolGray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-coolGray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.text-coolGray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-coolGray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.text-coolGray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-coolGray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-coolGray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-coolGray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.text-coolGray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-coolGray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity));
}
.text-cyan-100\/0 {
  color: rgb(207 250 254 / 0);
}
.text-cyan-100\/10 {
  color: rgb(207 250 254 / 0.1);
}
.text-cyan-100\/100 {
  color: rgb(207 250 254 / 1);
}
.text-cyan-100\/15 {
  color: rgb(207 250 254 / 0.15);
}
.text-cyan-100\/20 {
  color: rgb(207 250 254 / 0.2);
}
.text-cyan-100\/25 {
  color: rgb(207 250 254 / 0.25);
}
.text-cyan-100\/30 {
  color: rgb(207 250 254 / 0.3);
}
.text-cyan-100\/35 {
  color: rgb(207 250 254 / 0.35);
}
.text-cyan-100\/40 {
  color: rgb(207 250 254 / 0.4);
}
.text-cyan-100\/45 {
  color: rgb(207 250 254 / 0.45);
}
.text-cyan-100\/5 {
  color: rgb(207 250 254 / 0.05);
}
.text-cyan-100\/50 {
  color: rgb(207 250 254 / 0.5);
}
.text-cyan-100\/55 {
  color: rgb(207 250 254 / 0.55);
}
.text-cyan-100\/60 {
  color: rgb(207 250 254 / 0.6);
}
.text-cyan-100\/65 {
  color: rgb(207 250 254 / 0.65);
}
.text-cyan-100\/70 {
  color: rgb(207 250 254 / 0.7);
}
.text-cyan-100\/75 {
  color: rgb(207 250 254 / 0.75);
}
.text-cyan-100\/80 {
  color: rgb(207 250 254 / 0.8);
}
.text-cyan-100\/85 {
  color: rgb(207 250 254 / 0.85);
}
.text-cyan-100\/90 {
  color: rgb(207 250 254 / 0.9);
}
.text-cyan-100\/95 {
  color: rgb(207 250 254 / 0.95);
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity));
}
.text-cyan-200\/0 {
  color: rgb(165 243 252 / 0);
}
.text-cyan-200\/10 {
  color: rgb(165 243 252 / 0.1);
}
.text-cyan-200\/100 {
  color: rgb(165 243 252 / 1);
}
.text-cyan-200\/15 {
  color: rgb(165 243 252 / 0.15);
}
.text-cyan-200\/20 {
  color: rgb(165 243 252 / 0.2);
}
.text-cyan-200\/25 {
  color: rgb(165 243 252 / 0.25);
}
.text-cyan-200\/30 {
  color: rgb(165 243 252 / 0.3);
}
.text-cyan-200\/35 {
  color: rgb(165 243 252 / 0.35);
}
.text-cyan-200\/40 {
  color: rgb(165 243 252 / 0.4);
}
.text-cyan-200\/45 {
  color: rgb(165 243 252 / 0.45);
}
.text-cyan-200\/5 {
  color: rgb(165 243 252 / 0.05);
}
.text-cyan-200\/50 {
  color: rgb(165 243 252 / 0.5);
}
.text-cyan-200\/55 {
  color: rgb(165 243 252 / 0.55);
}
.text-cyan-200\/60 {
  color: rgb(165 243 252 / 0.6);
}
.text-cyan-200\/65 {
  color: rgb(165 243 252 / 0.65);
}
.text-cyan-200\/70 {
  color: rgb(165 243 252 / 0.7);
}
.text-cyan-200\/75 {
  color: rgb(165 243 252 / 0.75);
}
.text-cyan-200\/80 {
  color: rgb(165 243 252 / 0.8);
}
.text-cyan-200\/85 {
  color: rgb(165 243 252 / 0.85);
}
.text-cyan-200\/90 {
  color: rgb(165 243 252 / 0.9);
}
.text-cyan-200\/95 {
  color: rgb(165 243 252 / 0.95);
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity));
}
.text-cyan-300\/0 {
  color: rgb(103 232 249 / 0);
}
.text-cyan-300\/10 {
  color: rgb(103 232 249 / 0.1);
}
.text-cyan-300\/100 {
  color: rgb(103 232 249 / 1);
}
.text-cyan-300\/15 {
  color: rgb(103 232 249 / 0.15);
}
.text-cyan-300\/20 {
  color: rgb(103 232 249 / 0.2);
}
.text-cyan-300\/25 {
  color: rgb(103 232 249 / 0.25);
}
.text-cyan-300\/30 {
  color: rgb(103 232 249 / 0.3);
}
.text-cyan-300\/35 {
  color: rgb(103 232 249 / 0.35);
}
.text-cyan-300\/40 {
  color: rgb(103 232 249 / 0.4);
}
.text-cyan-300\/45 {
  color: rgb(103 232 249 / 0.45);
}
.text-cyan-300\/5 {
  color: rgb(103 232 249 / 0.05);
}
.text-cyan-300\/50 {
  color: rgb(103 232 249 / 0.5);
}
.text-cyan-300\/55 {
  color: rgb(103 232 249 / 0.55);
}
.text-cyan-300\/60 {
  color: rgb(103 232 249 / 0.6);
}
.text-cyan-300\/65 {
  color: rgb(103 232 249 / 0.65);
}
.text-cyan-300\/70 {
  color: rgb(103 232 249 / 0.7);
}
.text-cyan-300\/75 {
  color: rgb(103 232 249 / 0.75);
}
.text-cyan-300\/80 {
  color: rgb(103 232 249 / 0.8);
}
.text-cyan-300\/85 {
  color: rgb(103 232 249 / 0.85);
}
.text-cyan-300\/90 {
  color: rgb(103 232 249 / 0.9);
}
.text-cyan-300\/95 {
  color: rgb(103 232 249 / 0.95);
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity));
}
.text-cyan-400\/0 {
  color: rgb(34 211 238 / 0);
}
.text-cyan-400\/10 {
  color: rgb(34 211 238 / 0.1);
}
.text-cyan-400\/100 {
  color: rgb(34 211 238 / 1);
}
.text-cyan-400\/15 {
  color: rgb(34 211 238 / 0.15);
}
.text-cyan-400\/20 {
  color: rgb(34 211 238 / 0.2);
}
.text-cyan-400\/25 {
  color: rgb(34 211 238 / 0.25);
}
.text-cyan-400\/30 {
  color: rgb(34 211 238 / 0.3);
}
.text-cyan-400\/35 {
  color: rgb(34 211 238 / 0.35);
}
.text-cyan-400\/40 {
  color: rgb(34 211 238 / 0.4);
}
.text-cyan-400\/45 {
  color: rgb(34 211 238 / 0.45);
}
.text-cyan-400\/5 {
  color: rgb(34 211 238 / 0.05);
}
.text-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/55 {
  color: rgb(34 211 238 / 0.55);
}
.text-cyan-400\/60 {
  color: rgb(34 211 238 / 0.6);
}
.text-cyan-400\/65 {
  color: rgb(34 211 238 / 0.65);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-cyan-400\/75 {
  color: rgb(34 211 238 / 0.75);
}
.text-cyan-400\/80 {
  color: rgb(34 211 238 / 0.8);
}
.text-cyan-400\/85 {
  color: rgb(34 211 238 / 0.85);
}
.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}
.text-cyan-400\/95 {
  color: rgb(34 211 238 / 0.95);
}
.text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity));
}
.text-cyan-50\/0 {
  color: rgb(236 254 255 / 0);
}
.text-cyan-50\/10 {
  color: rgb(236 254 255 / 0.1);
}
.text-cyan-50\/100 {
  color: rgb(236 254 255 / 1);
}
.text-cyan-50\/15 {
  color: rgb(236 254 255 / 0.15);
}
.text-cyan-50\/20 {
  color: rgb(236 254 255 / 0.2);
}
.text-cyan-50\/25 {
  color: rgb(236 254 255 / 0.25);
}
.text-cyan-50\/30 {
  color: rgb(236 254 255 / 0.3);
}
.text-cyan-50\/35 {
  color: rgb(236 254 255 / 0.35);
}
.text-cyan-50\/40 {
  color: rgb(236 254 255 / 0.4);
}
.text-cyan-50\/45 {
  color: rgb(236 254 255 / 0.45);
}
.text-cyan-50\/5 {
  color: rgb(236 254 255 / 0.05);
}
.text-cyan-50\/50 {
  color: rgb(236 254 255 / 0.5);
}
.text-cyan-50\/55 {
  color: rgb(236 254 255 / 0.55);
}
.text-cyan-50\/60 {
  color: rgb(236 254 255 / 0.6);
}
.text-cyan-50\/65 {
  color: rgb(236 254 255 / 0.65);
}
.text-cyan-50\/70 {
  color: rgb(236 254 255 / 0.7);
}
.text-cyan-50\/75 {
  color: rgb(236 254 255 / 0.75);
}
.text-cyan-50\/80 {
  color: rgb(236 254 255 / 0.8);
}
.text-cyan-50\/85 {
  color: rgb(236 254 255 / 0.85);
}
.text-cyan-50\/90 {
  color: rgb(236 254 255 / 0.9);
}
.text-cyan-50\/95 {
  color: rgb(236 254 255 / 0.95);
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-cyan-500\/0 {
  color: rgb(6 182 212 / 0);
}
.text-cyan-500\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-cyan-500\/100 {
  color: rgb(6 182 212 / 1);
}
.text-cyan-500\/15 {
  color: rgb(6 182 212 / 0.15);
}
.text-cyan-500\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-cyan-500\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-cyan-500\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-cyan-500\/35 {
  color: rgb(6 182 212 / 0.35);
}
.text-cyan-500\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-cyan-500\/45 {
  color: rgb(6 182 212 / 0.45);
}
.text-cyan-500\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-cyan-500\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-cyan-500\/55 {
  color: rgb(6 182 212 / 0.55);
}
.text-cyan-500\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-cyan-500\/65 {
  color: rgb(6 182 212 / 0.65);
}
.text-cyan-500\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-cyan-500\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-cyan-500\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-cyan-500\/85 {
  color: rgb(6 182 212 / 0.85);
}
.text-cyan-500\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-cyan-500\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity));
}
.text-cyan-600\/0 {
  color: rgb(8 145 178 / 0);
}
.text-cyan-600\/10 {
  color: rgb(8 145 178 / 0.1);
}
.text-cyan-600\/100 {
  color: rgb(8 145 178 / 1);
}
.text-cyan-600\/15 {
  color: rgb(8 145 178 / 0.15);
}
.text-cyan-600\/20 {
  color: rgb(8 145 178 / 0.2);
}
.text-cyan-600\/25 {
  color: rgb(8 145 178 / 0.25);
}
.text-cyan-600\/30 {
  color: rgb(8 145 178 / 0.3);
}
.text-cyan-600\/35 {
  color: rgb(8 145 178 / 0.35);
}
.text-cyan-600\/40 {
  color: rgb(8 145 178 / 0.4);
}
.text-cyan-600\/45 {
  color: rgb(8 145 178 / 0.45);
}
.text-cyan-600\/5 {
  color: rgb(8 145 178 / 0.05);
}
.text-cyan-600\/50 {
  color: rgb(8 145 178 / 0.5);
}
.text-cyan-600\/55 {
  color: rgb(8 145 178 / 0.55);
}
.text-cyan-600\/60 {
  color: rgb(8 145 178 / 0.6);
}
.text-cyan-600\/65 {
  color: rgb(8 145 178 / 0.65);
}
.text-cyan-600\/70 {
  color: rgb(8 145 178 / 0.7);
}
.text-cyan-600\/75 {
  color: rgb(8 145 178 / 0.75);
}
.text-cyan-600\/80 {
  color: rgb(8 145 178 / 0.8);
}
.text-cyan-600\/85 {
  color: rgb(8 145 178 / 0.85);
}
.text-cyan-600\/90 {
  color: rgb(8 145 178 / 0.9);
}
.text-cyan-600\/95 {
  color: rgb(8 145 178 / 0.95);
}
.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}
.text-cyan-700\/0 {
  color: rgb(14 116 144 / 0);
}
.text-cyan-700\/10 {
  color: rgb(14 116 144 / 0.1);
}
.text-cyan-700\/100 {
  color: rgb(14 116 144 / 1);
}
.text-cyan-700\/15 {
  color: rgb(14 116 144 / 0.15);
}
.text-cyan-700\/20 {
  color: rgb(14 116 144 / 0.2);
}
.text-cyan-700\/25 {
  color: rgb(14 116 144 / 0.25);
}
.text-cyan-700\/30 {
  color: rgb(14 116 144 / 0.3);
}
.text-cyan-700\/35 {
  color: rgb(14 116 144 / 0.35);
}
.text-cyan-700\/40 {
  color: rgb(14 116 144 / 0.4);
}
.text-cyan-700\/45 {
  color: rgb(14 116 144 / 0.45);
}
.text-cyan-700\/5 {
  color: rgb(14 116 144 / 0.05);
}
.text-cyan-700\/50 {
  color: rgb(14 116 144 / 0.5);
}
.text-cyan-700\/55 {
  color: rgb(14 116 144 / 0.55);
}
.text-cyan-700\/60 {
  color: rgb(14 116 144 / 0.6);
}
.text-cyan-700\/65 {
  color: rgb(14 116 144 / 0.65);
}
.text-cyan-700\/70 {
  color: rgb(14 116 144 / 0.7);
}
.text-cyan-700\/75 {
  color: rgb(14 116 144 / 0.75);
}
.text-cyan-700\/80 {
  color: rgb(14 116 144 / 0.8);
}
.text-cyan-700\/85 {
  color: rgb(14 116 144 / 0.85);
}
.text-cyan-700\/90 {
  color: rgb(14 116 144 / 0.9);
}
.text-cyan-700\/95 {
  color: rgb(14 116 144 / 0.95);
}
.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity));
}
.text-cyan-800\/0 {
  color: rgb(21 94 117 / 0);
}
.text-cyan-800\/10 {
  color: rgb(21 94 117 / 0.1);
}
.text-cyan-800\/100 {
  color: rgb(21 94 117 / 1);
}
.text-cyan-800\/15 {
  color: rgb(21 94 117 / 0.15);
}
.text-cyan-800\/20 {
  color: rgb(21 94 117 / 0.2);
}
.text-cyan-800\/25 {
  color: rgb(21 94 117 / 0.25);
}
.text-cyan-800\/30 {
  color: rgb(21 94 117 / 0.3);
}
.text-cyan-800\/35 {
  color: rgb(21 94 117 / 0.35);
}
.text-cyan-800\/40 {
  color: rgb(21 94 117 / 0.4);
}
.text-cyan-800\/45 {
  color: rgb(21 94 117 / 0.45);
}
.text-cyan-800\/5 {
  color: rgb(21 94 117 / 0.05);
}
.text-cyan-800\/50 {
  color: rgb(21 94 117 / 0.5);
}
.text-cyan-800\/55 {
  color: rgb(21 94 117 / 0.55);
}
.text-cyan-800\/60 {
  color: rgb(21 94 117 / 0.6);
}
.text-cyan-800\/65 {
  color: rgb(21 94 117 / 0.65);
}
.text-cyan-800\/70 {
  color: rgb(21 94 117 / 0.7);
}
.text-cyan-800\/75 {
  color: rgb(21 94 117 / 0.75);
}
.text-cyan-800\/80 {
  color: rgb(21 94 117 / 0.8);
}
.text-cyan-800\/85 {
  color: rgb(21 94 117 / 0.85);
}
.text-cyan-800\/90 {
  color: rgb(21 94 117 / 0.9);
}
.text-cyan-800\/95 {
  color: rgb(21 94 117 / 0.95);
}
.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity));
}
.text-cyan-900\/0 {
  color: rgb(22 78 99 / 0);
}
.text-cyan-900\/10 {
  color: rgb(22 78 99 / 0.1);
}
.text-cyan-900\/100 {
  color: rgb(22 78 99 / 1);
}
.text-cyan-900\/15 {
  color: rgb(22 78 99 / 0.15);
}
.text-cyan-900\/20 {
  color: rgb(22 78 99 / 0.2);
}
.text-cyan-900\/25 {
  color: rgb(22 78 99 / 0.25);
}
.text-cyan-900\/30 {
  color: rgb(22 78 99 / 0.3);
}
.text-cyan-900\/35 {
  color: rgb(22 78 99 / 0.35);
}
.text-cyan-900\/40 {
  color: rgb(22 78 99 / 0.4);
}
.text-cyan-900\/45 {
  color: rgb(22 78 99 / 0.45);
}
.text-cyan-900\/5 {
  color: rgb(22 78 99 / 0.05);
}
.text-cyan-900\/50 {
  color: rgb(22 78 99 / 0.5);
}
.text-cyan-900\/55 {
  color: rgb(22 78 99 / 0.55);
}
.text-cyan-900\/60 {
  color: rgb(22 78 99 / 0.6);
}
.text-cyan-900\/65 {
  color: rgb(22 78 99 / 0.65);
}
.text-cyan-900\/70 {
  color: rgb(22 78 99 / 0.7);
}
.text-cyan-900\/75 {
  color: rgb(22 78 99 / 0.75);
}
.text-cyan-900\/80 {
  color: rgb(22 78 99 / 0.8);
}
.text-cyan-900\/85 {
  color: rgb(22 78 99 / 0.85);
}
.text-cyan-900\/90 {
  color: rgb(22 78 99 / 0.9);
}
.text-cyan-900\/95 {
  color: rgb(22 78 99 / 0.95);
}
.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity));
}
.text-cyan-950\/0 {
  color: rgb(8 51 68 / 0);
}
.text-cyan-950\/10 {
  color: rgb(8 51 68 / 0.1);
}
.text-cyan-950\/100 {
  color: rgb(8 51 68 / 1);
}
.text-cyan-950\/15 {
  color: rgb(8 51 68 / 0.15);
}
.text-cyan-950\/20 {
  color: rgb(8 51 68 / 0.2);
}
.text-cyan-950\/25 {
  color: rgb(8 51 68 / 0.25);
}
.text-cyan-950\/30 {
  color: rgb(8 51 68 / 0.3);
}
.text-cyan-950\/35 {
  color: rgb(8 51 68 / 0.35);
}
.text-cyan-950\/40 {
  color: rgb(8 51 68 / 0.4);
}
.text-cyan-950\/45 {
  color: rgb(8 51 68 / 0.45);
}
.text-cyan-950\/5 {
  color: rgb(8 51 68 / 0.05);
}
.text-cyan-950\/50 {
  color: rgb(8 51 68 / 0.5);
}
.text-cyan-950\/55 {
  color: rgb(8 51 68 / 0.55);
}
.text-cyan-950\/60 {
  color: rgb(8 51 68 / 0.6);
}
.text-cyan-950\/65 {
  color: rgb(8 51 68 / 0.65);
}
.text-cyan-950\/70 {
  color: rgb(8 51 68 / 0.7);
}
.text-cyan-950\/75 {
  color: rgb(8 51 68 / 0.75);
}
.text-cyan-950\/80 {
  color: rgb(8 51 68 / 0.8);
}
.text-cyan-950\/85 {
  color: rgb(8 51 68 / 0.85);
}
.text-cyan-950\/90 {
  color: rgb(8 51 68 / 0.9);
}
.text-cyan-950\/95 {
  color: rgb(8 51 68 / 0.95);
}
.text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity));
}
.text-emerald-100\/0 {
  color: rgb(209 250 229 / 0);
}
.text-emerald-100\/10 {
  color: rgb(209 250 229 / 0.1);
}
.text-emerald-100\/100 {
  color: rgb(209 250 229 / 1);
}
.text-emerald-100\/15 {
  color: rgb(209 250 229 / 0.15);
}
.text-emerald-100\/20 {
  color: rgb(209 250 229 / 0.2);
}
.text-emerald-100\/25 {
  color: rgb(209 250 229 / 0.25);
}
.text-emerald-100\/30 {
  color: rgb(209 250 229 / 0.3);
}
.text-emerald-100\/35 {
  color: rgb(209 250 229 / 0.35);
}
.text-emerald-100\/40 {
  color: rgb(209 250 229 / 0.4);
}
.text-emerald-100\/45 {
  color: rgb(209 250 229 / 0.45);
}
.text-emerald-100\/5 {
  color: rgb(209 250 229 / 0.05);
}
.text-emerald-100\/50 {
  color: rgb(209 250 229 / 0.5);
}
.text-emerald-100\/55 {
  color: rgb(209 250 229 / 0.55);
}
.text-emerald-100\/60 {
  color: rgb(209 250 229 / 0.6);
}
.text-emerald-100\/65 {
  color: rgb(209 250 229 / 0.65);
}
.text-emerald-100\/70 {
  color: rgb(209 250 229 / 0.7);
}
.text-emerald-100\/75 {
  color: rgb(209 250 229 / 0.75);
}
.text-emerald-100\/80 {
  color: rgb(209 250 229 / 0.8);
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-emerald-100\/90 {
  color: rgb(209 250 229 / 0.9);
}
.text-emerald-100\/95 {
  color: rgb(209 250 229 / 0.95);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}
.text-emerald-200\/0 {
  color: rgb(167 243 208 / 0);
}
.text-emerald-200\/10 {
  color: rgb(167 243 208 / 0.1);
}
.text-emerald-200\/100 {
  color: rgb(167 243 208 / 1);
}
.text-emerald-200\/15 {
  color: rgb(167 243 208 / 0.15);
}
.text-emerald-200\/20 {
  color: rgb(167 243 208 / 0.2);
}
.text-emerald-200\/25 {
  color: rgb(167 243 208 / 0.25);
}
.text-emerald-200\/30 {
  color: rgb(167 243 208 / 0.3);
}
.text-emerald-200\/35 {
  color: rgb(167 243 208 / 0.35);
}
.text-emerald-200\/40 {
  color: rgb(167 243 208 / 0.4);
}
.text-emerald-200\/45 {
  color: rgb(167 243 208 / 0.45);
}
.text-emerald-200\/5 {
  color: rgb(167 243 208 / 0.05);
}
.text-emerald-200\/50 {
  color: rgb(167 243 208 / 0.5);
}
.text-emerald-200\/55 {
  color: rgb(167 243 208 / 0.55);
}
.text-emerald-200\/60 {
  color: rgb(167 243 208 / 0.6);
}
.text-emerald-200\/65 {
  color: rgb(167 243 208 / 0.65);
}
.text-emerald-200\/70 {
  color: rgb(167 243 208 / 0.7);
}
.text-emerald-200\/75 {
  color: rgb(167 243 208 / 0.75);
}
.text-emerald-200\/80 {
  color: rgb(167 243 208 / 0.8);
}
.text-emerald-200\/85 {
  color: rgb(167 243 208 / 0.85);
}
.text-emerald-200\/90 {
  color: rgb(167 243 208 / 0.9);
}
.text-emerald-200\/95 {
  color: rgb(167 243 208 / 0.95);
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-emerald-300\/0 {
  color: rgb(110 231 183 / 0);
}
.text-emerald-300\/10 {
  color: rgb(110 231 183 / 0.1);
}
.text-emerald-300\/100 {
  color: rgb(110 231 183 / 1);
}
.text-emerald-300\/15 {
  color: rgb(110 231 183 / 0.15);
}
.text-emerald-300\/20 {
  color: rgb(110 231 183 / 0.2);
}
.text-emerald-300\/25 {
  color: rgb(110 231 183 / 0.25);
}
.text-emerald-300\/30 {
  color: rgb(110 231 183 / 0.3);
}
.text-emerald-300\/35 {
  color: rgb(110 231 183 / 0.35);
}
.text-emerald-300\/40 {
  color: rgb(110 231 183 / 0.4);
}
.text-emerald-300\/45 {
  color: rgb(110 231 183 / 0.45);
}
.text-emerald-300\/5 {
  color: rgb(110 231 183 / 0.05);
}
.text-emerald-300\/50 {
  color: rgb(110 231 183 / 0.5);
}
.text-emerald-300\/55 {
  color: rgb(110 231 183 / 0.55);
}
.text-emerald-300\/60 {
  color: rgb(110 231 183 / 0.6);
}
.text-emerald-300\/65 {
  color: rgb(110 231 183 / 0.65);
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/75 {
  color: rgb(110 231 183 / 0.75);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}
.text-emerald-400\/0 {
  color: rgb(52 211 153 / 0);
}
.text-emerald-400\/10 {
  color: rgb(52 211 153 / 0.1);
}
.text-emerald-400\/100 {
  color: rgb(52 211 153 / 1);
}
.text-emerald-400\/15 {
  color: rgb(52 211 153 / 0.15);
}
.text-emerald-400\/20 {
  color: rgb(52 211 153 / 0.2);
}
.text-emerald-400\/25 {
  color: rgb(52 211 153 / 0.25);
}
.text-emerald-400\/30 {
  color: rgb(52 211 153 / 0.3);
}
.text-emerald-400\/35 {
  color: rgb(52 211 153 / 0.35);
}
.text-emerald-400\/40 {
  color: rgb(52 211 153 / 0.4);
}
.text-emerald-400\/45 {
  color: rgb(52 211 153 / 0.45);
}
.text-emerald-400\/5 {
  color: rgb(52 211 153 / 0.05);
}
.text-emerald-400\/50 {
  color: rgb(52 211 153 / 0.5);
}
.text-emerald-400\/55 {
  color: rgb(52 211 153 / 0.55);
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/65 {
  color: rgb(52 211 153 / 0.65);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/75 {
  color: rgb(52 211 153 / 0.75);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/85 {
  color: rgb(52 211 153 / 0.85);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-emerald-400\/95 {
  color: rgb(52 211 153 / 0.95);
}
.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity));
}
.text-emerald-50\/0 {
  color: rgb(236 253 245 / 0);
}
.text-emerald-50\/10 {
  color: rgb(236 253 245 / 0.1);
}
.text-emerald-50\/100 {
  color: rgb(236 253 245 / 1);
}
.text-emerald-50\/15 {
  color: rgb(236 253 245 / 0.15);
}
.text-emerald-50\/20 {
  color: rgb(236 253 245 / 0.2);
}
.text-emerald-50\/25 {
  color: rgb(236 253 245 / 0.25);
}
.text-emerald-50\/30 {
  color: rgb(236 253 245 / 0.3);
}
.text-emerald-50\/35 {
  color: rgb(236 253 245 / 0.35);
}
.text-emerald-50\/40 {
  color: rgb(236 253 245 / 0.4);
}
.text-emerald-50\/45 {
  color: rgb(236 253 245 / 0.45);
}
.text-emerald-50\/5 {
  color: rgb(236 253 245 / 0.05);
}
.text-emerald-50\/50 {
  color: rgb(236 253 245 / 0.5);
}
.text-emerald-50\/55 {
  color: rgb(236 253 245 / 0.55);
}
.text-emerald-50\/60 {
  color: rgb(236 253 245 / 0.6);
}
.text-emerald-50\/65 {
  color: rgb(236 253 245 / 0.65);
}
.text-emerald-50\/70 {
  color: rgb(236 253 245 / 0.7);
}
.text-emerald-50\/75 {
  color: rgb(236 253 245 / 0.75);
}
.text-emerald-50\/80 {
  color: rgb(236 253 245 / 0.8);
}
.text-emerald-50\/85 {
  color: rgb(236 253 245 / 0.85);
}
.text-emerald-50\/90 {
  color: rgb(236 253 245 / 0.9);
}
.text-emerald-50\/95 {
  color: rgb(236 253 245 / 0.95);
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-emerald-500\/0 {
  color: rgb(16 185 129 / 0);
}
.text-emerald-500\/10 {
  color: rgb(16 185 129 / 0.1);
}
.text-emerald-500\/100 {
  color: rgb(16 185 129 / 1);
}
.text-emerald-500\/15 {
  color: rgb(16 185 129 / 0.15);
}
.text-emerald-500\/20 {
  color: rgb(16 185 129 / 0.2);
}
.text-emerald-500\/25 {
  color: rgb(16 185 129 / 0.25);
}
.text-emerald-500\/30 {
  color: rgb(16 185 129 / 0.3);
}
.text-emerald-500\/35 {
  color: rgb(16 185 129 / 0.35);
}
.text-emerald-500\/40 {
  color: rgb(16 185 129 / 0.4);
}
.text-emerald-500\/45 {
  color: rgb(16 185 129 / 0.45);
}
.text-emerald-500\/5 {
  color: rgb(16 185 129 / 0.05);
}
.text-emerald-500\/50 {
  color: rgb(16 185 129 / 0.5);
}
.text-emerald-500\/55 {
  color: rgb(16 185 129 / 0.55);
}
.text-emerald-500\/60 {
  color: rgb(16 185 129 / 0.6);
}
.text-emerald-500\/65 {
  color: rgb(16 185 129 / 0.65);
}
.text-emerald-500\/70 {
  color: rgb(16 185 129 / 0.7);
}
.text-emerald-500\/75 {
  color: rgb(16 185 129 / 0.75);
}
.text-emerald-500\/80 {
  color: rgb(16 185 129 / 0.8);
}
.text-emerald-500\/85 {
  color: rgb(16 185 129 / 0.85);
}
.text-emerald-500\/90 {
  color: rgb(16 185 129 / 0.9);
}
.text-emerald-500\/95 {
  color: rgb(16 185 129 / 0.95);
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}
.text-emerald-600\/0 {
  color: rgb(5 150 105 / 0);
}
.text-emerald-600\/10 {
  color: rgb(5 150 105 / 0.1);
}
.text-emerald-600\/100 {
  color: rgb(5 150 105 / 1);
}
.text-emerald-600\/15 {
  color: rgb(5 150 105 / 0.15);
}
.text-emerald-600\/20 {
  color: rgb(5 150 105 / 0.2);
}
.text-emerald-600\/25 {
  color: rgb(5 150 105 / 0.25);
}
.text-emerald-600\/30 {
  color: rgb(5 150 105 / 0.3);
}
.text-emerald-600\/35 {
  color: rgb(5 150 105 / 0.35);
}
.text-emerald-600\/40 {
  color: rgb(5 150 105 / 0.4);
}
.text-emerald-600\/45 {
  color: rgb(5 150 105 / 0.45);
}
.text-emerald-600\/5 {
  color: rgb(5 150 105 / 0.05);
}
.text-emerald-600\/50 {
  color: rgb(5 150 105 / 0.5);
}
.text-emerald-600\/55 {
  color: rgb(5 150 105 / 0.55);
}
.text-emerald-600\/60 {
  color: rgb(5 150 105 / 0.6);
}
.text-emerald-600\/65 {
  color: rgb(5 150 105 / 0.65);
}
.text-emerald-600\/70 {
  color: rgb(5 150 105 / 0.7);
}
.text-emerald-600\/75 {
  color: rgb(5 150 105 / 0.75);
}
.text-emerald-600\/80 {
  color: rgb(5 150 105 / 0.8);
}
.text-emerald-600\/85 {
  color: rgb(5 150 105 / 0.85);
}
.text-emerald-600\/90 {
  color: rgb(5 150 105 / 0.9);
}
.text-emerald-600\/95 {
  color: rgb(5 150 105 / 0.95);
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}
.text-emerald-700\/0 {
  color: rgb(4 120 87 / 0);
}
.text-emerald-700\/10 {
  color: rgb(4 120 87 / 0.1);
}
.text-emerald-700\/100 {
  color: rgb(4 120 87 / 1);
}
.text-emerald-700\/15 {
  color: rgb(4 120 87 / 0.15);
}
.text-emerald-700\/20 {
  color: rgb(4 120 87 / 0.2);
}
.text-emerald-700\/25 {
  color: rgb(4 120 87 / 0.25);
}
.text-emerald-700\/30 {
  color: rgb(4 120 87 / 0.3);
}
.text-emerald-700\/35 {
  color: rgb(4 120 87 / 0.35);
}
.text-emerald-700\/40 {
  color: rgb(4 120 87 / 0.4);
}
.text-emerald-700\/45 {
  color: rgb(4 120 87 / 0.45);
}
.text-emerald-700\/5 {
  color: rgb(4 120 87 / 0.05);
}
.text-emerald-700\/50 {
  color: rgb(4 120 87 / 0.5);
}
.text-emerald-700\/55 {
  color: rgb(4 120 87 / 0.55);
}
.text-emerald-700\/60 {
  color: rgb(4 120 87 / 0.6);
}
.text-emerald-700\/65 {
  color: rgb(4 120 87 / 0.65);
}
.text-emerald-700\/70 {
  color: rgb(4 120 87 / 0.7);
}
.text-emerald-700\/75 {
  color: rgb(4 120 87 / 0.75);
}
.text-emerald-700\/80 {
  color: rgb(4 120 87 / 0.8);
}
.text-emerald-700\/85 {
  color: rgb(4 120 87 / 0.85);
}
.text-emerald-700\/90 {
  color: rgb(4 120 87 / 0.9);
}
.text-emerald-700\/95 {
  color: rgb(4 120 87 / 0.95);
}
.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}
.text-emerald-800\/0 {
  color: rgb(6 95 70 / 0);
}
.text-emerald-800\/10 {
  color: rgb(6 95 70 / 0.1);
}
.text-emerald-800\/100 {
  color: rgb(6 95 70 / 1);
}
.text-emerald-800\/15 {
  color: rgb(6 95 70 / 0.15);
}
.text-emerald-800\/20 {
  color: rgb(6 95 70 / 0.2);
}
.text-emerald-800\/25 {
  color: rgb(6 95 70 / 0.25);
}
.text-emerald-800\/30 {
  color: rgb(6 95 70 / 0.3);
}
.text-emerald-800\/35 {
  color: rgb(6 95 70 / 0.35);
}
.text-emerald-800\/40 {
  color: rgb(6 95 70 / 0.4);
}
.text-emerald-800\/45 {
  color: rgb(6 95 70 / 0.45);
}
.text-emerald-800\/5 {
  color: rgb(6 95 70 / 0.05);
}
.text-emerald-800\/50 {
  color: rgb(6 95 70 / 0.5);
}
.text-emerald-800\/55 {
  color: rgb(6 95 70 / 0.55);
}
.text-emerald-800\/60 {
  color: rgb(6 95 70 / 0.6);
}
.text-emerald-800\/65 {
  color: rgb(6 95 70 / 0.65);
}
.text-emerald-800\/70 {
  color: rgb(6 95 70 / 0.7);
}
.text-emerald-800\/75 {
  color: rgb(6 95 70 / 0.75);
}
.text-emerald-800\/80 {
  color: rgb(6 95 70 / 0.8);
}
.text-emerald-800\/85 {
  color: rgb(6 95 70 / 0.85);
}
.text-emerald-800\/90 {
  color: rgb(6 95 70 / 0.9);
}
.text-emerald-800\/95 {
  color: rgb(6 95 70 / 0.95);
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity));
}
.text-emerald-900\/0 {
  color: rgb(6 78 59 / 0);
}
.text-emerald-900\/10 {
  color: rgb(6 78 59 / 0.1);
}
.text-emerald-900\/100 {
  color: rgb(6 78 59 / 1);
}
.text-emerald-900\/15 {
  color: rgb(6 78 59 / 0.15);
}
.text-emerald-900\/20 {
  color: rgb(6 78 59 / 0.2);
}
.text-emerald-900\/25 {
  color: rgb(6 78 59 / 0.25);
}
.text-emerald-900\/30 {
  color: rgb(6 78 59 / 0.3);
}
.text-emerald-900\/35 {
  color: rgb(6 78 59 / 0.35);
}
.text-emerald-900\/40 {
  color: rgb(6 78 59 / 0.4);
}
.text-emerald-900\/45 {
  color: rgb(6 78 59 / 0.45);
}
.text-emerald-900\/5 {
  color: rgb(6 78 59 / 0.05);
}
.text-emerald-900\/50 {
  color: rgb(6 78 59 / 0.5);
}
.text-emerald-900\/55 {
  color: rgb(6 78 59 / 0.55);
}
.text-emerald-900\/60 {
  color: rgb(6 78 59 / 0.6);
}
.text-emerald-900\/65 {
  color: rgb(6 78 59 / 0.65);
}
.text-emerald-900\/70 {
  color: rgb(6 78 59 / 0.7);
}
.text-emerald-900\/75 {
  color: rgb(6 78 59 / 0.75);
}
.text-emerald-900\/80 {
  color: rgb(6 78 59 / 0.8);
}
.text-emerald-900\/85 {
  color: rgb(6 78 59 / 0.85);
}
.text-emerald-900\/90 {
  color: rgb(6 78 59 / 0.9);
}
.text-emerald-900\/95 {
  color: rgb(6 78 59 / 0.95);
}
.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity));
}
.text-emerald-950\/0 {
  color: rgb(2 44 34 / 0);
}
.text-emerald-950\/10 {
  color: rgb(2 44 34 / 0.1);
}
.text-emerald-950\/100 {
  color: rgb(2 44 34 / 1);
}
.text-emerald-950\/15 {
  color: rgb(2 44 34 / 0.15);
}
.text-emerald-950\/20 {
  color: rgb(2 44 34 / 0.2);
}
.text-emerald-950\/25 {
  color: rgb(2 44 34 / 0.25);
}
.text-emerald-950\/30 {
  color: rgb(2 44 34 / 0.3);
}
.text-emerald-950\/35 {
  color: rgb(2 44 34 / 0.35);
}
.text-emerald-950\/40 {
  color: rgb(2 44 34 / 0.4);
}
.text-emerald-950\/45 {
  color: rgb(2 44 34 / 0.45);
}
.text-emerald-950\/5 {
  color: rgb(2 44 34 / 0.05);
}
.text-emerald-950\/50 {
  color: rgb(2 44 34 / 0.5);
}
.text-emerald-950\/55 {
  color: rgb(2 44 34 / 0.55);
}
.text-emerald-950\/60 {
  color: rgb(2 44 34 / 0.6);
}
.text-emerald-950\/65 {
  color: rgb(2 44 34 / 0.65);
}
.text-emerald-950\/70 {
  color: rgb(2 44 34 / 0.7);
}
.text-emerald-950\/75 {
  color: rgb(2 44 34 / 0.75);
}
.text-emerald-950\/80 {
  color: rgb(2 44 34 / 0.8);
}
.text-emerald-950\/85 {
  color: rgb(2 44 34 / 0.85);
}
.text-emerald-950\/90 {
  color: rgb(2 44 34 / 0.9);
}
.text-emerald-950\/95 {
  color: rgb(2 44 34 / 0.95);
}
.text-error {
  --tw-text-opacity: 1;
  color: var(--fallback-er,oklch(var(--er)/var(--tw-text-opacity)));
}
.text-error-content {
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}
.text-error-content\/0 {
  color: var(--fallback-erc,oklch(var(--erc)/0));
}
.text-error-content\/10 {
  color: var(--fallback-erc,oklch(var(--erc)/0.1));
}
.text-error-content\/100 {
  color: var(--fallback-erc,oklch(var(--erc)/1));
}
.text-error-content\/15 {
  color: var(--fallback-erc,oklch(var(--erc)/0.15));
}
.text-error-content\/20 {
  color: var(--fallback-erc,oklch(var(--erc)/0.2));
}
.text-error-content\/25 {
  color: var(--fallback-erc,oklch(var(--erc)/0.25));
}
.text-error-content\/30 {
  color: var(--fallback-erc,oklch(var(--erc)/0.3));
}
.text-error-content\/35 {
  color: var(--fallback-erc,oklch(var(--erc)/0.35));
}
.text-error-content\/40 {
  color: var(--fallback-erc,oklch(var(--erc)/0.4));
}
.text-error-content\/45 {
  color: var(--fallback-erc,oklch(var(--erc)/0.45));
}
.text-error-content\/5 {
  color: var(--fallback-erc,oklch(var(--erc)/0.05));
}
.text-error-content\/50 {
  color: var(--fallback-erc,oklch(var(--erc)/0.5));
}
.text-error-content\/55 {
  color: var(--fallback-erc,oklch(var(--erc)/0.55));
}
.text-error-content\/60 {
  color: var(--fallback-erc,oklch(var(--erc)/0.6));
}
.text-error-content\/65 {
  color: var(--fallback-erc,oklch(var(--erc)/0.65));
}
.text-error-content\/70 {
  color: var(--fallback-erc,oklch(var(--erc)/0.7));
}
.text-error-content\/75 {
  color: var(--fallback-erc,oklch(var(--erc)/0.75));
}
.text-error-content\/80 {
  color: var(--fallback-erc,oklch(var(--erc)/0.8));
}
.text-error-content\/85 {
  color: var(--fallback-erc,oklch(var(--erc)/0.85));
}
.text-error-content\/90 {
  color: var(--fallback-erc,oklch(var(--erc)/0.9));
}
.text-error-content\/95 {
  color: var(--fallback-erc,oklch(var(--erc)/0.95));
}
.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity));
}
.text-fuchsia-100\/0 {
  color: rgb(250 232 255 / 0);
}
.text-fuchsia-100\/10 {
  color: rgb(250 232 255 / 0.1);
}
.text-fuchsia-100\/100 {
  color: rgb(250 232 255 / 1);
}
.text-fuchsia-100\/15 {
  color: rgb(250 232 255 / 0.15);
}
.text-fuchsia-100\/20 {
  color: rgb(250 232 255 / 0.2);
}
.text-fuchsia-100\/25 {
  color: rgb(250 232 255 / 0.25);
}
.text-fuchsia-100\/30 {
  color: rgb(250 232 255 / 0.3);
}
.text-fuchsia-100\/35 {
  color: rgb(250 232 255 / 0.35);
}
.text-fuchsia-100\/40 {
  color: rgb(250 232 255 / 0.4);
}
.text-fuchsia-100\/45 {
  color: rgb(250 232 255 / 0.45);
}
.text-fuchsia-100\/5 {
  color: rgb(250 232 255 / 0.05);
}
.text-fuchsia-100\/50 {
  color: rgb(250 232 255 / 0.5);
}
.text-fuchsia-100\/55 {
  color: rgb(250 232 255 / 0.55);
}
.text-fuchsia-100\/60 {
  color: rgb(250 232 255 / 0.6);
}
.text-fuchsia-100\/65 {
  color: rgb(250 232 255 / 0.65);
}
.text-fuchsia-100\/70 {
  color: rgb(250 232 255 / 0.7);
}
.text-fuchsia-100\/75 {
  color: rgb(250 232 255 / 0.75);
}
.text-fuchsia-100\/80 {
  color: rgb(250 232 255 / 0.8);
}
.text-fuchsia-100\/85 {
  color: rgb(250 232 255 / 0.85);
}
.text-fuchsia-100\/90 {
  color: rgb(250 232 255 / 0.9);
}
.text-fuchsia-100\/95 {
  color: rgb(250 232 255 / 0.95);
}
.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity));
}
.text-fuchsia-200\/0 {
  color: rgb(245 208 254 / 0);
}
.text-fuchsia-200\/10 {
  color: rgb(245 208 254 / 0.1);
}
.text-fuchsia-200\/100 {
  color: rgb(245 208 254 / 1);
}
.text-fuchsia-200\/15 {
  color: rgb(245 208 254 / 0.15);
}
.text-fuchsia-200\/20 {
  color: rgb(245 208 254 / 0.2);
}
.text-fuchsia-200\/25 {
  color: rgb(245 208 254 / 0.25);
}
.text-fuchsia-200\/30 {
  color: rgb(245 208 254 / 0.3);
}
.text-fuchsia-200\/35 {
  color: rgb(245 208 254 / 0.35);
}
.text-fuchsia-200\/40 {
  color: rgb(245 208 254 / 0.4);
}
.text-fuchsia-200\/45 {
  color: rgb(245 208 254 / 0.45);
}
.text-fuchsia-200\/5 {
  color: rgb(245 208 254 / 0.05);
}
.text-fuchsia-200\/50 {
  color: rgb(245 208 254 / 0.5);
}
.text-fuchsia-200\/55 {
  color: rgb(245 208 254 / 0.55);
}
.text-fuchsia-200\/60 {
  color: rgb(245 208 254 / 0.6);
}
.text-fuchsia-200\/65 {
  color: rgb(245 208 254 / 0.65);
}
.text-fuchsia-200\/70 {
  color: rgb(245 208 254 / 0.7);
}
.text-fuchsia-200\/75 {
  color: rgb(245 208 254 / 0.75);
}
.text-fuchsia-200\/80 {
  color: rgb(245 208 254 / 0.8);
}
.text-fuchsia-200\/85 {
  color: rgb(245 208 254 / 0.85);
}
.text-fuchsia-200\/90 {
  color: rgb(245 208 254 / 0.9);
}
.text-fuchsia-200\/95 {
  color: rgb(245 208 254 / 0.95);
}
.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity));
}
.text-fuchsia-300\/0 {
  color: rgb(240 171 252 / 0);
}
.text-fuchsia-300\/10 {
  color: rgb(240 171 252 / 0.1);
}
.text-fuchsia-300\/100 {
  color: rgb(240 171 252 / 1);
}
.text-fuchsia-300\/15 {
  color: rgb(240 171 252 / 0.15);
}
.text-fuchsia-300\/20 {
  color: rgb(240 171 252 / 0.2);
}
.text-fuchsia-300\/25 {
  color: rgb(240 171 252 / 0.25);
}
.text-fuchsia-300\/30 {
  color: rgb(240 171 252 / 0.3);
}
.text-fuchsia-300\/35 {
  color: rgb(240 171 252 / 0.35);
}
.text-fuchsia-300\/40 {
  color: rgb(240 171 252 / 0.4);
}
.text-fuchsia-300\/45 {
  color: rgb(240 171 252 / 0.45);
}
.text-fuchsia-300\/5 {
  color: rgb(240 171 252 / 0.05);
}
.text-fuchsia-300\/50 {
  color: rgb(240 171 252 / 0.5);
}
.text-fuchsia-300\/55 {
  color: rgb(240 171 252 / 0.55);
}
.text-fuchsia-300\/60 {
  color: rgb(240 171 252 / 0.6);
}
.text-fuchsia-300\/65 {
  color: rgb(240 171 252 / 0.65);
}
.text-fuchsia-300\/70 {
  color: rgb(240 171 252 / 0.7);
}
.text-fuchsia-300\/75 {
  color: rgb(240 171 252 / 0.75);
}
.text-fuchsia-300\/80 {
  color: rgb(240 171 252 / 0.8);
}
.text-fuchsia-300\/85 {
  color: rgb(240 171 252 / 0.85);
}
.text-fuchsia-300\/90 {
  color: rgb(240 171 252 / 0.9);
}
.text-fuchsia-300\/95 {
  color: rgb(240 171 252 / 0.95);
}
.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity));
}
.text-fuchsia-400\/0 {
  color: rgb(232 121 249 / 0);
}
.text-fuchsia-400\/10 {
  color: rgb(232 121 249 / 0.1);
}
.text-fuchsia-400\/100 {
  color: rgb(232 121 249 / 1);
}
.text-fuchsia-400\/15 {
  color: rgb(232 121 249 / 0.15);
}
.text-fuchsia-400\/20 {
  color: rgb(232 121 249 / 0.2);
}
.text-fuchsia-400\/25 {
  color: rgb(232 121 249 / 0.25);
}
.text-fuchsia-400\/30 {
  color: rgb(232 121 249 / 0.3);
}
.text-fuchsia-400\/35 {
  color: rgb(232 121 249 / 0.35);
}
.text-fuchsia-400\/40 {
  color: rgb(232 121 249 / 0.4);
}
.text-fuchsia-400\/45 {
  color: rgb(232 121 249 / 0.45);
}
.text-fuchsia-400\/5 {
  color: rgb(232 121 249 / 0.05);
}
.text-fuchsia-400\/50 {
  color: rgb(232 121 249 / 0.5);
}
.text-fuchsia-400\/55 {
  color: rgb(232 121 249 / 0.55);
}
.text-fuchsia-400\/60 {
  color: rgb(232 121 249 / 0.6);
}
.text-fuchsia-400\/65 {
  color: rgb(232 121 249 / 0.65);
}
.text-fuchsia-400\/70 {
  color: rgb(232 121 249 / 0.7);
}
.text-fuchsia-400\/75 {
  color: rgb(232 121 249 / 0.75);
}
.text-fuchsia-400\/80 {
  color: rgb(232 121 249 / 0.8);
}
.text-fuchsia-400\/85 {
  color: rgb(232 121 249 / 0.85);
}
.text-fuchsia-400\/90 {
  color: rgb(232 121 249 / 0.9);
}
.text-fuchsia-400\/95 {
  color: rgb(232 121 249 / 0.95);
}
.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity));
}
.text-fuchsia-50\/0 {
  color: rgb(253 244 255 / 0);
}
.text-fuchsia-50\/10 {
  color: rgb(253 244 255 / 0.1);
}
.text-fuchsia-50\/100 {
  color: rgb(253 244 255 / 1);
}
.text-fuchsia-50\/15 {
  color: rgb(253 244 255 / 0.15);
}
.text-fuchsia-50\/20 {
  color: rgb(253 244 255 / 0.2);
}
.text-fuchsia-50\/25 {
  color: rgb(253 244 255 / 0.25);
}
.text-fuchsia-50\/30 {
  color: rgb(253 244 255 / 0.3);
}
.text-fuchsia-50\/35 {
  color: rgb(253 244 255 / 0.35);
}
.text-fuchsia-50\/40 {
  color: rgb(253 244 255 / 0.4);
}
.text-fuchsia-50\/45 {
  color: rgb(253 244 255 / 0.45);
}
.text-fuchsia-50\/5 {
  color: rgb(253 244 255 / 0.05);
}
.text-fuchsia-50\/50 {
  color: rgb(253 244 255 / 0.5);
}
.text-fuchsia-50\/55 {
  color: rgb(253 244 255 / 0.55);
}
.text-fuchsia-50\/60 {
  color: rgb(253 244 255 / 0.6);
}
.text-fuchsia-50\/65 {
  color: rgb(253 244 255 / 0.65);
}
.text-fuchsia-50\/70 {
  color: rgb(253 244 255 / 0.7);
}
.text-fuchsia-50\/75 {
  color: rgb(253 244 255 / 0.75);
}
.text-fuchsia-50\/80 {
  color: rgb(253 244 255 / 0.8);
}
.text-fuchsia-50\/85 {
  color: rgb(253 244 255 / 0.85);
}
.text-fuchsia-50\/90 {
  color: rgb(253 244 255 / 0.9);
}
.text-fuchsia-50\/95 {
  color: rgb(253 244 255 / 0.95);
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity));
}
.text-fuchsia-500\/0 {
  color: rgb(217 70 239 / 0);
}
.text-fuchsia-500\/10 {
  color: rgb(217 70 239 / 0.1);
}
.text-fuchsia-500\/100 {
  color: rgb(217 70 239 / 1);
}
.text-fuchsia-500\/15 {
  color: rgb(217 70 239 / 0.15);
}
.text-fuchsia-500\/20 {
  color: rgb(217 70 239 / 0.2);
}
.text-fuchsia-500\/25 {
  color: rgb(217 70 239 / 0.25);
}
.text-fuchsia-500\/30 {
  color: rgb(217 70 239 / 0.3);
}
.text-fuchsia-500\/35 {
  color: rgb(217 70 239 / 0.35);
}
.text-fuchsia-500\/40 {
  color: rgb(217 70 239 / 0.4);
}
.text-fuchsia-500\/45 {
  color: rgb(217 70 239 / 0.45);
}
.text-fuchsia-500\/5 {
  color: rgb(217 70 239 / 0.05);
}
.text-fuchsia-500\/50 {
  color: rgb(217 70 239 / 0.5);
}
.text-fuchsia-500\/55 {
  color: rgb(217 70 239 / 0.55);
}
.text-fuchsia-500\/60 {
  color: rgb(217 70 239 / 0.6);
}
.text-fuchsia-500\/65 {
  color: rgb(217 70 239 / 0.65);
}
.text-fuchsia-500\/70 {
  color: rgb(217 70 239 / 0.7);
}
.text-fuchsia-500\/75 {
  color: rgb(217 70 239 / 0.75);
}
.text-fuchsia-500\/80 {
  color: rgb(217 70 239 / 0.8);
}
.text-fuchsia-500\/85 {
  color: rgb(217 70 239 / 0.85);
}
.text-fuchsia-500\/90 {
  color: rgb(217 70 239 / 0.9);
}
.text-fuchsia-500\/95 {
  color: rgb(217 70 239 / 0.95);
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity));
}
.text-fuchsia-600\/0 {
  color: rgb(192 38 211 / 0);
}
.text-fuchsia-600\/10 {
  color: rgb(192 38 211 / 0.1);
}
.text-fuchsia-600\/100 {
  color: rgb(192 38 211 / 1);
}
.text-fuchsia-600\/15 {
  color: rgb(192 38 211 / 0.15);
}
.text-fuchsia-600\/20 {
  color: rgb(192 38 211 / 0.2);
}
.text-fuchsia-600\/25 {
  color: rgb(192 38 211 / 0.25);
}
.text-fuchsia-600\/30 {
  color: rgb(192 38 211 / 0.3);
}
.text-fuchsia-600\/35 {
  color: rgb(192 38 211 / 0.35);
}
.text-fuchsia-600\/40 {
  color: rgb(192 38 211 / 0.4);
}
.text-fuchsia-600\/45 {
  color: rgb(192 38 211 / 0.45);
}
.text-fuchsia-600\/5 {
  color: rgb(192 38 211 / 0.05);
}
.text-fuchsia-600\/50 {
  color: rgb(192 38 211 / 0.5);
}
.text-fuchsia-600\/55 {
  color: rgb(192 38 211 / 0.55);
}
.text-fuchsia-600\/60 {
  color: rgb(192 38 211 / 0.6);
}
.text-fuchsia-600\/65 {
  color: rgb(192 38 211 / 0.65);
}
.text-fuchsia-600\/70 {
  color: rgb(192 38 211 / 0.7);
}
.text-fuchsia-600\/75 {
  color: rgb(192 38 211 / 0.75);
}
.text-fuchsia-600\/80 {
  color: rgb(192 38 211 / 0.8);
}
.text-fuchsia-600\/85 {
  color: rgb(192 38 211 / 0.85);
}
.text-fuchsia-600\/90 {
  color: rgb(192 38 211 / 0.9);
}
.text-fuchsia-600\/95 {
  color: rgb(192 38 211 / 0.95);
}
.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity));
}
.text-fuchsia-700\/0 {
  color: rgb(162 28 175 / 0);
}
.text-fuchsia-700\/10 {
  color: rgb(162 28 175 / 0.1);
}
.text-fuchsia-700\/100 {
  color: rgb(162 28 175 / 1);
}
.text-fuchsia-700\/15 {
  color: rgb(162 28 175 / 0.15);
}
.text-fuchsia-700\/20 {
  color: rgb(162 28 175 / 0.2);
}
.text-fuchsia-700\/25 {
  color: rgb(162 28 175 / 0.25);
}
.text-fuchsia-700\/30 {
  color: rgb(162 28 175 / 0.3);
}
.text-fuchsia-700\/35 {
  color: rgb(162 28 175 / 0.35);
}
.text-fuchsia-700\/40 {
  color: rgb(162 28 175 / 0.4);
}
.text-fuchsia-700\/45 {
  color: rgb(162 28 175 / 0.45);
}
.text-fuchsia-700\/5 {
  color: rgb(162 28 175 / 0.05);
}
.text-fuchsia-700\/50 {
  color: rgb(162 28 175 / 0.5);
}
.text-fuchsia-700\/55 {
  color: rgb(162 28 175 / 0.55);
}
.text-fuchsia-700\/60 {
  color: rgb(162 28 175 / 0.6);
}
.text-fuchsia-700\/65 {
  color: rgb(162 28 175 / 0.65);
}
.text-fuchsia-700\/70 {
  color: rgb(162 28 175 / 0.7);
}
.text-fuchsia-700\/75 {
  color: rgb(162 28 175 / 0.75);
}
.text-fuchsia-700\/80 {
  color: rgb(162 28 175 / 0.8);
}
.text-fuchsia-700\/85 {
  color: rgb(162 28 175 / 0.85);
}
.text-fuchsia-700\/90 {
  color: rgb(162 28 175 / 0.9);
}
.text-fuchsia-700\/95 {
  color: rgb(162 28 175 / 0.95);
}
.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}
.text-fuchsia-800\/0 {
  color: rgb(134 25 143 / 0);
}
.text-fuchsia-800\/10 {
  color: rgb(134 25 143 / 0.1);
}
.text-fuchsia-800\/100 {
  color: rgb(134 25 143 / 1);
}
.text-fuchsia-800\/15 {
  color: rgb(134 25 143 / 0.15);
}
.text-fuchsia-800\/20 {
  color: rgb(134 25 143 / 0.2);
}
.text-fuchsia-800\/25 {
  color: rgb(134 25 143 / 0.25);
}
.text-fuchsia-800\/30 {
  color: rgb(134 25 143 / 0.3);
}
.text-fuchsia-800\/35 {
  color: rgb(134 25 143 / 0.35);
}
.text-fuchsia-800\/40 {
  color: rgb(134 25 143 / 0.4);
}
.text-fuchsia-800\/45 {
  color: rgb(134 25 143 / 0.45);
}
.text-fuchsia-800\/5 {
  color: rgb(134 25 143 / 0.05);
}
.text-fuchsia-800\/50 {
  color: rgb(134 25 143 / 0.5);
}
.text-fuchsia-800\/55 {
  color: rgb(134 25 143 / 0.55);
}
.text-fuchsia-800\/60 {
  color: rgb(134 25 143 / 0.6);
}
.text-fuchsia-800\/65 {
  color: rgb(134 25 143 / 0.65);
}
.text-fuchsia-800\/70 {
  color: rgb(134 25 143 / 0.7);
}
.text-fuchsia-800\/75 {
  color: rgb(134 25 143 / 0.75);
}
.text-fuchsia-800\/80 {
  color: rgb(134 25 143 / 0.8);
}
.text-fuchsia-800\/85 {
  color: rgb(134 25 143 / 0.85);
}
.text-fuchsia-800\/90 {
  color: rgb(134 25 143 / 0.9);
}
.text-fuchsia-800\/95 {
  color: rgb(134 25 143 / 0.95);
}
.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity));
}
.text-fuchsia-900\/0 {
  color: rgb(112 26 117 / 0);
}
.text-fuchsia-900\/10 {
  color: rgb(112 26 117 / 0.1);
}
.text-fuchsia-900\/100 {
  color: rgb(112 26 117 / 1);
}
.text-fuchsia-900\/15 {
  color: rgb(112 26 117 / 0.15);
}
.text-fuchsia-900\/20 {
  color: rgb(112 26 117 / 0.2);
}
.text-fuchsia-900\/25 {
  color: rgb(112 26 117 / 0.25);
}
.text-fuchsia-900\/30 {
  color: rgb(112 26 117 / 0.3);
}
.text-fuchsia-900\/35 {
  color: rgb(112 26 117 / 0.35);
}
.text-fuchsia-900\/40 {
  color: rgb(112 26 117 / 0.4);
}
.text-fuchsia-900\/45 {
  color: rgb(112 26 117 / 0.45);
}
.text-fuchsia-900\/5 {
  color: rgb(112 26 117 / 0.05);
}
.text-fuchsia-900\/50 {
  color: rgb(112 26 117 / 0.5);
}
.text-fuchsia-900\/55 {
  color: rgb(112 26 117 / 0.55);
}
.text-fuchsia-900\/60 {
  color: rgb(112 26 117 / 0.6);
}
.text-fuchsia-900\/65 {
  color: rgb(112 26 117 / 0.65);
}
.text-fuchsia-900\/70 {
  color: rgb(112 26 117 / 0.7);
}
.text-fuchsia-900\/75 {
  color: rgb(112 26 117 / 0.75);
}
.text-fuchsia-900\/80 {
  color: rgb(112 26 117 / 0.8);
}
.text-fuchsia-900\/85 {
  color: rgb(112 26 117 / 0.85);
}
.text-fuchsia-900\/90 {
  color: rgb(112 26 117 / 0.9);
}
.text-fuchsia-900\/95 {
  color: rgb(112 26 117 / 0.95);
}
.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity));
}
.text-fuchsia-950\/0 {
  color: rgb(74 4 78 / 0);
}
.text-fuchsia-950\/10 {
  color: rgb(74 4 78 / 0.1);
}
.text-fuchsia-950\/100 {
  color: rgb(74 4 78 / 1);
}
.text-fuchsia-950\/15 {
  color: rgb(74 4 78 / 0.15);
}
.text-fuchsia-950\/20 {
  color: rgb(74 4 78 / 0.2);
}
.text-fuchsia-950\/25 {
  color: rgb(74 4 78 / 0.25);
}
.text-fuchsia-950\/30 {
  color: rgb(74 4 78 / 0.3);
}
.text-fuchsia-950\/35 {
  color: rgb(74 4 78 / 0.35);
}
.text-fuchsia-950\/40 {
  color: rgb(74 4 78 / 0.4);
}
.text-fuchsia-950\/45 {
  color: rgb(74 4 78 / 0.45);
}
.text-fuchsia-950\/5 {
  color: rgb(74 4 78 / 0.05);
}
.text-fuchsia-950\/50 {
  color: rgb(74 4 78 / 0.5);
}
.text-fuchsia-950\/55 {
  color: rgb(74 4 78 / 0.55);
}
.text-fuchsia-950\/60 {
  color: rgb(74 4 78 / 0.6);
}
.text-fuchsia-950\/65 {
  color: rgb(74 4 78 / 0.65);
}
.text-fuchsia-950\/70 {
  color: rgb(74 4 78 / 0.7);
}
.text-fuchsia-950\/75 {
  color: rgb(74 4 78 / 0.75);
}
.text-fuchsia-950\/80 {
  color: rgb(74 4 78 / 0.8);
}
.text-fuchsia-950\/85 {
  color: rgb(74 4 78 / 0.85);
}
.text-fuchsia-950\/90 {
  color: rgb(74 4 78 / 0.9);
}
.text-fuchsia-950\/95 {
  color: rgb(74 4 78 / 0.95);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-gray-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-gray-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-gray-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-gray-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-gray-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-gray-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-gray-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-gray-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-gray-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-gray-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-gray-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-gray-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-gray-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-gray-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-gray-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-gray-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-gray-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-gray-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-gray-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-gray-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-gray-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-gray-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-gray-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-gray-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-gray-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-gray-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-gray-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-gray-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-gray-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-gray-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-gray-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-gray-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-gray-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-gray-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-gray-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-gray-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-gray-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-gray-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-gray-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-gray-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-gray-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-gray-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-gray-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-gray-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-gray-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-gray-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-gray-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-gray-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-gray-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-gray-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-gray-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-gray-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-gray-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-gray-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-gray-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-gray-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-gray-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-gray-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-gray-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-gray-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-gray-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-gray-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-gray-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-gray-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-gray-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-gray-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-gray-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-gray-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-gray-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-gray-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-gray-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-gray-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-gray-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-gray-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-gray-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-gray-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-gray-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-gray-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-gray-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-gray-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-gray-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-gray-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-gray-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-gray-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-gray-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-gray-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-gray-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-gray-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-gray-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-gray-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-gray-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-gray-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-gray-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-gray-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-gray-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-gray-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-gray-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-gray-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-gray-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-gray-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-gray-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-gray-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-gray-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-gray-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-gray-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-gray-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-gray-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-gray-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-gray-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-gray-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-gray-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-gray-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-gray-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-gray-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-gray-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-gray-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-gray-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-gray-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-gray-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-gray-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-gray-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-gray-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-gray-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-gray-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-gray-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-gray-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-gray-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-gray-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-gray-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-gray-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-gray-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-gray-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-gray-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-gray-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-gray-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-gray-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-gray-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-gray-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-gray-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-gray-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-gray-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-gray-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-gray-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-gray-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-gray-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-gray-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-gray-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-gray-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-gray-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-gray-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-gray-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-gray-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-gray-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-gray-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-gray-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-gray-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-gray-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-gray-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-gray-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-gray-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-gray-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-gray-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-gray-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-gray-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-gray-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-gray-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-gray-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-gray-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-gray-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-gray-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-gray-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-gray-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-gray-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-gray-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-gray-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-gray-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-gray-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-gray-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-gray-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-gray-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-gray-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-gray-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-gray-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-gray-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-gray-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-gray-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-gray-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-gray-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-gray-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-gray-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-gray-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-gray-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-gray-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-gray-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-gray-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-gray-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-gray-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-gray-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-gray-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-gray-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-gray-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-gray-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-gray-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-gray-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.text-gray-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-gray-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-gray-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-gray-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.text-gray-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-gray-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.text-gray-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-gray-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-gray-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.text-gray-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-gray-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.text-gray-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-gray-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-gray-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-gray-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.text-gray-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-gray-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}
.text-indigo-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-indigo-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-indigo-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-indigo-100\/15 {
  color: rgb(224 231 255 / 0.15);
}
.text-indigo-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-indigo-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-indigo-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-indigo-100\/35 {
  color: rgb(224 231 255 / 0.35);
}
.text-indigo-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-indigo-100\/45 {
  color: rgb(224 231 255 / 0.45);
}
.text-indigo-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-indigo-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-indigo-100\/55 {
  color: rgb(224 231 255 / 0.55);
}
.text-indigo-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-indigo-100\/65 {
  color: rgb(224 231 255 / 0.65);
}
.text-indigo-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-indigo-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-indigo-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-indigo-100\/85 {
  color: rgb(224 231 255 / 0.85);
}
.text-indigo-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-indigo-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}
.text-indigo-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-indigo-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-indigo-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-indigo-200\/15 {
  color: rgb(199 210 254 / 0.15);
}
.text-indigo-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-indigo-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-indigo-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-indigo-200\/35 {
  color: rgb(199 210 254 / 0.35);
}
.text-indigo-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-indigo-200\/45 {
  color: rgb(199 210 254 / 0.45);
}
.text-indigo-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-indigo-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-indigo-200\/55 {
  color: rgb(199 210 254 / 0.55);
}
.text-indigo-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.text-indigo-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-indigo-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-indigo-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-indigo-200\/85 {
  color: rgb(199 210 254 / 0.85);
}
.text-indigo-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-indigo-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}
.text-indigo-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-indigo-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-indigo-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-indigo-300\/15 {
  color: rgb(165 180 252 / 0.15);
}
.text-indigo-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-indigo-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-indigo-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-indigo-300\/35 {
  color: rgb(165 180 252 / 0.35);
}
.text-indigo-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-indigo-300\/45 {
  color: rgb(165 180 252 / 0.45);
}
.text-indigo-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-indigo-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-indigo-300\/55 {
  color: rgb(165 180 252 / 0.55);
}
.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-indigo-300\/65 {
  color: rgb(165 180 252 / 0.65);
}
.text-indigo-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-indigo-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-indigo-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-indigo-300\/85 {
  color: rgb(165 180 252 / 0.85);
}
.text-indigo-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-indigo-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}
.text-indigo-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-indigo-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-indigo-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-indigo-400\/15 {
  color: rgb(129 140 248 / 0.15);
}
.text-indigo-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-indigo-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-indigo-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-indigo-400\/35 {
  color: rgb(129 140 248 / 0.35);
}
.text-indigo-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-indigo-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.text-indigo-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-indigo-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-indigo-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.text-indigo-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-indigo-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.text-indigo-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-indigo-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-indigo-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-indigo-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.text-indigo-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-indigo-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-indigo-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-indigo-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-indigo-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-indigo-50\/15 {
  color: rgb(238 242 255 / 0.15);
}
.text-indigo-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-indigo-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-indigo-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-indigo-50\/35 {
  color: rgb(238 242 255 / 0.35);
}
.text-indigo-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-indigo-50\/45 {
  color: rgb(238 242 255 / 0.45);
}
.text-indigo-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-indigo-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-indigo-50\/55 {
  color: rgb(238 242 255 / 0.55);
}
.text-indigo-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-indigo-50\/65 {
  color: rgb(238 242 255 / 0.65);
}
.text-indigo-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-indigo-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-indigo-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-indigo-50\/85 {
  color: rgb(238 242 255 / 0.85);
}
.text-indigo-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-indigo-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-indigo-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-indigo-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-indigo-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-indigo-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.text-indigo-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-indigo-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-indigo-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-indigo-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.text-indigo-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-indigo-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.text-indigo-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-indigo-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-indigo-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.text-indigo-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-indigo-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.text-indigo-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-indigo-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-indigo-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-indigo-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.text-indigo-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-indigo-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-indigo-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-indigo-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-indigo-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-indigo-600\/15 {
  color: rgb(79 70 229 / 0.15);
}
.text-indigo-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-indigo-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-indigo-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-indigo-600\/35 {
  color: rgb(79 70 229 / 0.35);
}
.text-indigo-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-indigo-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.text-indigo-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-indigo-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-indigo-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.text-indigo-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-indigo-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.text-indigo-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-indigo-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-indigo-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-indigo-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.text-indigo-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-indigo-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-indigo-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-indigo-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-indigo-700\/15 {
  color: rgb(67 56 202 / 0.15);
}
.text-indigo-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-indigo-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-indigo-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-indigo-700\/35 {
  color: rgb(67 56 202 / 0.35);
}
.text-indigo-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-indigo-700\/45 {
  color: rgb(67 56 202 / 0.45);
}
.text-indigo-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-indigo-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-indigo-700\/55 {
  color: rgb(67 56 202 / 0.55);
}
.text-indigo-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-indigo-700\/65 {
  color: rgb(67 56 202 / 0.65);
}
.text-indigo-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-indigo-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-indigo-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-indigo-700\/85 {
  color: rgb(67 56 202 / 0.85);
}
.text-indigo-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-indigo-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-indigo-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-indigo-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-indigo-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-indigo-800\/15 {
  color: rgb(55 48 163 / 0.15);
}
.text-indigo-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-indigo-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-indigo-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-indigo-800\/35 {
  color: rgb(55 48 163 / 0.35);
}
.text-indigo-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-indigo-800\/45 {
  color: rgb(55 48 163 / 0.45);
}
.text-indigo-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-indigo-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-indigo-800\/55 {
  color: rgb(55 48 163 / 0.55);
}
.text-indigo-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-indigo-800\/65 {
  color: rgb(55 48 163 / 0.65);
}
.text-indigo-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-indigo-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-indigo-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-indigo-800\/85 {
  color: rgb(55 48 163 / 0.85);
}
.text-indigo-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-indigo-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}
.text-indigo-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-indigo-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-indigo-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-indigo-900\/15 {
  color: rgb(49 46 129 / 0.15);
}
.text-indigo-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-indigo-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-indigo-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-indigo-900\/35 {
  color: rgb(49 46 129 / 0.35);
}
.text-indigo-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-indigo-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.text-indigo-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-indigo-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-indigo-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.text-indigo-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-indigo-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.text-indigo-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-indigo-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-indigo-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-indigo-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.text-indigo-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-indigo-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity));
}
.text-indigo-950\/0 {
  color: rgb(30 27 75 / 0);
}
.text-indigo-950\/10 {
  color: rgb(30 27 75 / 0.1);
}
.text-indigo-950\/100 {
  color: rgb(30 27 75 / 1);
}
.text-indigo-950\/15 {
  color: rgb(30 27 75 / 0.15);
}
.text-indigo-950\/20 {
  color: rgb(30 27 75 / 0.2);
}
.text-indigo-950\/25 {
  color: rgb(30 27 75 / 0.25);
}
.text-indigo-950\/30 {
  color: rgb(30 27 75 / 0.3);
}
.text-indigo-950\/35 {
  color: rgb(30 27 75 / 0.35);
}
.text-indigo-950\/40 {
  color: rgb(30 27 75 / 0.4);
}
.text-indigo-950\/45 {
  color: rgb(30 27 75 / 0.45);
}
.text-indigo-950\/5 {
  color: rgb(30 27 75 / 0.05);
}
.text-indigo-950\/50 {
  color: rgb(30 27 75 / 0.5);
}
.text-indigo-950\/55 {
  color: rgb(30 27 75 / 0.55);
}
.text-indigo-950\/60 {
  color: rgb(30 27 75 / 0.6);
}
.text-indigo-950\/65 {
  color: rgb(30 27 75 / 0.65);
}
.text-indigo-950\/70 {
  color: rgb(30 27 75 / 0.7);
}
.text-indigo-950\/75 {
  color: rgb(30 27 75 / 0.75);
}
.text-indigo-950\/80 {
  color: rgb(30 27 75 / 0.8);
}
.text-indigo-950\/85 {
  color: rgb(30 27 75 / 0.85);
}
.text-indigo-950\/90 {
  color: rgb(30 27 75 / 0.9);
}
.text-indigo-950\/95 {
  color: rgb(30 27 75 / 0.95);
}
.text-info {
  --tw-text-opacity: 1;
  color: var(--fallback-in,oklch(var(--in)/var(--tw-text-opacity)));
}
.text-info-content {
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}
.text-info-content\/0 {
  color: var(--fallback-inc,oklch(var(--inc)/0));
}
.text-info-content\/10 {
  color: var(--fallback-inc,oklch(var(--inc)/0.1));
}
.text-info-content\/100 {
  color: var(--fallback-inc,oklch(var(--inc)/1));
}
.text-info-content\/15 {
  color: var(--fallback-inc,oklch(var(--inc)/0.15));
}
.text-info-content\/20 {
  color: var(--fallback-inc,oklch(var(--inc)/0.2));
}
.text-info-content\/25 {
  color: var(--fallback-inc,oklch(var(--inc)/0.25));
}
.text-info-content\/30 {
  color: var(--fallback-inc,oklch(var(--inc)/0.3));
}
.text-info-content\/35 {
  color: var(--fallback-inc,oklch(var(--inc)/0.35));
}
.text-info-content\/40 {
  color: var(--fallback-inc,oklch(var(--inc)/0.4));
}
.text-info-content\/45 {
  color: var(--fallback-inc,oklch(var(--inc)/0.45));
}
.text-info-content\/5 {
  color: var(--fallback-inc,oklch(var(--inc)/0.05));
}
.text-info-content\/50 {
  color: var(--fallback-inc,oklch(var(--inc)/0.5));
}
.text-info-content\/55 {
  color: var(--fallback-inc,oklch(var(--inc)/0.55));
}
.text-info-content\/60 {
  color: var(--fallback-inc,oklch(var(--inc)/0.6));
}
.text-info-content\/65 {
  color: var(--fallback-inc,oklch(var(--inc)/0.65));
}
.text-info-content\/70 {
  color: var(--fallback-inc,oklch(var(--inc)/0.7));
}
.text-info-content\/75 {
  color: var(--fallback-inc,oklch(var(--inc)/0.75));
}
.text-info-content\/80 {
  color: var(--fallback-inc,oklch(var(--inc)/0.8));
}
.text-info-content\/85 {
  color: var(--fallback-inc,oklch(var(--inc)/0.85));
}
.text-info-content\/90 {
  color: var(--fallback-inc,oklch(var(--inc)/0.9));
}
.text-info-content\/95 {
  color: var(--fallback-inc,oklch(var(--inc)/0.95));
}
.text-lightBlue-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-lightBlue-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-lightBlue-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-lightBlue-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-lightBlue-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-lightBlue-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-lightBlue-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-lightBlue-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-lightBlue-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-lightBlue-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-lightBlue-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-lightBlue-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-lightBlue-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-lightBlue-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-lightBlue-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-lightBlue-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-lightBlue-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-lightBlue-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-lightBlue-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-lightBlue-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-lightBlue-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-lightBlue-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-lightBlue-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-lightBlue-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-lightBlue-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-lightBlue-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-lightBlue-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-lightBlue-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-lightBlue-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-lightBlue-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-lightBlue-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-lightBlue-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-lightBlue-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-lightBlue-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-lightBlue-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-lightBlue-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-lightBlue-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-lightBlue-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-lightBlue-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-lightBlue-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-lightBlue-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-lightBlue-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-lightBlue-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-lightBlue-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-lightBlue-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-lightBlue-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-lightBlue-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-lightBlue-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-lightBlue-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-lightBlue-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-lightBlue-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-lightBlue-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-lightBlue-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-lightBlue-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-lightBlue-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-lightBlue-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-lightBlue-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-lightBlue-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-lightBlue-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-lightBlue-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-lightBlue-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-lightBlue-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-lightBlue-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-lightBlue-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-lightBlue-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-lightBlue-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-lightBlue-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-lightBlue-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-lightBlue-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-lightBlue-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-lightBlue-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-lightBlue-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-lightBlue-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-lightBlue-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-lightBlue-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-lightBlue-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-lightBlue-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-lightBlue-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-lightBlue-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-lightBlue-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-lightBlue-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-lightBlue-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-lightBlue-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-lightBlue-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-lightBlue-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-lightBlue-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-lightBlue-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-lightBlue-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-lightBlue-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-lightBlue-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-lightBlue-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-lightBlue-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-lightBlue-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.text-lightBlue-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-lightBlue-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-lightBlue-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-lightBlue-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.text-lightBlue-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-lightBlue-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.text-lightBlue-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-lightBlue-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-lightBlue-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.text-lightBlue-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-lightBlue-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.text-lightBlue-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-lightBlue-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-lightBlue-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-lightBlue-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.text-lightBlue-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-lightBlue-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-lightBlue-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-lightBlue-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-lightBlue-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-lightBlue-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-lightBlue-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-lightBlue-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-lightBlue-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-lightBlue-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-lightBlue-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-lightBlue-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-lightBlue-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-lightBlue-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-lightBlue-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-lightBlue-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-lightBlue-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-lightBlue-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-lightBlue-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-lightBlue-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-lightBlue-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-lightBlue-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-lightBlue-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-lightBlue-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-lightBlue-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-lightBlue-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-lightBlue-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-lightBlue-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-lightBlue-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-lightBlue-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-lightBlue-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-lightBlue-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-lightBlue-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-lightBlue-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-lightBlue-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-lightBlue-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-lightBlue-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-lightBlue-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-lightBlue-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-lightBlue-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-lightBlue-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-lightBlue-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-lightBlue-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-lightBlue-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-lightBlue-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-lightBlue-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-lightBlue-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-lightBlue-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-lightBlue-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-lightBlue-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-lightBlue-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-lightBlue-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-lightBlue-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-lightBlue-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-lightBlue-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-lightBlue-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-lightBlue-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-lightBlue-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-lightBlue-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-lightBlue-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-lightBlue-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-lightBlue-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-lightBlue-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-lightBlue-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-lightBlue-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-lightBlue-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-lightBlue-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-lightBlue-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-lightBlue-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-lightBlue-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-lightBlue-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-lightBlue-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-lightBlue-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.text-lightBlue-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-lightBlue-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-lightBlue-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-lightBlue-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.text-lightBlue-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-lightBlue-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.text-lightBlue-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-lightBlue-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-lightBlue-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.text-lightBlue-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-lightBlue-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.text-lightBlue-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-lightBlue-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-lightBlue-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-lightBlue-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.text-lightBlue-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-lightBlue-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-lightBlue-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-lightBlue-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-lightBlue-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-lightBlue-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-lightBlue-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.text-lightBlue-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-lightBlue-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-lightBlue-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-lightBlue-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.text-lightBlue-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-lightBlue-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-lightBlue-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-lightBlue-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-lightBlue-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-lightBlue-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-lightBlue-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-lightBlue-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-lightBlue-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-lightBlue-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-lightBlue-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-lightBlue-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-lightBlue-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-lightBlue-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-lightBlue-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-lightBlue-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-lightBlue-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-lightBlue-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.text-lightBlue-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-lightBlue-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-lightBlue-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-lightBlue-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.text-lightBlue-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-lightBlue-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.text-lightBlue-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-lightBlue-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-lightBlue-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.text-lightBlue-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-lightBlue-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.text-lightBlue-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-lightBlue-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-lightBlue-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-lightBlue-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.text-lightBlue-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-lightBlue-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity));
}
.text-lime-100\/0 {
  color: rgb(236 252 203 / 0);
}
.text-lime-100\/10 {
  color: rgb(236 252 203 / 0.1);
}
.text-lime-100\/100 {
  color: rgb(236 252 203 / 1);
}
.text-lime-100\/15 {
  color: rgb(236 252 203 / 0.15);
}
.text-lime-100\/20 {
  color: rgb(236 252 203 / 0.2);
}
.text-lime-100\/25 {
  color: rgb(236 252 203 / 0.25);
}
.text-lime-100\/30 {
  color: rgb(236 252 203 / 0.3);
}
.text-lime-100\/35 {
  color: rgb(236 252 203 / 0.35);
}
.text-lime-100\/40 {
  color: rgb(236 252 203 / 0.4);
}
.text-lime-100\/45 {
  color: rgb(236 252 203 / 0.45);
}
.text-lime-100\/5 {
  color: rgb(236 252 203 / 0.05);
}
.text-lime-100\/50 {
  color: rgb(236 252 203 / 0.5);
}
.text-lime-100\/55 {
  color: rgb(236 252 203 / 0.55);
}
.text-lime-100\/60 {
  color: rgb(236 252 203 / 0.6);
}
.text-lime-100\/65 {
  color: rgb(236 252 203 / 0.65);
}
.text-lime-100\/70 {
  color: rgb(236 252 203 / 0.7);
}
.text-lime-100\/75 {
  color: rgb(236 252 203 / 0.75);
}
.text-lime-100\/80 {
  color: rgb(236 252 203 / 0.8);
}
.text-lime-100\/85 {
  color: rgb(236 252 203 / 0.85);
}
.text-lime-100\/90 {
  color: rgb(236 252 203 / 0.9);
}
.text-lime-100\/95 {
  color: rgb(236 252 203 / 0.95);
}
.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity));
}
.text-lime-200\/0 {
  color: rgb(217 249 157 / 0);
}
.text-lime-200\/10 {
  color: rgb(217 249 157 / 0.1);
}
.text-lime-200\/100 {
  color: rgb(217 249 157 / 1);
}
.text-lime-200\/15 {
  color: rgb(217 249 157 / 0.15);
}
.text-lime-200\/20 {
  color: rgb(217 249 157 / 0.2);
}
.text-lime-200\/25 {
  color: rgb(217 249 157 / 0.25);
}
.text-lime-200\/30 {
  color: rgb(217 249 157 / 0.3);
}
.text-lime-200\/35 {
  color: rgb(217 249 157 / 0.35);
}
.text-lime-200\/40 {
  color: rgb(217 249 157 / 0.4);
}
.text-lime-200\/45 {
  color: rgb(217 249 157 / 0.45);
}
.text-lime-200\/5 {
  color: rgb(217 249 157 / 0.05);
}
.text-lime-200\/50 {
  color: rgb(217 249 157 / 0.5);
}
.text-lime-200\/55 {
  color: rgb(217 249 157 / 0.55);
}
.text-lime-200\/60 {
  color: rgb(217 249 157 / 0.6);
}
.text-lime-200\/65 {
  color: rgb(217 249 157 / 0.65);
}
.text-lime-200\/70 {
  color: rgb(217 249 157 / 0.7);
}
.text-lime-200\/75 {
  color: rgb(217 249 157 / 0.75);
}
.text-lime-200\/80 {
  color: rgb(217 249 157 / 0.8);
}
.text-lime-200\/85 {
  color: rgb(217 249 157 / 0.85);
}
.text-lime-200\/90 {
  color: rgb(217 249 157 / 0.9);
}
.text-lime-200\/95 {
  color: rgb(217 249 157 / 0.95);
}
.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity));
}
.text-lime-300\/0 {
  color: rgb(190 242 100 / 0);
}
.text-lime-300\/10 {
  color: rgb(190 242 100 / 0.1);
}
.text-lime-300\/100 {
  color: rgb(190 242 100 / 1);
}
.text-lime-300\/15 {
  color: rgb(190 242 100 / 0.15);
}
.text-lime-300\/20 {
  color: rgb(190 242 100 / 0.2);
}
.text-lime-300\/25 {
  color: rgb(190 242 100 / 0.25);
}
.text-lime-300\/30 {
  color: rgb(190 242 100 / 0.3);
}
.text-lime-300\/35 {
  color: rgb(190 242 100 / 0.35);
}
.text-lime-300\/40 {
  color: rgb(190 242 100 / 0.4);
}
.text-lime-300\/45 {
  color: rgb(190 242 100 / 0.45);
}
.text-lime-300\/5 {
  color: rgb(190 242 100 / 0.05);
}
.text-lime-300\/50 {
  color: rgb(190 242 100 / 0.5);
}
.text-lime-300\/55 {
  color: rgb(190 242 100 / 0.55);
}
.text-lime-300\/60 {
  color: rgb(190 242 100 / 0.6);
}
.text-lime-300\/65 {
  color: rgb(190 242 100 / 0.65);
}
.text-lime-300\/70 {
  color: rgb(190 242 100 / 0.7);
}
.text-lime-300\/75 {
  color: rgb(190 242 100 / 0.75);
}
.text-lime-300\/80 {
  color: rgb(190 242 100 / 0.8);
}
.text-lime-300\/85 {
  color: rgb(190 242 100 / 0.85);
}
.text-lime-300\/90 {
  color: rgb(190 242 100 / 0.9);
}
.text-lime-300\/95 {
  color: rgb(190 242 100 / 0.95);
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.text-lime-400\/0 {
  color: rgb(163 230 53 / 0);
}
.text-lime-400\/10 {
  color: rgb(163 230 53 / 0.1);
}
.text-lime-400\/100 {
  color: rgb(163 230 53 / 1);
}
.text-lime-400\/15 {
  color: rgb(163 230 53 / 0.15);
}
.text-lime-400\/20 {
  color: rgb(163 230 53 / 0.2);
}
.text-lime-400\/25 {
  color: rgb(163 230 53 / 0.25);
}
.text-lime-400\/30 {
  color: rgb(163 230 53 / 0.3);
}
.text-lime-400\/35 {
  color: rgb(163 230 53 / 0.35);
}
.text-lime-400\/40 {
  color: rgb(163 230 53 / 0.4);
}
.text-lime-400\/45 {
  color: rgb(163 230 53 / 0.45);
}
.text-lime-400\/5 {
  color: rgb(163 230 53 / 0.05);
}
.text-lime-400\/50 {
  color: rgb(163 230 53 / 0.5);
}
.text-lime-400\/55 {
  color: rgb(163 230 53 / 0.55);
}
.text-lime-400\/60 {
  color: rgb(163 230 53 / 0.6);
}
.text-lime-400\/65 {
  color: rgb(163 230 53 / 0.65);
}
.text-lime-400\/70 {
  color: rgb(163 230 53 / 0.7);
}
.text-lime-400\/75 {
  color: rgb(163 230 53 / 0.75);
}
.text-lime-400\/80 {
  color: rgb(163 230 53 / 0.8);
}
.text-lime-400\/85 {
  color: rgb(163 230 53 / 0.85);
}
.text-lime-400\/90 {
  color: rgb(163 230 53 / 0.9);
}
.text-lime-400\/95 {
  color: rgb(163 230 53 / 0.95);
}
.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity));
}
.text-lime-50\/0 {
  color: rgb(247 254 231 / 0);
}
.text-lime-50\/10 {
  color: rgb(247 254 231 / 0.1);
}
.text-lime-50\/100 {
  color: rgb(247 254 231 / 1);
}
.text-lime-50\/15 {
  color: rgb(247 254 231 / 0.15);
}
.text-lime-50\/20 {
  color: rgb(247 254 231 / 0.2);
}
.text-lime-50\/25 {
  color: rgb(247 254 231 / 0.25);
}
.text-lime-50\/30 {
  color: rgb(247 254 231 / 0.3);
}
.text-lime-50\/35 {
  color: rgb(247 254 231 / 0.35);
}
.text-lime-50\/40 {
  color: rgb(247 254 231 / 0.4);
}
.text-lime-50\/45 {
  color: rgb(247 254 231 / 0.45);
}
.text-lime-50\/5 {
  color: rgb(247 254 231 / 0.05);
}
.text-lime-50\/50 {
  color: rgb(247 254 231 / 0.5);
}
.text-lime-50\/55 {
  color: rgb(247 254 231 / 0.55);
}
.text-lime-50\/60 {
  color: rgb(247 254 231 / 0.6);
}
.text-lime-50\/65 {
  color: rgb(247 254 231 / 0.65);
}
.text-lime-50\/70 {
  color: rgb(247 254 231 / 0.7);
}
.text-lime-50\/75 {
  color: rgb(247 254 231 / 0.75);
}
.text-lime-50\/80 {
  color: rgb(247 254 231 / 0.8);
}
.text-lime-50\/85 {
  color: rgb(247 254 231 / 0.85);
}
.text-lime-50\/90 {
  color: rgb(247 254 231 / 0.9);
}
.text-lime-50\/95 {
  color: rgb(247 254 231 / 0.95);
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity));
}
.text-lime-500\/0 {
  color: rgb(132 204 22 / 0);
}
.text-lime-500\/10 {
  color: rgb(132 204 22 / 0.1);
}
.text-lime-500\/100 {
  color: rgb(132 204 22 / 1);
}
.text-lime-500\/15 {
  color: rgb(132 204 22 / 0.15);
}
.text-lime-500\/20 {
  color: rgb(132 204 22 / 0.2);
}
.text-lime-500\/25 {
  color: rgb(132 204 22 / 0.25);
}
.text-lime-500\/30 {
  color: rgb(132 204 22 / 0.3);
}
.text-lime-500\/35 {
  color: rgb(132 204 22 / 0.35);
}
.text-lime-500\/40 {
  color: rgb(132 204 22 / 0.4);
}
.text-lime-500\/45 {
  color: rgb(132 204 22 / 0.45);
}
.text-lime-500\/5 {
  color: rgb(132 204 22 / 0.05);
}
.text-lime-500\/50 {
  color: rgb(132 204 22 / 0.5);
}
.text-lime-500\/55 {
  color: rgb(132 204 22 / 0.55);
}
.text-lime-500\/60 {
  color: rgb(132 204 22 / 0.6);
}
.text-lime-500\/65 {
  color: rgb(132 204 22 / 0.65);
}
.text-lime-500\/70 {
  color: rgb(132 204 22 / 0.7);
}
.text-lime-500\/75 {
  color: rgb(132 204 22 / 0.75);
}
.text-lime-500\/80 {
  color: rgb(132 204 22 / 0.8);
}
.text-lime-500\/85 {
  color: rgb(132 204 22 / 0.85);
}
.text-lime-500\/90 {
  color: rgb(132 204 22 / 0.9);
}
.text-lime-500\/95 {
  color: rgb(132 204 22 / 0.95);
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.text-lime-600\/0 {
  color: rgb(101 163 13 / 0);
}
.text-lime-600\/10 {
  color: rgb(101 163 13 / 0.1);
}
.text-lime-600\/100 {
  color: rgb(101 163 13 / 1);
}
.text-lime-600\/15 {
  color: rgb(101 163 13 / 0.15);
}
.text-lime-600\/20 {
  color: rgb(101 163 13 / 0.2);
}
.text-lime-600\/25 {
  color: rgb(101 163 13 / 0.25);
}
.text-lime-600\/30 {
  color: rgb(101 163 13 / 0.3);
}
.text-lime-600\/35 {
  color: rgb(101 163 13 / 0.35);
}
.text-lime-600\/40 {
  color: rgb(101 163 13 / 0.4);
}
.text-lime-600\/45 {
  color: rgb(101 163 13 / 0.45);
}
.text-lime-600\/5 {
  color: rgb(101 163 13 / 0.05);
}
.text-lime-600\/50 {
  color: rgb(101 163 13 / 0.5);
}
.text-lime-600\/55 {
  color: rgb(101 163 13 / 0.55);
}
.text-lime-600\/60 {
  color: rgb(101 163 13 / 0.6);
}
.text-lime-600\/65 {
  color: rgb(101 163 13 / 0.65);
}
.text-lime-600\/70 {
  color: rgb(101 163 13 / 0.7);
}
.text-lime-600\/75 {
  color: rgb(101 163 13 / 0.75);
}
.text-lime-600\/80 {
  color: rgb(101 163 13 / 0.8);
}
.text-lime-600\/85 {
  color: rgb(101 163 13 / 0.85);
}
.text-lime-600\/90 {
  color: rgb(101 163 13 / 0.9);
}
.text-lime-600\/95 {
  color: rgb(101 163 13 / 0.95);
}
.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity));
}
.text-lime-700\/0 {
  color: rgb(77 124 15 / 0);
}
.text-lime-700\/10 {
  color: rgb(77 124 15 / 0.1);
}
.text-lime-700\/100 {
  color: rgb(77 124 15 / 1);
}
.text-lime-700\/15 {
  color: rgb(77 124 15 / 0.15);
}
.text-lime-700\/20 {
  color: rgb(77 124 15 / 0.2);
}
.text-lime-700\/25 {
  color: rgb(77 124 15 / 0.25);
}
.text-lime-700\/30 {
  color: rgb(77 124 15 / 0.3);
}
.text-lime-700\/35 {
  color: rgb(77 124 15 / 0.35);
}
.text-lime-700\/40 {
  color: rgb(77 124 15 / 0.4);
}
.text-lime-700\/45 {
  color: rgb(77 124 15 / 0.45);
}
.text-lime-700\/5 {
  color: rgb(77 124 15 / 0.05);
}
.text-lime-700\/50 {
  color: rgb(77 124 15 / 0.5);
}
.text-lime-700\/55 {
  color: rgb(77 124 15 / 0.55);
}
.text-lime-700\/60 {
  color: rgb(77 124 15 / 0.6);
}
.text-lime-700\/65 {
  color: rgb(77 124 15 / 0.65);
}
.text-lime-700\/70 {
  color: rgb(77 124 15 / 0.7);
}
.text-lime-700\/75 {
  color: rgb(77 124 15 / 0.75);
}
.text-lime-700\/80 {
  color: rgb(77 124 15 / 0.8);
}
.text-lime-700\/85 {
  color: rgb(77 124 15 / 0.85);
}
.text-lime-700\/90 {
  color: rgb(77 124 15 / 0.9);
}
.text-lime-700\/95 {
  color: rgb(77 124 15 / 0.95);
}
.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity));
}
.text-lime-800\/0 {
  color: rgb(63 98 18 / 0);
}
.text-lime-800\/10 {
  color: rgb(63 98 18 / 0.1);
}
.text-lime-800\/100 {
  color: rgb(63 98 18 / 1);
}
.text-lime-800\/15 {
  color: rgb(63 98 18 / 0.15);
}
.text-lime-800\/20 {
  color: rgb(63 98 18 / 0.2);
}
.text-lime-800\/25 {
  color: rgb(63 98 18 / 0.25);
}
.text-lime-800\/30 {
  color: rgb(63 98 18 / 0.3);
}
.text-lime-800\/35 {
  color: rgb(63 98 18 / 0.35);
}
.text-lime-800\/40 {
  color: rgb(63 98 18 / 0.4);
}
.text-lime-800\/45 {
  color: rgb(63 98 18 / 0.45);
}
.text-lime-800\/5 {
  color: rgb(63 98 18 / 0.05);
}
.text-lime-800\/50 {
  color: rgb(63 98 18 / 0.5);
}
.text-lime-800\/55 {
  color: rgb(63 98 18 / 0.55);
}
.text-lime-800\/60 {
  color: rgb(63 98 18 / 0.6);
}
.text-lime-800\/65 {
  color: rgb(63 98 18 / 0.65);
}
.text-lime-800\/70 {
  color: rgb(63 98 18 / 0.7);
}
.text-lime-800\/75 {
  color: rgb(63 98 18 / 0.75);
}
.text-lime-800\/80 {
  color: rgb(63 98 18 / 0.8);
}
.text-lime-800\/85 {
  color: rgb(63 98 18 / 0.85);
}
.text-lime-800\/90 {
  color: rgb(63 98 18 / 0.9);
}
.text-lime-800\/95 {
  color: rgb(63 98 18 / 0.95);
}
.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity));
}
.text-lime-900\/0 {
  color: rgb(54 83 20 / 0);
}
.text-lime-900\/10 {
  color: rgb(54 83 20 / 0.1);
}
.text-lime-900\/100 {
  color: rgb(54 83 20 / 1);
}
.text-lime-900\/15 {
  color: rgb(54 83 20 / 0.15);
}
.text-lime-900\/20 {
  color: rgb(54 83 20 / 0.2);
}
.text-lime-900\/25 {
  color: rgb(54 83 20 / 0.25);
}
.text-lime-900\/30 {
  color: rgb(54 83 20 / 0.3);
}
.text-lime-900\/35 {
  color: rgb(54 83 20 / 0.35);
}
.text-lime-900\/40 {
  color: rgb(54 83 20 / 0.4);
}
.text-lime-900\/45 {
  color: rgb(54 83 20 / 0.45);
}
.text-lime-900\/5 {
  color: rgb(54 83 20 / 0.05);
}
.text-lime-900\/50 {
  color: rgb(54 83 20 / 0.5);
}
.text-lime-900\/55 {
  color: rgb(54 83 20 / 0.55);
}
.text-lime-900\/60 {
  color: rgb(54 83 20 / 0.6);
}
.text-lime-900\/65 {
  color: rgb(54 83 20 / 0.65);
}
.text-lime-900\/70 {
  color: rgb(54 83 20 / 0.7);
}
.text-lime-900\/75 {
  color: rgb(54 83 20 / 0.75);
}
.text-lime-900\/80 {
  color: rgb(54 83 20 / 0.8);
}
.text-lime-900\/85 {
  color: rgb(54 83 20 / 0.85);
}
.text-lime-900\/90 {
  color: rgb(54 83 20 / 0.9);
}
.text-lime-900\/95 {
  color: rgb(54 83 20 / 0.95);
}
.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity));
}
.text-lime-950\/0 {
  color: rgb(26 46 5 / 0);
}
.text-lime-950\/10 {
  color: rgb(26 46 5 / 0.1);
}
.text-lime-950\/100 {
  color: rgb(26 46 5 / 1);
}
.text-lime-950\/15 {
  color: rgb(26 46 5 / 0.15);
}
.text-lime-950\/20 {
  color: rgb(26 46 5 / 0.2);
}
.text-lime-950\/25 {
  color: rgb(26 46 5 / 0.25);
}
.text-lime-950\/30 {
  color: rgb(26 46 5 / 0.3);
}
.text-lime-950\/35 {
  color: rgb(26 46 5 / 0.35);
}
.text-lime-950\/40 {
  color: rgb(26 46 5 / 0.4);
}
.text-lime-950\/45 {
  color: rgb(26 46 5 / 0.45);
}
.text-lime-950\/5 {
  color: rgb(26 46 5 / 0.05);
}
.text-lime-950\/50 {
  color: rgb(26 46 5 / 0.5);
}
.text-lime-950\/55 {
  color: rgb(26 46 5 / 0.55);
}
.text-lime-950\/60 {
  color: rgb(26 46 5 / 0.6);
}
.text-lime-950\/65 {
  color: rgb(26 46 5 / 0.65);
}
.text-lime-950\/70 {
  color: rgb(26 46 5 / 0.7);
}
.text-lime-950\/75 {
  color: rgb(26 46 5 / 0.75);
}
.text-lime-950\/80 {
  color: rgb(26 46 5 / 0.8);
}
.text-lime-950\/85 {
  color: rgb(26 46 5 / 0.85);
}
.text-lime-950\/90 {
  color: rgb(26 46 5 / 0.9);
}
.text-lime-950\/95 {
  color: rgb(26 46 5 / 0.95);
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-neutral-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-neutral-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-neutral-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-neutral-100\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-neutral-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-neutral-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-neutral-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-neutral-100\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-neutral-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-neutral-100\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-neutral-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-neutral-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-neutral-100\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-neutral-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-neutral-100\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-neutral-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-neutral-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-neutral-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-neutral-100\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-neutral-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-neutral-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-neutral-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-neutral-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-neutral-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-neutral-200\/15 {
  color: rgb(229 229 229 / 0.15);
}
.text-neutral-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-neutral-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-neutral-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-neutral-200\/35 {
  color: rgb(229 229 229 / 0.35);
}
.text-neutral-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-neutral-200\/45 {
  color: rgb(229 229 229 / 0.45);
}
.text-neutral-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-neutral-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-neutral-200\/55 {
  color: rgb(229 229 229 / 0.55);
}
.text-neutral-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-neutral-200\/65 {
  color: rgb(229 229 229 / 0.65);
}
.text-neutral-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-neutral-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-neutral-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-neutral-200\/85 {
  color: rgb(229 229 229 / 0.85);
}
.text-neutral-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-neutral-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-neutral-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-neutral-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-neutral-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-neutral-300\/15 {
  color: rgb(212 212 212 / 0.15);
}
.text-neutral-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-neutral-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-neutral-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-neutral-300\/35 {
  color: rgb(212 212 212 / 0.35);
}
.text-neutral-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-neutral-300\/45 {
  color: rgb(212 212 212 / 0.45);
}
.text-neutral-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-neutral-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-neutral-300\/55 {
  color: rgb(212 212 212 / 0.55);
}
.text-neutral-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-neutral-300\/65 {
  color: rgb(212 212 212 / 0.65);
}
.text-neutral-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-neutral-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-neutral-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-neutral-300\/85 {
  color: rgb(212 212 212 / 0.85);
}
.text-neutral-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-neutral-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-neutral-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-neutral-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-neutral-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-neutral-400\/15 {
  color: rgb(163 163 163 / 0.15);
}
.text-neutral-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-neutral-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-neutral-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-neutral-400\/35 {
  color: rgb(163 163 163 / 0.35);
}
.text-neutral-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-neutral-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-neutral-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-neutral-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-neutral-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-neutral-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-neutral-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-neutral-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-neutral-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-neutral-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-neutral-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-neutral-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-neutral-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-neutral-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-neutral-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-neutral-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-neutral-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-neutral-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-neutral-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-neutral-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-neutral-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-neutral-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-neutral-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-neutral-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-neutral-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-neutral-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-neutral-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-neutral-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-neutral-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-neutral-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-neutral-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-neutral-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-neutral-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-neutral-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-neutral-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-neutral-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-neutral-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-neutral-500\/15 {
  color: rgb(115 115 115 / 0.15);
}
.text-neutral-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-neutral-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-neutral-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-neutral-500\/35 {
  color: rgb(115 115 115 / 0.35);
}
.text-neutral-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-neutral-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-neutral-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-neutral-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-neutral-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-neutral-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-neutral-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-neutral-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-neutral-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-neutral-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-neutral-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-neutral-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-neutral-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-neutral-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-neutral-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-neutral-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-neutral-600\/15 {
  color: rgb(82 82 82 / 0.15);
}
.text-neutral-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-neutral-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-neutral-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-neutral-600\/35 {
  color: rgb(82 82 82 / 0.35);
}
.text-neutral-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-neutral-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-neutral-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-neutral-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-neutral-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-neutral-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-neutral-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-neutral-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-neutral-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-neutral-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-neutral-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-neutral-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-neutral-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-neutral-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-neutral-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-neutral-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-neutral-700\/15 {
  color: rgb(64 64 64 / 0.15);
}
.text-neutral-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-neutral-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-neutral-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-neutral-700\/35 {
  color: rgb(64 64 64 / 0.35);
}
.text-neutral-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-neutral-700\/45 {
  color: rgb(64 64 64 / 0.45);
}
.text-neutral-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-neutral-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-neutral-700\/55 {
  color: rgb(64 64 64 / 0.55);
}
.text-neutral-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-neutral-700\/65 {
  color: rgb(64 64 64 / 0.65);
}
.text-neutral-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-neutral-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-neutral-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-neutral-700\/85 {
  color: rgb(64 64 64 / 0.85);
}
.text-neutral-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-neutral-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-neutral-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-neutral-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-neutral-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-neutral-800\/15 {
  color: rgb(38 38 38 / 0.15);
}
.text-neutral-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-neutral-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-neutral-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-neutral-800\/35 {
  color: rgb(38 38 38 / 0.35);
}
.text-neutral-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-neutral-800\/45 {
  color: rgb(38 38 38 / 0.45);
}
.text-neutral-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-neutral-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-neutral-800\/55 {
  color: rgb(38 38 38 / 0.55);
}
.text-neutral-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-neutral-800\/65 {
  color: rgb(38 38 38 / 0.65);
}
.text-neutral-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-neutral-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-neutral-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-neutral-800\/85 {
  color: rgb(38 38 38 / 0.85);
}
.text-neutral-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-neutral-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-neutral-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-neutral-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-neutral-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-neutral-900\/15 {
  color: rgb(23 23 23 / 0.15);
}
.text-neutral-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-neutral-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-neutral-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-neutral-900\/35 {
  color: rgb(23 23 23 / 0.35);
}
.text-neutral-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-neutral-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-neutral-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-neutral-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-neutral-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-neutral-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-neutral-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-neutral-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-neutral-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-neutral-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-neutral-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-neutral-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-neutral-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-neutral-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-neutral-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-neutral-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-neutral-950\/15 {
  color: rgb(10 10 10 / 0.15);
}
.text-neutral-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-neutral-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-neutral-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-neutral-950\/35 {
  color: rgb(10 10 10 / 0.35);
}
.text-neutral-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-neutral-950\/45 {
  color: rgb(10 10 10 / 0.45);
}
.text-neutral-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-neutral-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-neutral-950\/55 {
  color: rgb(10 10 10 / 0.55);
}
.text-neutral-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-neutral-950\/65 {
  color: rgb(10 10 10 / 0.65);
}
.text-neutral-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-neutral-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-neutral-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-neutral-950\/85 {
  color: rgb(10 10 10 / 0.85);
}
.text-neutral-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-neutral-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-neutral-content {
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.text-neutral-content\/0 {
  color: var(--fallback-nc,oklch(var(--nc)/0));
}
.text-neutral-content\/10 {
  color: var(--fallback-nc,oklch(var(--nc)/0.1));
}
.text-neutral-content\/100 {
  color: var(--fallback-nc,oklch(var(--nc)/1));
}
.text-neutral-content\/15 {
  color: var(--fallback-nc,oklch(var(--nc)/0.15));
}
.text-neutral-content\/20 {
  color: var(--fallback-nc,oklch(var(--nc)/0.2));
}
.text-neutral-content\/25 {
  color: var(--fallback-nc,oklch(var(--nc)/0.25));
}
.text-neutral-content\/30 {
  color: var(--fallback-nc,oklch(var(--nc)/0.3));
}
.text-neutral-content\/35 {
  color: var(--fallback-nc,oklch(var(--nc)/0.35));
}
.text-neutral-content\/40 {
  color: var(--fallback-nc,oklch(var(--nc)/0.4));
}
.text-neutral-content\/45 {
  color: var(--fallback-nc,oklch(var(--nc)/0.45));
}
.text-neutral-content\/5 {
  color: var(--fallback-nc,oklch(var(--nc)/0.05));
}
.text-neutral-content\/50 {
  color: var(--fallback-nc,oklch(var(--nc)/0.5));
}
.text-neutral-content\/55 {
  color: var(--fallback-nc,oklch(var(--nc)/0.55));
}
.text-neutral-content\/60 {
  color: var(--fallback-nc,oklch(var(--nc)/0.6));
}
.text-neutral-content\/65 {
  color: var(--fallback-nc,oklch(var(--nc)/0.65));
}
.text-neutral-content\/70 {
  color: var(--fallback-nc,oklch(var(--nc)/0.7));
}
.text-neutral-content\/75 {
  color: var(--fallback-nc,oklch(var(--nc)/0.75));
}
.text-neutral-content\/80 {
  color: var(--fallback-nc,oklch(var(--nc)/0.8));
}
.text-neutral-content\/85 {
  color: var(--fallback-nc,oklch(var(--nc)/0.85));
}
.text-neutral-content\/90 {
  color: var(--fallback-nc,oklch(var(--nc)/0.9));
}
.text-neutral-content\/95 {
  color: var(--fallback-nc,oklch(var(--nc)/0.95));
}
.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity));
}
.text-orange-100\/0 {
  color: rgb(255 237 213 / 0);
}
.text-orange-100\/10 {
  color: rgb(255 237 213 / 0.1);
}
.text-orange-100\/100 {
  color: rgb(255 237 213 / 1);
}
.text-orange-100\/15 {
  color: rgb(255 237 213 / 0.15);
}
.text-orange-100\/20 {
  color: rgb(255 237 213 / 0.2);
}
.text-orange-100\/25 {
  color: rgb(255 237 213 / 0.25);
}
.text-orange-100\/30 {
  color: rgb(255 237 213 / 0.3);
}
.text-orange-100\/35 {
  color: rgb(255 237 213 / 0.35);
}
.text-orange-100\/40 {
  color: rgb(255 237 213 / 0.4);
}
.text-orange-100\/45 {
  color: rgb(255 237 213 / 0.45);
}
.text-orange-100\/5 {
  color: rgb(255 237 213 / 0.05);
}
.text-orange-100\/50 {
  color: rgb(255 237 213 / 0.5);
}
.text-orange-100\/55 {
  color: rgb(255 237 213 / 0.55);
}
.text-orange-100\/60 {
  color: rgb(255 237 213 / 0.6);
}
.text-orange-100\/65 {
  color: rgb(255 237 213 / 0.65);
}
.text-orange-100\/70 {
  color: rgb(255 237 213 / 0.7);
}
.text-orange-100\/75 {
  color: rgb(255 237 213 / 0.75);
}
.text-orange-100\/80 {
  color: rgb(255 237 213 / 0.8);
}
.text-orange-100\/85 {
  color: rgb(255 237 213 / 0.85);
}
.text-orange-100\/90 {
  color: rgb(255 237 213 / 0.9);
}
.text-orange-100\/95 {
  color: rgb(255 237 213 / 0.95);
}
.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
.text-orange-200\/0 {
  color: rgb(254 215 170 / 0);
}
.text-orange-200\/10 {
  color: rgb(254 215 170 / 0.1);
}
.text-orange-200\/100 {
  color: rgb(254 215 170 / 1);
}
.text-orange-200\/15 {
  color: rgb(254 215 170 / 0.15);
}
.text-orange-200\/20 {
  color: rgb(254 215 170 / 0.2);
}
.text-orange-200\/25 {
  color: rgb(254 215 170 / 0.25);
}
.text-orange-200\/30 {
  color: rgb(254 215 170 / 0.3);
}
.text-orange-200\/35 {
  color: rgb(254 215 170 / 0.35);
}
.text-orange-200\/40 {
  color: rgb(254 215 170 / 0.4);
}
.text-orange-200\/45 {
  color: rgb(254 215 170 / 0.45);
}
.text-orange-200\/5 {
  color: rgb(254 215 170 / 0.05);
}
.text-orange-200\/50 {
  color: rgb(254 215 170 / 0.5);
}
.text-orange-200\/55 {
  color: rgb(254 215 170 / 0.55);
}
.text-orange-200\/60 {
  color: rgb(254 215 170 / 0.6);
}
.text-orange-200\/65 {
  color: rgb(254 215 170 / 0.65);
}
.text-orange-200\/70 {
  color: rgb(254 215 170 / 0.7);
}
.text-orange-200\/75 {
  color: rgb(254 215 170 / 0.75);
}
.text-orange-200\/80 {
  color: rgb(254 215 170 / 0.8);
}
.text-orange-200\/85 {
  color: rgb(254 215 170 / 0.85);
}
.text-orange-200\/90 {
  color: rgb(254 215 170 / 0.9);
}
.text-orange-200\/95 {
  color: rgb(254 215 170 / 0.95);
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
.text-orange-300\/0 {
  color: rgb(253 186 116 / 0);
}
.text-orange-300\/10 {
  color: rgb(253 186 116 / 0.1);
}
.text-orange-300\/100 {
  color: rgb(253 186 116 / 1);
}
.text-orange-300\/15 {
  color: rgb(253 186 116 / 0.15);
}
.text-orange-300\/20 {
  color: rgb(253 186 116 / 0.2);
}
.text-orange-300\/25 {
  color: rgb(253 186 116 / 0.25);
}
.text-orange-300\/30 {
  color: rgb(253 186 116 / 0.3);
}
.text-orange-300\/35 {
  color: rgb(253 186 116 / 0.35);
}
.text-orange-300\/40 {
  color: rgb(253 186 116 / 0.4);
}
.text-orange-300\/45 {
  color: rgb(253 186 116 / 0.45);
}
.text-orange-300\/5 {
  color: rgb(253 186 116 / 0.05);
}
.text-orange-300\/50 {
  color: rgb(253 186 116 / 0.5);
}
.text-orange-300\/55 {
  color: rgb(253 186 116 / 0.55);
}
.text-orange-300\/60 {
  color: rgb(253 186 116 / 0.6);
}
.text-orange-300\/65 {
  color: rgb(253 186 116 / 0.65);
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-300\/75 {
  color: rgb(253 186 116 / 0.75);
}
.text-orange-300\/80 {
  color: rgb(253 186 116 / 0.8);
}
.text-orange-300\/85 {
  color: rgb(253 186 116 / 0.85);
}
.text-orange-300\/90 {
  color: rgb(253 186 116 / 0.9);
}
.text-orange-300\/95 {
  color: rgb(253 186 116 / 0.95);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-orange-400\/0 {
  color: rgb(251 146 60 / 0);
}
.text-orange-400\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-orange-400\/100 {
  color: rgb(251 146 60 / 1);
}
.text-orange-400\/15 {
  color: rgb(251 146 60 / 0.15);
}
.text-orange-400\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-orange-400\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-orange-400\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-orange-400\/35 {
  color: rgb(251 146 60 / 0.35);
}
.text-orange-400\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-orange-400\/45 {
  color: rgb(251 146 60 / 0.45);
}
.text-orange-400\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-orange-400\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-orange-400\/55 {
  color: rgb(251 146 60 / 0.55);
}
.text-orange-400\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-orange-400\/65 {
  color: rgb(251 146 60 / 0.65);
}
.text-orange-400\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-orange-400\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-orange-400\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-orange-400\/85 {
  color: rgb(251 146 60 / 0.85);
}
.text-orange-400\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-orange-400\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity));
}
.text-orange-50\/0 {
  color: rgb(255 247 237 / 0);
}
.text-orange-50\/10 {
  color: rgb(255 247 237 / 0.1);
}
.text-orange-50\/100 {
  color: rgb(255 247 237 / 1);
}
.text-orange-50\/15 {
  color: rgb(255 247 237 / 0.15);
}
.text-orange-50\/20 {
  color: rgb(255 247 237 / 0.2);
}
.text-orange-50\/25 {
  color: rgb(255 247 237 / 0.25);
}
.text-orange-50\/30 {
  color: rgb(255 247 237 / 0.3);
}
.text-orange-50\/35 {
  color: rgb(255 247 237 / 0.35);
}
.text-orange-50\/40 {
  color: rgb(255 247 237 / 0.4);
}
.text-orange-50\/45 {
  color: rgb(255 247 237 / 0.45);
}
.text-orange-50\/5 {
  color: rgb(255 247 237 / 0.05);
}
.text-orange-50\/50 {
  color: rgb(255 247 237 / 0.5);
}
.text-orange-50\/55 {
  color: rgb(255 247 237 / 0.55);
}
.text-orange-50\/60 {
  color: rgb(255 247 237 / 0.6);
}
.text-orange-50\/65 {
  color: rgb(255 247 237 / 0.65);
}
.text-orange-50\/70 {
  color: rgb(255 247 237 / 0.7);
}
.text-orange-50\/75 {
  color: rgb(255 247 237 / 0.75);
}
.text-orange-50\/80 {
  color: rgb(255 247 237 / 0.8);
}
.text-orange-50\/85 {
  color: rgb(255 247 237 / 0.85);
}
.text-orange-50\/90 {
  color: rgb(255 247 237 / 0.9);
}
.text-orange-50\/95 {
  color: rgb(255 247 237 / 0.95);
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-500\/0 {
  color: rgb(249 115 22 / 0);
}
.text-orange-500\/10 {
  color: rgb(249 115 22 / 0.1);
}
.text-orange-500\/100 {
  color: rgb(249 115 22 / 1);
}
.text-orange-500\/15 {
  color: rgb(249 115 22 / 0.15);
}
.text-orange-500\/20 {
  color: rgb(249 115 22 / 0.2);
}
.text-orange-500\/25 {
  color: rgb(249 115 22 / 0.25);
}
.text-orange-500\/30 {
  color: rgb(249 115 22 / 0.3);
}
.text-orange-500\/35 {
  color: rgb(249 115 22 / 0.35);
}
.text-orange-500\/40 {
  color: rgb(249 115 22 / 0.4);
}
.text-orange-500\/45 {
  color: rgb(249 115 22 / 0.45);
}
.text-orange-500\/5 {
  color: rgb(249 115 22 / 0.05);
}
.text-orange-500\/50 {
  color: rgb(249 115 22 / 0.5);
}
.text-orange-500\/55 {
  color: rgb(249 115 22 / 0.55);
}
.text-orange-500\/60 {
  color: rgb(249 115 22 / 0.6);
}
.text-orange-500\/65 {
  color: rgb(249 115 22 / 0.65);
}
.text-orange-500\/70 {
  color: rgb(249 115 22 / 0.7);
}
.text-orange-500\/75 {
  color: rgb(249 115 22 / 0.75);
}
.text-orange-500\/80 {
  color: rgb(249 115 22 / 0.8);
}
.text-orange-500\/85 {
  color: rgb(249 115 22 / 0.85);
}
.text-orange-500\/90 {
  color: rgb(249 115 22 / 0.9);
}
.text-orange-500\/95 {
  color: rgb(249 115 22 / 0.95);
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-600\/0 {
  color: rgb(234 88 12 / 0);
}
.text-orange-600\/10 {
  color: rgb(234 88 12 / 0.1);
}
.text-orange-600\/100 {
  color: rgb(234 88 12 / 1);
}
.text-orange-600\/15 {
  color: rgb(234 88 12 / 0.15);
}
.text-orange-600\/20 {
  color: rgb(234 88 12 / 0.2);
}
.text-orange-600\/25 {
  color: rgb(234 88 12 / 0.25);
}
.text-orange-600\/30 {
  color: rgb(234 88 12 / 0.3);
}
.text-orange-600\/35 {
  color: rgb(234 88 12 / 0.35);
}
.text-orange-600\/40 {
  color: rgb(234 88 12 / 0.4);
}
.text-orange-600\/45 {
  color: rgb(234 88 12 / 0.45);
}
.text-orange-600\/5 {
  color: rgb(234 88 12 / 0.05);
}
.text-orange-600\/50 {
  color: rgb(234 88 12 / 0.5);
}
.text-orange-600\/55 {
  color: rgb(234 88 12 / 0.55);
}
.text-orange-600\/60 {
  color: rgb(234 88 12 / 0.6);
}
.text-orange-600\/65 {
  color: rgb(234 88 12 / 0.65);
}
.text-orange-600\/70 {
  color: rgb(234 88 12 / 0.7);
}
.text-orange-600\/75 {
  color: rgb(234 88 12 / 0.75);
}
.text-orange-600\/80 {
  color: rgb(234 88 12 / 0.8);
}
.text-orange-600\/85 {
  color: rgb(234 88 12 / 0.85);
}
.text-orange-600\/90 {
  color: rgb(234 88 12 / 0.9);
}
.text-orange-600\/95 {
  color: rgb(234 88 12 / 0.95);
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-orange-700\/0 {
  color: rgb(194 65 12 / 0);
}
.text-orange-700\/10 {
  color: rgb(194 65 12 / 0.1);
}
.text-orange-700\/100 {
  color: rgb(194 65 12 / 1);
}
.text-orange-700\/15 {
  color: rgb(194 65 12 / 0.15);
}
.text-orange-700\/20 {
  color: rgb(194 65 12 / 0.2);
}
.text-orange-700\/25 {
  color: rgb(194 65 12 / 0.25);
}
.text-orange-700\/30 {
  color: rgb(194 65 12 / 0.3);
}
.text-orange-700\/35 {
  color: rgb(194 65 12 / 0.35);
}
.text-orange-700\/40 {
  color: rgb(194 65 12 / 0.4);
}
.text-orange-700\/45 {
  color: rgb(194 65 12 / 0.45);
}
.text-orange-700\/5 {
  color: rgb(194 65 12 / 0.05);
}
.text-orange-700\/50 {
  color: rgb(194 65 12 / 0.5);
}
.text-orange-700\/55 {
  color: rgb(194 65 12 / 0.55);
}
.text-orange-700\/60 {
  color: rgb(194 65 12 / 0.6);
}
.text-orange-700\/65 {
  color: rgb(194 65 12 / 0.65);
}
.text-orange-700\/70 {
  color: rgb(194 65 12 / 0.7);
}
.text-orange-700\/75 {
  color: rgb(194 65 12 / 0.75);
}
.text-orange-700\/80 {
  color: rgb(194 65 12 / 0.8);
}
.text-orange-700\/85 {
  color: rgb(194 65 12 / 0.85);
}
.text-orange-700\/90 {
  color: rgb(194 65 12 / 0.9);
}
.text-orange-700\/95 {
  color: rgb(194 65 12 / 0.95);
}
.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-orange-800\/0 {
  color: rgb(154 52 18 / 0);
}
.text-orange-800\/10 {
  color: rgb(154 52 18 / 0.1);
}
.text-orange-800\/100 {
  color: rgb(154 52 18 / 1);
}
.text-orange-800\/15 {
  color: rgb(154 52 18 / 0.15);
}
.text-orange-800\/20 {
  color: rgb(154 52 18 / 0.2);
}
.text-orange-800\/25 {
  color: rgb(154 52 18 / 0.25);
}
.text-orange-800\/30 {
  color: rgb(154 52 18 / 0.3);
}
.text-orange-800\/35 {
  color: rgb(154 52 18 / 0.35);
}
.text-orange-800\/40 {
  color: rgb(154 52 18 / 0.4);
}
.text-orange-800\/45 {
  color: rgb(154 52 18 / 0.45);
}
.text-orange-800\/5 {
  color: rgb(154 52 18 / 0.05);
}
.text-orange-800\/50 {
  color: rgb(154 52 18 / 0.5);
}
.text-orange-800\/55 {
  color: rgb(154 52 18 / 0.55);
}
.text-orange-800\/60 {
  color: rgb(154 52 18 / 0.6);
}
.text-orange-800\/65 {
  color: rgb(154 52 18 / 0.65);
}
.text-orange-800\/70 {
  color: rgb(154 52 18 / 0.7);
}
.text-orange-800\/75 {
  color: rgb(154 52 18 / 0.75);
}
.text-orange-800\/80 {
  color: rgb(154 52 18 / 0.8);
}
.text-orange-800\/85 {
  color: rgb(154 52 18 / 0.85);
}
.text-orange-800\/90 {
  color: rgb(154 52 18 / 0.9);
}
.text-orange-800\/95 {
  color: rgb(154 52 18 / 0.95);
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}
.text-orange-900\/0 {
  color: rgb(124 45 18 / 0);
}
.text-orange-900\/10 {
  color: rgb(124 45 18 / 0.1);
}
.text-orange-900\/100 {
  color: rgb(124 45 18 / 1);
}
.text-orange-900\/15 {
  color: rgb(124 45 18 / 0.15);
}
.text-orange-900\/20 {
  color: rgb(124 45 18 / 0.2);
}
.text-orange-900\/25 {
  color: rgb(124 45 18 / 0.25);
}
.text-orange-900\/30 {
  color: rgb(124 45 18 / 0.3);
}
.text-orange-900\/35 {
  color: rgb(124 45 18 / 0.35);
}
.text-orange-900\/40 {
  color: rgb(124 45 18 / 0.4);
}
.text-orange-900\/45 {
  color: rgb(124 45 18 / 0.45);
}
.text-orange-900\/5 {
  color: rgb(124 45 18 / 0.05);
}
.text-orange-900\/50 {
  color: rgb(124 45 18 / 0.5);
}
.text-orange-900\/55 {
  color: rgb(124 45 18 / 0.55);
}
.text-orange-900\/60 {
  color: rgb(124 45 18 / 0.6);
}
.text-orange-900\/65 {
  color: rgb(124 45 18 / 0.65);
}
.text-orange-900\/70 {
  color: rgb(124 45 18 / 0.7);
}
.text-orange-900\/75 {
  color: rgb(124 45 18 / 0.75);
}
.text-orange-900\/80 {
  color: rgb(124 45 18 / 0.8);
}
.text-orange-900\/85 {
  color: rgb(124 45 18 / 0.85);
}
.text-orange-900\/90 {
  color: rgb(124 45 18 / 0.9);
}
.text-orange-900\/95 {
  color: rgb(124 45 18 / 0.95);
}
.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity));
}
.text-orange-950\/0 {
  color: rgb(67 20 7 / 0);
}
.text-orange-950\/10 {
  color: rgb(67 20 7 / 0.1);
}
.text-orange-950\/100 {
  color: rgb(67 20 7 / 1);
}
.text-orange-950\/15 {
  color: rgb(67 20 7 / 0.15);
}
.text-orange-950\/20 {
  color: rgb(67 20 7 / 0.2);
}
.text-orange-950\/25 {
  color: rgb(67 20 7 / 0.25);
}
.text-orange-950\/30 {
  color: rgb(67 20 7 / 0.3);
}
.text-orange-950\/35 {
  color: rgb(67 20 7 / 0.35);
}
.text-orange-950\/40 {
  color: rgb(67 20 7 / 0.4);
}
.text-orange-950\/45 {
  color: rgb(67 20 7 / 0.45);
}
.text-orange-950\/5 {
  color: rgb(67 20 7 / 0.05);
}
.text-orange-950\/50 {
  color: rgb(67 20 7 / 0.5);
}
.text-orange-950\/55 {
  color: rgb(67 20 7 / 0.55);
}
.text-orange-950\/60 {
  color: rgb(67 20 7 / 0.6);
}
.text-orange-950\/65 {
  color: rgb(67 20 7 / 0.65);
}
.text-orange-950\/70 {
  color: rgb(67 20 7 / 0.7);
}
.text-orange-950\/75 {
  color: rgb(67 20 7 / 0.75);
}
.text-orange-950\/80 {
  color: rgb(67 20 7 / 0.8);
}
.text-orange-950\/85 {
  color: rgb(67 20 7 / 0.85);
}
.text-orange-950\/90 {
  color: rgb(67 20 7 / 0.9);
}
.text-orange-950\/95 {
  color: rgb(67 20 7 / 0.95);
}
.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity));
}
.text-pink-100\/0 {
  color: rgb(252 231 243 / 0);
}
.text-pink-100\/10 {
  color: rgb(252 231 243 / 0.1);
}
.text-pink-100\/100 {
  color: rgb(252 231 243 / 1);
}
.text-pink-100\/15 {
  color: rgb(252 231 243 / 0.15);
}
.text-pink-100\/20 {
  color: rgb(252 231 243 / 0.2);
}
.text-pink-100\/25 {
  color: rgb(252 231 243 / 0.25);
}
.text-pink-100\/30 {
  color: rgb(252 231 243 / 0.3);
}
.text-pink-100\/35 {
  color: rgb(252 231 243 / 0.35);
}
.text-pink-100\/40 {
  color: rgb(252 231 243 / 0.4);
}
.text-pink-100\/45 {
  color: rgb(252 231 243 / 0.45);
}
.text-pink-100\/5 {
  color: rgb(252 231 243 / 0.05);
}
.text-pink-100\/50 {
  color: rgb(252 231 243 / 0.5);
}
.text-pink-100\/55 {
  color: rgb(252 231 243 / 0.55);
}
.text-pink-100\/60 {
  color: rgb(252 231 243 / 0.6);
}
.text-pink-100\/65 {
  color: rgb(252 231 243 / 0.65);
}
.text-pink-100\/70 {
  color: rgb(252 231 243 / 0.7);
}
.text-pink-100\/75 {
  color: rgb(252 231 243 / 0.75);
}
.text-pink-100\/80 {
  color: rgb(252 231 243 / 0.8);
}
.text-pink-100\/85 {
  color: rgb(252 231 243 / 0.85);
}
.text-pink-100\/90 {
  color: rgb(252 231 243 / 0.9);
}
.text-pink-100\/95 {
  color: rgb(252 231 243 / 0.95);
}
.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity));
}
.text-pink-200\/0 {
  color: rgb(251 207 232 / 0);
}
.text-pink-200\/10 {
  color: rgb(251 207 232 / 0.1);
}
.text-pink-200\/100 {
  color: rgb(251 207 232 / 1);
}
.text-pink-200\/15 {
  color: rgb(251 207 232 / 0.15);
}
.text-pink-200\/20 {
  color: rgb(251 207 232 / 0.2);
}
.text-pink-200\/25 {
  color: rgb(251 207 232 / 0.25);
}
.text-pink-200\/30 {
  color: rgb(251 207 232 / 0.3);
}
.text-pink-200\/35 {
  color: rgb(251 207 232 / 0.35);
}
.text-pink-200\/40 {
  color: rgb(251 207 232 / 0.4);
}
.text-pink-200\/45 {
  color: rgb(251 207 232 / 0.45);
}
.text-pink-200\/5 {
  color: rgb(251 207 232 / 0.05);
}
.text-pink-200\/50 {
  color: rgb(251 207 232 / 0.5);
}
.text-pink-200\/55 {
  color: rgb(251 207 232 / 0.55);
}
.text-pink-200\/60 {
  color: rgb(251 207 232 / 0.6);
}
.text-pink-200\/65 {
  color: rgb(251 207 232 / 0.65);
}
.text-pink-200\/70 {
  color: rgb(251 207 232 / 0.7);
}
.text-pink-200\/75 {
  color: rgb(251 207 232 / 0.75);
}
.text-pink-200\/80 {
  color: rgb(251 207 232 / 0.8);
}
.text-pink-200\/85 {
  color: rgb(251 207 232 / 0.85);
}
.text-pink-200\/90 {
  color: rgb(251 207 232 / 0.9);
}
.text-pink-200\/95 {
  color: rgb(251 207 232 / 0.95);
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity));
}
.text-pink-300\/0 {
  color: rgb(249 168 212 / 0);
}
.text-pink-300\/10 {
  color: rgb(249 168 212 / 0.1);
}
.text-pink-300\/100 {
  color: rgb(249 168 212 / 1);
}
.text-pink-300\/15 {
  color: rgb(249 168 212 / 0.15);
}
.text-pink-300\/20 {
  color: rgb(249 168 212 / 0.2);
}
.text-pink-300\/25 {
  color: rgb(249 168 212 / 0.25);
}
.text-pink-300\/30 {
  color: rgb(249 168 212 / 0.3);
}
.text-pink-300\/35 {
  color: rgb(249 168 212 / 0.35);
}
.text-pink-300\/40 {
  color: rgb(249 168 212 / 0.4);
}
.text-pink-300\/45 {
  color: rgb(249 168 212 / 0.45);
}
.text-pink-300\/5 {
  color: rgb(249 168 212 / 0.05);
}
.text-pink-300\/50 {
  color: rgb(249 168 212 / 0.5);
}
.text-pink-300\/55 {
  color: rgb(249 168 212 / 0.55);
}
.text-pink-300\/60 {
  color: rgb(249 168 212 / 0.6);
}
.text-pink-300\/65 {
  color: rgb(249 168 212 / 0.65);
}
.text-pink-300\/70 {
  color: rgb(249 168 212 / 0.7);
}
.text-pink-300\/75 {
  color: rgb(249 168 212 / 0.75);
}
.text-pink-300\/80 {
  color: rgb(249 168 212 / 0.8);
}
.text-pink-300\/85 {
  color: rgb(249 168 212 / 0.85);
}
.text-pink-300\/90 {
  color: rgb(249 168 212 / 0.9);
}
.text-pink-300\/95 {
  color: rgb(249 168 212 / 0.95);
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity));
}
.text-pink-400\/0 {
  color: rgb(244 114 182 / 0);
}
.text-pink-400\/10 {
  color: rgb(244 114 182 / 0.1);
}
.text-pink-400\/100 {
  color: rgb(244 114 182 / 1);
}
.text-pink-400\/15 {
  color: rgb(244 114 182 / 0.15);
}
.text-pink-400\/20 {
  color: rgb(244 114 182 / 0.2);
}
.text-pink-400\/25 {
  color: rgb(244 114 182 / 0.25);
}
.text-pink-400\/30 {
  color: rgb(244 114 182 / 0.3);
}
.text-pink-400\/35 {
  color: rgb(244 114 182 / 0.35);
}
.text-pink-400\/40 {
  color: rgb(244 114 182 / 0.4);
}
.text-pink-400\/45 {
  color: rgb(244 114 182 / 0.45);
}
.text-pink-400\/5 {
  color: rgb(244 114 182 / 0.05);
}
.text-pink-400\/50 {
  color: rgb(244 114 182 / 0.5);
}
.text-pink-400\/55 {
  color: rgb(244 114 182 / 0.55);
}
.text-pink-400\/60 {
  color: rgb(244 114 182 / 0.6);
}
.text-pink-400\/65 {
  color: rgb(244 114 182 / 0.65);
}
.text-pink-400\/70 {
  color: rgb(244 114 182 / 0.7);
}
.text-pink-400\/75 {
  color: rgb(244 114 182 / 0.75);
}
.text-pink-400\/80 {
  color: rgb(244 114 182 / 0.8);
}
.text-pink-400\/85 {
  color: rgb(244 114 182 / 0.85);
}
.text-pink-400\/90 {
  color: rgb(244 114 182 / 0.9);
}
.text-pink-400\/95 {
  color: rgb(244 114 182 / 0.95);
}
.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity));
}
.text-pink-50\/0 {
  color: rgb(253 242 248 / 0);
}
.text-pink-50\/10 {
  color: rgb(253 242 248 / 0.1);
}
.text-pink-50\/100 {
  color: rgb(253 242 248 / 1);
}
.text-pink-50\/15 {
  color: rgb(253 242 248 / 0.15);
}
.text-pink-50\/20 {
  color: rgb(253 242 248 / 0.2);
}
.text-pink-50\/25 {
  color: rgb(253 242 248 / 0.25);
}
.text-pink-50\/30 {
  color: rgb(253 242 248 / 0.3);
}
.text-pink-50\/35 {
  color: rgb(253 242 248 / 0.35);
}
.text-pink-50\/40 {
  color: rgb(253 242 248 / 0.4);
}
.text-pink-50\/45 {
  color: rgb(253 242 248 / 0.45);
}
.text-pink-50\/5 {
  color: rgb(253 242 248 / 0.05);
}
.text-pink-50\/50 {
  color: rgb(253 242 248 / 0.5);
}
.text-pink-50\/55 {
  color: rgb(253 242 248 / 0.55);
}
.text-pink-50\/60 {
  color: rgb(253 242 248 / 0.6);
}
.text-pink-50\/65 {
  color: rgb(253 242 248 / 0.65);
}
.text-pink-50\/70 {
  color: rgb(253 242 248 / 0.7);
}
.text-pink-50\/75 {
  color: rgb(253 242 248 / 0.75);
}
.text-pink-50\/80 {
  color: rgb(253 242 248 / 0.8);
}
.text-pink-50\/85 {
  color: rgb(253 242 248 / 0.85);
}
.text-pink-50\/90 {
  color: rgb(253 242 248 / 0.9);
}
.text-pink-50\/95 {
  color: rgb(253 242 248 / 0.95);
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity));
}
.text-pink-500\/0 {
  color: rgb(236 72 153 / 0);
}
.text-pink-500\/10 {
  color: rgb(236 72 153 / 0.1);
}
.text-pink-500\/100 {
  color: rgb(236 72 153 / 1);
}
.text-pink-500\/15 {
  color: rgb(236 72 153 / 0.15);
}
.text-pink-500\/20 {
  color: rgb(236 72 153 / 0.2);
}
.text-pink-500\/25 {
  color: rgb(236 72 153 / 0.25);
}
.text-pink-500\/30 {
  color: rgb(236 72 153 / 0.3);
}
.text-pink-500\/35 {
  color: rgb(236 72 153 / 0.35);
}
.text-pink-500\/40 {
  color: rgb(236 72 153 / 0.4);
}
.text-pink-500\/45 {
  color: rgb(236 72 153 / 0.45);
}
.text-pink-500\/5 {
  color: rgb(236 72 153 / 0.05);
}
.text-pink-500\/50 {
  color: rgb(236 72 153 / 0.5);
}
.text-pink-500\/55 {
  color: rgb(236 72 153 / 0.55);
}
.text-pink-500\/60 {
  color: rgb(236 72 153 / 0.6);
}
.text-pink-500\/65 {
  color: rgb(236 72 153 / 0.65);
}
.text-pink-500\/70 {
  color: rgb(236 72 153 / 0.7);
}
.text-pink-500\/75 {
  color: rgb(236 72 153 / 0.75);
}
.text-pink-500\/80 {
  color: rgb(236 72 153 / 0.8);
}
.text-pink-500\/85 {
  color: rgb(236 72 153 / 0.85);
}
.text-pink-500\/90 {
  color: rgb(236 72 153 / 0.9);
}
.text-pink-500\/95 {
  color: rgb(236 72 153 / 0.95);
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity));
}
.text-pink-600\/0 {
  color: rgb(219 39 119 / 0);
}
.text-pink-600\/10 {
  color: rgb(219 39 119 / 0.1);
}
.text-pink-600\/100 {
  color: rgb(219 39 119 / 1);
}
.text-pink-600\/15 {
  color: rgb(219 39 119 / 0.15);
}
.text-pink-600\/20 {
  color: rgb(219 39 119 / 0.2);
}
.text-pink-600\/25 {
  color: rgb(219 39 119 / 0.25);
}
.text-pink-600\/30 {
  color: rgb(219 39 119 / 0.3);
}
.text-pink-600\/35 {
  color: rgb(219 39 119 / 0.35);
}
.text-pink-600\/40 {
  color: rgb(219 39 119 / 0.4);
}
.text-pink-600\/45 {
  color: rgb(219 39 119 / 0.45);
}
.text-pink-600\/5 {
  color: rgb(219 39 119 / 0.05);
}
.text-pink-600\/50 {
  color: rgb(219 39 119 / 0.5);
}
.text-pink-600\/55 {
  color: rgb(219 39 119 / 0.55);
}
.text-pink-600\/60 {
  color: rgb(219 39 119 / 0.6);
}
.text-pink-600\/65 {
  color: rgb(219 39 119 / 0.65);
}
.text-pink-600\/70 {
  color: rgb(219 39 119 / 0.7);
}
.text-pink-600\/75 {
  color: rgb(219 39 119 / 0.75);
}
.text-pink-600\/80 {
  color: rgb(219 39 119 / 0.8);
}
.text-pink-600\/85 {
  color: rgb(219 39 119 / 0.85);
}
.text-pink-600\/90 {
  color: rgb(219 39 119 / 0.9);
}
.text-pink-600\/95 {
  color: rgb(219 39 119 / 0.95);
}
.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.text-pink-700\/0 {
  color: rgb(190 24 93 / 0);
}
.text-pink-700\/10 {
  color: rgb(190 24 93 / 0.1);
}
.text-pink-700\/100 {
  color: rgb(190 24 93 / 1);
}
.text-pink-700\/15 {
  color: rgb(190 24 93 / 0.15);
}
.text-pink-700\/20 {
  color: rgb(190 24 93 / 0.2);
}
.text-pink-700\/25 {
  color: rgb(190 24 93 / 0.25);
}
.text-pink-700\/30 {
  color: rgb(190 24 93 / 0.3);
}
.text-pink-700\/35 {
  color: rgb(190 24 93 / 0.35);
}
.text-pink-700\/40 {
  color: rgb(190 24 93 / 0.4);
}
.text-pink-700\/45 {
  color: rgb(190 24 93 / 0.45);
}
.text-pink-700\/5 {
  color: rgb(190 24 93 / 0.05);
}
.text-pink-700\/50 {
  color: rgb(190 24 93 / 0.5);
}
.text-pink-700\/55 {
  color: rgb(190 24 93 / 0.55);
}
.text-pink-700\/60 {
  color: rgb(190 24 93 / 0.6);
}
.text-pink-700\/65 {
  color: rgb(190 24 93 / 0.65);
}
.text-pink-700\/70 {
  color: rgb(190 24 93 / 0.7);
}
.text-pink-700\/75 {
  color: rgb(190 24 93 / 0.75);
}
.text-pink-700\/80 {
  color: rgb(190 24 93 / 0.8);
}
.text-pink-700\/85 {
  color: rgb(190 24 93 / 0.85);
}
.text-pink-700\/90 {
  color: rgb(190 24 93 / 0.9);
}
.text-pink-700\/95 {
  color: rgb(190 24 93 / 0.95);
}
.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity));
}
.text-pink-800\/0 {
  color: rgb(157 23 77 / 0);
}
.text-pink-800\/10 {
  color: rgb(157 23 77 / 0.1);
}
.text-pink-800\/100 {
  color: rgb(157 23 77 / 1);
}
.text-pink-800\/15 {
  color: rgb(157 23 77 / 0.15);
}
.text-pink-800\/20 {
  color: rgb(157 23 77 / 0.2);
}
.text-pink-800\/25 {
  color: rgb(157 23 77 / 0.25);
}
.text-pink-800\/30 {
  color: rgb(157 23 77 / 0.3);
}
.text-pink-800\/35 {
  color: rgb(157 23 77 / 0.35);
}
.text-pink-800\/40 {
  color: rgb(157 23 77 / 0.4);
}
.text-pink-800\/45 {
  color: rgb(157 23 77 / 0.45);
}
.text-pink-800\/5 {
  color: rgb(157 23 77 / 0.05);
}
.text-pink-800\/50 {
  color: rgb(157 23 77 / 0.5);
}
.text-pink-800\/55 {
  color: rgb(157 23 77 / 0.55);
}
.text-pink-800\/60 {
  color: rgb(157 23 77 / 0.6);
}
.text-pink-800\/65 {
  color: rgb(157 23 77 / 0.65);
}
.text-pink-800\/70 {
  color: rgb(157 23 77 / 0.7);
}
.text-pink-800\/75 {
  color: rgb(157 23 77 / 0.75);
}
.text-pink-800\/80 {
  color: rgb(157 23 77 / 0.8);
}
.text-pink-800\/85 {
  color: rgb(157 23 77 / 0.85);
}
.text-pink-800\/90 {
  color: rgb(157 23 77 / 0.9);
}
.text-pink-800\/95 {
  color: rgb(157 23 77 / 0.95);
}
.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity));
}
.text-pink-900\/0 {
  color: rgb(131 24 67 / 0);
}
.text-pink-900\/10 {
  color: rgb(131 24 67 / 0.1);
}
.text-pink-900\/100 {
  color: rgb(131 24 67 / 1);
}
.text-pink-900\/15 {
  color: rgb(131 24 67 / 0.15);
}
.text-pink-900\/20 {
  color: rgb(131 24 67 / 0.2);
}
.text-pink-900\/25 {
  color: rgb(131 24 67 / 0.25);
}
.text-pink-900\/30 {
  color: rgb(131 24 67 / 0.3);
}
.text-pink-900\/35 {
  color: rgb(131 24 67 / 0.35);
}
.text-pink-900\/40 {
  color: rgb(131 24 67 / 0.4);
}
.text-pink-900\/45 {
  color: rgb(131 24 67 / 0.45);
}
.text-pink-900\/5 {
  color: rgb(131 24 67 / 0.05);
}
.text-pink-900\/50 {
  color: rgb(131 24 67 / 0.5);
}
.text-pink-900\/55 {
  color: rgb(131 24 67 / 0.55);
}
.text-pink-900\/60 {
  color: rgb(131 24 67 / 0.6);
}
.text-pink-900\/65 {
  color: rgb(131 24 67 / 0.65);
}
.text-pink-900\/70 {
  color: rgb(131 24 67 / 0.7);
}
.text-pink-900\/75 {
  color: rgb(131 24 67 / 0.75);
}
.text-pink-900\/80 {
  color: rgb(131 24 67 / 0.8);
}
.text-pink-900\/85 {
  color: rgb(131 24 67 / 0.85);
}
.text-pink-900\/90 {
  color: rgb(131 24 67 / 0.9);
}
.text-pink-900\/95 {
  color: rgb(131 24 67 / 0.95);
}
.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity));
}
.text-pink-950\/0 {
  color: rgb(80 7 36 / 0);
}
.text-pink-950\/10 {
  color: rgb(80 7 36 / 0.1);
}
.text-pink-950\/100 {
  color: rgb(80 7 36 / 1);
}
.text-pink-950\/15 {
  color: rgb(80 7 36 / 0.15);
}
.text-pink-950\/20 {
  color: rgb(80 7 36 / 0.2);
}
.text-pink-950\/25 {
  color: rgb(80 7 36 / 0.25);
}
.text-pink-950\/30 {
  color: rgb(80 7 36 / 0.3);
}
.text-pink-950\/35 {
  color: rgb(80 7 36 / 0.35);
}
.text-pink-950\/40 {
  color: rgb(80 7 36 / 0.4);
}
.text-pink-950\/45 {
  color: rgb(80 7 36 / 0.45);
}
.text-pink-950\/5 {
  color: rgb(80 7 36 / 0.05);
}
.text-pink-950\/50 {
  color: rgb(80 7 36 / 0.5);
}
.text-pink-950\/55 {
  color: rgb(80 7 36 / 0.55);
}
.text-pink-950\/60 {
  color: rgb(80 7 36 / 0.6);
}
.text-pink-950\/65 {
  color: rgb(80 7 36 / 0.65);
}
.text-pink-950\/70 {
  color: rgb(80 7 36 / 0.7);
}
.text-pink-950\/75 {
  color: rgb(80 7 36 / 0.75);
}
.text-pink-950\/80 {
  color: rgb(80 7 36 / 0.8);
}
.text-pink-950\/85 {
  color: rgb(80 7 36 / 0.85);
}
.text-pink-950\/90 {
  color: rgb(80 7 36 / 0.9);
}
.text-pink-950\/95 {
  color: rgb(80 7 36 / 0.95);
}
.text-primary {
  --tw-text-opacity: 1;
  color: var(--fallback-p,oklch(var(--p)/var(--tw-text-opacity)));
}
.text-primary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.text-primary-content\/0 {
  color: var(--fallback-pc,oklch(var(--pc)/0));
}
.text-primary-content\/10 {
  color: var(--fallback-pc,oklch(var(--pc)/0.1));
}
.text-primary-content\/100 {
  color: var(--fallback-pc,oklch(var(--pc)/1));
}
.text-primary-content\/15 {
  color: var(--fallback-pc,oklch(var(--pc)/0.15));
}
.text-primary-content\/20 {
  color: var(--fallback-pc,oklch(var(--pc)/0.2));
}
.text-primary-content\/25 {
  color: var(--fallback-pc,oklch(var(--pc)/0.25));
}
.text-primary-content\/30 {
  color: var(--fallback-pc,oklch(var(--pc)/0.3));
}
.text-primary-content\/35 {
  color: var(--fallback-pc,oklch(var(--pc)/0.35));
}
.text-primary-content\/40 {
  color: var(--fallback-pc,oklch(var(--pc)/0.4));
}
.text-primary-content\/45 {
  color: var(--fallback-pc,oklch(var(--pc)/0.45));
}
.text-primary-content\/5 {
  color: var(--fallback-pc,oklch(var(--pc)/0.05));
}
.text-primary-content\/50 {
  color: var(--fallback-pc,oklch(var(--pc)/0.5));
}
.text-primary-content\/55 {
  color: var(--fallback-pc,oklch(var(--pc)/0.55));
}
.text-primary-content\/60 {
  color: var(--fallback-pc,oklch(var(--pc)/0.6));
}
.text-primary-content\/65 {
  color: var(--fallback-pc,oklch(var(--pc)/0.65));
}
.text-primary-content\/70 {
  color: var(--fallback-pc,oklch(var(--pc)/0.7));
}
.text-primary-content\/75 {
  color: var(--fallback-pc,oklch(var(--pc)/0.75));
}
.text-primary-content\/80 {
  color: var(--fallback-pc,oklch(var(--pc)/0.8));
}
.text-primary-content\/85 {
  color: var(--fallback-pc,oklch(var(--pc)/0.85));
}
.text-primary-content\/90 {
  color: var(--fallback-pc,oklch(var(--pc)/0.9));
}
.text-primary-content\/95 {
  color: var(--fallback-pc,oklch(var(--pc)/0.95));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity));
}
.text-purple-100\/0 {
  color: rgb(243 232 255 / 0);
}
.text-purple-100\/10 {
  color: rgb(243 232 255 / 0.1);
}
.text-purple-100\/100 {
  color: rgb(243 232 255 / 1);
}
.text-purple-100\/15 {
  color: rgb(243 232 255 / 0.15);
}
.text-purple-100\/20 {
  color: rgb(243 232 255 / 0.2);
}
.text-purple-100\/25 {
  color: rgb(243 232 255 / 0.25);
}
.text-purple-100\/30 {
  color: rgb(243 232 255 / 0.3);
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.text-purple-100\/40 {
  color: rgb(243 232 255 / 0.4);
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.text-purple-100\/5 {
  color: rgb(243 232 255 / 0.05);
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-100\/95 {
  color: rgb(243 232 255 / 0.95);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
.text-purple-200\/0 {
  color: rgb(233 213 255 / 0);
}
.text-purple-200\/10 {
  color: rgb(233 213 255 / 0.1);
}
.text-purple-200\/100 {
  color: rgb(233 213 255 / 1);
}
.text-purple-200\/15 {
  color: rgb(233 213 255 / 0.15);
}
.text-purple-200\/20 {
  color: rgb(233 213 255 / 0.2);
}
.text-purple-200\/25 {
  color: rgb(233 213 255 / 0.25);
}
.text-purple-200\/30 {
  color: rgb(233 213 255 / 0.3);
}
.text-purple-200\/35 {
  color: rgb(233 213 255 / 0.35);
}
.text-purple-200\/40 {
  color: rgb(233 213 255 / 0.4);
}
.text-purple-200\/45 {
  color: rgb(233 213 255 / 0.45);
}
.text-purple-200\/5 {
  color: rgb(233 213 255 / 0.05);
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.text-purple-200\/70 {
  color: rgb(233 213 255 / 0.7);
}
.text-purple-200\/75 {
  color: rgb(233 213 255 / 0.75);
}
.text-purple-200\/80 {
  color: rgb(233 213 255 / 0.8);
}
.text-purple-200\/85 {
  color: rgb(233 213 255 / 0.85);
}
.text-purple-200\/90 {
  color: rgb(233 213 255 / 0.9);
}
.text-purple-200\/95 {
  color: rgb(233 213 255 / 0.95);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity));
}
.text-purple-300\/0 {
  color: rgb(216 180 254 / 0);
}
.text-purple-300\/10 {
  color: rgb(216 180 254 / 0.1);
}
.text-purple-300\/100 {
  color: rgb(216 180 254 / 1);
}
.text-purple-300\/15 {
  color: rgb(216 180 254 / 0.15);
}
.text-purple-300\/20 {
  color: rgb(216 180 254 / 0.2);
}
.text-purple-300\/25 {
  color: rgb(216 180 254 / 0.25);
}
.text-purple-300\/30 {
  color: rgb(216 180 254 / 0.3);
}
.text-purple-300\/35 {
  color: rgb(216 180 254 / 0.35);
}
.text-purple-300\/40 {
  color: rgb(216 180 254 / 0.4);
}
.text-purple-300\/45 {
  color: rgb(216 180 254 / 0.45);
}
.text-purple-300\/5 {
  color: rgb(216 180 254 / 0.05);
}
.text-purple-300\/50 {
  color: rgb(216 180 254 / 0.5);
}
.text-purple-300\/55 {
  color: rgb(216 180 254 / 0.55);
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-300\/65 {
  color: rgb(216 180 254 / 0.65);
}
.text-purple-300\/70 {
  color: rgb(216 180 254 / 0.7);
}
.text-purple-300\/75 {
  color: rgb(216 180 254 / 0.75);
}
.text-purple-300\/80 {
  color: rgb(216 180 254 / 0.8);
}
.text-purple-300\/85 {
  color: rgb(216 180 254 / 0.85);
}
.text-purple-300\/90 {
  color: rgb(216 180 254 / 0.9);
}
.text-purple-300\/95 {
  color: rgb(216 180 254 / 0.95);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity));
}
.text-purple-400\/0 {
  color: rgb(192 132 252 / 0);
}
.text-purple-400\/10 {
  color: rgb(192 132 252 / 0.1);
}
.text-purple-400\/100 {
  color: rgb(192 132 252 / 1);
}
.text-purple-400\/15 {
  color: rgb(192 132 252 / 0.15);
}
.text-purple-400\/20 {
  color: rgb(192 132 252 / 0.2);
}
.text-purple-400\/25 {
  color: rgb(192 132 252 / 0.25);
}
.text-purple-400\/30 {
  color: rgb(192 132 252 / 0.3);
}
.text-purple-400\/35 {
  color: rgb(192 132 252 / 0.35);
}
.text-purple-400\/40 {
  color: rgb(192 132 252 / 0.4);
}
.text-purple-400\/45 {
  color: rgb(192 132 252 / 0.45);
}
.text-purple-400\/5 {
  color: rgb(192 132 252 / 0.05);
}
.text-purple-400\/50 {
  color: rgb(192 132 252 / 0.5);
}
.text-purple-400\/55 {
  color: rgb(192 132 252 / 0.55);
}
.text-purple-400\/60 {
  color: rgb(192 132 252 / 0.6);
}
.text-purple-400\/65 {
  color: rgb(192 132 252 / 0.65);
}
.text-purple-400\/70 {
  color: rgb(192 132 252 / 0.7);
}
.text-purple-400\/75 {
  color: rgb(192 132 252 / 0.75);
}
.text-purple-400\/80 {
  color: rgb(192 132 252 / 0.8);
}
.text-purple-400\/85 {
  color: rgb(192 132 252 / 0.85);
}
.text-purple-400\/90 {
  color: rgb(192 132 252 / 0.9);
}
.text-purple-400\/95 {
  color: rgb(192 132 252 / 0.95);
}
.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity));
}
.text-purple-50\/0 {
  color: rgb(250 245 255 / 0);
}
.text-purple-50\/10 {
  color: rgb(250 245 255 / 0.1);
}
.text-purple-50\/100 {
  color: rgb(250 245 255 / 1);
}
.text-purple-50\/15 {
  color: rgb(250 245 255 / 0.15);
}
.text-purple-50\/20 {
  color: rgb(250 245 255 / 0.2);
}
.text-purple-50\/25 {
  color: rgb(250 245 255 / 0.25);
}
.text-purple-50\/30 {
  color: rgb(250 245 255 / 0.3);
}
.text-purple-50\/35 {
  color: rgb(250 245 255 / 0.35);
}
.text-purple-50\/40 {
  color: rgb(250 245 255 / 0.4);
}
.text-purple-50\/45 {
  color: rgb(250 245 255 / 0.45);
}
.text-purple-50\/5 {
  color: rgb(250 245 255 / 0.05);
}
.text-purple-50\/50 {
  color: rgb(250 245 255 / 0.5);
}
.text-purple-50\/55 {
  color: rgb(250 245 255 / 0.55);
}
.text-purple-50\/60 {
  color: rgb(250 245 255 / 0.6);
}
.text-purple-50\/65 {
  color: rgb(250 245 255 / 0.65);
}
.text-purple-50\/70 {
  color: rgb(250 245 255 / 0.7);
}
.text-purple-50\/75 {
  color: rgb(250 245 255 / 0.75);
}
.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}
.text-purple-50\/90 {
  color: rgb(250 245 255 / 0.9);
}
.text-purple-50\/95 {
  color: rgb(250 245 255 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity));
}
.text-purple-500\/0 {
  color: rgb(168 85 247 / 0);
}
.text-purple-500\/10 {
  color: rgb(168 85 247 / 0.1);
}
.text-purple-500\/100 {
  color: rgb(168 85 247 / 1);
}
.text-purple-500\/15 {
  color: rgb(168 85 247 / 0.15);
}
.text-purple-500\/20 {
  color: rgb(168 85 247 / 0.2);
}
.text-purple-500\/25 {
  color: rgb(168 85 247 / 0.25);
}
.text-purple-500\/30 {
  color: rgb(168 85 247 / 0.3);
}
.text-purple-500\/35 {
  color: rgb(168 85 247 / 0.35);
}
.text-purple-500\/40 {
  color: rgb(168 85 247 / 0.4);
}
.text-purple-500\/45 {
  color: rgb(168 85 247 / 0.45);
}
.text-purple-500\/5 {
  color: rgb(168 85 247 / 0.05);
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-500\/55 {
  color: rgb(168 85 247 / 0.55);
}
.text-purple-500\/60 {
  color: rgb(168 85 247 / 0.6);
}
.text-purple-500\/65 {
  color: rgb(168 85 247 / 0.65);
}
.text-purple-500\/70 {
  color: rgb(168 85 247 / 0.7);
}
.text-purple-500\/75 {
  color: rgb(168 85 247 / 0.75);
}
.text-purple-500\/80 {
  color: rgb(168 85 247 / 0.8);
}
.text-purple-500\/85 {
  color: rgb(168 85 247 / 0.85);
}
.text-purple-500\/90 {
  color: rgb(168 85 247 / 0.9);
}
.text-purple-500\/95 {
  color: rgb(168 85 247 / 0.95);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-purple-600\/0 {
  color: rgb(147 51 234 / 0);
}
.text-purple-600\/10 {
  color: rgb(147 51 234 / 0.1);
}
.text-purple-600\/100 {
  color: rgb(147 51 234 / 1);
}
.text-purple-600\/15 {
  color: rgb(147 51 234 / 0.15);
}
.text-purple-600\/20 {
  color: rgb(147 51 234 / 0.2);
}
.text-purple-600\/25 {
  color: rgb(147 51 234 / 0.25);
}
.text-purple-600\/30 {
  color: rgb(147 51 234 / 0.3);
}
.text-purple-600\/35 {
  color: rgb(147 51 234 / 0.35);
}
.text-purple-600\/40 {
  color: rgb(147 51 234 / 0.4);
}
.text-purple-600\/45 {
  color: rgb(147 51 234 / 0.45);
}
.text-purple-600\/5 {
  color: rgb(147 51 234 / 0.05);
}
.text-purple-600\/50 {
  color: rgb(147 51 234 / 0.5);
}
.text-purple-600\/55 {
  color: rgb(147 51 234 / 0.55);
}
.text-purple-600\/60 {
  color: rgb(147 51 234 / 0.6);
}
.text-purple-600\/65 {
  color: rgb(147 51 234 / 0.65);
}
.text-purple-600\/70 {
  color: rgb(147 51 234 / 0.7);
}
.text-purple-600\/75 {
  color: rgb(147 51 234 / 0.75);
}
.text-purple-600\/80 {
  color: rgb(147 51 234 / 0.8);
}
.text-purple-600\/85 {
  color: rgb(147 51 234 / 0.85);
}
.text-purple-600\/90 {
  color: rgb(147 51 234 / 0.9);
}
.text-purple-600\/95 {
  color: rgb(147 51 234 / 0.95);
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity));
}
.text-purple-700\/0 {
  color: rgb(126 34 206 / 0);
}
.text-purple-700\/10 {
  color: rgb(126 34 206 / 0.1);
}
.text-purple-700\/100 {
  color: rgb(126 34 206 / 1);
}
.text-purple-700\/15 {
  color: rgb(126 34 206 / 0.15);
}
.text-purple-700\/20 {
  color: rgb(126 34 206 / 0.2);
}
.text-purple-700\/25 {
  color: rgb(126 34 206 / 0.25);
}
.text-purple-700\/30 {
  color: rgb(126 34 206 / 0.3);
}
.text-purple-700\/35 {
  color: rgb(126 34 206 / 0.35);
}
.text-purple-700\/40 {
  color: rgb(126 34 206 / 0.4);
}
.text-purple-700\/45 {
  color: rgb(126 34 206 / 0.45);
}
.text-purple-700\/5 {
  color: rgb(126 34 206 / 0.05);
}
.text-purple-700\/50 {
  color: rgb(126 34 206 / 0.5);
}
.text-purple-700\/55 {
  color: rgb(126 34 206 / 0.55);
}
.text-purple-700\/60 {
  color: rgb(126 34 206 / 0.6);
}
.text-purple-700\/65 {
  color: rgb(126 34 206 / 0.65);
}
.text-purple-700\/70 {
  color: rgb(126 34 206 / 0.7);
}
.text-purple-700\/75 {
  color: rgb(126 34 206 / 0.75);
}
.text-purple-700\/80 {
  color: rgb(126 34 206 / 0.8);
}
.text-purple-700\/85 {
  color: rgb(126 34 206 / 0.85);
}
.text-purple-700\/90 {
  color: rgb(126 34 206 / 0.9);
}
.text-purple-700\/95 {
  color: rgb(126 34 206 / 0.95);
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity));
}
.text-purple-800\/0 {
  color: rgb(107 33 168 / 0);
}
.text-purple-800\/10 {
  color: rgb(107 33 168 / 0.1);
}
.text-purple-800\/100 {
  color: rgb(107 33 168 / 1);
}
.text-purple-800\/15 {
  color: rgb(107 33 168 / 0.15);
}
.text-purple-800\/20 {
  color: rgb(107 33 168 / 0.2);
}
.text-purple-800\/25 {
  color: rgb(107 33 168 / 0.25);
}
.text-purple-800\/30 {
  color: rgb(107 33 168 / 0.3);
}
.text-purple-800\/35 {
  color: rgb(107 33 168 / 0.35);
}
.text-purple-800\/40 {
  color: rgb(107 33 168 / 0.4);
}
.text-purple-800\/45 {
  color: rgb(107 33 168 / 0.45);
}
.text-purple-800\/5 {
  color: rgb(107 33 168 / 0.05);
}
.text-purple-800\/50 {
  color: rgb(107 33 168 / 0.5);
}
.text-purple-800\/55 {
  color: rgb(107 33 168 / 0.55);
}
.text-purple-800\/60 {
  color: rgb(107 33 168 / 0.6);
}
.text-purple-800\/65 {
  color: rgb(107 33 168 / 0.65);
}
.text-purple-800\/70 {
  color: rgb(107 33 168 / 0.7);
}
.text-purple-800\/75 {
  color: rgb(107 33 168 / 0.75);
}
.text-purple-800\/80 {
  color: rgb(107 33 168 / 0.8);
}
.text-purple-800\/85 {
  color: rgb(107 33 168 / 0.85);
}
.text-purple-800\/90 {
  color: rgb(107 33 168 / 0.9);
}
.text-purple-800\/95 {
  color: rgb(107 33 168 / 0.95);
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}
.text-purple-900\/0 {
  color: rgb(88 28 135 / 0);
}
.text-purple-900\/10 {
  color: rgb(88 28 135 / 0.1);
}
.text-purple-900\/100 {
  color: rgb(88 28 135 / 1);
}
.text-purple-900\/15 {
  color: rgb(88 28 135 / 0.15);
}
.text-purple-900\/20 {
  color: rgb(88 28 135 / 0.2);
}
.text-purple-900\/25 {
  color: rgb(88 28 135 / 0.25);
}
.text-purple-900\/30 {
  color: rgb(88 28 135 / 0.3);
}
.text-purple-900\/35 {
  color: rgb(88 28 135 / 0.35);
}
.text-purple-900\/40 {
  color: rgb(88 28 135 / 0.4);
}
.text-purple-900\/45 {
  color: rgb(88 28 135 / 0.45);
}
.text-purple-900\/5 {
  color: rgb(88 28 135 / 0.05);
}
.text-purple-900\/50 {
  color: rgb(88 28 135 / 0.5);
}
.text-purple-900\/55 {
  color: rgb(88 28 135 / 0.55);
}
.text-purple-900\/60 {
  color: rgb(88 28 135 / 0.6);
}
.text-purple-900\/65 {
  color: rgb(88 28 135 / 0.65);
}
.text-purple-900\/70 {
  color: rgb(88 28 135 / 0.7);
}
.text-purple-900\/75 {
  color: rgb(88 28 135 / 0.75);
}
.text-purple-900\/80 {
  color: rgb(88 28 135 / 0.8);
}
.text-purple-900\/85 {
  color: rgb(88 28 135 / 0.85);
}
.text-purple-900\/90 {
  color: rgb(88 28 135 / 0.9);
}
.text-purple-900\/95 {
  color: rgb(88 28 135 / 0.95);
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-purple-950\/0 {
  color: rgb(59 7 100 / 0);
}
.text-purple-950\/10 {
  color: rgb(59 7 100 / 0.1);
}
.text-purple-950\/100 {
  color: rgb(59 7 100 / 1);
}
.text-purple-950\/15 {
  color: rgb(59 7 100 / 0.15);
}
.text-purple-950\/20 {
  color: rgb(59 7 100 / 0.2);
}
.text-purple-950\/25 {
  color: rgb(59 7 100 / 0.25);
}
.text-purple-950\/30 {
  color: rgb(59 7 100 / 0.3);
}
.text-purple-950\/35 {
  color: rgb(59 7 100 / 0.35);
}
.text-purple-950\/40 {
  color: rgb(59 7 100 / 0.4);
}
.text-purple-950\/45 {
  color: rgb(59 7 100 / 0.45);
}
.text-purple-950\/5 {
  color: rgb(59 7 100 / 0.05);
}
.text-purple-950\/50 {
  color: rgb(59 7 100 / 0.5);
}
.text-purple-950\/55 {
  color: rgb(59 7 100 / 0.55);
}
.text-purple-950\/60 {
  color: rgb(59 7 100 / 0.6);
}
.text-purple-950\/65 {
  color: rgb(59 7 100 / 0.65);
}
.text-purple-950\/70 {
  color: rgb(59 7 100 / 0.7);
}
.text-purple-950\/75 {
  color: rgb(59 7 100 / 0.75);
}
.text-purple-950\/80 {
  color: rgb(59 7 100 / 0.8);
}
.text-purple-950\/85 {
  color: rgb(59 7 100 / 0.85);
}
.text-purple-950\/90 {
  color: rgb(59 7 100 / 0.9);
}
.text-purple-950\/95 {
  color: rgb(59 7 100 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.text-rose-100\/0 {
  color: rgb(255 228 230 / 0);
}
.text-rose-100\/10 {
  color: rgb(255 228 230 / 0.1);
}
.text-rose-100\/100 {
  color: rgb(255 228 230 / 1);
}
.text-rose-100\/15 {
  color: rgb(255 228 230 / 0.15);
}
.text-rose-100\/20 {
  color: rgb(255 228 230 / 0.2);
}
.text-rose-100\/25 {
  color: rgb(255 228 230 / 0.25);
}
.text-rose-100\/30 {
  color: rgb(255 228 230 / 0.3);
}
.text-rose-100\/35 {
  color: rgb(255 228 230 / 0.35);
}
.text-rose-100\/40 {
  color: rgb(255 228 230 / 0.4);
}
.text-rose-100\/45 {
  color: rgb(255 228 230 / 0.45);
}
.text-rose-100\/5 {
  color: rgb(255 228 230 / 0.05);
}
.text-rose-100\/50 {
  color: rgb(255 228 230 / 0.5);
}
.text-rose-100\/55 {
  color: rgb(255 228 230 / 0.55);
}
.text-rose-100\/60 {
  color: rgb(255 228 230 / 0.6);
}
.text-rose-100\/65 {
  color: rgb(255 228 230 / 0.65);
}
.text-rose-100\/70 {
  color: rgb(255 228 230 / 0.7);
}
.text-rose-100\/75 {
  color: rgb(255 228 230 / 0.75);
}
.text-rose-100\/80 {
  color: rgb(255 228 230 / 0.8);
}
.text-rose-100\/85 {
  color: rgb(255 228 230 / 0.85);
}
.text-rose-100\/90 {
  color: rgb(255 228 230 / 0.9);
}
.text-rose-100\/95 {
  color: rgb(255 228 230 / 0.95);
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity));
}
.text-rose-200\/0 {
  color: rgb(254 205 211 / 0);
}
.text-rose-200\/10 {
  color: rgb(254 205 211 / 0.1);
}
.text-rose-200\/100 {
  color: rgb(254 205 211 / 1);
}
.text-rose-200\/15 {
  color: rgb(254 205 211 / 0.15);
}
.text-rose-200\/20 {
  color: rgb(254 205 211 / 0.2);
}
.text-rose-200\/25 {
  color: rgb(254 205 211 / 0.25);
}
.text-rose-200\/30 {
  color: rgb(254 205 211 / 0.3);
}
.text-rose-200\/35 {
  color: rgb(254 205 211 / 0.35);
}
.text-rose-200\/40 {
  color: rgb(254 205 211 / 0.4);
}
.text-rose-200\/45 {
  color: rgb(254 205 211 / 0.45);
}
.text-rose-200\/5 {
  color: rgb(254 205 211 / 0.05);
}
.text-rose-200\/50 {
  color: rgb(254 205 211 / 0.5);
}
.text-rose-200\/55 {
  color: rgb(254 205 211 / 0.55);
}
.text-rose-200\/60 {
  color: rgb(254 205 211 / 0.6);
}
.text-rose-200\/65 {
  color: rgb(254 205 211 / 0.65);
}
.text-rose-200\/70 {
  color: rgb(254 205 211 / 0.7);
}
.text-rose-200\/75 {
  color: rgb(254 205 211 / 0.75);
}
.text-rose-200\/80 {
  color: rgb(254 205 211 / 0.8);
}
.text-rose-200\/85 {
  color: rgb(254 205 211 / 0.85);
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-200\/95 {
  color: rgb(254 205 211 / 0.95);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity));
}
.text-rose-300\/0 {
  color: rgb(253 164 175 / 0);
}
.text-rose-300\/10 {
  color: rgb(253 164 175 / 0.1);
}
.text-rose-300\/100 {
  color: rgb(253 164 175 / 1);
}
.text-rose-300\/15 {
  color: rgb(253 164 175 / 0.15);
}
.text-rose-300\/20 {
  color: rgb(253 164 175 / 0.2);
}
.text-rose-300\/25 {
  color: rgb(253 164 175 / 0.25);
}
.text-rose-300\/30 {
  color: rgb(253 164 175 / 0.3);
}
.text-rose-300\/35 {
  color: rgb(253 164 175 / 0.35);
}
.text-rose-300\/40 {
  color: rgb(253 164 175 / 0.4);
}
.text-rose-300\/45 {
  color: rgb(253 164 175 / 0.45);
}
.text-rose-300\/5 {
  color: rgb(253 164 175 / 0.05);
}
.text-rose-300\/50 {
  color: rgb(253 164 175 / 0.5);
}
.text-rose-300\/55 {
  color: rgb(253 164 175 / 0.55);
}
.text-rose-300\/60 {
  color: rgb(253 164 175 / 0.6);
}
.text-rose-300\/65 {
  color: rgb(253 164 175 / 0.65);
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-300\/75 {
  color: rgb(253 164 175 / 0.75);
}
.text-rose-300\/80 {
  color: rgb(253 164 175 / 0.8);
}
.text-rose-300\/85 {
  color: rgb(253 164 175 / 0.85);
}
.text-rose-300\/90 {
  color: rgb(253 164 175 / 0.9);
}
.text-rose-300\/95 {
  color: rgb(253 164 175 / 0.95);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
.text-rose-400\/0 {
  color: rgb(251 113 133 / 0);
}
.text-rose-400\/10 {
  color: rgb(251 113 133 / 0.1);
}
.text-rose-400\/100 {
  color: rgb(251 113 133 / 1);
}
.text-rose-400\/15 {
  color: rgb(251 113 133 / 0.15);
}
.text-rose-400\/20 {
  color: rgb(251 113 133 / 0.2);
}
.text-rose-400\/25 {
  color: rgb(251 113 133 / 0.25);
}
.text-rose-400\/30 {
  color: rgb(251 113 133 / 0.3);
}
.text-rose-400\/35 {
  color: rgb(251 113 133 / 0.35);
}
.text-rose-400\/40 {
  color: rgb(251 113 133 / 0.4);
}
.text-rose-400\/45 {
  color: rgb(251 113 133 / 0.45);
}
.text-rose-400\/5 {
  color: rgb(251 113 133 / 0.05);
}
.text-rose-400\/50 {
  color: rgb(251 113 133 / 0.5);
}
.text-rose-400\/55 {
  color: rgb(251 113 133 / 0.55);
}
.text-rose-400\/60 {
  color: rgb(251 113 133 / 0.6);
}
.text-rose-400\/65 {
  color: rgb(251 113 133 / 0.65);
}
.text-rose-400\/70 {
  color: rgb(251 113 133 / 0.7);
}
.text-rose-400\/75 {
  color: rgb(251 113 133 / 0.75);
}
.text-rose-400\/80 {
  color: rgb(251 113 133 / 0.8);
}
.text-rose-400\/85 {
  color: rgb(251 113 133 / 0.85);
}
.text-rose-400\/90 {
  color: rgb(251 113 133 / 0.9);
}
.text-rose-400\/95 {
  color: rgb(251 113 133 / 0.95);
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity));
}
.text-rose-50\/0 {
  color: rgb(255 241 242 / 0);
}
.text-rose-50\/10 {
  color: rgb(255 241 242 / 0.1);
}
.text-rose-50\/100 {
  color: rgb(255 241 242 / 1);
}
.text-rose-50\/15 {
  color: rgb(255 241 242 / 0.15);
}
.text-rose-50\/20 {
  color: rgb(255 241 242 / 0.2);
}
.text-rose-50\/25 {
  color: rgb(255 241 242 / 0.25);
}
.text-rose-50\/30 {
  color: rgb(255 241 242 / 0.3);
}
.text-rose-50\/35 {
  color: rgb(255 241 242 / 0.35);
}
.text-rose-50\/40 {
  color: rgb(255 241 242 / 0.4);
}
.text-rose-50\/45 {
  color: rgb(255 241 242 / 0.45);
}
.text-rose-50\/5 {
  color: rgb(255 241 242 / 0.05);
}
.text-rose-50\/50 {
  color: rgb(255 241 242 / 0.5);
}
.text-rose-50\/55 {
  color: rgb(255 241 242 / 0.55);
}
.text-rose-50\/60 {
  color: rgb(255 241 242 / 0.6);
}
.text-rose-50\/65 {
  color: rgb(255 241 242 / 0.65);
}
.text-rose-50\/70 {
  color: rgb(255 241 242 / 0.7);
}
.text-rose-50\/75 {
  color: rgb(255 241 242 / 0.75);
}
.text-rose-50\/80 {
  color: rgb(255 241 242 / 0.8);
}
.text-rose-50\/85 {
  color: rgb(255 241 242 / 0.85);
}
.text-rose-50\/90 {
  color: rgb(255 241 242 / 0.9);
}
.text-rose-50\/95 {
  color: rgb(255 241 242 / 0.95);
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-rose-500\/0 {
  color: rgb(244 63 94 / 0);
}
.text-rose-500\/10 {
  color: rgb(244 63 94 / 0.1);
}
.text-rose-500\/100 {
  color: rgb(244 63 94 / 1);
}
.text-rose-500\/15 {
  color: rgb(244 63 94 / 0.15);
}
.text-rose-500\/20 {
  color: rgb(244 63 94 / 0.2);
}
.text-rose-500\/25 {
  color: rgb(244 63 94 / 0.25);
}
.text-rose-500\/30 {
  color: rgb(244 63 94 / 0.3);
}
.text-rose-500\/35 {
  color: rgb(244 63 94 / 0.35);
}
.text-rose-500\/40 {
  color: rgb(244 63 94 / 0.4);
}
.text-rose-500\/45 {
  color: rgb(244 63 94 / 0.45);
}
.text-rose-500\/5 {
  color: rgb(244 63 94 / 0.05);
}
.text-rose-500\/50 {
  color: rgb(244 63 94 / 0.5);
}
.text-rose-500\/55 {
  color: rgb(244 63 94 / 0.55);
}
.text-rose-500\/60 {
  color: rgb(244 63 94 / 0.6);
}
.text-rose-500\/65 {
  color: rgb(244 63 94 / 0.65);
}
.text-rose-500\/70 {
  color: rgb(244 63 94 / 0.7);
}
.text-rose-500\/75 {
  color: rgb(244 63 94 / 0.75);
}
.text-rose-500\/80 {
  color: rgb(244 63 94 / 0.8);
}
.text-rose-500\/85 {
  color: rgb(244 63 94 / 0.85);
}
.text-rose-500\/90 {
  color: rgb(244 63 94 / 0.9);
}
.text-rose-500\/95 {
  color: rgb(244 63 94 / 0.95);
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-rose-600\/0 {
  color: rgb(225 29 72 / 0);
}
.text-rose-600\/10 {
  color: rgb(225 29 72 / 0.1);
}
.text-rose-600\/100 {
  color: rgb(225 29 72 / 1);
}
.text-rose-600\/15 {
  color: rgb(225 29 72 / 0.15);
}
.text-rose-600\/20 {
  color: rgb(225 29 72 / 0.2);
}
.text-rose-600\/25 {
  color: rgb(225 29 72 / 0.25);
}
.text-rose-600\/30 {
  color: rgb(225 29 72 / 0.3);
}
.text-rose-600\/35 {
  color: rgb(225 29 72 / 0.35);
}
.text-rose-600\/40 {
  color: rgb(225 29 72 / 0.4);
}
.text-rose-600\/45 {
  color: rgb(225 29 72 / 0.45);
}
.text-rose-600\/5 {
  color: rgb(225 29 72 / 0.05);
}
.text-rose-600\/50 {
  color: rgb(225 29 72 / 0.5);
}
.text-rose-600\/55 {
  color: rgb(225 29 72 / 0.55);
}
.text-rose-600\/60 {
  color: rgb(225 29 72 / 0.6);
}
.text-rose-600\/65 {
  color: rgb(225 29 72 / 0.65);
}
.text-rose-600\/70 {
  color: rgb(225 29 72 / 0.7);
}
.text-rose-600\/75 {
  color: rgb(225 29 72 / 0.75);
}
.text-rose-600\/80 {
  color: rgb(225 29 72 / 0.8);
}
.text-rose-600\/85 {
  color: rgb(225 29 72 / 0.85);
}
.text-rose-600\/90 {
  color: rgb(225 29 72 / 0.9);
}
.text-rose-600\/95 {
  color: rgb(225 29 72 / 0.95);
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-rose-700\/0 {
  color: rgb(190 18 60 / 0);
}
.text-rose-700\/10 {
  color: rgb(190 18 60 / 0.1);
}
.text-rose-700\/100 {
  color: rgb(190 18 60 / 1);
}
.text-rose-700\/15 {
  color: rgb(190 18 60 / 0.15);
}
.text-rose-700\/20 {
  color: rgb(190 18 60 / 0.2);
}
.text-rose-700\/25 {
  color: rgb(190 18 60 / 0.25);
}
.text-rose-700\/30 {
  color: rgb(190 18 60 / 0.3);
}
.text-rose-700\/35 {
  color: rgb(190 18 60 / 0.35);
}
.text-rose-700\/40 {
  color: rgb(190 18 60 / 0.4);
}
.text-rose-700\/45 {
  color: rgb(190 18 60 / 0.45);
}
.text-rose-700\/5 {
  color: rgb(190 18 60 / 0.05);
}
.text-rose-700\/50 {
  color: rgb(190 18 60 / 0.5);
}
.text-rose-700\/55 {
  color: rgb(190 18 60 / 0.55);
}
.text-rose-700\/60 {
  color: rgb(190 18 60 / 0.6);
}
.text-rose-700\/65 {
  color: rgb(190 18 60 / 0.65);
}
.text-rose-700\/70 {
  color: rgb(190 18 60 / 0.7);
}
.text-rose-700\/75 {
  color: rgb(190 18 60 / 0.75);
}
.text-rose-700\/80 {
  color: rgb(190 18 60 / 0.8);
}
.text-rose-700\/85 {
  color: rgb(190 18 60 / 0.85);
}
.text-rose-700\/90 {
  color: rgb(190 18 60 / 0.9);
}
.text-rose-700\/95 {
  color: rgb(190 18 60 / 0.95);
}
.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity));
}
.text-rose-800\/0 {
  color: rgb(159 18 57 / 0);
}
.text-rose-800\/10 {
  color: rgb(159 18 57 / 0.1);
}
.text-rose-800\/100 {
  color: rgb(159 18 57 / 1);
}
.text-rose-800\/15 {
  color: rgb(159 18 57 / 0.15);
}
.text-rose-800\/20 {
  color: rgb(159 18 57 / 0.2);
}
.text-rose-800\/25 {
  color: rgb(159 18 57 / 0.25);
}
.text-rose-800\/30 {
  color: rgb(159 18 57 / 0.3);
}
.text-rose-800\/35 {
  color: rgb(159 18 57 / 0.35);
}
.text-rose-800\/40 {
  color: rgb(159 18 57 / 0.4);
}
.text-rose-800\/45 {
  color: rgb(159 18 57 / 0.45);
}
.text-rose-800\/5 {
  color: rgb(159 18 57 / 0.05);
}
.text-rose-800\/50 {
  color: rgb(159 18 57 / 0.5);
}
.text-rose-800\/55 {
  color: rgb(159 18 57 / 0.55);
}
.text-rose-800\/60 {
  color: rgb(159 18 57 / 0.6);
}
.text-rose-800\/65 {
  color: rgb(159 18 57 / 0.65);
}
.text-rose-800\/70 {
  color: rgb(159 18 57 / 0.7);
}
.text-rose-800\/75 {
  color: rgb(159 18 57 / 0.75);
}
.text-rose-800\/80 {
  color: rgb(159 18 57 / 0.8);
}
.text-rose-800\/85 {
  color: rgb(159 18 57 / 0.85);
}
.text-rose-800\/90 {
  color: rgb(159 18 57 / 0.9);
}
.text-rose-800\/95 {
  color: rgb(159 18 57 / 0.95);
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity));
}
.text-rose-900\/0 {
  color: rgb(136 19 55 / 0);
}
.text-rose-900\/10 {
  color: rgb(136 19 55 / 0.1);
}
.text-rose-900\/100 {
  color: rgb(136 19 55 / 1);
}
.text-rose-900\/15 {
  color: rgb(136 19 55 / 0.15);
}
.text-rose-900\/20 {
  color: rgb(136 19 55 / 0.2);
}
.text-rose-900\/25 {
  color: rgb(136 19 55 / 0.25);
}
.text-rose-900\/30 {
  color: rgb(136 19 55 / 0.3);
}
.text-rose-900\/35 {
  color: rgb(136 19 55 / 0.35);
}
.text-rose-900\/40 {
  color: rgb(136 19 55 / 0.4);
}
.text-rose-900\/45 {
  color: rgb(136 19 55 / 0.45);
}
.text-rose-900\/5 {
  color: rgb(136 19 55 / 0.05);
}
.text-rose-900\/50 {
  color: rgb(136 19 55 / 0.5);
}
.text-rose-900\/55 {
  color: rgb(136 19 55 / 0.55);
}
.text-rose-900\/60 {
  color: rgb(136 19 55 / 0.6);
}
.text-rose-900\/65 {
  color: rgb(136 19 55 / 0.65);
}
.text-rose-900\/70 {
  color: rgb(136 19 55 / 0.7);
}
.text-rose-900\/75 {
  color: rgb(136 19 55 / 0.75);
}
.text-rose-900\/80 {
  color: rgb(136 19 55 / 0.8);
}
.text-rose-900\/85 {
  color: rgb(136 19 55 / 0.85);
}
.text-rose-900\/90 {
  color: rgb(136 19 55 / 0.9);
}
.text-rose-900\/95 {
  color: rgb(136 19 55 / 0.95);
}
.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity));
}
.text-rose-950\/0 {
  color: rgb(76 5 25 / 0);
}
.text-rose-950\/10 {
  color: rgb(76 5 25 / 0.1);
}
.text-rose-950\/100 {
  color: rgb(76 5 25 / 1);
}
.text-rose-950\/15 {
  color: rgb(76 5 25 / 0.15);
}
.text-rose-950\/20 {
  color: rgb(76 5 25 / 0.2);
}
.text-rose-950\/25 {
  color: rgb(76 5 25 / 0.25);
}
.text-rose-950\/30 {
  color: rgb(76 5 25 / 0.3);
}
.text-rose-950\/35 {
  color: rgb(76 5 25 / 0.35);
}
.text-rose-950\/40 {
  color: rgb(76 5 25 / 0.4);
}
.text-rose-950\/45 {
  color: rgb(76 5 25 / 0.45);
}
.text-rose-950\/5 {
  color: rgb(76 5 25 / 0.05);
}
.text-rose-950\/50 {
  color: rgb(76 5 25 / 0.5);
}
.text-rose-950\/55 {
  color: rgb(76 5 25 / 0.55);
}
.text-rose-950\/60 {
  color: rgb(76 5 25 / 0.6);
}
.text-rose-950\/65 {
  color: rgb(76 5 25 / 0.65);
}
.text-rose-950\/70 {
  color: rgb(76 5 25 / 0.7);
}
.text-rose-950\/75 {
  color: rgb(76 5 25 / 0.75);
}
.text-rose-950\/80 {
  color: rgb(76 5 25 / 0.8);
}
.text-rose-950\/85 {
  color: rgb(76 5 25 / 0.85);
}
.text-rose-950\/90 {
  color: rgb(76 5 25 / 0.9);
}
.text-rose-950\/95 {
  color: rgb(76 5 25 / 0.95);
}
.text-secondary-content {
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}
.text-secondary-content\/0 {
  color: var(--fallback-sc,oklch(var(--sc)/0));
}
.text-secondary-content\/10 {
  color: var(--fallback-sc,oklch(var(--sc)/0.1));
}
.text-secondary-content\/100 {
  color: var(--fallback-sc,oklch(var(--sc)/1));
}
.text-secondary-content\/15 {
  color: var(--fallback-sc,oklch(var(--sc)/0.15));
}
.text-secondary-content\/20 {
  color: var(--fallback-sc,oklch(var(--sc)/0.2));
}
.text-secondary-content\/25 {
  color: var(--fallback-sc,oklch(var(--sc)/0.25));
}
.text-secondary-content\/30 {
  color: var(--fallback-sc,oklch(var(--sc)/0.3));
}
.text-secondary-content\/35 {
  color: var(--fallback-sc,oklch(var(--sc)/0.35));
}
.text-secondary-content\/40 {
  color: var(--fallback-sc,oklch(var(--sc)/0.4));
}
.text-secondary-content\/45 {
  color: var(--fallback-sc,oklch(var(--sc)/0.45));
}
.text-secondary-content\/5 {
  color: var(--fallback-sc,oklch(var(--sc)/0.05));
}
.text-secondary-content\/50 {
  color: var(--fallback-sc,oklch(var(--sc)/0.5));
}
.text-secondary-content\/55 {
  color: var(--fallback-sc,oklch(var(--sc)/0.55));
}
.text-secondary-content\/60 {
  color: var(--fallback-sc,oklch(var(--sc)/0.6));
}
.text-secondary-content\/65 {
  color: var(--fallback-sc,oklch(var(--sc)/0.65));
}
.text-secondary-content\/70 {
  color: var(--fallback-sc,oklch(var(--sc)/0.7));
}
.text-secondary-content\/75 {
  color: var(--fallback-sc,oklch(var(--sc)/0.75));
}
.text-secondary-content\/80 {
  color: var(--fallback-sc,oklch(var(--sc)/0.8));
}
.text-secondary-content\/85 {
  color: var(--fallback-sc,oklch(var(--sc)/0.85));
}
.text-secondary-content\/90 {
  color: var(--fallback-sc,oklch(var(--sc)/0.9));
}
.text-secondary-content\/95 {
  color: var(--fallback-sc,oklch(var(--sc)/0.95));
}
.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.text-sky-100\/0 {
  color: rgb(224 242 254 / 0);
}
.text-sky-100\/10 {
  color: rgb(224 242 254 / 0.1);
}
.text-sky-100\/100 {
  color: rgb(224 242 254 / 1);
}
.text-sky-100\/15 {
  color: rgb(224 242 254 / 0.15);
}
.text-sky-100\/20 {
  color: rgb(224 242 254 / 0.2);
}
.text-sky-100\/25 {
  color: rgb(224 242 254 / 0.25);
}
.text-sky-100\/30 {
  color: rgb(224 242 254 / 0.3);
}
.text-sky-100\/35 {
  color: rgb(224 242 254 / 0.35);
}
.text-sky-100\/40 {
  color: rgb(224 242 254 / 0.4);
}
.text-sky-100\/45 {
  color: rgb(224 242 254 / 0.45);
}
.text-sky-100\/5 {
  color: rgb(224 242 254 / 0.05);
}
.text-sky-100\/50 {
  color: rgb(224 242 254 / 0.5);
}
.text-sky-100\/55 {
  color: rgb(224 242 254 / 0.55);
}
.text-sky-100\/60 {
  color: rgb(224 242 254 / 0.6);
}
.text-sky-100\/65 {
  color: rgb(224 242 254 / 0.65);
}
.text-sky-100\/70 {
  color: rgb(224 242 254 / 0.7);
}
.text-sky-100\/75 {
  color: rgb(224 242 254 / 0.75);
}
.text-sky-100\/80 {
  color: rgb(224 242 254 / 0.8);
}
.text-sky-100\/85 {
  color: rgb(224 242 254 / 0.85);
}
.text-sky-100\/90 {
  color: rgb(224 242 254 / 0.9);
}
.text-sky-100\/95 {
  color: rgb(224 242 254 / 0.95);
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.text-sky-200\/0 {
  color: rgb(186 230 253 / 0);
}
.text-sky-200\/10 {
  color: rgb(186 230 253 / 0.1);
}
.text-sky-200\/100 {
  color: rgb(186 230 253 / 1);
}
.text-sky-200\/15 {
  color: rgb(186 230 253 / 0.15);
}
.text-sky-200\/20 {
  color: rgb(186 230 253 / 0.2);
}
.text-sky-200\/25 {
  color: rgb(186 230 253 / 0.25);
}
.text-sky-200\/30 {
  color: rgb(186 230 253 / 0.3);
}
.text-sky-200\/35 {
  color: rgb(186 230 253 / 0.35);
}
.text-sky-200\/40 {
  color: rgb(186 230 253 / 0.4);
}
.text-sky-200\/45 {
  color: rgb(186 230 253 / 0.45);
}
.text-sky-200\/5 {
  color: rgb(186 230 253 / 0.05);
}
.text-sky-200\/50 {
  color: rgb(186 230 253 / 0.5);
}
.text-sky-200\/55 {
  color: rgb(186 230 253 / 0.55);
}
.text-sky-200\/60 {
  color: rgb(186 230 253 / 0.6);
}
.text-sky-200\/65 {
  color: rgb(186 230 253 / 0.65);
}
.text-sky-200\/70 {
  color: rgb(186 230 253 / 0.7);
}
.text-sky-200\/75 {
  color: rgb(186 230 253 / 0.75);
}
.text-sky-200\/80 {
  color: rgb(186 230 253 / 0.8);
}
.text-sky-200\/85 {
  color: rgb(186 230 253 / 0.85);
}
.text-sky-200\/90 {
  color: rgb(186 230 253 / 0.9);
}
.text-sky-200\/95 {
  color: rgb(186 230 253 / 0.95);
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.text-sky-300\/0 {
  color: rgb(125 211 252 / 0);
}
.text-sky-300\/10 {
  color: rgb(125 211 252 / 0.1);
}
.text-sky-300\/100 {
  color: rgb(125 211 252 / 1);
}
.text-sky-300\/15 {
  color: rgb(125 211 252 / 0.15);
}
.text-sky-300\/20 {
  color: rgb(125 211 252 / 0.2);
}
.text-sky-300\/25 {
  color: rgb(125 211 252 / 0.25);
}
.text-sky-300\/30 {
  color: rgb(125 211 252 / 0.3);
}
.text-sky-300\/35 {
  color: rgb(125 211 252 / 0.35);
}
.text-sky-300\/40 {
  color: rgb(125 211 252 / 0.4);
}
.text-sky-300\/45 {
  color: rgb(125 211 252 / 0.45);
}
.text-sky-300\/5 {
  color: rgb(125 211 252 / 0.05);
}
.text-sky-300\/50 {
  color: rgb(125 211 252 / 0.5);
}
.text-sky-300\/55 {
  color: rgb(125 211 252 / 0.55);
}
.text-sky-300\/60 {
  color: rgb(125 211 252 / 0.6);
}
.text-sky-300\/65 {
  color: rgb(125 211 252 / 0.65);
}
.text-sky-300\/70 {
  color: rgb(125 211 252 / 0.7);
}
.text-sky-300\/75 {
  color: rgb(125 211 252 / 0.75);
}
.text-sky-300\/80 {
  color: rgb(125 211 252 / 0.8);
}
.text-sky-300\/85 {
  color: rgb(125 211 252 / 0.85);
}
.text-sky-300\/90 {
  color: rgb(125 211 252 / 0.9);
}
.text-sky-300\/95 {
  color: rgb(125 211 252 / 0.95);
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity));
}
.text-sky-400\/0 {
  color: rgb(56 189 248 / 0);
}
.text-sky-400\/10 {
  color: rgb(56 189 248 / 0.1);
}
.text-sky-400\/100 {
  color: rgb(56 189 248 / 1);
}
.text-sky-400\/15 {
  color: rgb(56 189 248 / 0.15);
}
.text-sky-400\/20 {
  color: rgb(56 189 248 / 0.2);
}
.text-sky-400\/25 {
  color: rgb(56 189 248 / 0.25);
}
.text-sky-400\/30 {
  color: rgb(56 189 248 / 0.3);
}
.text-sky-400\/35 {
  color: rgb(56 189 248 / 0.35);
}
.text-sky-400\/40 {
  color: rgb(56 189 248 / 0.4);
}
.text-sky-400\/45 {
  color: rgb(56 189 248 / 0.45);
}
.text-sky-400\/5 {
  color: rgb(56 189 248 / 0.05);
}
.text-sky-400\/50 {
  color: rgb(56 189 248 / 0.5);
}
.text-sky-400\/55 {
  color: rgb(56 189 248 / 0.55);
}
.text-sky-400\/60 {
  color: rgb(56 189 248 / 0.6);
}
.text-sky-400\/65 {
  color: rgb(56 189 248 / 0.65);
}
.text-sky-400\/70 {
  color: rgb(56 189 248 / 0.7);
}
.text-sky-400\/75 {
  color: rgb(56 189 248 / 0.75);
}
.text-sky-400\/80 {
  color: rgb(56 189 248 / 0.8);
}
.text-sky-400\/85 {
  color: rgb(56 189 248 / 0.85);
}
.text-sky-400\/90 {
  color: rgb(56 189 248 / 0.9);
}
.text-sky-400\/95 {
  color: rgb(56 189 248 / 0.95);
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-sky-50\/0 {
  color: rgb(240 249 255 / 0);
}
.text-sky-50\/10 {
  color: rgb(240 249 255 / 0.1);
}
.text-sky-50\/100 {
  color: rgb(240 249 255 / 1);
}
.text-sky-50\/15 {
  color: rgb(240 249 255 / 0.15);
}
.text-sky-50\/20 {
  color: rgb(240 249 255 / 0.2);
}
.text-sky-50\/25 {
  color: rgb(240 249 255 / 0.25);
}
.text-sky-50\/30 {
  color: rgb(240 249 255 / 0.3);
}
.text-sky-50\/35 {
  color: rgb(240 249 255 / 0.35);
}
.text-sky-50\/40 {
  color: rgb(240 249 255 / 0.4);
}
.text-sky-50\/45 {
  color: rgb(240 249 255 / 0.45);
}
.text-sky-50\/5 {
  color: rgb(240 249 255 / 0.05);
}
.text-sky-50\/50 {
  color: rgb(240 249 255 / 0.5);
}
.text-sky-50\/55 {
  color: rgb(240 249 255 / 0.55);
}
.text-sky-50\/60 {
  color: rgb(240 249 255 / 0.6);
}
.text-sky-50\/65 {
  color: rgb(240 249 255 / 0.65);
}
.text-sky-50\/70 {
  color: rgb(240 249 255 / 0.7);
}
.text-sky-50\/75 {
  color: rgb(240 249 255 / 0.75);
}
.text-sky-50\/80 {
  color: rgb(240 249 255 / 0.8);
}
.text-sky-50\/85 {
  color: rgb(240 249 255 / 0.85);
}
.text-sky-50\/90 {
  color: rgb(240 249 255 / 0.9);
}
.text-sky-50\/95 {
  color: rgb(240 249 255 / 0.95);
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.text-sky-500\/0 {
  color: rgb(14 165 233 / 0);
}
.text-sky-500\/10 {
  color: rgb(14 165 233 / 0.1);
}
.text-sky-500\/100 {
  color: rgb(14 165 233 / 1);
}
.text-sky-500\/15 {
  color: rgb(14 165 233 / 0.15);
}
.text-sky-500\/20 {
  color: rgb(14 165 233 / 0.2);
}
.text-sky-500\/25 {
  color: rgb(14 165 233 / 0.25);
}
.text-sky-500\/30 {
  color: rgb(14 165 233 / 0.3);
}
.text-sky-500\/35 {
  color: rgb(14 165 233 / 0.35);
}
.text-sky-500\/40 {
  color: rgb(14 165 233 / 0.4);
}
.text-sky-500\/45 {
  color: rgb(14 165 233 / 0.45);
}
.text-sky-500\/5 {
  color: rgb(14 165 233 / 0.05);
}
.text-sky-500\/50 {
  color: rgb(14 165 233 / 0.5);
}
.text-sky-500\/55 {
  color: rgb(14 165 233 / 0.55);
}
.text-sky-500\/60 {
  color: rgb(14 165 233 / 0.6);
}
.text-sky-500\/65 {
  color: rgb(14 165 233 / 0.65);
}
.text-sky-500\/70 {
  color: rgb(14 165 233 / 0.7);
}
.text-sky-500\/75 {
  color: rgb(14 165 233 / 0.75);
}
.text-sky-500\/80 {
  color: rgb(14 165 233 / 0.8);
}
.text-sky-500\/85 {
  color: rgb(14 165 233 / 0.85);
}
.text-sky-500\/90 {
  color: rgb(14 165 233 / 0.9);
}
.text-sky-500\/95 {
  color: rgb(14 165 233 / 0.95);
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-sky-600\/0 {
  color: rgb(2 132 199 / 0);
}
.text-sky-600\/10 {
  color: rgb(2 132 199 / 0.1);
}
.text-sky-600\/100 {
  color: rgb(2 132 199 / 1);
}
.text-sky-600\/15 {
  color: rgb(2 132 199 / 0.15);
}
.text-sky-600\/20 {
  color: rgb(2 132 199 / 0.2);
}
.text-sky-600\/25 {
  color: rgb(2 132 199 / 0.25);
}
.text-sky-600\/30 {
  color: rgb(2 132 199 / 0.3);
}
.text-sky-600\/35 {
  color: rgb(2 132 199 / 0.35);
}
.text-sky-600\/40 {
  color: rgb(2 132 199 / 0.4);
}
.text-sky-600\/45 {
  color: rgb(2 132 199 / 0.45);
}
.text-sky-600\/5 {
  color: rgb(2 132 199 / 0.05);
}
.text-sky-600\/50 {
  color: rgb(2 132 199 / 0.5);
}
.text-sky-600\/55 {
  color: rgb(2 132 199 / 0.55);
}
.text-sky-600\/60 {
  color: rgb(2 132 199 / 0.6);
}
.text-sky-600\/65 {
  color: rgb(2 132 199 / 0.65);
}
.text-sky-600\/70 {
  color: rgb(2 132 199 / 0.7);
}
.text-sky-600\/75 {
  color: rgb(2 132 199 / 0.75);
}
.text-sky-600\/80 {
  color: rgb(2 132 199 / 0.8);
}
.text-sky-600\/85 {
  color: rgb(2 132 199 / 0.85);
}
.text-sky-600\/90 {
  color: rgb(2 132 199 / 0.9);
}
.text-sky-600\/95 {
  color: rgb(2 132 199 / 0.95);
}
.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity));
}
.text-sky-700\/0 {
  color: rgb(3 105 161 / 0);
}
.text-sky-700\/10 {
  color: rgb(3 105 161 / 0.1);
}
.text-sky-700\/100 {
  color: rgb(3 105 161 / 1);
}
.text-sky-700\/15 {
  color: rgb(3 105 161 / 0.15);
}
.text-sky-700\/20 {
  color: rgb(3 105 161 / 0.2);
}
.text-sky-700\/25 {
  color: rgb(3 105 161 / 0.25);
}
.text-sky-700\/30 {
  color: rgb(3 105 161 / 0.3);
}
.text-sky-700\/35 {
  color: rgb(3 105 161 / 0.35);
}
.text-sky-700\/40 {
  color: rgb(3 105 161 / 0.4);
}
.text-sky-700\/45 {
  color: rgb(3 105 161 / 0.45);
}
.text-sky-700\/5 {
  color: rgb(3 105 161 / 0.05);
}
.text-sky-700\/50 {
  color: rgb(3 105 161 / 0.5);
}
.text-sky-700\/55 {
  color: rgb(3 105 161 / 0.55);
}
.text-sky-700\/60 {
  color: rgb(3 105 161 / 0.6);
}
.text-sky-700\/65 {
  color: rgb(3 105 161 / 0.65);
}
.text-sky-700\/70 {
  color: rgb(3 105 161 / 0.7);
}
.text-sky-700\/75 {
  color: rgb(3 105 161 / 0.75);
}
.text-sky-700\/80 {
  color: rgb(3 105 161 / 0.8);
}
.text-sky-700\/85 {
  color: rgb(3 105 161 / 0.85);
}
.text-sky-700\/90 {
  color: rgb(3 105 161 / 0.9);
}
.text-sky-700\/95 {
  color: rgb(3 105 161 / 0.95);
}
.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity));
}
.text-sky-800\/0 {
  color: rgb(7 89 133 / 0);
}
.text-sky-800\/10 {
  color: rgb(7 89 133 / 0.1);
}
.text-sky-800\/100 {
  color: rgb(7 89 133 / 1);
}
.text-sky-800\/15 {
  color: rgb(7 89 133 / 0.15);
}
.text-sky-800\/20 {
  color: rgb(7 89 133 / 0.2);
}
.text-sky-800\/25 {
  color: rgb(7 89 133 / 0.25);
}
.text-sky-800\/30 {
  color: rgb(7 89 133 / 0.3);
}
.text-sky-800\/35 {
  color: rgb(7 89 133 / 0.35);
}
.text-sky-800\/40 {
  color: rgb(7 89 133 / 0.4);
}
.text-sky-800\/45 {
  color: rgb(7 89 133 / 0.45);
}
.text-sky-800\/5 {
  color: rgb(7 89 133 / 0.05);
}
.text-sky-800\/50 {
  color: rgb(7 89 133 / 0.5);
}
.text-sky-800\/55 {
  color: rgb(7 89 133 / 0.55);
}
.text-sky-800\/60 {
  color: rgb(7 89 133 / 0.6);
}
.text-sky-800\/65 {
  color: rgb(7 89 133 / 0.65);
}
.text-sky-800\/70 {
  color: rgb(7 89 133 / 0.7);
}
.text-sky-800\/75 {
  color: rgb(7 89 133 / 0.75);
}
.text-sky-800\/80 {
  color: rgb(7 89 133 / 0.8);
}
.text-sky-800\/85 {
  color: rgb(7 89 133 / 0.85);
}
.text-sky-800\/90 {
  color: rgb(7 89 133 / 0.9);
}
.text-sky-800\/95 {
  color: rgb(7 89 133 / 0.95);
}
.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}
.text-sky-900\/0 {
  color: rgb(12 74 110 / 0);
}
.text-sky-900\/10 {
  color: rgb(12 74 110 / 0.1);
}
.text-sky-900\/100 {
  color: rgb(12 74 110 / 1);
}
.text-sky-900\/15 {
  color: rgb(12 74 110 / 0.15);
}
.text-sky-900\/20 {
  color: rgb(12 74 110 / 0.2);
}
.text-sky-900\/25 {
  color: rgb(12 74 110 / 0.25);
}
.text-sky-900\/30 {
  color: rgb(12 74 110 / 0.3);
}
.text-sky-900\/35 {
  color: rgb(12 74 110 / 0.35);
}
.text-sky-900\/40 {
  color: rgb(12 74 110 / 0.4);
}
.text-sky-900\/45 {
  color: rgb(12 74 110 / 0.45);
}
.text-sky-900\/5 {
  color: rgb(12 74 110 / 0.05);
}
.text-sky-900\/50 {
  color: rgb(12 74 110 / 0.5);
}
.text-sky-900\/55 {
  color: rgb(12 74 110 / 0.55);
}
.text-sky-900\/60 {
  color: rgb(12 74 110 / 0.6);
}
.text-sky-900\/65 {
  color: rgb(12 74 110 / 0.65);
}
.text-sky-900\/70 {
  color: rgb(12 74 110 / 0.7);
}
.text-sky-900\/75 {
  color: rgb(12 74 110 / 0.75);
}
.text-sky-900\/80 {
  color: rgb(12 74 110 / 0.8);
}
.text-sky-900\/85 {
  color: rgb(12 74 110 / 0.85);
}
.text-sky-900\/90 {
  color: rgb(12 74 110 / 0.9);
}
.text-sky-900\/95 {
  color: rgb(12 74 110 / 0.95);
}
.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity));
}
.text-sky-950\/0 {
  color: rgb(8 47 73 / 0);
}
.text-sky-950\/10 {
  color: rgb(8 47 73 / 0.1);
}
.text-sky-950\/100 {
  color: rgb(8 47 73 / 1);
}
.text-sky-950\/15 {
  color: rgb(8 47 73 / 0.15);
}
.text-sky-950\/20 {
  color: rgb(8 47 73 / 0.2);
}
.text-sky-950\/25 {
  color: rgb(8 47 73 / 0.25);
}
.text-sky-950\/30 {
  color: rgb(8 47 73 / 0.3);
}
.text-sky-950\/35 {
  color: rgb(8 47 73 / 0.35);
}
.text-sky-950\/40 {
  color: rgb(8 47 73 / 0.4);
}
.text-sky-950\/45 {
  color: rgb(8 47 73 / 0.45);
}
.text-sky-950\/5 {
  color: rgb(8 47 73 / 0.05);
}
.text-sky-950\/50 {
  color: rgb(8 47 73 / 0.5);
}
.text-sky-950\/55 {
  color: rgb(8 47 73 / 0.55);
}
.text-sky-950\/60 {
  color: rgb(8 47 73 / 0.6);
}
.text-sky-950\/65 {
  color: rgb(8 47 73 / 0.65);
}
.text-sky-950\/70 {
  color: rgb(8 47 73 / 0.7);
}
.text-sky-950\/75 {
  color: rgb(8 47 73 / 0.75);
}
.text-sky-950\/80 {
  color: rgb(8 47 73 / 0.8);
}
.text-sky-950\/85 {
  color: rgb(8 47 73 / 0.85);
}
.text-sky-950\/90 {
  color: rgb(8 47 73 / 0.9);
}
.text-sky-950\/95 {
  color: rgb(8 47 73 / 0.95);
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.text-slate-100\/0 {
  color: rgb(241 245 249 / 0);
}
.text-slate-100\/10 {
  color: rgb(241 245 249 / 0.1);
}
.text-slate-100\/100 {
  color: rgb(241 245 249 / 1);
}
.text-slate-100\/15 {
  color: rgb(241 245 249 / 0.15);
}
.text-slate-100\/20 {
  color: rgb(241 245 249 / 0.2);
}
.text-slate-100\/25 {
  color: rgb(241 245 249 / 0.25);
}
.text-slate-100\/30 {
  color: rgb(241 245 249 / 0.3);
}
.text-slate-100\/35 {
  color: rgb(241 245 249 / 0.35);
}
.text-slate-100\/40 {
  color: rgb(241 245 249 / 0.4);
}
.text-slate-100\/45 {
  color: rgb(241 245 249 / 0.45);
}
.text-slate-100\/5 {
  color: rgb(241 245 249 / 0.05);
}
.text-slate-100\/50 {
  color: rgb(241 245 249 / 0.5);
}
.text-slate-100\/55 {
  color: rgb(241 245 249 / 0.55);
}
.text-slate-100\/60 {
  color: rgb(241 245 249 / 0.6);
}
.text-slate-100\/65 {
  color: rgb(241 245 249 / 0.65);
}
.text-slate-100\/70 {
  color: rgb(241 245 249 / 0.7);
}
.text-slate-100\/75 {
  color: rgb(241 245 249 / 0.75);
}
.text-slate-100\/80 {
  color: rgb(241 245 249 / 0.8);
}
.text-slate-100\/85 {
  color: rgb(241 245 249 / 0.85);
}
.text-slate-100\/90 {
  color: rgb(241 245 249 / 0.9);
}
.text-slate-100\/95 {
  color: rgb(241 245 249 / 0.95);
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-slate-200\/0 {
  color: rgb(226 232 240 / 0);
}
.text-slate-200\/10 {
  color: rgb(226 232 240 / 0.1);
}
.text-slate-200\/100 {
  color: rgb(226 232 240 / 1);
}
.text-slate-200\/15 {
  color: rgb(226 232 240 / 0.15);
}
.text-slate-200\/20 {
  color: rgb(226 232 240 / 0.2);
}
.text-slate-200\/25 {
  color: rgb(226 232 240 / 0.25);
}
.text-slate-200\/30 {
  color: rgb(226 232 240 / 0.3);
}
.text-slate-200\/35 {
  color: rgb(226 232 240 / 0.35);
}
.text-slate-200\/40 {
  color: rgb(226 232 240 / 0.4);
}
.text-slate-200\/45 {
  color: rgb(226 232 240 / 0.45);
}
.text-slate-200\/5 {
  color: rgb(226 232 240 / 0.05);
}
.text-slate-200\/50 {
  color: rgb(226 232 240 / 0.5);
}
.text-slate-200\/55 {
  color: rgb(226 232 240 / 0.55);
}
.text-slate-200\/60 {
  color: rgb(226 232 240 / 0.6);
}
.text-slate-200\/65 {
  color: rgb(226 232 240 / 0.65);
}
.text-slate-200\/70 {
  color: rgb(226 232 240 / 0.7);
}
.text-slate-200\/75 {
  color: rgb(226 232 240 / 0.75);
}
.text-slate-200\/80 {
  color: rgb(226 232 240 / 0.8);
}
.text-slate-200\/85 {
  color: rgb(226 232 240 / 0.85);
}
.text-slate-200\/90 {
  color: rgb(226 232 240 / 0.9);
}
.text-slate-200\/95 {
  color: rgb(226 232 240 / 0.95);
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-slate-300\/0 {
  color: rgb(203 213 225 / 0);
}
.text-slate-300\/10 {
  color: rgb(203 213 225 / 0.1);
}
.text-slate-300\/100 {
  color: rgb(203 213 225 / 1);
}
.text-slate-300\/15 {
  color: rgb(203 213 225 / 0.15);
}
.text-slate-300\/20 {
  color: rgb(203 213 225 / 0.2);
}
.text-slate-300\/25 {
  color: rgb(203 213 225 / 0.25);
}
.text-slate-300\/30 {
  color: rgb(203 213 225 / 0.3);
}
.text-slate-300\/35 {
  color: rgb(203 213 225 / 0.35);
}
.text-slate-300\/40 {
  color: rgb(203 213 225 / 0.4);
}
.text-slate-300\/45 {
  color: rgb(203 213 225 / 0.45);
}
.text-slate-300\/5 {
  color: rgb(203 213 225 / 0.05);
}
.text-slate-300\/50 {
  color: rgb(203 213 225 / 0.5);
}
.text-slate-300\/55 {
  color: rgb(203 213 225 / 0.55);
}
.text-slate-300\/60 {
  color: rgb(203 213 225 / 0.6);
}
.text-slate-300\/65 {
  color: rgb(203 213 225 / 0.65);
}
.text-slate-300\/70 {
  color: rgb(203 213 225 / 0.7);
}
.text-slate-300\/75 {
  color: rgb(203 213 225 / 0.75);
}
.text-slate-300\/80 {
  color: rgb(203 213 225 / 0.8);
}
.text-slate-300\/85 {
  color: rgb(203 213 225 / 0.85);
}
.text-slate-300\/90 {
  color: rgb(203 213 225 / 0.9);
}
.text-slate-300\/95 {
  color: rgb(203 213 225 / 0.95);
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-400\/0 {
  color: rgb(148 163 184 / 0);
}
.text-slate-400\/10 {
  color: rgb(148 163 184 / 0.1);
}
.text-slate-400\/100 {
  color: rgb(148 163 184 / 1);
}
.text-slate-400\/15 {
  color: rgb(148 163 184 / 0.15);
}
.text-slate-400\/20 {
  color: rgb(148 163 184 / 0.2);
}
.text-slate-400\/25 {
  color: rgb(148 163 184 / 0.25);
}
.text-slate-400\/30 {
  color: rgb(148 163 184 / 0.3);
}
.text-slate-400\/35 {
  color: rgb(148 163 184 / 0.35);
}
.text-slate-400\/40 {
  color: rgb(148 163 184 / 0.4);
}
.text-slate-400\/45 {
  color: rgb(148 163 184 / 0.45);
}
.text-slate-400\/5 {
  color: rgb(148 163 184 / 0.05);
}
.text-slate-400\/50 {
  color: rgb(148 163 184 / 0.5);
}
.text-slate-400\/55 {
  color: rgb(148 163 184 / 0.55);
}
.text-slate-400\/60 {
  color: rgb(148 163 184 / 0.6);
}
.text-slate-400\/65 {
  color: rgb(148 163 184 / 0.65);
}
.text-slate-400\/70 {
  color: rgb(148 163 184 / 0.7);
}
.text-slate-400\/75 {
  color: rgb(148 163 184 / 0.75);
}
.text-slate-400\/80 {
  color: rgb(148 163 184 / 0.8);
}
.text-slate-400\/85 {
  color: rgb(148 163 184 / 0.85);
}
.text-slate-400\/90 {
  color: rgb(148 163 184 / 0.9);
}
.text-slate-400\/95 {
  color: rgb(148 163 184 / 0.95);
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-slate-50\/0 {
  color: rgb(248 250 252 / 0);
}
.text-slate-50\/10 {
  color: rgb(248 250 252 / 0.1);
}
.text-slate-50\/100 {
  color: rgb(248 250 252 / 1);
}
.text-slate-50\/15 {
  color: rgb(248 250 252 / 0.15);
}
.text-slate-50\/20 {
  color: rgb(248 250 252 / 0.2);
}
.text-slate-50\/25 {
  color: rgb(248 250 252 / 0.25);
}
.text-slate-50\/30 {
  color: rgb(248 250 252 / 0.3);
}
.text-slate-50\/35 {
  color: rgb(248 250 252 / 0.35);
}
.text-slate-50\/40 {
  color: rgb(248 250 252 / 0.4);
}
.text-slate-50\/45 {
  color: rgb(248 250 252 / 0.45);
}
.text-slate-50\/5 {
  color: rgb(248 250 252 / 0.05);
}
.text-slate-50\/50 {
  color: rgb(248 250 252 / 0.5);
}
.text-slate-50\/55 {
  color: rgb(248 250 252 / 0.55);
}
.text-slate-50\/60 {
  color: rgb(248 250 252 / 0.6);
}
.text-slate-50\/65 {
  color: rgb(248 250 252 / 0.65);
}
.text-slate-50\/70 {
  color: rgb(248 250 252 / 0.7);
}
.text-slate-50\/75 {
  color: rgb(248 250 252 / 0.75);
}
.text-slate-50\/80 {
  color: rgb(248 250 252 / 0.8);
}
.text-slate-50\/85 {
  color: rgb(248 250 252 / 0.85);
}
.text-slate-50\/90 {
  color: rgb(248 250 252 / 0.9);
}
.text-slate-50\/95 {
  color: rgb(248 250 252 / 0.95);
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-500\/0 {
  color: rgb(100 116 139 / 0);
}
.text-slate-500\/10 {
  color: rgb(100 116 139 / 0.1);
}
.text-slate-500\/100 {
  color: rgb(100 116 139 / 1);
}
.text-slate-500\/15 {
  color: rgb(100 116 139 / 0.15);
}
.text-slate-500\/20 {
  color: rgb(100 116 139 / 0.2);
}
.text-slate-500\/25 {
  color: rgb(100 116 139 / 0.25);
}
.text-slate-500\/30 {
  color: rgb(100 116 139 / 0.3);
}
.text-slate-500\/35 {
  color: rgb(100 116 139 / 0.35);
}
.text-slate-500\/40 {
  color: rgb(100 116 139 / 0.4);
}
.text-slate-500\/45 {
  color: rgb(100 116 139 / 0.45);
}
.text-slate-500\/5 {
  color: rgb(100 116 139 / 0.05);
}
.text-slate-500\/50 {
  color: rgb(100 116 139 / 0.5);
}
.text-slate-500\/55 {
  color: rgb(100 116 139 / 0.55);
}
.text-slate-500\/60 {
  color: rgb(100 116 139 / 0.6);
}
.text-slate-500\/65 {
  color: rgb(100 116 139 / 0.65);
}
.text-slate-500\/70 {
  color: rgb(100 116 139 / 0.7);
}
.text-slate-500\/75 {
  color: rgb(100 116 139 / 0.75);
}
.text-slate-500\/80 {
  color: rgb(100 116 139 / 0.8);
}
.text-slate-500\/85 {
  color: rgb(100 116 139 / 0.85);
}
.text-slate-500\/90 {
  color: rgb(100 116 139 / 0.9);
}
.text-slate-500\/95 {
  color: rgb(100 116 139 / 0.95);
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-600\/0 {
  color: rgb(71 85 105 / 0);
}
.text-slate-600\/10 {
  color: rgb(71 85 105 / 0.1);
}
.text-slate-600\/100 {
  color: rgb(71 85 105 / 1);
}
.text-slate-600\/15 {
  color: rgb(71 85 105 / 0.15);
}
.text-slate-600\/20 {
  color: rgb(71 85 105 / 0.2);
}
.text-slate-600\/25 {
  color: rgb(71 85 105 / 0.25);
}
.text-slate-600\/30 {
  color: rgb(71 85 105 / 0.3);
}
.text-slate-600\/35 {
  color: rgb(71 85 105 / 0.35);
}
.text-slate-600\/40 {
  color: rgb(71 85 105 / 0.4);
}
.text-slate-600\/45 {
  color: rgb(71 85 105 / 0.45);
}
.text-slate-600\/5 {
  color: rgb(71 85 105 / 0.05);
}
.text-slate-600\/50 {
  color: rgb(71 85 105 / 0.5);
}
.text-slate-600\/55 {
  color: rgb(71 85 105 / 0.55);
}
.text-slate-600\/60 {
  color: rgb(71 85 105 / 0.6);
}
.text-slate-600\/65 {
  color: rgb(71 85 105 / 0.65);
}
.text-slate-600\/70 {
  color: rgb(71 85 105 / 0.7);
}
.text-slate-600\/75 {
  color: rgb(71 85 105 / 0.75);
}
.text-slate-600\/80 {
  color: rgb(71 85 105 / 0.8);
}
.text-slate-600\/85 {
  color: rgb(71 85 105 / 0.85);
}
.text-slate-600\/90 {
  color: rgb(71 85 105 / 0.9);
}
.text-slate-600\/95 {
  color: rgb(71 85 105 / 0.95);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-slate-700\/0 {
  color: rgb(51 65 85 / 0);
}
.text-slate-700\/10 {
  color: rgb(51 65 85 / 0.1);
}
.text-slate-700\/100 {
  color: rgb(51 65 85 / 1);
}
.text-slate-700\/15 {
  color: rgb(51 65 85 / 0.15);
}
.text-slate-700\/20 {
  color: rgb(51 65 85 / 0.2);
}
.text-slate-700\/25 {
  color: rgb(51 65 85 / 0.25);
}
.text-slate-700\/30 {
  color: rgb(51 65 85 / 0.3);
}
.text-slate-700\/35 {
  color: rgb(51 65 85 / 0.35);
}
.text-slate-700\/40 {
  color: rgb(51 65 85 / 0.4);
}
.text-slate-700\/45 {
  color: rgb(51 65 85 / 0.45);
}
.text-slate-700\/5 {
  color: rgb(51 65 85 / 0.05);
}
.text-slate-700\/50 {
  color: rgb(51 65 85 / 0.5);
}
.text-slate-700\/55 {
  color: rgb(51 65 85 / 0.55);
}
.text-slate-700\/60 {
  color: rgb(51 65 85 / 0.6);
}
.text-slate-700\/65 {
  color: rgb(51 65 85 / 0.65);
}
.text-slate-700\/70 {
  color: rgb(51 65 85 / 0.7);
}
.text-slate-700\/75 {
  color: rgb(51 65 85 / 0.75);
}
.text-slate-700\/80 {
  color: rgb(51 65 85 / 0.8);
}
.text-slate-700\/85 {
  color: rgb(51 65 85 / 0.85);
}
.text-slate-700\/90 {
  color: rgb(51 65 85 / 0.9);
}
.text-slate-700\/95 {
  color: rgb(51 65 85 / 0.95);
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-slate-800\/0 {
  color: rgb(30 41 59 / 0);
}
.text-slate-800\/10 {
  color: rgb(30 41 59 / 0.1);
}
.text-slate-800\/100 {
  color: rgb(30 41 59 / 1);
}
.text-slate-800\/15 {
  color: rgb(30 41 59 / 0.15);
}
.text-slate-800\/20 {
  color: rgb(30 41 59 / 0.2);
}
.text-slate-800\/25 {
  color: rgb(30 41 59 / 0.25);
}
.text-slate-800\/30 {
  color: rgb(30 41 59 / 0.3);
}
.text-slate-800\/35 {
  color: rgb(30 41 59 / 0.35);
}
.text-slate-800\/40 {
  color: rgb(30 41 59 / 0.4);
}
.text-slate-800\/45 {
  color: rgb(30 41 59 / 0.45);
}
.text-slate-800\/5 {
  color: rgb(30 41 59 / 0.05);
}
.text-slate-800\/50 {
  color: rgb(30 41 59 / 0.5);
}
.text-slate-800\/55 {
  color: rgb(30 41 59 / 0.55);
}
.text-slate-800\/60 {
  color: rgb(30 41 59 / 0.6);
}
.text-slate-800\/65 {
  color: rgb(30 41 59 / 0.65);
}
.text-slate-800\/70 {
  color: rgb(30 41 59 / 0.7);
}
.text-slate-800\/75 {
  color: rgb(30 41 59 / 0.75);
}
.text-slate-800\/80 {
  color: rgb(30 41 59 / 0.8);
}
.text-slate-800\/85 {
  color: rgb(30 41 59 / 0.85);
}
.text-slate-800\/90 {
  color: rgb(30 41 59 / 0.9);
}
.text-slate-800\/95 {
  color: rgb(30 41 59 / 0.95);
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-slate-900\/0 {
  color: rgb(15 23 42 / 0);
}
.text-slate-900\/10 {
  color: rgb(15 23 42 / 0.1);
}
.text-slate-900\/100 {
  color: rgb(15 23 42 / 1);
}
.text-slate-900\/15 {
  color: rgb(15 23 42 / 0.15);
}
.text-slate-900\/20 {
  color: rgb(15 23 42 / 0.2);
}
.text-slate-900\/25 {
  color: rgb(15 23 42 / 0.25);
}
.text-slate-900\/30 {
  color: rgb(15 23 42 / 0.3);
}
.text-slate-900\/35 {
  color: rgb(15 23 42 / 0.35);
}
.text-slate-900\/40 {
  color: rgb(15 23 42 / 0.4);
}
.text-slate-900\/45 {
  color: rgb(15 23 42 / 0.45);
}
.text-slate-900\/5 {
  color: rgb(15 23 42 / 0.05);
}
.text-slate-900\/50 {
  color: rgb(15 23 42 / 0.5);
}
.text-slate-900\/55 {
  color: rgb(15 23 42 / 0.55);
}
.text-slate-900\/60 {
  color: rgb(15 23 42 / 0.6);
}
.text-slate-900\/65 {
  color: rgb(15 23 42 / 0.65);
}
.text-slate-900\/70 {
  color: rgb(15 23 42 / 0.7);
}
.text-slate-900\/75 {
  color: rgb(15 23 42 / 0.75);
}
.text-slate-900\/80 {
  color: rgb(15 23 42 / 0.8);
}
.text-slate-900\/85 {
  color: rgb(15 23 42 / 0.85);
}
.text-slate-900\/90 {
  color: rgb(15 23 42 / 0.9);
}
.text-slate-900\/95 {
  color: rgb(15 23 42 / 0.95);
}
.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity));
}
.text-slate-950\/0 {
  color: rgb(2 6 23 / 0);
}
.text-slate-950\/10 {
  color: rgb(2 6 23 / 0.1);
}
.text-slate-950\/100 {
  color: rgb(2 6 23 / 1);
}
.text-slate-950\/15 {
  color: rgb(2 6 23 / 0.15);
}
.text-slate-950\/20 {
  color: rgb(2 6 23 / 0.2);
}
.text-slate-950\/25 {
  color: rgb(2 6 23 / 0.25);
}
.text-slate-950\/30 {
  color: rgb(2 6 23 / 0.3);
}
.text-slate-950\/35 {
  color: rgb(2 6 23 / 0.35);
}
.text-slate-950\/40 {
  color: rgb(2 6 23 / 0.4);
}
.text-slate-950\/45 {
  color: rgb(2 6 23 / 0.45);
}
.text-slate-950\/5 {
  color: rgb(2 6 23 / 0.05);
}
.text-slate-950\/50 {
  color: rgb(2 6 23 / 0.5);
}
.text-slate-950\/55 {
  color: rgb(2 6 23 / 0.55);
}
.text-slate-950\/60 {
  color: rgb(2 6 23 / 0.6);
}
.text-slate-950\/65 {
  color: rgb(2 6 23 / 0.65);
}
.text-slate-950\/70 {
  color: rgb(2 6 23 / 0.7);
}
.text-slate-950\/75 {
  color: rgb(2 6 23 / 0.75);
}
.text-slate-950\/80 {
  color: rgb(2 6 23 / 0.8);
}
.text-slate-950\/85 {
  color: rgb(2 6 23 / 0.85);
}
.text-slate-950\/90 {
  color: rgb(2 6 23 / 0.9);
}
.text-slate-950\/95 {
  color: rgb(2 6 23 / 0.95);
}
.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.text-stone-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-stone-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-stone-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-stone-100\/15 {
  color: rgb(245 245 244 / 0.15);
}
.text-stone-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-stone-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-stone-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-stone-100\/35 {
  color: rgb(245 245 244 / 0.35);
}
.text-stone-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-stone-100\/45 {
  color: rgb(245 245 244 / 0.45);
}
.text-stone-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-stone-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-stone-100\/55 {
  color: rgb(245 245 244 / 0.55);
}
.text-stone-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-stone-100\/65 {
  color: rgb(245 245 244 / 0.65);
}
.text-stone-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-stone-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-stone-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-stone-100\/85 {
  color: rgb(245 245 244 / 0.85);
}
.text-stone-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-stone-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-stone-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-stone-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-stone-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-stone-200\/15 {
  color: rgb(231 229 228 / 0.15);
}
.text-stone-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-stone-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-stone-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-stone-200\/35 {
  color: rgb(231 229 228 / 0.35);
}
.text-stone-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-stone-200\/45 {
  color: rgb(231 229 228 / 0.45);
}
.text-stone-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-stone-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-stone-200\/55 {
  color: rgb(231 229 228 / 0.55);
}
.text-stone-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-stone-200\/65 {
  color: rgb(231 229 228 / 0.65);
}
.text-stone-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-stone-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-stone-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-stone-200\/85 {
  color: rgb(231 229 228 / 0.85);
}
.text-stone-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-stone-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-stone-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-stone-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-stone-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-stone-300\/15 {
  color: rgb(214 211 209 / 0.15);
}
.text-stone-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-stone-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-stone-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-stone-300\/35 {
  color: rgb(214 211 209 / 0.35);
}
.text-stone-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-stone-300\/45 {
  color: rgb(214 211 209 / 0.45);
}
.text-stone-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-stone-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-stone-300\/55 {
  color: rgb(214 211 209 / 0.55);
}
.text-stone-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-stone-300\/65 {
  color: rgb(214 211 209 / 0.65);
}
.text-stone-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-stone-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-stone-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-stone-300\/85 {
  color: rgb(214 211 209 / 0.85);
}
.text-stone-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-stone-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.text-stone-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-stone-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-stone-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-stone-400\/15 {
  color: rgb(168 162 158 / 0.15);
}
.text-stone-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-stone-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-stone-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-stone-400\/35 {
  color: rgb(168 162 158 / 0.35);
}
.text-stone-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-stone-400\/45 {
  color: rgb(168 162 158 / 0.45);
}
.text-stone-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-stone-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-stone-400\/55 {
  color: rgb(168 162 158 / 0.55);
}
.text-stone-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-stone-400\/65 {
  color: rgb(168 162 158 / 0.65);
}
.text-stone-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-stone-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-stone-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-stone-400\/85 {
  color: rgb(168 162 158 / 0.85);
}
.text-stone-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-stone-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-stone-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-stone-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-stone-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-stone-50\/15 {
  color: rgb(250 250 249 / 0.15);
}
.text-stone-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-stone-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-stone-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-stone-50\/35 {
  color: rgb(250 250 249 / 0.35);
}
.text-stone-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-stone-50\/45 {
  color: rgb(250 250 249 / 0.45);
}
.text-stone-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-stone-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-stone-50\/55 {
  color: rgb(250 250 249 / 0.55);
}
.text-stone-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-stone-50\/65 {
  color: rgb(250 250 249 / 0.65);
}
.text-stone-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-stone-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-stone-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-stone-50\/85 {
  color: rgb(250 250 249 / 0.85);
}
.text-stone-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-stone-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-stone-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-stone-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-stone-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-stone-500\/15 {
  color: rgb(120 113 108 / 0.15);
}
.text-stone-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-stone-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-stone-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-stone-500\/35 {
  color: rgb(120 113 108 / 0.35);
}
.text-stone-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-stone-500\/45 {
  color: rgb(120 113 108 / 0.45);
}
.text-stone-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-stone-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-stone-500\/55 {
  color: rgb(120 113 108 / 0.55);
}
.text-stone-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-stone-500\/65 {
  color: rgb(120 113 108 / 0.65);
}
.text-stone-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-stone-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-stone-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-stone-500\/85 {
  color: rgb(120 113 108 / 0.85);
}
.text-stone-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-stone-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-stone-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-stone-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-stone-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-stone-600\/15 {
  color: rgb(87 83 78 / 0.15);
}
.text-stone-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-stone-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-stone-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-stone-600\/35 {
  color: rgb(87 83 78 / 0.35);
}
.text-stone-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-stone-600\/45 {
  color: rgb(87 83 78 / 0.45);
}
.text-stone-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-stone-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-stone-600\/55 {
  color: rgb(87 83 78 / 0.55);
}
.text-stone-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-stone-600\/65 {
  color: rgb(87 83 78 / 0.65);
}
.text-stone-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-stone-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-stone-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-stone-600\/85 {
  color: rgb(87 83 78 / 0.85);
}
.text-stone-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-stone-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-stone-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-stone-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-stone-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-stone-700\/15 {
  color: rgb(68 64 60 / 0.15);
}
.text-stone-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-stone-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-stone-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-stone-700\/35 {
  color: rgb(68 64 60 / 0.35);
}
.text-stone-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-stone-700\/45 {
  color: rgb(68 64 60 / 0.45);
}
.text-stone-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-stone-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-stone-700\/55 {
  color: rgb(68 64 60 / 0.55);
}
.text-stone-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-stone-700\/65 {
  color: rgb(68 64 60 / 0.65);
}
.text-stone-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-stone-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-stone-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-stone-700\/85 {
  color: rgb(68 64 60 / 0.85);
}
.text-stone-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-stone-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-stone-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-stone-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-stone-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-stone-800\/15 {
  color: rgb(41 37 36 / 0.15);
}
.text-stone-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-stone-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-stone-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-stone-800\/35 {
  color: rgb(41 37 36 / 0.35);
}
.text-stone-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-stone-800\/45 {
  color: rgb(41 37 36 / 0.45);
}
.text-stone-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-stone-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-stone-800\/55 {
  color: rgb(41 37 36 / 0.55);
}
.text-stone-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-stone-800\/65 {
  color: rgb(41 37 36 / 0.65);
}
.text-stone-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-stone-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-stone-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-stone-800\/85 {
  color: rgb(41 37 36 / 0.85);
}
.text-stone-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-stone-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-stone-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-stone-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-stone-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-stone-900\/15 {
  color: rgb(28 25 23 / 0.15);
}
.text-stone-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-stone-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-stone-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-stone-900\/35 {
  color: rgb(28 25 23 / 0.35);
}
.text-stone-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-stone-900\/45 {
  color: rgb(28 25 23 / 0.45);
}
.text-stone-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-stone-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-stone-900\/55 {
  color: rgb(28 25 23 / 0.55);
}
.text-stone-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-stone-900\/65 {
  color: rgb(28 25 23 / 0.65);
}
.text-stone-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-stone-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-stone-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-stone-900\/85 {
  color: rgb(28 25 23 / 0.85);
}
.text-stone-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-stone-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.text-stone-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-stone-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-stone-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-stone-950\/15 {
  color: rgb(12 10 9 / 0.15);
}
.text-stone-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-stone-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-stone-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-stone-950\/35 {
  color: rgb(12 10 9 / 0.35);
}
.text-stone-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-stone-950\/45 {
  color: rgb(12 10 9 / 0.45);
}
.text-stone-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-stone-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-stone-950\/55 {
  color: rgb(12 10 9 / 0.55);
}
.text-stone-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-stone-950\/65 {
  color: rgb(12 10 9 / 0.65);
}
.text-stone-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-stone-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-stone-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-stone-950\/85 {
  color: rgb(12 10 9 / 0.85);
}
.text-stone-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-stone-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-success {
  --tw-text-opacity: 1;
  color: var(--fallback-su,oklch(var(--su)/var(--tw-text-opacity)));
}
.text-success-content {
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}
.text-success-content\/0 {
  color: var(--fallback-suc,oklch(var(--suc)/0));
}
.text-success-content\/10 {
  color: var(--fallback-suc,oklch(var(--suc)/0.1));
}
.text-success-content\/100 {
  color: var(--fallback-suc,oklch(var(--suc)/1));
}
.text-success-content\/15 {
  color: var(--fallback-suc,oklch(var(--suc)/0.15));
}
.text-success-content\/20 {
  color: var(--fallback-suc,oklch(var(--suc)/0.2));
}
.text-success-content\/25 {
  color: var(--fallback-suc,oklch(var(--suc)/0.25));
}
.text-success-content\/30 {
  color: var(--fallback-suc,oklch(var(--suc)/0.3));
}
.text-success-content\/35 {
  color: var(--fallback-suc,oklch(var(--suc)/0.35));
}
.text-success-content\/40 {
  color: var(--fallback-suc,oklch(var(--suc)/0.4));
}
.text-success-content\/45 {
  color: var(--fallback-suc,oklch(var(--suc)/0.45));
}
.text-success-content\/5 {
  color: var(--fallback-suc,oklch(var(--suc)/0.05));
}
.text-success-content\/50 {
  color: var(--fallback-suc,oklch(var(--suc)/0.5));
}
.text-success-content\/55 {
  color: var(--fallback-suc,oklch(var(--suc)/0.55));
}
.text-success-content\/60 {
  color: var(--fallback-suc,oklch(var(--suc)/0.6));
}
.text-success-content\/65 {
  color: var(--fallback-suc,oklch(var(--suc)/0.65));
}
.text-success-content\/70 {
  color: var(--fallback-suc,oklch(var(--suc)/0.7));
}
.text-success-content\/75 {
  color: var(--fallback-suc,oklch(var(--suc)/0.75));
}
.text-success-content\/80 {
  color: var(--fallback-suc,oklch(var(--suc)/0.8));
}
.text-success-content\/85 {
  color: var(--fallback-suc,oklch(var(--suc)/0.85));
}
.text-success-content\/90 {
  color: var(--fallback-suc,oklch(var(--suc)/0.9));
}
.text-success-content\/95 {
  color: var(--fallback-suc,oklch(var(--suc)/0.95));
}
.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity));
}
.text-teal-100\/0 {
  color: rgb(204 251 241 / 0);
}
.text-teal-100\/10 {
  color: rgb(204 251 241 / 0.1);
}
.text-teal-100\/100 {
  color: rgb(204 251 241 / 1);
}
.text-teal-100\/15 {
  color: rgb(204 251 241 / 0.15);
}
.text-teal-100\/20 {
  color: rgb(204 251 241 / 0.2);
}
.text-teal-100\/25 {
  color: rgb(204 251 241 / 0.25);
}
.text-teal-100\/30 {
  color: rgb(204 251 241 / 0.3);
}
.text-teal-100\/35 {
  color: rgb(204 251 241 / 0.35);
}
.text-teal-100\/40 {
  color: rgb(204 251 241 / 0.4);
}
.text-teal-100\/45 {
  color: rgb(204 251 241 / 0.45);
}
.text-teal-100\/5 {
  color: rgb(204 251 241 / 0.05);
}
.text-teal-100\/50 {
  color: rgb(204 251 241 / 0.5);
}
.text-teal-100\/55 {
  color: rgb(204 251 241 / 0.55);
}
.text-teal-100\/60 {
  color: rgb(204 251 241 / 0.6);
}
.text-teal-100\/65 {
  color: rgb(204 251 241 / 0.65);
}
.text-teal-100\/70 {
  color: rgb(204 251 241 / 0.7);
}
.text-teal-100\/75 {
  color: rgb(204 251 241 / 0.75);
}
.text-teal-100\/80 {
  color: rgb(204 251 241 / 0.8);
}
.text-teal-100\/85 {
  color: rgb(204 251 241 / 0.85);
}
.text-teal-100\/90 {
  color: rgb(204 251 241 / 0.9);
}
.text-teal-100\/95 {
  color: rgb(204 251 241 / 0.95);
}
.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity));
}
.text-teal-200\/0 {
  color: rgb(153 246 228 / 0);
}
.text-teal-200\/10 {
  color: rgb(153 246 228 / 0.1);
}
.text-teal-200\/100 {
  color: rgb(153 246 228 / 1);
}
.text-teal-200\/15 {
  color: rgb(153 246 228 / 0.15);
}
.text-teal-200\/20 {
  color: rgb(153 246 228 / 0.2);
}
.text-teal-200\/25 {
  color: rgb(153 246 228 / 0.25);
}
.text-teal-200\/30 {
  color: rgb(153 246 228 / 0.3);
}
.text-teal-200\/35 {
  color: rgb(153 246 228 / 0.35);
}
.text-teal-200\/40 {
  color: rgb(153 246 228 / 0.4);
}
.text-teal-200\/45 {
  color: rgb(153 246 228 / 0.45);
}
.text-teal-200\/5 {
  color: rgb(153 246 228 / 0.05);
}
.text-teal-200\/50 {
  color: rgb(153 246 228 / 0.5);
}
.text-teal-200\/55 {
  color: rgb(153 246 228 / 0.55);
}
.text-teal-200\/60 {
  color: rgb(153 246 228 / 0.6);
}
.text-teal-200\/65 {
  color: rgb(153 246 228 / 0.65);
}
.text-teal-200\/70 {
  color: rgb(153 246 228 / 0.7);
}
.text-teal-200\/75 {
  color: rgb(153 246 228 / 0.75);
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-200\/85 {
  color: rgb(153 246 228 / 0.85);
}
.text-teal-200\/90 {
  color: rgb(153 246 228 / 0.9);
}
.text-teal-200\/95 {
  color: rgb(153 246 228 / 0.95);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.text-teal-300\/0 {
  color: rgb(94 234 212 / 0);
}
.text-teal-300\/10 {
  color: rgb(94 234 212 / 0.1);
}
.text-teal-300\/100 {
  color: rgb(94 234 212 / 1);
}
.text-teal-300\/15 {
  color: rgb(94 234 212 / 0.15);
}
.text-teal-300\/20 {
  color: rgb(94 234 212 / 0.2);
}
.text-teal-300\/25 {
  color: rgb(94 234 212 / 0.25);
}
.text-teal-300\/30 {
  color: rgb(94 234 212 / 0.3);
}
.text-teal-300\/35 {
  color: rgb(94 234 212 / 0.35);
}
.text-teal-300\/40 {
  color: rgb(94 234 212 / 0.4);
}
.text-teal-300\/45 {
  color: rgb(94 234 212 / 0.45);
}
.text-teal-300\/5 {
  color: rgb(94 234 212 / 0.05);
}
.text-teal-300\/50 {
  color: rgb(94 234 212 / 0.5);
}
.text-teal-300\/55 {
  color: rgb(94 234 212 / 0.55);
}
.text-teal-300\/60 {
  color: rgb(94 234 212 / 0.6);
}
.text-teal-300\/65 {
  color: rgb(94 234 212 / 0.65);
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-300\/75 {
  color: rgb(94 234 212 / 0.75);
}
.text-teal-300\/80 {
  color: rgb(94 234 212 / 0.8);
}
.text-teal-300\/85 {
  color: rgb(94 234 212 / 0.85);
}
.text-teal-300\/90 {
  color: rgb(94 234 212 / 0.9);
}
.text-teal-300\/95 {
  color: rgb(94 234 212 / 0.95);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity));
}
.text-teal-400\/0 {
  color: rgb(45 212 191 / 0);
}
.text-teal-400\/10 {
  color: rgb(45 212 191 / 0.1);
}
.text-teal-400\/100 {
  color: rgb(45 212 191 / 1);
}
.text-teal-400\/15 {
  color: rgb(45 212 191 / 0.15);
}
.text-teal-400\/20 {
  color: rgb(45 212 191 / 0.2);
}
.text-teal-400\/25 {
  color: rgb(45 212 191 / 0.25);
}
.text-teal-400\/30 {
  color: rgb(45 212 191 / 0.3);
}
.text-teal-400\/35 {
  color: rgb(45 212 191 / 0.35);
}
.text-teal-400\/40 {
  color: rgb(45 212 191 / 0.4);
}
.text-teal-400\/45 {
  color: rgb(45 212 191 / 0.45);
}
.text-teal-400\/5 {
  color: rgb(45 212 191 / 0.05);
}
.text-teal-400\/50 {
  color: rgb(45 212 191 / 0.5);
}
.text-teal-400\/55 {
  color: rgb(45 212 191 / 0.55);
}
.text-teal-400\/60 {
  color: rgb(45 212 191 / 0.6);
}
.text-teal-400\/65 {
  color: rgb(45 212 191 / 0.65);
}
.text-teal-400\/70 {
  color: rgb(45 212 191 / 0.7);
}
.text-teal-400\/75 {
  color: rgb(45 212 191 / 0.75);
}
.text-teal-400\/80 {
  color: rgb(45 212 191 / 0.8);
}
.text-teal-400\/85 {
  color: rgb(45 212 191 / 0.85);
}
.text-teal-400\/90 {
  color: rgb(45 212 191 / 0.9);
}
.text-teal-400\/95 {
  color: rgb(45 212 191 / 0.95);
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.text-teal-50\/0 {
  color: rgb(240 253 250 / 0);
}
.text-teal-50\/10 {
  color: rgb(240 253 250 / 0.1);
}
.text-teal-50\/100 {
  color: rgb(240 253 250 / 1);
}
.text-teal-50\/15 {
  color: rgb(240 253 250 / 0.15);
}
.text-teal-50\/20 {
  color: rgb(240 253 250 / 0.2);
}
.text-teal-50\/25 {
  color: rgb(240 253 250 / 0.25);
}
.text-teal-50\/30 {
  color: rgb(240 253 250 / 0.3);
}
.text-teal-50\/35 {
  color: rgb(240 253 250 / 0.35);
}
.text-teal-50\/40 {
  color: rgb(240 253 250 / 0.4);
}
.text-teal-50\/45 {
  color: rgb(240 253 250 / 0.45);
}
.text-teal-50\/5 {
  color: rgb(240 253 250 / 0.05);
}
.text-teal-50\/50 {
  color: rgb(240 253 250 / 0.5);
}
.text-teal-50\/55 {
  color: rgb(240 253 250 / 0.55);
}
.text-teal-50\/60 {
  color: rgb(240 253 250 / 0.6);
}
.text-teal-50\/65 {
  color: rgb(240 253 250 / 0.65);
}
.text-teal-50\/70 {
  color: rgb(240 253 250 / 0.7);
}
.text-teal-50\/75 {
  color: rgb(240 253 250 / 0.75);
}
.text-teal-50\/80 {
  color: rgb(240 253 250 / 0.8);
}
.text-teal-50\/85 {
  color: rgb(240 253 250 / 0.85);
}
.text-teal-50\/90 {
  color: rgb(240 253 250 / 0.9);
}
.text-teal-50\/95 {
  color: rgb(240 253 250 / 0.95);
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-500\/0 {
  color: rgb(20 184 166 / 0);
}
.text-teal-500\/10 {
  color: rgb(20 184 166 / 0.1);
}
.text-teal-500\/100 {
  color: rgb(20 184 166 / 1);
}
.text-teal-500\/15 {
  color: rgb(20 184 166 / 0.15);
}
.text-teal-500\/20 {
  color: rgb(20 184 166 / 0.2);
}
.text-teal-500\/25 {
  color: rgb(20 184 166 / 0.25);
}
.text-teal-500\/30 {
  color: rgb(20 184 166 / 0.3);
}
.text-teal-500\/35 {
  color: rgb(20 184 166 / 0.35);
}
.text-teal-500\/40 {
  color: rgb(20 184 166 / 0.4);
}
.text-teal-500\/45 {
  color: rgb(20 184 166 / 0.45);
}
.text-teal-500\/5 {
  color: rgb(20 184 166 / 0.05);
}
.text-teal-500\/50 {
  color: rgb(20 184 166 / 0.5);
}
.text-teal-500\/55 {
  color: rgb(20 184 166 / 0.55);
}
.text-teal-500\/60 {
  color: rgb(20 184 166 / 0.6);
}
.text-teal-500\/65 {
  color: rgb(20 184 166 / 0.65);
}
.text-teal-500\/70 {
  color: rgb(20 184 166 / 0.7);
}
.text-teal-500\/75 {
  color: rgb(20 184 166 / 0.75);
}
.text-teal-500\/80 {
  color: rgb(20 184 166 / 0.8);
}
.text-teal-500\/85 {
  color: rgb(20 184 166 / 0.85);
}
.text-teal-500\/90 {
  color: rgb(20 184 166 / 0.9);
}
.text-teal-500\/95 {
  color: rgb(20 184 166 / 0.95);
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-teal-600\/0 {
  color: rgb(13 148 136 / 0);
}
.text-teal-600\/10 {
  color: rgb(13 148 136 / 0.1);
}
.text-teal-600\/100 {
  color: rgb(13 148 136 / 1);
}
.text-teal-600\/15 {
  color: rgb(13 148 136 / 0.15);
}
.text-teal-600\/20 {
  color: rgb(13 148 136 / 0.2);
}
.text-teal-600\/25 {
  color: rgb(13 148 136 / 0.25);
}
.text-teal-600\/30 {
  color: rgb(13 148 136 / 0.3);
}
.text-teal-600\/35 {
  color: rgb(13 148 136 / 0.35);
}
.text-teal-600\/40 {
  color: rgb(13 148 136 / 0.4);
}
.text-teal-600\/45 {
  color: rgb(13 148 136 / 0.45);
}
.text-teal-600\/5 {
  color: rgb(13 148 136 / 0.05);
}
.text-teal-600\/50 {
  color: rgb(13 148 136 / 0.5);
}
.text-teal-600\/55 {
  color: rgb(13 148 136 / 0.55);
}
.text-teal-600\/60 {
  color: rgb(13 148 136 / 0.6);
}
.text-teal-600\/65 {
  color: rgb(13 148 136 / 0.65);
}
.text-teal-600\/70 {
  color: rgb(13 148 136 / 0.7);
}
.text-teal-600\/75 {
  color: rgb(13 148 136 / 0.75);
}
.text-teal-600\/80 {
  color: rgb(13 148 136 / 0.8);
}
.text-teal-600\/85 {
  color: rgb(13 148 136 / 0.85);
}
.text-teal-600\/90 {
  color: rgb(13 148 136 / 0.9);
}
.text-teal-600\/95 {
  color: rgb(13 148 136 / 0.95);
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.text-teal-700\/0 {
  color: rgb(15 118 110 / 0);
}
.text-teal-700\/10 {
  color: rgb(15 118 110 / 0.1);
}
.text-teal-700\/100 {
  color: rgb(15 118 110 / 1);
}
.text-teal-700\/15 {
  color: rgb(15 118 110 / 0.15);
}
.text-teal-700\/20 {
  color: rgb(15 118 110 / 0.2);
}
.text-teal-700\/25 {
  color: rgb(15 118 110 / 0.25);
}
.text-teal-700\/30 {
  color: rgb(15 118 110 / 0.3);
}
.text-teal-700\/35 {
  color: rgb(15 118 110 / 0.35);
}
.text-teal-700\/40 {
  color: rgb(15 118 110 / 0.4);
}
.text-teal-700\/45 {
  color: rgb(15 118 110 / 0.45);
}
.text-teal-700\/5 {
  color: rgb(15 118 110 / 0.05);
}
.text-teal-700\/50 {
  color: rgb(15 118 110 / 0.5);
}
.text-teal-700\/55 {
  color: rgb(15 118 110 / 0.55);
}
.text-teal-700\/60 {
  color: rgb(15 118 110 / 0.6);
}
.text-teal-700\/65 {
  color: rgb(15 118 110 / 0.65);
}
.text-teal-700\/70 {
  color: rgb(15 118 110 / 0.7);
}
.text-teal-700\/75 {
  color: rgb(15 118 110 / 0.75);
}
.text-teal-700\/80 {
  color: rgb(15 118 110 / 0.8);
}
.text-teal-700\/85 {
  color: rgb(15 118 110 / 0.85);
}
.text-teal-700\/90 {
  color: rgb(15 118 110 / 0.9);
}
.text-teal-700\/95 {
  color: rgb(15 118 110 / 0.95);
}
.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity));
}
.text-teal-800\/0 {
  color: rgb(17 94 89 / 0);
}
.text-teal-800\/10 {
  color: rgb(17 94 89 / 0.1);
}
.text-teal-800\/100 {
  color: rgb(17 94 89 / 1);
}
.text-teal-800\/15 {
  color: rgb(17 94 89 / 0.15);
}
.text-teal-800\/20 {
  color: rgb(17 94 89 / 0.2);
}
.text-teal-800\/25 {
  color: rgb(17 94 89 / 0.25);
}
.text-teal-800\/30 {
  color: rgb(17 94 89 / 0.3);
}
.text-teal-800\/35 {
  color: rgb(17 94 89 / 0.35);
}
.text-teal-800\/40 {
  color: rgb(17 94 89 / 0.4);
}
.text-teal-800\/45 {
  color: rgb(17 94 89 / 0.45);
}
.text-teal-800\/5 {
  color: rgb(17 94 89 / 0.05);
}
.text-teal-800\/50 {
  color: rgb(17 94 89 / 0.5);
}
.text-teal-800\/55 {
  color: rgb(17 94 89 / 0.55);
}
.text-teal-800\/60 {
  color: rgb(17 94 89 / 0.6);
}
.text-teal-800\/65 {
  color: rgb(17 94 89 / 0.65);
}
.text-teal-800\/70 {
  color: rgb(17 94 89 / 0.7);
}
.text-teal-800\/75 {
  color: rgb(17 94 89 / 0.75);
}
.text-teal-800\/80 {
  color: rgb(17 94 89 / 0.8);
}
.text-teal-800\/85 {
  color: rgb(17 94 89 / 0.85);
}
.text-teal-800\/90 {
  color: rgb(17 94 89 / 0.9);
}
.text-teal-800\/95 {
  color: rgb(17 94 89 / 0.95);
}
.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.text-teal-900\/0 {
  color: rgb(19 78 74 / 0);
}
.text-teal-900\/10 {
  color: rgb(19 78 74 / 0.1);
}
.text-teal-900\/100 {
  color: rgb(19 78 74 / 1);
}
.text-teal-900\/15 {
  color: rgb(19 78 74 / 0.15);
}
.text-teal-900\/20 {
  color: rgb(19 78 74 / 0.2);
}
.text-teal-900\/25 {
  color: rgb(19 78 74 / 0.25);
}
.text-teal-900\/30 {
  color: rgb(19 78 74 / 0.3);
}
.text-teal-900\/35 {
  color: rgb(19 78 74 / 0.35);
}
.text-teal-900\/40 {
  color: rgb(19 78 74 / 0.4);
}
.text-teal-900\/45 {
  color: rgb(19 78 74 / 0.45);
}
.text-teal-900\/5 {
  color: rgb(19 78 74 / 0.05);
}
.text-teal-900\/50 {
  color: rgb(19 78 74 / 0.5);
}
.text-teal-900\/55 {
  color: rgb(19 78 74 / 0.55);
}
.text-teal-900\/60 {
  color: rgb(19 78 74 / 0.6);
}
.text-teal-900\/65 {
  color: rgb(19 78 74 / 0.65);
}
.text-teal-900\/70 {
  color: rgb(19 78 74 / 0.7);
}
.text-teal-900\/75 {
  color: rgb(19 78 74 / 0.75);
}
.text-teal-900\/80 {
  color: rgb(19 78 74 / 0.8);
}
.text-teal-900\/85 {
  color: rgb(19 78 74 / 0.85);
}
.text-teal-900\/90 {
  color: rgb(19 78 74 / 0.9);
}
.text-teal-900\/95 {
  color: rgb(19 78 74 / 0.95);
}
.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity));
}
.text-teal-950\/0 {
  color: rgb(4 47 46 / 0);
}
.text-teal-950\/10 {
  color: rgb(4 47 46 / 0.1);
}
.text-teal-950\/100 {
  color: rgb(4 47 46 / 1);
}
.text-teal-950\/15 {
  color: rgb(4 47 46 / 0.15);
}
.text-teal-950\/20 {
  color: rgb(4 47 46 / 0.2);
}
.text-teal-950\/25 {
  color: rgb(4 47 46 / 0.25);
}
.text-teal-950\/30 {
  color: rgb(4 47 46 / 0.3);
}
.text-teal-950\/35 {
  color: rgb(4 47 46 / 0.35);
}
.text-teal-950\/40 {
  color: rgb(4 47 46 / 0.4);
}
.text-teal-950\/45 {
  color: rgb(4 47 46 / 0.45);
}
.text-teal-950\/5 {
  color: rgb(4 47 46 / 0.05);
}
.text-teal-950\/50 {
  color: rgb(4 47 46 / 0.5);
}
.text-teal-950\/55 {
  color: rgb(4 47 46 / 0.55);
}
.text-teal-950\/60 {
  color: rgb(4 47 46 / 0.6);
}
.text-teal-950\/65 {
  color: rgb(4 47 46 / 0.65);
}
.text-teal-950\/70 {
  color: rgb(4 47 46 / 0.7);
}
.text-teal-950\/75 {
  color: rgb(4 47 46 / 0.75);
}
.text-teal-950\/80 {
  color: rgb(4 47 46 / 0.8);
}
.text-teal-950\/85 {
  color: rgb(4 47 46 / 0.85);
}
.text-teal-950\/90 {
  color: rgb(4 47 46 / 0.9);
}
.text-teal-950\/95 {
  color: rgb(4 47 46 / 0.95);
}
.text-trueGray-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-trueGray-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-trueGray-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-trueGray-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-trueGray-100\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-trueGray-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-trueGray-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-trueGray-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-trueGray-100\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-trueGray-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-trueGray-100\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-trueGray-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-trueGray-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-trueGray-100\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-trueGray-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-trueGray-100\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-trueGray-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-trueGray-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-trueGray-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-trueGray-100\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-trueGray-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-trueGray-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-trueGray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-trueGray-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-trueGray-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-trueGray-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-trueGray-200\/15 {
  color: rgb(229 229 229 / 0.15);
}
.text-trueGray-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-trueGray-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-trueGray-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-trueGray-200\/35 {
  color: rgb(229 229 229 / 0.35);
}
.text-trueGray-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-trueGray-200\/45 {
  color: rgb(229 229 229 / 0.45);
}
.text-trueGray-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-trueGray-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-trueGray-200\/55 {
  color: rgb(229 229 229 / 0.55);
}
.text-trueGray-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-trueGray-200\/65 {
  color: rgb(229 229 229 / 0.65);
}
.text-trueGray-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-trueGray-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-trueGray-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-trueGray-200\/85 {
  color: rgb(229 229 229 / 0.85);
}
.text-trueGray-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-trueGray-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-trueGray-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-trueGray-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-trueGray-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-trueGray-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-trueGray-300\/15 {
  color: rgb(212 212 212 / 0.15);
}
.text-trueGray-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-trueGray-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-trueGray-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-trueGray-300\/35 {
  color: rgb(212 212 212 / 0.35);
}
.text-trueGray-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-trueGray-300\/45 {
  color: rgb(212 212 212 / 0.45);
}
.text-trueGray-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-trueGray-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-trueGray-300\/55 {
  color: rgb(212 212 212 / 0.55);
}
.text-trueGray-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-trueGray-300\/65 {
  color: rgb(212 212 212 / 0.65);
}
.text-trueGray-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-trueGray-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-trueGray-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-trueGray-300\/85 {
  color: rgb(212 212 212 / 0.85);
}
.text-trueGray-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-trueGray-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-trueGray-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-trueGray-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-trueGray-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-trueGray-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-trueGray-400\/15 {
  color: rgb(163 163 163 / 0.15);
}
.text-trueGray-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-trueGray-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-trueGray-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-trueGray-400\/35 {
  color: rgb(163 163 163 / 0.35);
}
.text-trueGray-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-trueGray-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-trueGray-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-trueGray-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-trueGray-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-trueGray-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-trueGray-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-trueGray-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-trueGray-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-trueGray-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-trueGray-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-trueGray-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-trueGray-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-trueGray-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-trueGray-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-trueGray-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-trueGray-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-trueGray-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-trueGray-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-trueGray-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-trueGray-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-trueGray-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-trueGray-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-trueGray-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-trueGray-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-trueGray-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-trueGray-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-trueGray-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-trueGray-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-trueGray-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-trueGray-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-trueGray-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-trueGray-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-trueGray-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-trueGray-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-trueGray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-trueGray-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-trueGray-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-trueGray-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-trueGray-500\/15 {
  color: rgb(115 115 115 / 0.15);
}
.text-trueGray-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-trueGray-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-trueGray-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-trueGray-500\/35 {
  color: rgb(115 115 115 / 0.35);
}
.text-trueGray-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-trueGray-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-trueGray-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-trueGray-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-trueGray-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-trueGray-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-trueGray-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-trueGray-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-trueGray-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-trueGray-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-trueGray-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-trueGray-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-trueGray-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-trueGray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-trueGray-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-trueGray-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-trueGray-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-trueGray-600\/15 {
  color: rgb(82 82 82 / 0.15);
}
.text-trueGray-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-trueGray-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-trueGray-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-trueGray-600\/35 {
  color: rgb(82 82 82 / 0.35);
}
.text-trueGray-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-trueGray-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-trueGray-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-trueGray-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-trueGray-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-trueGray-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-trueGray-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-trueGray-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-trueGray-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-trueGray-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-trueGray-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-trueGray-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-trueGray-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-trueGray-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-trueGray-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-trueGray-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-trueGray-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-trueGray-700\/15 {
  color: rgb(64 64 64 / 0.15);
}
.text-trueGray-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-trueGray-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-trueGray-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-trueGray-700\/35 {
  color: rgb(64 64 64 / 0.35);
}
.text-trueGray-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-trueGray-700\/45 {
  color: rgb(64 64 64 / 0.45);
}
.text-trueGray-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-trueGray-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-trueGray-700\/55 {
  color: rgb(64 64 64 / 0.55);
}
.text-trueGray-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-trueGray-700\/65 {
  color: rgb(64 64 64 / 0.65);
}
.text-trueGray-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-trueGray-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-trueGray-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-trueGray-700\/85 {
  color: rgb(64 64 64 / 0.85);
}
.text-trueGray-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-trueGray-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-trueGray-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-trueGray-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-trueGray-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-trueGray-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-trueGray-800\/15 {
  color: rgb(38 38 38 / 0.15);
}
.text-trueGray-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-trueGray-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-trueGray-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-trueGray-800\/35 {
  color: rgb(38 38 38 / 0.35);
}
.text-trueGray-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-trueGray-800\/45 {
  color: rgb(38 38 38 / 0.45);
}
.text-trueGray-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-trueGray-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-trueGray-800\/55 {
  color: rgb(38 38 38 / 0.55);
}
.text-trueGray-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-trueGray-800\/65 {
  color: rgb(38 38 38 / 0.65);
}
.text-trueGray-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-trueGray-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-trueGray-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-trueGray-800\/85 {
  color: rgb(38 38 38 / 0.85);
}
.text-trueGray-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-trueGray-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-trueGray-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-trueGray-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-trueGray-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-trueGray-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-trueGray-900\/15 {
  color: rgb(23 23 23 / 0.15);
}
.text-trueGray-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-trueGray-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-trueGray-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-trueGray-900\/35 {
  color: rgb(23 23 23 / 0.35);
}
.text-trueGray-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-trueGray-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-trueGray-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-trueGray-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-trueGray-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-trueGray-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-trueGray-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-trueGray-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-trueGray-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-trueGray-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-trueGray-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-trueGray-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-trueGray-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-trueGray-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-trueGray-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-trueGray-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-trueGray-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-trueGray-950\/15 {
  color: rgb(10 10 10 / 0.15);
}
.text-trueGray-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-trueGray-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-trueGray-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-trueGray-950\/35 {
  color: rgb(10 10 10 / 0.35);
}
.text-trueGray-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-trueGray-950\/45 {
  color: rgb(10 10 10 / 0.45);
}
.text-trueGray-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-trueGray-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-trueGray-950\/55 {
  color: rgb(10 10 10 / 0.55);
}
.text-trueGray-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-trueGray-950\/65 {
  color: rgb(10 10 10 / 0.65);
}
.text-trueGray-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-trueGray-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-trueGray-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-trueGray-950\/85 {
  color: rgb(10 10 10 / 0.85);
}
.text-trueGray-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-trueGray-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity));
}
.text-violet-100\/0 {
  color: rgb(237 233 254 / 0);
}
.text-violet-100\/10 {
  color: rgb(237 233 254 / 0.1);
}
.text-violet-100\/100 {
  color: rgb(237 233 254 / 1);
}
.text-violet-100\/15 {
  color: rgb(237 233 254 / 0.15);
}
.text-violet-100\/20 {
  color: rgb(237 233 254 / 0.2);
}
.text-violet-100\/25 {
  color: rgb(237 233 254 / 0.25);
}
.text-violet-100\/30 {
  color: rgb(237 233 254 / 0.3);
}
.text-violet-100\/35 {
  color: rgb(237 233 254 / 0.35);
}
.text-violet-100\/40 {
  color: rgb(237 233 254 / 0.4);
}
.text-violet-100\/45 {
  color: rgb(237 233 254 / 0.45);
}
.text-violet-100\/5 {
  color: rgb(237 233 254 / 0.05);
}
.text-violet-100\/50 {
  color: rgb(237 233 254 / 0.5);
}
.text-violet-100\/55 {
  color: rgb(237 233 254 / 0.55);
}
.text-violet-100\/60 {
  color: rgb(237 233 254 / 0.6);
}
.text-violet-100\/65 {
  color: rgb(237 233 254 / 0.65);
}
.text-violet-100\/70 {
  color: rgb(237 233 254 / 0.7);
}
.text-violet-100\/75 {
  color: rgb(237 233 254 / 0.75);
}
.text-violet-100\/80 {
  color: rgb(237 233 254 / 0.8);
}
.text-violet-100\/85 {
  color: rgb(237 233 254 / 0.85);
}
.text-violet-100\/90 {
  color: rgb(237 233 254 / 0.9);
}
.text-violet-100\/95 {
  color: rgb(237 233 254 / 0.95);
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity));
}
.text-violet-200\/0 {
  color: rgb(221 214 254 / 0);
}
.text-violet-200\/10 {
  color: rgb(221 214 254 / 0.1);
}
.text-violet-200\/100 {
  color: rgb(221 214 254 / 1);
}
.text-violet-200\/15 {
  color: rgb(221 214 254 / 0.15);
}
.text-violet-200\/20 {
  color: rgb(221 214 254 / 0.2);
}
.text-violet-200\/25 {
  color: rgb(221 214 254 / 0.25);
}
.text-violet-200\/30 {
  color: rgb(221 214 254 / 0.3);
}
.text-violet-200\/35 {
  color: rgb(221 214 254 / 0.35);
}
.text-violet-200\/40 {
  color: rgb(221 214 254 / 0.4);
}
.text-violet-200\/45 {
  color: rgb(221 214 254 / 0.45);
}
.text-violet-200\/5 {
  color: rgb(221 214 254 / 0.05);
}
.text-violet-200\/50 {
  color: rgb(221 214 254 / 0.5);
}
.text-violet-200\/55 {
  color: rgb(221 214 254 / 0.55);
}
.text-violet-200\/60 {
  color: rgb(221 214 254 / 0.6);
}
.text-violet-200\/65 {
  color: rgb(221 214 254 / 0.65);
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/75 {
  color: rgb(221 214 254 / 0.75);
}
.text-violet-200\/80 {
  color: rgb(221 214 254 / 0.8);
}
.text-violet-200\/85 {
  color: rgb(221 214 254 / 0.85);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-200\/95 {
  color: rgb(221 214 254 / 0.95);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity));
}
.text-violet-300\/0 {
  color: rgb(196 181 253 / 0);
}
.text-violet-300\/10 {
  color: rgb(196 181 253 / 0.1);
}
.text-violet-300\/100 {
  color: rgb(196 181 253 / 1);
}
.text-violet-300\/15 {
  color: rgb(196 181 253 / 0.15);
}
.text-violet-300\/20 {
  color: rgb(196 181 253 / 0.2);
}
.text-violet-300\/25 {
  color: rgb(196 181 253 / 0.25);
}
.text-violet-300\/30 {
  color: rgb(196 181 253 / 0.3);
}
.text-violet-300\/35 {
  color: rgb(196 181 253 / 0.35);
}
.text-violet-300\/40 {
  color: rgb(196 181 253 / 0.4);
}
.text-violet-300\/45 {
  color: rgb(196 181 253 / 0.45);
}
.text-violet-300\/5 {
  color: rgb(196 181 253 / 0.05);
}
.text-violet-300\/50 {
  color: rgb(196 181 253 / 0.5);
}
.text-violet-300\/55 {
  color: rgb(196 181 253 / 0.55);
}
.text-violet-300\/60 {
  color: rgb(196 181 253 / 0.6);
}
.text-violet-300\/65 {
  color: rgb(196 181 253 / 0.65);
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/75 {
  color: rgb(196 181 253 / 0.75);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/85 {
  color: rgb(196 181 253 / 0.85);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity));
}
.text-violet-400\/0 {
  color: rgb(167 139 250 / 0);
}
.text-violet-400\/10 {
  color: rgb(167 139 250 / 0.1);
}
.text-violet-400\/100 {
  color: rgb(167 139 250 / 1);
}
.text-violet-400\/15 {
  color: rgb(167 139 250 / 0.15);
}
.text-violet-400\/20 {
  color: rgb(167 139 250 / 0.2);
}
.text-violet-400\/25 {
  color: rgb(167 139 250 / 0.25);
}
.text-violet-400\/30 {
  color: rgb(167 139 250 / 0.3);
}
.text-violet-400\/35 {
  color: rgb(167 139 250 / 0.35);
}
.text-violet-400\/40 {
  color: rgb(167 139 250 / 0.4);
}
.text-violet-400\/45 {
  color: rgb(167 139 250 / 0.45);
}
.text-violet-400\/5 {
  color: rgb(167 139 250 / 0.05);
}
.text-violet-400\/50 {
  color: rgb(167 139 250 / 0.5);
}
.text-violet-400\/55 {
  color: rgb(167 139 250 / 0.55);
}
.text-violet-400\/60 {
  color: rgb(167 139 250 / 0.6);
}
.text-violet-400\/65 {
  color: rgb(167 139 250 / 0.65);
}
.text-violet-400\/70 {
  color: rgb(167 139 250 / 0.7);
}
.text-violet-400\/75 {
  color: rgb(167 139 250 / 0.75);
}
.text-violet-400\/80 {
  color: rgb(167 139 250 / 0.8);
}
.text-violet-400\/85 {
  color: rgb(167 139 250 / 0.85);
}
.text-violet-400\/90 {
  color: rgb(167 139 250 / 0.9);
}
.text-violet-400\/95 {
  color: rgb(167 139 250 / 0.95);
}
.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity));
}
.text-violet-50\/0 {
  color: rgb(245 243 255 / 0);
}
.text-violet-50\/10 {
  color: rgb(245 243 255 / 0.1);
}
.text-violet-50\/100 {
  color: rgb(245 243 255 / 1);
}
.text-violet-50\/15 {
  color: rgb(245 243 255 / 0.15);
}
.text-violet-50\/20 {
  color: rgb(245 243 255 / 0.2);
}
.text-violet-50\/25 {
  color: rgb(245 243 255 / 0.25);
}
.text-violet-50\/30 {
  color: rgb(245 243 255 / 0.3);
}
.text-violet-50\/35 {
  color: rgb(245 243 255 / 0.35);
}
.text-violet-50\/40 {
  color: rgb(245 243 255 / 0.4);
}
.text-violet-50\/45 {
  color: rgb(245 243 255 / 0.45);
}
.text-violet-50\/5 {
  color: rgb(245 243 255 / 0.05);
}
.text-violet-50\/50 {
  color: rgb(245 243 255 / 0.5);
}
.text-violet-50\/55 {
  color: rgb(245 243 255 / 0.55);
}
.text-violet-50\/60 {
  color: rgb(245 243 255 / 0.6);
}
.text-violet-50\/65 {
  color: rgb(245 243 255 / 0.65);
}
.text-violet-50\/70 {
  color: rgb(245 243 255 / 0.7);
}
.text-violet-50\/75 {
  color: rgb(245 243 255 / 0.75);
}
.text-violet-50\/80 {
  color: rgb(245 243 255 / 0.8);
}
.text-violet-50\/85 {
  color: rgb(245 243 255 / 0.85);
}
.text-violet-50\/90 {
  color: rgb(245 243 255 / 0.9);
}
.text-violet-50\/95 {
  color: rgb(245 243 255 / 0.95);
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity));
}
.text-violet-500\/0 {
  color: rgb(139 92 246 / 0);
}
.text-violet-500\/10 {
  color: rgb(139 92 246 / 0.1);
}
.text-violet-500\/100 {
  color: rgb(139 92 246 / 1);
}
.text-violet-500\/15 {
  color: rgb(139 92 246 / 0.15);
}
.text-violet-500\/20 {
  color: rgb(139 92 246 / 0.2);
}
.text-violet-500\/25 {
  color: rgb(139 92 246 / 0.25);
}
.text-violet-500\/30 {
  color: rgb(139 92 246 / 0.3);
}
.text-violet-500\/35 {
  color: rgb(139 92 246 / 0.35);
}
.text-violet-500\/40 {
  color: rgb(139 92 246 / 0.4);
}
.text-violet-500\/45 {
  color: rgb(139 92 246 / 0.45);
}
.text-violet-500\/5 {
  color: rgb(139 92 246 / 0.05);
}
.text-violet-500\/50 {
  color: rgb(139 92 246 / 0.5);
}
.text-violet-500\/55 {
  color: rgb(139 92 246 / 0.55);
}
.text-violet-500\/60 {
  color: rgb(139 92 246 / 0.6);
}
.text-violet-500\/65 {
  color: rgb(139 92 246 / 0.65);
}
.text-violet-500\/70 {
  color: rgb(139 92 246 / 0.7);
}
.text-violet-500\/75 {
  color: rgb(139 92 246 / 0.75);
}
.text-violet-500\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-violet-500\/85 {
  color: rgb(139 92 246 / 0.85);
}
.text-violet-500\/90 {
  color: rgb(139 92 246 / 0.9);
}
.text-violet-500\/95 {
  color: rgb(139 92 246 / 0.95);
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity));
}
.text-violet-600\/0 {
  color: rgb(124 58 237 / 0);
}
.text-violet-600\/10 {
  color: rgb(124 58 237 / 0.1);
}
.text-violet-600\/100 {
  color: rgb(124 58 237 / 1);
}
.text-violet-600\/15 {
  color: rgb(124 58 237 / 0.15);
}
.text-violet-600\/20 {
  color: rgb(124 58 237 / 0.2);
}
.text-violet-600\/25 {
  color: rgb(124 58 237 / 0.25);
}
.text-violet-600\/30 {
  color: rgb(124 58 237 / 0.3);
}
.text-violet-600\/35 {
  color: rgb(124 58 237 / 0.35);
}
.text-violet-600\/40 {
  color: rgb(124 58 237 / 0.4);
}
.text-violet-600\/45 {
  color: rgb(124 58 237 / 0.45);
}
.text-violet-600\/5 {
  color: rgb(124 58 237 / 0.05);
}
.text-violet-600\/50 {
  color: rgb(124 58 237 / 0.5);
}
.text-violet-600\/55 {
  color: rgb(124 58 237 / 0.55);
}
.text-violet-600\/60 {
  color: rgb(124 58 237 / 0.6);
}
.text-violet-600\/65 {
  color: rgb(124 58 237 / 0.65);
}
.text-violet-600\/70 {
  color: rgb(124 58 237 / 0.7);
}
.text-violet-600\/75 {
  color: rgb(124 58 237 / 0.75);
}
.text-violet-600\/80 {
  color: rgb(124 58 237 / 0.8);
}
.text-violet-600\/85 {
  color: rgb(124 58 237 / 0.85);
}
.text-violet-600\/90 {
  color: rgb(124 58 237 / 0.9);
}
.text-violet-600\/95 {
  color: rgb(124 58 237 / 0.95);
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}
.text-violet-700\/0 {
  color: rgb(109 40 217 / 0);
}
.text-violet-700\/10 {
  color: rgb(109 40 217 / 0.1);
}
.text-violet-700\/100 {
  color: rgb(109 40 217 / 1);
}
.text-violet-700\/15 {
  color: rgb(109 40 217 / 0.15);
}
.text-violet-700\/20 {
  color: rgb(109 40 217 / 0.2);
}
.text-violet-700\/25 {
  color: rgb(109 40 217 / 0.25);
}
.text-violet-700\/30 {
  color: rgb(109 40 217 / 0.3);
}
.text-violet-700\/35 {
  color: rgb(109 40 217 / 0.35);
}
.text-violet-700\/40 {
  color: rgb(109 40 217 / 0.4);
}
.text-violet-700\/45 {
  color: rgb(109 40 217 / 0.45);
}
.text-violet-700\/5 {
  color: rgb(109 40 217 / 0.05);
}
.text-violet-700\/50 {
  color: rgb(109 40 217 / 0.5);
}
.text-violet-700\/55 {
  color: rgb(109 40 217 / 0.55);
}
.text-violet-700\/60 {
  color: rgb(109 40 217 / 0.6);
}
.text-violet-700\/65 {
  color: rgb(109 40 217 / 0.65);
}
.text-violet-700\/70 {
  color: rgb(109 40 217 / 0.7);
}
.text-violet-700\/75 {
  color: rgb(109 40 217 / 0.75);
}
.text-violet-700\/80 {
  color: rgb(109 40 217 / 0.8);
}
.text-violet-700\/85 {
  color: rgb(109 40 217 / 0.85);
}
.text-violet-700\/90 {
  color: rgb(109 40 217 / 0.9);
}
.text-violet-700\/95 {
  color: rgb(109 40 217 / 0.95);
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity));
}
.text-violet-800\/0 {
  color: rgb(91 33 182 / 0);
}
.text-violet-800\/10 {
  color: rgb(91 33 182 / 0.1);
}
.text-violet-800\/100 {
  color: rgb(91 33 182 / 1);
}
.text-violet-800\/15 {
  color: rgb(91 33 182 / 0.15);
}
.text-violet-800\/20 {
  color: rgb(91 33 182 / 0.2);
}
.text-violet-800\/25 {
  color: rgb(91 33 182 / 0.25);
}
.text-violet-800\/30 {
  color: rgb(91 33 182 / 0.3);
}
.text-violet-800\/35 {
  color: rgb(91 33 182 / 0.35);
}
.text-violet-800\/40 {
  color: rgb(91 33 182 / 0.4);
}
.text-violet-800\/45 {
  color: rgb(91 33 182 / 0.45);
}
.text-violet-800\/5 {
  color: rgb(91 33 182 / 0.05);
}
.text-violet-800\/50 {
  color: rgb(91 33 182 / 0.5);
}
.text-violet-800\/55 {
  color: rgb(91 33 182 / 0.55);
}
.text-violet-800\/60 {
  color: rgb(91 33 182 / 0.6);
}
.text-violet-800\/65 {
  color: rgb(91 33 182 / 0.65);
}
.text-violet-800\/70 {
  color: rgb(91 33 182 / 0.7);
}
.text-violet-800\/75 {
  color: rgb(91 33 182 / 0.75);
}
.text-violet-800\/80 {
  color: rgb(91 33 182 / 0.8);
}
.text-violet-800\/85 {
  color: rgb(91 33 182 / 0.85);
}
.text-violet-800\/90 {
  color: rgb(91 33 182 / 0.9);
}
.text-violet-800\/95 {
  color: rgb(91 33 182 / 0.95);
}
.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}
.text-violet-900\/0 {
  color: rgb(76 29 149 / 0);
}
.text-violet-900\/10 {
  color: rgb(76 29 149 / 0.1);
}
.text-violet-900\/100 {
  color: rgb(76 29 149 / 1);
}
.text-violet-900\/15 {
  color: rgb(76 29 149 / 0.15);
}
.text-violet-900\/20 {
  color: rgb(76 29 149 / 0.2);
}
.text-violet-900\/25 {
  color: rgb(76 29 149 / 0.25);
}
.text-violet-900\/30 {
  color: rgb(76 29 149 / 0.3);
}
.text-violet-900\/35 {
  color: rgb(76 29 149 / 0.35);
}
.text-violet-900\/40 {
  color: rgb(76 29 149 / 0.4);
}
.text-violet-900\/45 {
  color: rgb(76 29 149 / 0.45);
}
.text-violet-900\/5 {
  color: rgb(76 29 149 / 0.05);
}
.text-violet-900\/50 {
  color: rgb(76 29 149 / 0.5);
}
.text-violet-900\/55 {
  color: rgb(76 29 149 / 0.55);
}
.text-violet-900\/60 {
  color: rgb(76 29 149 / 0.6);
}
.text-violet-900\/65 {
  color: rgb(76 29 149 / 0.65);
}
.text-violet-900\/70 {
  color: rgb(76 29 149 / 0.7);
}
.text-violet-900\/75 {
  color: rgb(76 29 149 / 0.75);
}
.text-violet-900\/80 {
  color: rgb(76 29 149 / 0.8);
}
.text-violet-900\/85 {
  color: rgb(76 29 149 / 0.85);
}
.text-violet-900\/90 {
  color: rgb(76 29 149 / 0.9);
}
.text-violet-900\/95 {
  color: rgb(76 29 149 / 0.95);
}
.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity));
}
.text-violet-950\/0 {
  color: rgb(46 16 101 / 0);
}
.text-violet-950\/10 {
  color: rgb(46 16 101 / 0.1);
}
.text-violet-950\/100 {
  color: rgb(46 16 101 / 1);
}
.text-violet-950\/15 {
  color: rgb(46 16 101 / 0.15);
}
.text-violet-950\/20 {
  color: rgb(46 16 101 / 0.2);
}
.text-violet-950\/25 {
  color: rgb(46 16 101 / 0.25);
}
.text-violet-950\/30 {
  color: rgb(46 16 101 / 0.3);
}
.text-violet-950\/35 {
  color: rgb(46 16 101 / 0.35);
}
.text-violet-950\/40 {
  color: rgb(46 16 101 / 0.4);
}
.text-violet-950\/45 {
  color: rgb(46 16 101 / 0.45);
}
.text-violet-950\/5 {
  color: rgb(46 16 101 / 0.05);
}
.text-violet-950\/50 {
  color: rgb(46 16 101 / 0.5);
}
.text-violet-950\/55 {
  color: rgb(46 16 101 / 0.55);
}
.text-violet-950\/60 {
  color: rgb(46 16 101 / 0.6);
}
.text-violet-950\/65 {
  color: rgb(46 16 101 / 0.65);
}
.text-violet-950\/70 {
  color: rgb(46 16 101 / 0.7);
}
.text-violet-950\/75 {
  color: rgb(46 16 101 / 0.75);
}
.text-violet-950\/80 {
  color: rgb(46 16 101 / 0.8);
}
.text-violet-950\/85 {
  color: rgb(46 16 101 / 0.85);
}
.text-violet-950\/90 {
  color: rgb(46 16 101 / 0.9);
}
.text-violet-950\/95 {
  color: rgb(46 16 101 / 0.95);
}
.text-vtd-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-vtd-primary-100\/0 {
  color: rgb(243 244 246 / 0);
}
.text-vtd-primary-100\/10 {
  color: rgb(243 244 246 / 0.1);
}
.text-vtd-primary-100\/100 {
  color: rgb(243 244 246 / 1);
}
.text-vtd-primary-100\/15 {
  color: rgb(243 244 246 / 0.15);
}
.text-vtd-primary-100\/20 {
  color: rgb(243 244 246 / 0.2);
}
.text-vtd-primary-100\/25 {
  color: rgb(243 244 246 / 0.25);
}
.text-vtd-primary-100\/30 {
  color: rgb(243 244 246 / 0.3);
}
.text-vtd-primary-100\/35 {
  color: rgb(243 244 246 / 0.35);
}
.text-vtd-primary-100\/40 {
  color: rgb(243 244 246 / 0.4);
}
.text-vtd-primary-100\/45 {
  color: rgb(243 244 246 / 0.45);
}
.text-vtd-primary-100\/5 {
  color: rgb(243 244 246 / 0.05);
}
.text-vtd-primary-100\/50 {
  color: rgb(243 244 246 / 0.5);
}
.text-vtd-primary-100\/55 {
  color: rgb(243 244 246 / 0.55);
}
.text-vtd-primary-100\/60 {
  color: rgb(243 244 246 / 0.6);
}
.text-vtd-primary-100\/65 {
  color: rgb(243 244 246 / 0.65);
}
.text-vtd-primary-100\/70 {
  color: rgb(243 244 246 / 0.7);
}
.text-vtd-primary-100\/75 {
  color: rgb(243 244 246 / 0.75);
}
.text-vtd-primary-100\/80 {
  color: rgb(243 244 246 / 0.8);
}
.text-vtd-primary-100\/85 {
  color: rgb(243 244 246 / 0.85);
}
.text-vtd-primary-100\/90 {
  color: rgb(243 244 246 / 0.9);
}
.text-vtd-primary-100\/95 {
  color: rgb(243 244 246 / 0.95);
}
.text-vtd-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-vtd-primary-200\/0 {
  color: rgb(229 231 235 / 0);
}
.text-vtd-primary-200\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-vtd-primary-200\/100 {
  color: rgb(229 231 235 / 1);
}
.text-vtd-primary-200\/15 {
  color: rgb(229 231 235 / 0.15);
}
.text-vtd-primary-200\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-vtd-primary-200\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-vtd-primary-200\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-vtd-primary-200\/35 {
  color: rgb(229 231 235 / 0.35);
}
.text-vtd-primary-200\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-vtd-primary-200\/45 {
  color: rgb(229 231 235 / 0.45);
}
.text-vtd-primary-200\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-vtd-primary-200\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-vtd-primary-200\/55 {
  color: rgb(229 231 235 / 0.55);
}
.text-vtd-primary-200\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-vtd-primary-200\/65 {
  color: rgb(229 231 235 / 0.65);
}
.text-vtd-primary-200\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-vtd-primary-200\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-vtd-primary-200\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-vtd-primary-200\/85 {
  color: rgb(229 231 235 / 0.85);
}
.text-vtd-primary-200\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-vtd-primary-200\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-vtd-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-vtd-primary-300\/0 {
  color: rgb(209 213 219 / 0);
}
.text-vtd-primary-300\/10 {
  color: rgb(209 213 219 / 0.1);
}
.text-vtd-primary-300\/100 {
  color: rgb(209 213 219 / 1);
}
.text-vtd-primary-300\/15 {
  color: rgb(209 213 219 / 0.15);
}
.text-vtd-primary-300\/20 {
  color: rgb(209 213 219 / 0.2);
}
.text-vtd-primary-300\/25 {
  color: rgb(209 213 219 / 0.25);
}
.text-vtd-primary-300\/30 {
  color: rgb(209 213 219 / 0.3);
}
.text-vtd-primary-300\/35 {
  color: rgb(209 213 219 / 0.35);
}
.text-vtd-primary-300\/40 {
  color: rgb(209 213 219 / 0.4);
}
.text-vtd-primary-300\/45 {
  color: rgb(209 213 219 / 0.45);
}
.text-vtd-primary-300\/5 {
  color: rgb(209 213 219 / 0.05);
}
.text-vtd-primary-300\/50 {
  color: rgb(209 213 219 / 0.5);
}
.text-vtd-primary-300\/55 {
  color: rgb(209 213 219 / 0.55);
}
.text-vtd-primary-300\/60 {
  color: rgb(209 213 219 / 0.6);
}
.text-vtd-primary-300\/65 {
  color: rgb(209 213 219 / 0.65);
}
.text-vtd-primary-300\/70 {
  color: rgb(209 213 219 / 0.7);
}
.text-vtd-primary-300\/75 {
  color: rgb(209 213 219 / 0.75);
}
.text-vtd-primary-300\/80 {
  color: rgb(209 213 219 / 0.8);
}
.text-vtd-primary-300\/85 {
  color: rgb(209 213 219 / 0.85);
}
.text-vtd-primary-300\/90 {
  color: rgb(209 213 219 / 0.9);
}
.text-vtd-primary-300\/95 {
  color: rgb(209 213 219 / 0.95);
}
.text-vtd-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-vtd-primary-400\/0 {
  color: rgb(156 163 175 / 0);
}
.text-vtd-primary-400\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-vtd-primary-400\/100 {
  color: rgb(156 163 175 / 1);
}
.text-vtd-primary-400\/15 {
  color: rgb(156 163 175 / 0.15);
}
.text-vtd-primary-400\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-vtd-primary-400\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-vtd-primary-400\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-vtd-primary-400\/35 {
  color: rgb(156 163 175 / 0.35);
}
.text-vtd-primary-400\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-vtd-primary-400\/45 {
  color: rgb(156 163 175 / 0.45);
}
.text-vtd-primary-400\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-vtd-primary-400\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-vtd-primary-400\/55 {
  color: rgb(156 163 175 / 0.55);
}
.text-vtd-primary-400\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-vtd-primary-400\/65 {
  color: rgb(156 163 175 / 0.65);
}
.text-vtd-primary-400\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-vtd-primary-400\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-vtd-primary-400\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-vtd-primary-400\/85 {
  color: rgb(156 163 175 / 0.85);
}
.text-vtd-primary-400\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-vtd-primary-400\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-vtd-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}
.text-vtd-primary-50\/0 {
  color: rgb(249 250 251 / 0);
}
.text-vtd-primary-50\/10 {
  color: rgb(249 250 251 / 0.1);
}
.text-vtd-primary-50\/100 {
  color: rgb(249 250 251 / 1);
}
.text-vtd-primary-50\/15 {
  color: rgb(249 250 251 / 0.15);
}
.text-vtd-primary-50\/20 {
  color: rgb(249 250 251 / 0.2);
}
.text-vtd-primary-50\/25 {
  color: rgb(249 250 251 / 0.25);
}
.text-vtd-primary-50\/30 {
  color: rgb(249 250 251 / 0.3);
}
.text-vtd-primary-50\/35 {
  color: rgb(249 250 251 / 0.35);
}
.text-vtd-primary-50\/40 {
  color: rgb(249 250 251 / 0.4);
}
.text-vtd-primary-50\/45 {
  color: rgb(249 250 251 / 0.45);
}
.text-vtd-primary-50\/5 {
  color: rgb(249 250 251 / 0.05);
}
.text-vtd-primary-50\/50 {
  color: rgb(249 250 251 / 0.5);
}
.text-vtd-primary-50\/55 {
  color: rgb(249 250 251 / 0.55);
}
.text-vtd-primary-50\/60 {
  color: rgb(249 250 251 / 0.6);
}
.text-vtd-primary-50\/65 {
  color: rgb(249 250 251 / 0.65);
}
.text-vtd-primary-50\/70 {
  color: rgb(249 250 251 / 0.7);
}
.text-vtd-primary-50\/75 {
  color: rgb(249 250 251 / 0.75);
}
.text-vtd-primary-50\/80 {
  color: rgb(249 250 251 / 0.8);
}
.text-vtd-primary-50\/85 {
  color: rgb(249 250 251 / 0.85);
}
.text-vtd-primary-50\/90 {
  color: rgb(249 250 251 / 0.9);
}
.text-vtd-primary-50\/95 {
  color: rgb(249 250 251 / 0.95);
}
.text-vtd-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-vtd-primary-500\/0 {
  color: rgb(107 114 128 / 0);
}
.text-vtd-primary-500\/10 {
  color: rgb(107 114 128 / 0.1);
}
.text-vtd-primary-500\/100 {
  color: rgb(107 114 128 / 1);
}
.text-vtd-primary-500\/15 {
  color: rgb(107 114 128 / 0.15);
}
.text-vtd-primary-500\/20 {
  color: rgb(107 114 128 / 0.2);
}
.text-vtd-primary-500\/25 {
  color: rgb(107 114 128 / 0.25);
}
.text-vtd-primary-500\/30 {
  color: rgb(107 114 128 / 0.3);
}
.text-vtd-primary-500\/35 {
  color: rgb(107 114 128 / 0.35);
}
.text-vtd-primary-500\/40 {
  color: rgb(107 114 128 / 0.4);
}
.text-vtd-primary-500\/45 {
  color: rgb(107 114 128 / 0.45);
}
.text-vtd-primary-500\/5 {
  color: rgb(107 114 128 / 0.05);
}
.text-vtd-primary-500\/50 {
  color: rgb(107 114 128 / 0.5);
}
.text-vtd-primary-500\/55 {
  color: rgb(107 114 128 / 0.55);
}
.text-vtd-primary-500\/60 {
  color: rgb(107 114 128 / 0.6);
}
.text-vtd-primary-500\/65 {
  color: rgb(107 114 128 / 0.65);
}
.text-vtd-primary-500\/70 {
  color: rgb(107 114 128 / 0.7);
}
.text-vtd-primary-500\/75 {
  color: rgb(107 114 128 / 0.75);
}
.text-vtd-primary-500\/80 {
  color: rgb(107 114 128 / 0.8);
}
.text-vtd-primary-500\/85 {
  color: rgb(107 114 128 / 0.85);
}
.text-vtd-primary-500\/90 {
  color: rgb(107 114 128 / 0.9);
}
.text-vtd-primary-500\/95 {
  color: rgb(107 114 128 / 0.95);
}
.text-vtd-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-vtd-primary-600\/0 {
  color: rgb(75 85 99 / 0);
}
.text-vtd-primary-600\/10 {
  color: rgb(75 85 99 / 0.1);
}
.text-vtd-primary-600\/100 {
  color: rgb(75 85 99 / 1);
}
.text-vtd-primary-600\/15 {
  color: rgb(75 85 99 / 0.15);
}
.text-vtd-primary-600\/20 {
  color: rgb(75 85 99 / 0.2);
}
.text-vtd-primary-600\/25 {
  color: rgb(75 85 99 / 0.25);
}
.text-vtd-primary-600\/30 {
  color: rgb(75 85 99 / 0.3);
}
.text-vtd-primary-600\/35 {
  color: rgb(75 85 99 / 0.35);
}
.text-vtd-primary-600\/40 {
  color: rgb(75 85 99 / 0.4);
}
.text-vtd-primary-600\/45 {
  color: rgb(75 85 99 / 0.45);
}
.text-vtd-primary-600\/5 {
  color: rgb(75 85 99 / 0.05);
}
.text-vtd-primary-600\/50 {
  color: rgb(75 85 99 / 0.5);
}
.text-vtd-primary-600\/55 {
  color: rgb(75 85 99 / 0.55);
}
.text-vtd-primary-600\/60 {
  color: rgb(75 85 99 / 0.6);
}
.text-vtd-primary-600\/65 {
  color: rgb(75 85 99 / 0.65);
}
.text-vtd-primary-600\/70 {
  color: rgb(75 85 99 / 0.7);
}
.text-vtd-primary-600\/75 {
  color: rgb(75 85 99 / 0.75);
}
.text-vtd-primary-600\/80 {
  color: rgb(75 85 99 / 0.8);
}
.text-vtd-primary-600\/85 {
  color: rgb(75 85 99 / 0.85);
}
.text-vtd-primary-600\/90 {
  color: rgb(75 85 99 / 0.9);
}
.text-vtd-primary-600\/95 {
  color: rgb(75 85 99 / 0.95);
}
.text-vtd-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-vtd-primary-700\/0 {
  color: rgb(55 65 81 / 0);
}
.text-vtd-primary-700\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-vtd-primary-700\/100 {
  color: rgb(55 65 81 / 1);
}
.text-vtd-primary-700\/15 {
  color: rgb(55 65 81 / 0.15);
}
.text-vtd-primary-700\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-vtd-primary-700\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-vtd-primary-700\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-vtd-primary-700\/35 {
  color: rgb(55 65 81 / 0.35);
}
.text-vtd-primary-700\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-vtd-primary-700\/45 {
  color: rgb(55 65 81 / 0.45);
}
.text-vtd-primary-700\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-vtd-primary-700\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-vtd-primary-700\/55 {
  color: rgb(55 65 81 / 0.55);
}
.text-vtd-primary-700\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-vtd-primary-700\/65 {
  color: rgb(55 65 81 / 0.65);
}
.text-vtd-primary-700\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-vtd-primary-700\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-vtd-primary-700\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-vtd-primary-700\/85 {
  color: rgb(55 65 81 / 0.85);
}
.text-vtd-primary-700\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-vtd-primary-700\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-vtd-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-vtd-primary-800\/0 {
  color: rgb(31 41 55 / 0);
}
.text-vtd-primary-800\/10 {
  color: rgb(31 41 55 / 0.1);
}
.text-vtd-primary-800\/100 {
  color: rgb(31 41 55 / 1);
}
.text-vtd-primary-800\/15 {
  color: rgb(31 41 55 / 0.15);
}
.text-vtd-primary-800\/20 {
  color: rgb(31 41 55 / 0.2);
}
.text-vtd-primary-800\/25 {
  color: rgb(31 41 55 / 0.25);
}
.text-vtd-primary-800\/30 {
  color: rgb(31 41 55 / 0.3);
}
.text-vtd-primary-800\/35 {
  color: rgb(31 41 55 / 0.35);
}
.text-vtd-primary-800\/40 {
  color: rgb(31 41 55 / 0.4);
}
.text-vtd-primary-800\/45 {
  color: rgb(31 41 55 / 0.45);
}
.text-vtd-primary-800\/5 {
  color: rgb(31 41 55 / 0.05);
}
.text-vtd-primary-800\/50 {
  color: rgb(31 41 55 / 0.5);
}
.text-vtd-primary-800\/55 {
  color: rgb(31 41 55 / 0.55);
}
.text-vtd-primary-800\/60 {
  color: rgb(31 41 55 / 0.6);
}
.text-vtd-primary-800\/65 {
  color: rgb(31 41 55 / 0.65);
}
.text-vtd-primary-800\/70 {
  color: rgb(31 41 55 / 0.7);
}
.text-vtd-primary-800\/75 {
  color: rgb(31 41 55 / 0.75);
}
.text-vtd-primary-800\/80 {
  color: rgb(31 41 55 / 0.8);
}
.text-vtd-primary-800\/85 {
  color: rgb(31 41 55 / 0.85);
}
.text-vtd-primary-800\/90 {
  color: rgb(31 41 55 / 0.9);
}
.text-vtd-primary-800\/95 {
  color: rgb(31 41 55 / 0.95);
}
.text-vtd-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-vtd-primary-900\/0 {
  color: rgb(17 24 39 / 0);
}
.text-vtd-primary-900\/10 {
  color: rgb(17 24 39 / 0.1);
}
.text-vtd-primary-900\/100 {
  color: rgb(17 24 39 / 1);
}
.text-vtd-primary-900\/15 {
  color: rgb(17 24 39 / 0.15);
}
.text-vtd-primary-900\/20 {
  color: rgb(17 24 39 / 0.2);
}
.text-vtd-primary-900\/25 {
  color: rgb(17 24 39 / 0.25);
}
.text-vtd-primary-900\/30 {
  color: rgb(17 24 39 / 0.3);
}
.text-vtd-primary-900\/35 {
  color: rgb(17 24 39 / 0.35);
}
.text-vtd-primary-900\/40 {
  color: rgb(17 24 39 / 0.4);
}
.text-vtd-primary-900\/45 {
  color: rgb(17 24 39 / 0.45);
}
.text-vtd-primary-900\/5 {
  color: rgb(17 24 39 / 0.05);
}
.text-vtd-primary-900\/50 {
  color: rgb(17 24 39 / 0.5);
}
.text-vtd-primary-900\/55 {
  color: rgb(17 24 39 / 0.55);
}
.text-vtd-primary-900\/60 {
  color: rgb(17 24 39 / 0.6);
}
.text-vtd-primary-900\/65 {
  color: rgb(17 24 39 / 0.65);
}
.text-vtd-primary-900\/70 {
  color: rgb(17 24 39 / 0.7);
}
.text-vtd-primary-900\/75 {
  color: rgb(17 24 39 / 0.75);
}
.text-vtd-primary-900\/80 {
  color: rgb(17 24 39 / 0.8);
}
.text-vtd-primary-900\/85 {
  color: rgb(17 24 39 / 0.85);
}
.text-vtd-primary-900\/90 {
  color: rgb(17 24 39 / 0.9);
}
.text-vtd-primary-900\/95 {
  color: rgb(17 24 39 / 0.95);
}
.text-vtd-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
.text-vtd-primary-950\/0 {
  color: rgb(3 7 18 / 0);
}
.text-vtd-primary-950\/10 {
  color: rgb(3 7 18 / 0.1);
}
.text-vtd-primary-950\/100 {
  color: rgb(3 7 18 / 1);
}
.text-vtd-primary-950\/15 {
  color: rgb(3 7 18 / 0.15);
}
.text-vtd-primary-950\/20 {
  color: rgb(3 7 18 / 0.2);
}
.text-vtd-primary-950\/25 {
  color: rgb(3 7 18 / 0.25);
}
.text-vtd-primary-950\/30 {
  color: rgb(3 7 18 / 0.3);
}
.text-vtd-primary-950\/35 {
  color: rgb(3 7 18 / 0.35);
}
.text-vtd-primary-950\/40 {
  color: rgb(3 7 18 / 0.4);
}
.text-vtd-primary-950\/45 {
  color: rgb(3 7 18 / 0.45);
}
.text-vtd-primary-950\/5 {
  color: rgb(3 7 18 / 0.05);
}
.text-vtd-primary-950\/50 {
  color: rgb(3 7 18 / 0.5);
}
.text-vtd-primary-950\/55 {
  color: rgb(3 7 18 / 0.55);
}
.text-vtd-primary-950\/60 {
  color: rgb(3 7 18 / 0.6);
}
.text-vtd-primary-950\/65 {
  color: rgb(3 7 18 / 0.65);
}
.text-vtd-primary-950\/70 {
  color: rgb(3 7 18 / 0.7);
}
.text-vtd-primary-950\/75 {
  color: rgb(3 7 18 / 0.75);
}
.text-vtd-primary-950\/80 {
  color: rgb(3 7 18 / 0.8);
}
.text-vtd-primary-950\/85 {
  color: rgb(3 7 18 / 0.85);
}
.text-vtd-primary-950\/90 {
  color: rgb(3 7 18 / 0.9);
}
.text-vtd-primary-950\/95 {
  color: rgb(3 7 18 / 0.95);
}
.text-vtd-secondary-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-vtd-secondary-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-vtd-secondary-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-vtd-secondary-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-vtd-secondary-100\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-vtd-secondary-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-vtd-secondary-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-vtd-secondary-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-vtd-secondary-100\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-vtd-secondary-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-vtd-secondary-100\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-vtd-secondary-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-vtd-secondary-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-vtd-secondary-100\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-vtd-secondary-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-vtd-secondary-100\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-vtd-secondary-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-vtd-secondary-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-vtd-secondary-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-vtd-secondary-100\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-vtd-secondary-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-vtd-secondary-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-vtd-secondary-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-vtd-secondary-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-vtd-secondary-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-vtd-secondary-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-vtd-secondary-200\/15 {
  color: rgb(229 229 229 / 0.15);
}
.text-vtd-secondary-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-vtd-secondary-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-vtd-secondary-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-vtd-secondary-200\/35 {
  color: rgb(229 229 229 / 0.35);
}
.text-vtd-secondary-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-vtd-secondary-200\/45 {
  color: rgb(229 229 229 / 0.45);
}
.text-vtd-secondary-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-vtd-secondary-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-vtd-secondary-200\/55 {
  color: rgb(229 229 229 / 0.55);
}
.text-vtd-secondary-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-vtd-secondary-200\/65 {
  color: rgb(229 229 229 / 0.65);
}
.text-vtd-secondary-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-vtd-secondary-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-vtd-secondary-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-vtd-secondary-200\/85 {
  color: rgb(229 229 229 / 0.85);
}
.text-vtd-secondary-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-vtd-secondary-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-vtd-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-vtd-secondary-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-vtd-secondary-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-vtd-secondary-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-vtd-secondary-300\/15 {
  color: rgb(212 212 212 / 0.15);
}
.text-vtd-secondary-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-vtd-secondary-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-vtd-secondary-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-vtd-secondary-300\/35 {
  color: rgb(212 212 212 / 0.35);
}
.text-vtd-secondary-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-vtd-secondary-300\/45 {
  color: rgb(212 212 212 / 0.45);
}
.text-vtd-secondary-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-vtd-secondary-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-vtd-secondary-300\/55 {
  color: rgb(212 212 212 / 0.55);
}
.text-vtd-secondary-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-vtd-secondary-300\/65 {
  color: rgb(212 212 212 / 0.65);
}
.text-vtd-secondary-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-vtd-secondary-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-vtd-secondary-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-vtd-secondary-300\/85 {
  color: rgb(212 212 212 / 0.85);
}
.text-vtd-secondary-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-vtd-secondary-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-vtd-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-vtd-secondary-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-vtd-secondary-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-vtd-secondary-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-vtd-secondary-400\/15 {
  color: rgb(163 163 163 / 0.15);
}
.text-vtd-secondary-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-vtd-secondary-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-vtd-secondary-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-vtd-secondary-400\/35 {
  color: rgb(163 163 163 / 0.35);
}
.text-vtd-secondary-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-vtd-secondary-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-vtd-secondary-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-vtd-secondary-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-vtd-secondary-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-vtd-secondary-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-vtd-secondary-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-vtd-secondary-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-vtd-secondary-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-vtd-secondary-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-vtd-secondary-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-vtd-secondary-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-vtd-secondary-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-vtd-secondary-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-vtd-secondary-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-vtd-secondary-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-vtd-secondary-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-vtd-secondary-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-vtd-secondary-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-vtd-secondary-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-vtd-secondary-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-vtd-secondary-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-vtd-secondary-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-vtd-secondary-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-vtd-secondary-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-vtd-secondary-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-vtd-secondary-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-vtd-secondary-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-vtd-secondary-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-vtd-secondary-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-vtd-secondary-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-vtd-secondary-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-vtd-secondary-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-vtd-secondary-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-vtd-secondary-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-vtd-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-vtd-secondary-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-vtd-secondary-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-vtd-secondary-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-vtd-secondary-500\/15 {
  color: rgb(115 115 115 / 0.15);
}
.text-vtd-secondary-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-vtd-secondary-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-vtd-secondary-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-vtd-secondary-500\/35 {
  color: rgb(115 115 115 / 0.35);
}
.text-vtd-secondary-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-vtd-secondary-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-vtd-secondary-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-vtd-secondary-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-vtd-secondary-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-vtd-secondary-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-vtd-secondary-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-vtd-secondary-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-vtd-secondary-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-vtd-secondary-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-vtd-secondary-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-vtd-secondary-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-vtd-secondary-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-vtd-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-vtd-secondary-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-vtd-secondary-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-vtd-secondary-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-vtd-secondary-600\/15 {
  color: rgb(82 82 82 / 0.15);
}
.text-vtd-secondary-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-vtd-secondary-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-vtd-secondary-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-vtd-secondary-600\/35 {
  color: rgb(82 82 82 / 0.35);
}
.text-vtd-secondary-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-vtd-secondary-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-vtd-secondary-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-vtd-secondary-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-vtd-secondary-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-vtd-secondary-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-vtd-secondary-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-vtd-secondary-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-vtd-secondary-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-vtd-secondary-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-vtd-secondary-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-vtd-secondary-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-vtd-secondary-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-vtd-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-vtd-secondary-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-vtd-secondary-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-vtd-secondary-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-vtd-secondary-700\/15 {
  color: rgb(64 64 64 / 0.15);
}
.text-vtd-secondary-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-vtd-secondary-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-vtd-secondary-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-vtd-secondary-700\/35 {
  color: rgb(64 64 64 / 0.35);
}
.text-vtd-secondary-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-vtd-secondary-700\/45 {
  color: rgb(64 64 64 / 0.45);
}
.text-vtd-secondary-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-vtd-secondary-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-vtd-secondary-700\/55 {
  color: rgb(64 64 64 / 0.55);
}
.text-vtd-secondary-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-vtd-secondary-700\/65 {
  color: rgb(64 64 64 / 0.65);
}
.text-vtd-secondary-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-vtd-secondary-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-vtd-secondary-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-vtd-secondary-700\/85 {
  color: rgb(64 64 64 / 0.85);
}
.text-vtd-secondary-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-vtd-secondary-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-vtd-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-vtd-secondary-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-vtd-secondary-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-vtd-secondary-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-vtd-secondary-800\/15 {
  color: rgb(38 38 38 / 0.15);
}
.text-vtd-secondary-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-vtd-secondary-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-vtd-secondary-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-vtd-secondary-800\/35 {
  color: rgb(38 38 38 / 0.35);
}
.text-vtd-secondary-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-vtd-secondary-800\/45 {
  color: rgb(38 38 38 / 0.45);
}
.text-vtd-secondary-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-vtd-secondary-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-vtd-secondary-800\/55 {
  color: rgb(38 38 38 / 0.55);
}
.text-vtd-secondary-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-vtd-secondary-800\/65 {
  color: rgb(38 38 38 / 0.65);
}
.text-vtd-secondary-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-vtd-secondary-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-vtd-secondary-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-vtd-secondary-800\/85 {
  color: rgb(38 38 38 / 0.85);
}
.text-vtd-secondary-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-vtd-secondary-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-vtd-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-vtd-secondary-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-vtd-secondary-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-vtd-secondary-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-vtd-secondary-900\/15 {
  color: rgb(23 23 23 / 0.15);
}
.text-vtd-secondary-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-vtd-secondary-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-vtd-secondary-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-vtd-secondary-900\/35 {
  color: rgb(23 23 23 / 0.35);
}
.text-vtd-secondary-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-vtd-secondary-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-vtd-secondary-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-vtd-secondary-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-vtd-secondary-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-vtd-secondary-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-vtd-secondary-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-vtd-secondary-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-vtd-secondary-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-vtd-secondary-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-vtd-secondary-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-vtd-secondary-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-vtd-secondary-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-vtd-secondary-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-vtd-secondary-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-vtd-secondary-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-vtd-secondary-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-vtd-secondary-950\/15 {
  color: rgb(10 10 10 / 0.15);
}
.text-vtd-secondary-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-vtd-secondary-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-vtd-secondary-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-vtd-secondary-950\/35 {
  color: rgb(10 10 10 / 0.35);
}
.text-vtd-secondary-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-vtd-secondary-950\/45 {
  color: rgb(10 10 10 / 0.45);
}
.text-vtd-secondary-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-vtd-secondary-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-vtd-secondary-950\/55 {
  color: rgb(10 10 10 / 0.55);
}
.text-vtd-secondary-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-vtd-secondary-950\/65 {
  color: rgb(10 10 10 / 0.65);
}
.text-vtd-secondary-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-vtd-secondary-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-vtd-secondary-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-vtd-secondary-950\/85 {
  color: rgb(10 10 10 / 0.85);
}
.text-vtd-secondary-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-vtd-secondary-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-warmGray-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity));
}
.text-warmGray-100\/0 {
  color: rgb(245 245 244 / 0);
}
.text-warmGray-100\/10 {
  color: rgb(245 245 244 / 0.1);
}
.text-warmGray-100\/100 {
  color: rgb(245 245 244 / 1);
}
.text-warmGray-100\/15 {
  color: rgb(245 245 244 / 0.15);
}
.text-warmGray-100\/20 {
  color: rgb(245 245 244 / 0.2);
}
.text-warmGray-100\/25 {
  color: rgb(245 245 244 / 0.25);
}
.text-warmGray-100\/30 {
  color: rgb(245 245 244 / 0.3);
}
.text-warmGray-100\/35 {
  color: rgb(245 245 244 / 0.35);
}
.text-warmGray-100\/40 {
  color: rgb(245 245 244 / 0.4);
}
.text-warmGray-100\/45 {
  color: rgb(245 245 244 / 0.45);
}
.text-warmGray-100\/5 {
  color: rgb(245 245 244 / 0.05);
}
.text-warmGray-100\/50 {
  color: rgb(245 245 244 / 0.5);
}
.text-warmGray-100\/55 {
  color: rgb(245 245 244 / 0.55);
}
.text-warmGray-100\/60 {
  color: rgb(245 245 244 / 0.6);
}
.text-warmGray-100\/65 {
  color: rgb(245 245 244 / 0.65);
}
.text-warmGray-100\/70 {
  color: rgb(245 245 244 / 0.7);
}
.text-warmGray-100\/75 {
  color: rgb(245 245 244 / 0.75);
}
.text-warmGray-100\/80 {
  color: rgb(245 245 244 / 0.8);
}
.text-warmGray-100\/85 {
  color: rgb(245 245 244 / 0.85);
}
.text-warmGray-100\/90 {
  color: rgb(245 245 244 / 0.9);
}
.text-warmGray-100\/95 {
  color: rgb(245 245 244 / 0.95);
}
.text-warmGray-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity));
}
.text-warmGray-200\/0 {
  color: rgb(231 229 228 / 0);
}
.text-warmGray-200\/10 {
  color: rgb(231 229 228 / 0.1);
}
.text-warmGray-200\/100 {
  color: rgb(231 229 228 / 1);
}
.text-warmGray-200\/15 {
  color: rgb(231 229 228 / 0.15);
}
.text-warmGray-200\/20 {
  color: rgb(231 229 228 / 0.2);
}
.text-warmGray-200\/25 {
  color: rgb(231 229 228 / 0.25);
}
.text-warmGray-200\/30 {
  color: rgb(231 229 228 / 0.3);
}
.text-warmGray-200\/35 {
  color: rgb(231 229 228 / 0.35);
}
.text-warmGray-200\/40 {
  color: rgb(231 229 228 / 0.4);
}
.text-warmGray-200\/45 {
  color: rgb(231 229 228 / 0.45);
}
.text-warmGray-200\/5 {
  color: rgb(231 229 228 / 0.05);
}
.text-warmGray-200\/50 {
  color: rgb(231 229 228 / 0.5);
}
.text-warmGray-200\/55 {
  color: rgb(231 229 228 / 0.55);
}
.text-warmGray-200\/60 {
  color: rgb(231 229 228 / 0.6);
}
.text-warmGray-200\/65 {
  color: rgb(231 229 228 / 0.65);
}
.text-warmGray-200\/70 {
  color: rgb(231 229 228 / 0.7);
}
.text-warmGray-200\/75 {
  color: rgb(231 229 228 / 0.75);
}
.text-warmGray-200\/80 {
  color: rgb(231 229 228 / 0.8);
}
.text-warmGray-200\/85 {
  color: rgb(231 229 228 / 0.85);
}
.text-warmGray-200\/90 {
  color: rgb(231 229 228 / 0.9);
}
.text-warmGray-200\/95 {
  color: rgb(231 229 228 / 0.95);
}
.text-warmGray-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity));
}
.text-warmGray-300\/0 {
  color: rgb(214 211 209 / 0);
}
.text-warmGray-300\/10 {
  color: rgb(214 211 209 / 0.1);
}
.text-warmGray-300\/100 {
  color: rgb(214 211 209 / 1);
}
.text-warmGray-300\/15 {
  color: rgb(214 211 209 / 0.15);
}
.text-warmGray-300\/20 {
  color: rgb(214 211 209 / 0.2);
}
.text-warmGray-300\/25 {
  color: rgb(214 211 209 / 0.25);
}
.text-warmGray-300\/30 {
  color: rgb(214 211 209 / 0.3);
}
.text-warmGray-300\/35 {
  color: rgb(214 211 209 / 0.35);
}
.text-warmGray-300\/40 {
  color: rgb(214 211 209 / 0.4);
}
.text-warmGray-300\/45 {
  color: rgb(214 211 209 / 0.45);
}
.text-warmGray-300\/5 {
  color: rgb(214 211 209 / 0.05);
}
.text-warmGray-300\/50 {
  color: rgb(214 211 209 / 0.5);
}
.text-warmGray-300\/55 {
  color: rgb(214 211 209 / 0.55);
}
.text-warmGray-300\/60 {
  color: rgb(214 211 209 / 0.6);
}
.text-warmGray-300\/65 {
  color: rgb(214 211 209 / 0.65);
}
.text-warmGray-300\/70 {
  color: rgb(214 211 209 / 0.7);
}
.text-warmGray-300\/75 {
  color: rgb(214 211 209 / 0.75);
}
.text-warmGray-300\/80 {
  color: rgb(214 211 209 / 0.8);
}
.text-warmGray-300\/85 {
  color: rgb(214 211 209 / 0.85);
}
.text-warmGray-300\/90 {
  color: rgb(214 211 209 / 0.9);
}
.text-warmGray-300\/95 {
  color: rgb(214 211 209 / 0.95);
}
.text-warmGray-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.text-warmGray-400\/0 {
  color: rgb(168 162 158 / 0);
}
.text-warmGray-400\/10 {
  color: rgb(168 162 158 / 0.1);
}
.text-warmGray-400\/100 {
  color: rgb(168 162 158 / 1);
}
.text-warmGray-400\/15 {
  color: rgb(168 162 158 / 0.15);
}
.text-warmGray-400\/20 {
  color: rgb(168 162 158 / 0.2);
}
.text-warmGray-400\/25 {
  color: rgb(168 162 158 / 0.25);
}
.text-warmGray-400\/30 {
  color: rgb(168 162 158 / 0.3);
}
.text-warmGray-400\/35 {
  color: rgb(168 162 158 / 0.35);
}
.text-warmGray-400\/40 {
  color: rgb(168 162 158 / 0.4);
}
.text-warmGray-400\/45 {
  color: rgb(168 162 158 / 0.45);
}
.text-warmGray-400\/5 {
  color: rgb(168 162 158 / 0.05);
}
.text-warmGray-400\/50 {
  color: rgb(168 162 158 / 0.5);
}
.text-warmGray-400\/55 {
  color: rgb(168 162 158 / 0.55);
}
.text-warmGray-400\/60 {
  color: rgb(168 162 158 / 0.6);
}
.text-warmGray-400\/65 {
  color: rgb(168 162 158 / 0.65);
}
.text-warmGray-400\/70 {
  color: rgb(168 162 158 / 0.7);
}
.text-warmGray-400\/75 {
  color: rgb(168 162 158 / 0.75);
}
.text-warmGray-400\/80 {
  color: rgb(168 162 158 / 0.8);
}
.text-warmGray-400\/85 {
  color: rgb(168 162 158 / 0.85);
}
.text-warmGray-400\/90 {
  color: rgb(168 162 158 / 0.9);
}
.text-warmGray-400\/95 {
  color: rgb(168 162 158 / 0.95);
}
.text-warmGray-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity));
}
.text-warmGray-50\/0 {
  color: rgb(250 250 249 / 0);
}
.text-warmGray-50\/10 {
  color: rgb(250 250 249 / 0.1);
}
.text-warmGray-50\/100 {
  color: rgb(250 250 249 / 1);
}
.text-warmGray-50\/15 {
  color: rgb(250 250 249 / 0.15);
}
.text-warmGray-50\/20 {
  color: rgb(250 250 249 / 0.2);
}
.text-warmGray-50\/25 {
  color: rgb(250 250 249 / 0.25);
}
.text-warmGray-50\/30 {
  color: rgb(250 250 249 / 0.3);
}
.text-warmGray-50\/35 {
  color: rgb(250 250 249 / 0.35);
}
.text-warmGray-50\/40 {
  color: rgb(250 250 249 / 0.4);
}
.text-warmGray-50\/45 {
  color: rgb(250 250 249 / 0.45);
}
.text-warmGray-50\/5 {
  color: rgb(250 250 249 / 0.05);
}
.text-warmGray-50\/50 {
  color: rgb(250 250 249 / 0.5);
}
.text-warmGray-50\/55 {
  color: rgb(250 250 249 / 0.55);
}
.text-warmGray-50\/60 {
  color: rgb(250 250 249 / 0.6);
}
.text-warmGray-50\/65 {
  color: rgb(250 250 249 / 0.65);
}
.text-warmGray-50\/70 {
  color: rgb(250 250 249 / 0.7);
}
.text-warmGray-50\/75 {
  color: rgb(250 250 249 / 0.75);
}
.text-warmGray-50\/80 {
  color: rgb(250 250 249 / 0.8);
}
.text-warmGray-50\/85 {
  color: rgb(250 250 249 / 0.85);
}
.text-warmGray-50\/90 {
  color: rgb(250 250 249 / 0.9);
}
.text-warmGray-50\/95 {
  color: rgb(250 250 249 / 0.95);
}
.text-warmGray-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-warmGray-500\/0 {
  color: rgb(120 113 108 / 0);
}
.text-warmGray-500\/10 {
  color: rgb(120 113 108 / 0.1);
}
.text-warmGray-500\/100 {
  color: rgb(120 113 108 / 1);
}
.text-warmGray-500\/15 {
  color: rgb(120 113 108 / 0.15);
}
.text-warmGray-500\/20 {
  color: rgb(120 113 108 / 0.2);
}
.text-warmGray-500\/25 {
  color: rgb(120 113 108 / 0.25);
}
.text-warmGray-500\/30 {
  color: rgb(120 113 108 / 0.3);
}
.text-warmGray-500\/35 {
  color: rgb(120 113 108 / 0.35);
}
.text-warmGray-500\/40 {
  color: rgb(120 113 108 / 0.4);
}
.text-warmGray-500\/45 {
  color: rgb(120 113 108 / 0.45);
}
.text-warmGray-500\/5 {
  color: rgb(120 113 108 / 0.05);
}
.text-warmGray-500\/50 {
  color: rgb(120 113 108 / 0.5);
}
.text-warmGray-500\/55 {
  color: rgb(120 113 108 / 0.55);
}
.text-warmGray-500\/60 {
  color: rgb(120 113 108 / 0.6);
}
.text-warmGray-500\/65 {
  color: rgb(120 113 108 / 0.65);
}
.text-warmGray-500\/70 {
  color: rgb(120 113 108 / 0.7);
}
.text-warmGray-500\/75 {
  color: rgb(120 113 108 / 0.75);
}
.text-warmGray-500\/80 {
  color: rgb(120 113 108 / 0.8);
}
.text-warmGray-500\/85 {
  color: rgb(120 113 108 / 0.85);
}
.text-warmGray-500\/90 {
  color: rgb(120 113 108 / 0.9);
}
.text-warmGray-500\/95 {
  color: rgb(120 113 108 / 0.95);
}
.text-warmGray-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-warmGray-600\/0 {
  color: rgb(87 83 78 / 0);
}
.text-warmGray-600\/10 {
  color: rgb(87 83 78 / 0.1);
}
.text-warmGray-600\/100 {
  color: rgb(87 83 78 / 1);
}
.text-warmGray-600\/15 {
  color: rgb(87 83 78 / 0.15);
}
.text-warmGray-600\/20 {
  color: rgb(87 83 78 / 0.2);
}
.text-warmGray-600\/25 {
  color: rgb(87 83 78 / 0.25);
}
.text-warmGray-600\/30 {
  color: rgb(87 83 78 / 0.3);
}
.text-warmGray-600\/35 {
  color: rgb(87 83 78 / 0.35);
}
.text-warmGray-600\/40 {
  color: rgb(87 83 78 / 0.4);
}
.text-warmGray-600\/45 {
  color: rgb(87 83 78 / 0.45);
}
.text-warmGray-600\/5 {
  color: rgb(87 83 78 / 0.05);
}
.text-warmGray-600\/50 {
  color: rgb(87 83 78 / 0.5);
}
.text-warmGray-600\/55 {
  color: rgb(87 83 78 / 0.55);
}
.text-warmGray-600\/60 {
  color: rgb(87 83 78 / 0.6);
}
.text-warmGray-600\/65 {
  color: rgb(87 83 78 / 0.65);
}
.text-warmGray-600\/70 {
  color: rgb(87 83 78 / 0.7);
}
.text-warmGray-600\/75 {
  color: rgb(87 83 78 / 0.75);
}
.text-warmGray-600\/80 {
  color: rgb(87 83 78 / 0.8);
}
.text-warmGray-600\/85 {
  color: rgb(87 83 78 / 0.85);
}
.text-warmGray-600\/90 {
  color: rgb(87 83 78 / 0.9);
}
.text-warmGray-600\/95 {
  color: rgb(87 83 78 / 0.95);
}
.text-warmGray-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-warmGray-700\/0 {
  color: rgb(68 64 60 / 0);
}
.text-warmGray-700\/10 {
  color: rgb(68 64 60 / 0.1);
}
.text-warmGray-700\/100 {
  color: rgb(68 64 60 / 1);
}
.text-warmGray-700\/15 {
  color: rgb(68 64 60 / 0.15);
}
.text-warmGray-700\/20 {
  color: rgb(68 64 60 / 0.2);
}
.text-warmGray-700\/25 {
  color: rgb(68 64 60 / 0.25);
}
.text-warmGray-700\/30 {
  color: rgb(68 64 60 / 0.3);
}
.text-warmGray-700\/35 {
  color: rgb(68 64 60 / 0.35);
}
.text-warmGray-700\/40 {
  color: rgb(68 64 60 / 0.4);
}
.text-warmGray-700\/45 {
  color: rgb(68 64 60 / 0.45);
}
.text-warmGray-700\/5 {
  color: rgb(68 64 60 / 0.05);
}
.text-warmGray-700\/50 {
  color: rgb(68 64 60 / 0.5);
}
.text-warmGray-700\/55 {
  color: rgb(68 64 60 / 0.55);
}
.text-warmGray-700\/60 {
  color: rgb(68 64 60 / 0.6);
}
.text-warmGray-700\/65 {
  color: rgb(68 64 60 / 0.65);
}
.text-warmGray-700\/70 {
  color: rgb(68 64 60 / 0.7);
}
.text-warmGray-700\/75 {
  color: rgb(68 64 60 / 0.75);
}
.text-warmGray-700\/80 {
  color: rgb(68 64 60 / 0.8);
}
.text-warmGray-700\/85 {
  color: rgb(68 64 60 / 0.85);
}
.text-warmGray-700\/90 {
  color: rgb(68 64 60 / 0.9);
}
.text-warmGray-700\/95 {
  color: rgb(68 64 60 / 0.95);
}
.text-warmGray-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-warmGray-800\/0 {
  color: rgb(41 37 36 / 0);
}
.text-warmGray-800\/10 {
  color: rgb(41 37 36 / 0.1);
}
.text-warmGray-800\/100 {
  color: rgb(41 37 36 / 1);
}
.text-warmGray-800\/15 {
  color: rgb(41 37 36 / 0.15);
}
.text-warmGray-800\/20 {
  color: rgb(41 37 36 / 0.2);
}
.text-warmGray-800\/25 {
  color: rgb(41 37 36 / 0.25);
}
.text-warmGray-800\/30 {
  color: rgb(41 37 36 / 0.3);
}
.text-warmGray-800\/35 {
  color: rgb(41 37 36 / 0.35);
}
.text-warmGray-800\/40 {
  color: rgb(41 37 36 / 0.4);
}
.text-warmGray-800\/45 {
  color: rgb(41 37 36 / 0.45);
}
.text-warmGray-800\/5 {
  color: rgb(41 37 36 / 0.05);
}
.text-warmGray-800\/50 {
  color: rgb(41 37 36 / 0.5);
}
.text-warmGray-800\/55 {
  color: rgb(41 37 36 / 0.55);
}
.text-warmGray-800\/60 {
  color: rgb(41 37 36 / 0.6);
}
.text-warmGray-800\/65 {
  color: rgb(41 37 36 / 0.65);
}
.text-warmGray-800\/70 {
  color: rgb(41 37 36 / 0.7);
}
.text-warmGray-800\/75 {
  color: rgb(41 37 36 / 0.75);
}
.text-warmGray-800\/80 {
  color: rgb(41 37 36 / 0.8);
}
.text-warmGray-800\/85 {
  color: rgb(41 37 36 / 0.85);
}
.text-warmGray-800\/90 {
  color: rgb(41 37 36 / 0.9);
}
.text-warmGray-800\/95 {
  color: rgb(41 37 36 / 0.95);
}
.text-warmGray-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-warmGray-900\/0 {
  color: rgb(28 25 23 / 0);
}
.text-warmGray-900\/10 {
  color: rgb(28 25 23 / 0.1);
}
.text-warmGray-900\/100 {
  color: rgb(28 25 23 / 1);
}
.text-warmGray-900\/15 {
  color: rgb(28 25 23 / 0.15);
}
.text-warmGray-900\/20 {
  color: rgb(28 25 23 / 0.2);
}
.text-warmGray-900\/25 {
  color: rgb(28 25 23 / 0.25);
}
.text-warmGray-900\/30 {
  color: rgb(28 25 23 / 0.3);
}
.text-warmGray-900\/35 {
  color: rgb(28 25 23 / 0.35);
}
.text-warmGray-900\/40 {
  color: rgb(28 25 23 / 0.4);
}
.text-warmGray-900\/45 {
  color: rgb(28 25 23 / 0.45);
}
.text-warmGray-900\/5 {
  color: rgb(28 25 23 / 0.05);
}
.text-warmGray-900\/50 {
  color: rgb(28 25 23 / 0.5);
}
.text-warmGray-900\/55 {
  color: rgb(28 25 23 / 0.55);
}
.text-warmGray-900\/60 {
  color: rgb(28 25 23 / 0.6);
}
.text-warmGray-900\/65 {
  color: rgb(28 25 23 / 0.65);
}
.text-warmGray-900\/70 {
  color: rgb(28 25 23 / 0.7);
}
.text-warmGray-900\/75 {
  color: rgb(28 25 23 / 0.75);
}
.text-warmGray-900\/80 {
  color: rgb(28 25 23 / 0.8);
}
.text-warmGray-900\/85 {
  color: rgb(28 25 23 / 0.85);
}
.text-warmGray-900\/90 {
  color: rgb(28 25 23 / 0.9);
}
.text-warmGray-900\/95 {
  color: rgb(28 25 23 / 0.95);
}
.text-warmGray-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity));
}
.text-warmGray-950\/0 {
  color: rgb(12 10 9 / 0);
}
.text-warmGray-950\/10 {
  color: rgb(12 10 9 / 0.1);
}
.text-warmGray-950\/100 {
  color: rgb(12 10 9 / 1);
}
.text-warmGray-950\/15 {
  color: rgb(12 10 9 / 0.15);
}
.text-warmGray-950\/20 {
  color: rgb(12 10 9 / 0.2);
}
.text-warmGray-950\/25 {
  color: rgb(12 10 9 / 0.25);
}
.text-warmGray-950\/30 {
  color: rgb(12 10 9 / 0.3);
}
.text-warmGray-950\/35 {
  color: rgb(12 10 9 / 0.35);
}
.text-warmGray-950\/40 {
  color: rgb(12 10 9 / 0.4);
}
.text-warmGray-950\/45 {
  color: rgb(12 10 9 / 0.45);
}
.text-warmGray-950\/5 {
  color: rgb(12 10 9 / 0.05);
}
.text-warmGray-950\/50 {
  color: rgb(12 10 9 / 0.5);
}
.text-warmGray-950\/55 {
  color: rgb(12 10 9 / 0.55);
}
.text-warmGray-950\/60 {
  color: rgb(12 10 9 / 0.6);
}
.text-warmGray-950\/65 {
  color: rgb(12 10 9 / 0.65);
}
.text-warmGray-950\/70 {
  color: rgb(12 10 9 / 0.7);
}
.text-warmGray-950\/75 {
  color: rgb(12 10 9 / 0.75);
}
.text-warmGray-950\/80 {
  color: rgb(12 10 9 / 0.8);
}
.text-warmGray-950\/85 {
  color: rgb(12 10 9 / 0.85);
}
.text-warmGray-950\/90 {
  color: rgb(12 10 9 / 0.9);
}
.text-warmGray-950\/95 {
  color: rgb(12 10 9 / 0.95);
}
.text-warning-content {
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}
.text-warning-content\/0 {
  color: var(--fallback-wac,oklch(var(--wac)/0));
}
.text-warning-content\/10 {
  color: var(--fallback-wac,oklch(var(--wac)/0.1));
}
.text-warning-content\/100 {
  color: var(--fallback-wac,oklch(var(--wac)/1));
}
.text-warning-content\/15 {
  color: var(--fallback-wac,oklch(var(--wac)/0.15));
}
.text-warning-content\/20 {
  color: var(--fallback-wac,oklch(var(--wac)/0.2));
}
.text-warning-content\/25 {
  color: var(--fallback-wac,oklch(var(--wac)/0.25));
}
.text-warning-content\/30 {
  color: var(--fallback-wac,oklch(var(--wac)/0.3));
}
.text-warning-content\/35 {
  color: var(--fallback-wac,oklch(var(--wac)/0.35));
}
.text-warning-content\/40 {
  color: var(--fallback-wac,oklch(var(--wac)/0.4));
}
.text-warning-content\/45 {
  color: var(--fallback-wac,oklch(var(--wac)/0.45));
}
.text-warning-content\/5 {
  color: var(--fallback-wac,oklch(var(--wac)/0.05));
}
.text-warning-content\/50 {
  color: var(--fallback-wac,oklch(var(--wac)/0.5));
}
.text-warning-content\/55 {
  color: var(--fallback-wac,oklch(var(--wac)/0.55));
}
.text-warning-content\/60 {
  color: var(--fallback-wac,oklch(var(--wac)/0.6));
}
.text-warning-content\/65 {
  color: var(--fallback-wac,oklch(var(--wac)/0.65));
}
.text-warning-content\/70 {
  color: var(--fallback-wac,oklch(var(--wac)/0.7));
}
.text-warning-content\/75 {
  color: var(--fallback-wac,oklch(var(--wac)/0.75));
}
.text-warning-content\/80 {
  color: var(--fallback-wac,oklch(var(--wac)/0.8));
}
.text-warning-content\/85 {
  color: var(--fallback-wac,oklch(var(--wac)/0.85));
}
.text-warning-content\/90 {
  color: var(--fallback-wac,oklch(var(--wac)/0.9));
}
.text-warning-content\/95 {
  color: var(--fallback-wac,oklch(var(--wac)/0.95));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity));
}
.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}
.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}
.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}
.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}
.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}
.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}
.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}
.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}
.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}
.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}
.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}
.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}
.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}
.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}
.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}
.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}
.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}
.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}
.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}
.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}
.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}
.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}
.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}
.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}
.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}
.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}
.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}
.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}
.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}
.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}
.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}
.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}
.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}
.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}
.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}
.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}
.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}
.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}
.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}
.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}
.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
.text-yellow-300\/0 {
  color: rgb(253 224 71 / 0);
}
.text-yellow-300\/10 {
  color: rgb(253 224 71 / 0.1);
}
.text-yellow-300\/100 {
  color: rgb(253 224 71 / 1);
}
.text-yellow-300\/15 {
  color: rgb(253 224 71 / 0.15);
}
.text-yellow-300\/20 {
  color: rgb(253 224 71 / 0.2);
}
.text-yellow-300\/25 {
  color: rgb(253 224 71 / 0.25);
}
.text-yellow-300\/30 {
  color: rgb(253 224 71 / 0.3);
}
.text-yellow-300\/35 {
  color: rgb(253 224 71 / 0.35);
}
.text-yellow-300\/40 {
  color: rgb(253 224 71 / 0.4);
}
.text-yellow-300\/45 {
  color: rgb(253 224 71 / 0.45);
}
.text-yellow-300\/5 {
  color: rgb(253 224 71 / 0.05);
}
.text-yellow-300\/50 {
  color: rgb(253 224 71 / 0.5);
}
.text-yellow-300\/55 {
  color: rgb(253 224 71 / 0.55);
}
.text-yellow-300\/60 {
  color: rgb(253 224 71 / 0.6);
}
.text-yellow-300\/65 {
  color: rgb(253 224 71 / 0.65);
}
.text-yellow-300\/70 {
  color: rgb(253 224 71 / 0.7);
}
.text-yellow-300\/75 {
  color: rgb(253 224 71 / 0.75);
}
.text-yellow-300\/80 {
  color: rgb(253 224 71 / 0.8);
}
.text-yellow-300\/85 {
  color: rgb(253 224 71 / 0.85);
}
.text-yellow-300\/90 {
  color: rgb(253 224 71 / 0.9);
}
.text-yellow-300\/95 {
  color: rgb(253 224 71 / 0.95);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}
.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}
.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}
.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}
.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}
.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}
.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}
.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}
.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}
.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}
.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}
.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}
.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}
.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}
.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}
.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}
.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}
.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}
.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}
.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}
.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}
.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}
.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}
.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}
.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}
.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}
.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}
.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}
.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}
.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}
.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}
.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}
.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}
.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}
.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}
.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}
.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}
.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}
.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}
.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}
.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}
.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}
.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}
.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}
.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}
.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}
.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}
.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}
.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}
.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}
.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}
.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}
.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}
.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}
.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}
.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}
.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}
.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}
.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}
.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}
.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}
.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}
.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}
.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}
.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}
.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}
.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}
.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}
.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}
.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}
.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}
.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}
.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}
.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}
.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}
.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}
.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}
.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.text-yellow-700\/0 {
  color: rgb(161 98 7 / 0);
}
.text-yellow-700\/10 {
  color: rgb(161 98 7 / 0.1);
}
.text-yellow-700\/100 {
  color: rgb(161 98 7 / 1);
}
.text-yellow-700\/15 {
  color: rgb(161 98 7 / 0.15);
}
.text-yellow-700\/20 {
  color: rgb(161 98 7 / 0.2);
}
.text-yellow-700\/25 {
  color: rgb(161 98 7 / 0.25);
}
.text-yellow-700\/30 {
  color: rgb(161 98 7 / 0.3);
}
.text-yellow-700\/35 {
  color: rgb(161 98 7 / 0.35);
}
.text-yellow-700\/40 {
  color: rgb(161 98 7 / 0.4);
}
.text-yellow-700\/45 {
  color: rgb(161 98 7 / 0.45);
}
.text-yellow-700\/5 {
  color: rgb(161 98 7 / 0.05);
}
.text-yellow-700\/50 {
  color: rgb(161 98 7 / 0.5);
}
.text-yellow-700\/55 {
  color: rgb(161 98 7 / 0.55);
}
.text-yellow-700\/60 {
  color: rgb(161 98 7 / 0.6);
}
.text-yellow-700\/65 {
  color: rgb(161 98 7 / 0.65);
}
.text-yellow-700\/70 {
  color: rgb(161 98 7 / 0.7);
}
.text-yellow-700\/75 {
  color: rgb(161 98 7 / 0.75);
}
.text-yellow-700\/80 {
  color: rgb(161 98 7 / 0.8);
}
.text-yellow-700\/85 {
  color: rgb(161 98 7 / 0.85);
}
.text-yellow-700\/90 {
  color: rgb(161 98 7 / 0.9);
}
.text-yellow-700\/95 {
  color: rgb(161 98 7 / 0.95);
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}
.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}
.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}
.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}
.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}
.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}
.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}
.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}
.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}
.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}
.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}
.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}
.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}
.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}
.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}
.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}
.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}
.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}
.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}
.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}
.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}
.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.text-yellow-900\/0 {
  color: rgb(113 63 18 / 0);
}
.text-yellow-900\/10 {
  color: rgb(113 63 18 / 0.1);
}
.text-yellow-900\/100 {
  color: rgb(113 63 18 / 1);
}
.text-yellow-900\/15 {
  color: rgb(113 63 18 / 0.15);
}
.text-yellow-900\/20 {
  color: rgb(113 63 18 / 0.2);
}
.text-yellow-900\/25 {
  color: rgb(113 63 18 / 0.25);
}
.text-yellow-900\/30 {
  color: rgb(113 63 18 / 0.3);
}
.text-yellow-900\/35 {
  color: rgb(113 63 18 / 0.35);
}
.text-yellow-900\/40 {
  color: rgb(113 63 18 / 0.4);
}
.text-yellow-900\/45 {
  color: rgb(113 63 18 / 0.45);
}
.text-yellow-900\/5 {
  color: rgb(113 63 18 / 0.05);
}
.text-yellow-900\/50 {
  color: rgb(113 63 18 / 0.5);
}
.text-yellow-900\/55 {
  color: rgb(113 63 18 / 0.55);
}
.text-yellow-900\/60 {
  color: rgb(113 63 18 / 0.6);
}
.text-yellow-900\/65 {
  color: rgb(113 63 18 / 0.65);
}
.text-yellow-900\/70 {
  color: rgb(113 63 18 / 0.7);
}
.text-yellow-900\/75 {
  color: rgb(113 63 18 / 0.75);
}
.text-yellow-900\/80 {
  color: rgb(113 63 18 / 0.8);
}
.text-yellow-900\/85 {
  color: rgb(113 63 18 / 0.85);
}
.text-yellow-900\/90 {
  color: rgb(113 63 18 / 0.9);
}
.text-yellow-900\/95 {
  color: rgb(113 63 18 / 0.95);
}
.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.text-yellow-950\/0 {
  color: rgb(66 32 6 / 0);
}
.text-yellow-950\/10 {
  color: rgb(66 32 6 / 0.1);
}
.text-yellow-950\/100 {
  color: rgb(66 32 6 / 1);
}
.text-yellow-950\/15 {
  color: rgb(66 32 6 / 0.15);
}
.text-yellow-950\/20 {
  color: rgb(66 32 6 / 0.2);
}
.text-yellow-950\/25 {
  color: rgb(66 32 6 / 0.25);
}
.text-yellow-950\/30 {
  color: rgb(66 32 6 / 0.3);
}
.text-yellow-950\/35 {
  color: rgb(66 32 6 / 0.35);
}
.text-yellow-950\/40 {
  color: rgb(66 32 6 / 0.4);
}
.text-yellow-950\/45 {
  color: rgb(66 32 6 / 0.45);
}
.text-yellow-950\/5 {
  color: rgb(66 32 6 / 0.05);
}
.text-yellow-950\/50 {
  color: rgb(66 32 6 / 0.5);
}
.text-yellow-950\/55 {
  color: rgb(66 32 6 / 0.55);
}
.text-yellow-950\/60 {
  color: rgb(66 32 6 / 0.6);
}
.text-yellow-950\/65 {
  color: rgb(66 32 6 / 0.65);
}
.text-yellow-950\/70 {
  color: rgb(66 32 6 / 0.7);
}
.text-yellow-950\/75 {
  color: rgb(66 32 6 / 0.75);
}
.text-yellow-950\/80 {
  color: rgb(66 32 6 / 0.8);
}
.text-yellow-950\/85 {
  color: rgb(66 32 6 / 0.85);
}
.text-yellow-950\/90 {
  color: rgb(66 32 6 / 0.9);
}
.text-yellow-950\/95 {
  color: rgb(66 32 6 / 0.95);
}
.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity));
}
.text-zinc-100\/0 {
  color: rgb(244 244 245 / 0);
}
.text-zinc-100\/10 {
  color: rgb(244 244 245 / 0.1);
}
.text-zinc-100\/100 {
  color: rgb(244 244 245 / 1);
}
.text-zinc-100\/15 {
  color: rgb(244 244 245 / 0.15);
}
.text-zinc-100\/20 {
  color: rgb(244 244 245 / 0.2);
}
.text-zinc-100\/25 {
  color: rgb(244 244 245 / 0.25);
}
.text-zinc-100\/30 {
  color: rgb(244 244 245 / 0.3);
}
.text-zinc-100\/35 {
  color: rgb(244 244 245 / 0.35);
}
.text-zinc-100\/40 {
  color: rgb(244 244 245 / 0.4);
}
.text-zinc-100\/45 {
  color: rgb(244 244 245 / 0.45);
}
.text-zinc-100\/5 {
  color: rgb(244 244 245 / 0.05);
}
.text-zinc-100\/50 {
  color: rgb(244 244 245 / 0.5);
}
.text-zinc-100\/55 {
  color: rgb(244 244 245 / 0.55);
}
.text-zinc-100\/60 {
  color: rgb(244 244 245 / 0.6);
}
.text-zinc-100\/65 {
  color: rgb(244 244 245 / 0.65);
}
.text-zinc-100\/70 {
  color: rgb(244 244 245 / 0.7);
}
.text-zinc-100\/75 {
  color: rgb(244 244 245 / 0.75);
}
.text-zinc-100\/80 {
  color: rgb(244 244 245 / 0.8);
}
.text-zinc-100\/85 {
  color: rgb(244 244 245 / 0.85);
}
.text-zinc-100\/90 {
  color: rgb(244 244 245 / 0.9);
}
.text-zinc-100\/95 {
  color: rgb(244 244 245 / 0.95);
}
.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity));
}
.text-zinc-200\/0 {
  color: rgb(228 228 231 / 0);
}
.text-zinc-200\/10 {
  color: rgb(228 228 231 / 0.1);
}
.text-zinc-200\/100 {
  color: rgb(228 228 231 / 1);
}
.text-zinc-200\/15 {
  color: rgb(228 228 231 / 0.15);
}
.text-zinc-200\/20 {
  color: rgb(228 228 231 / 0.2);
}
.text-zinc-200\/25 {
  color: rgb(228 228 231 / 0.25);
}
.text-zinc-200\/30 {
  color: rgb(228 228 231 / 0.3);
}
.text-zinc-200\/35 {
  color: rgb(228 228 231 / 0.35);
}
.text-zinc-200\/40 {
  color: rgb(228 228 231 / 0.4);
}
.text-zinc-200\/45 {
  color: rgb(228 228 231 / 0.45);
}
.text-zinc-200\/5 {
  color: rgb(228 228 231 / 0.05);
}
.text-zinc-200\/50 {
  color: rgb(228 228 231 / 0.5);
}
.text-zinc-200\/55 {
  color: rgb(228 228 231 / 0.55);
}
.text-zinc-200\/60 {
  color: rgb(228 228 231 / 0.6);
}
.text-zinc-200\/65 {
  color: rgb(228 228 231 / 0.65);
}
.text-zinc-200\/70 {
  color: rgb(228 228 231 / 0.7);
}
.text-zinc-200\/75 {
  color: rgb(228 228 231 / 0.75);
}
.text-zinc-200\/80 {
  color: rgb(228 228 231 / 0.8);
}
.text-zinc-200\/85 {
  color: rgb(228 228 231 / 0.85);
}
.text-zinc-200\/90 {
  color: rgb(228 228 231 / 0.9);
}
.text-zinc-200\/95 {
  color: rgb(228 228 231 / 0.95);
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.text-zinc-300\/0 {
  color: rgb(212 212 216 / 0);
}
.text-zinc-300\/10 {
  color: rgb(212 212 216 / 0.1);
}
.text-zinc-300\/100 {
  color: rgb(212 212 216 / 1);
}
.text-zinc-300\/15 {
  color: rgb(212 212 216 / 0.15);
}
.text-zinc-300\/20 {
  color: rgb(212 212 216 / 0.2);
}
.text-zinc-300\/25 {
  color: rgb(212 212 216 / 0.25);
}
.text-zinc-300\/30 {
  color: rgb(212 212 216 / 0.3);
}
.text-zinc-300\/35 {
  color: rgb(212 212 216 / 0.35);
}
.text-zinc-300\/40 {
  color: rgb(212 212 216 / 0.4);
}
.text-zinc-300\/45 {
  color: rgb(212 212 216 / 0.45);
}
.text-zinc-300\/5 {
  color: rgb(212 212 216 / 0.05);
}
.text-zinc-300\/50 {
  color: rgb(212 212 216 / 0.5);
}
.text-zinc-300\/55 {
  color: rgb(212 212 216 / 0.55);
}
.text-zinc-300\/60 {
  color: rgb(212 212 216 / 0.6);
}
.text-zinc-300\/65 {
  color: rgb(212 212 216 / 0.65);
}
.text-zinc-300\/70 {
  color: rgb(212 212 216 / 0.7);
}
.text-zinc-300\/75 {
  color: rgb(212 212 216 / 0.75);
}
.text-zinc-300\/80 {
  color: rgb(212 212 216 / 0.8);
}
.text-zinc-300\/85 {
  color: rgb(212 212 216 / 0.85);
}
.text-zinc-300\/90 {
  color: rgb(212 212 216 / 0.9);
}
.text-zinc-300\/95 {
  color: rgb(212 212 216 / 0.95);
}
.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
.text-zinc-400\/0 {
  color: rgb(161 161 170 / 0);
}
.text-zinc-400\/10 {
  color: rgb(161 161 170 / 0.1);
}
.text-zinc-400\/100 {
  color: rgb(161 161 170 / 1);
}
.text-zinc-400\/15 {
  color: rgb(161 161 170 / 0.15);
}
.text-zinc-400\/20 {
  color: rgb(161 161 170 / 0.2);
}
.text-zinc-400\/25 {
  color: rgb(161 161 170 / 0.25);
}
.text-zinc-400\/30 {
  color: rgb(161 161 170 / 0.3);
}
.text-zinc-400\/35 {
  color: rgb(161 161 170 / 0.35);
}
.text-zinc-400\/40 {
  color: rgb(161 161 170 / 0.4);
}
.text-zinc-400\/45 {
  color: rgb(161 161 170 / 0.45);
}
.text-zinc-400\/5 {
  color: rgb(161 161 170 / 0.05);
}
.text-zinc-400\/50 {
  color: rgb(161 161 170 / 0.5);
}
.text-zinc-400\/55 {
  color: rgb(161 161 170 / 0.55);
}
.text-zinc-400\/60 {
  color: rgb(161 161 170 / 0.6);
}
.text-zinc-400\/65 {
  color: rgb(161 161 170 / 0.65);
}
.text-zinc-400\/70 {
  color: rgb(161 161 170 / 0.7);
}
.text-zinc-400\/75 {
  color: rgb(161 161 170 / 0.75);
}
.text-zinc-400\/80 {
  color: rgb(161 161 170 / 0.8);
}
.text-zinc-400\/85 {
  color: rgb(161 161 170 / 0.85);
}
.text-zinc-400\/90 {
  color: rgb(161 161 170 / 0.9);
}
.text-zinc-400\/95 {
  color: rgb(161 161 170 / 0.95);
}
.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-zinc-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-zinc-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-zinc-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-zinc-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-zinc-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-zinc-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-zinc-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-zinc-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-zinc-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-zinc-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-zinc-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-zinc-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-zinc-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-zinc-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-zinc-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-zinc-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-zinc-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-zinc-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-zinc-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-zinc-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-zinc-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.text-zinc-500\/0 {
  color: rgb(113 113 122 / 0);
}
.text-zinc-500\/10 {
  color: rgb(113 113 122 / 0.1);
}
.text-zinc-500\/100 {
  color: rgb(113 113 122 / 1);
}
.text-zinc-500\/15 {
  color: rgb(113 113 122 / 0.15);
}
.text-zinc-500\/20 {
  color: rgb(113 113 122 / 0.2);
}
.text-zinc-500\/25 {
  color: rgb(113 113 122 / 0.25);
}
.text-zinc-500\/30 {
  color: rgb(113 113 122 / 0.3);
}
.text-zinc-500\/35 {
  color: rgb(113 113 122 / 0.35);
}
.text-zinc-500\/40 {
  color: rgb(113 113 122 / 0.4);
}
.text-zinc-500\/45 {
  color: rgb(113 113 122 / 0.45);
}
.text-zinc-500\/5 {
  color: rgb(113 113 122 / 0.05);
}
.text-zinc-500\/50 {
  color: rgb(113 113 122 / 0.5);
}
.text-zinc-500\/55 {
  color: rgb(113 113 122 / 0.55);
}
.text-zinc-500\/60 {
  color: rgb(113 113 122 / 0.6);
}
.text-zinc-500\/65 {
  color: rgb(113 113 122 / 0.65);
}
.text-zinc-500\/70 {
  color: rgb(113 113 122 / 0.7);
}
.text-zinc-500\/75 {
  color: rgb(113 113 122 / 0.75);
}
.text-zinc-500\/80 {
  color: rgb(113 113 122 / 0.8);
}
.text-zinc-500\/85 {
  color: rgb(113 113 122 / 0.85);
}
.text-zinc-500\/90 {
  color: rgb(113 113 122 / 0.9);
}
.text-zinc-500\/95 {
  color: rgb(113 113 122 / 0.95);
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
.text-zinc-600\/0 {
  color: rgb(82 82 91 / 0);
}
.text-zinc-600\/10 {
  color: rgb(82 82 91 / 0.1);
}
.text-zinc-600\/100 {
  color: rgb(82 82 91 / 1);
}
.text-zinc-600\/15 {
  color: rgb(82 82 91 / 0.15);
}
.text-zinc-600\/20 {
  color: rgb(82 82 91 / 0.2);
}
.text-zinc-600\/25 {
  color: rgb(82 82 91 / 0.25);
}
.text-zinc-600\/30 {
  color: rgb(82 82 91 / 0.3);
}
.text-zinc-600\/35 {
  color: rgb(82 82 91 / 0.35);
}
.text-zinc-600\/40 {
  color: rgb(82 82 91 / 0.4);
}
.text-zinc-600\/45 {
  color: rgb(82 82 91 / 0.45);
}
.text-zinc-600\/5 {
  color: rgb(82 82 91 / 0.05);
}
.text-zinc-600\/50 {
  color: rgb(82 82 91 / 0.5);
}
.text-zinc-600\/55 {
  color: rgb(82 82 91 / 0.55);
}
.text-zinc-600\/60 {
  color: rgb(82 82 91 / 0.6);
}
.text-zinc-600\/65 {
  color: rgb(82 82 91 / 0.65);
}
.text-zinc-600\/70 {
  color: rgb(82 82 91 / 0.7);
}
.text-zinc-600\/75 {
  color: rgb(82 82 91 / 0.75);
}
.text-zinc-600\/80 {
  color: rgb(82 82 91 / 0.8);
}
.text-zinc-600\/85 {
  color: rgb(82 82 91 / 0.85);
}
.text-zinc-600\/90 {
  color: rgb(82 82 91 / 0.9);
}
.text-zinc-600\/95 {
  color: rgb(82 82 91 / 0.95);
}
.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}
.text-zinc-700\/0 {
  color: rgb(63 63 70 / 0);
}
.text-zinc-700\/10 {
  color: rgb(63 63 70 / 0.1);
}
.text-zinc-700\/100 {
  color: rgb(63 63 70 / 1);
}
.text-zinc-700\/15 {
  color: rgb(63 63 70 / 0.15);
}
.text-zinc-700\/20 {
  color: rgb(63 63 70 / 0.2);
}
.text-zinc-700\/25 {
  color: rgb(63 63 70 / 0.25);
}
.text-zinc-700\/30 {
  color: rgb(63 63 70 / 0.3);
}
.text-zinc-700\/35 {
  color: rgb(63 63 70 / 0.35);
}
.text-zinc-700\/40 {
  color: rgb(63 63 70 / 0.4);
}
.text-zinc-700\/45 {
  color: rgb(63 63 70 / 0.45);
}
.text-zinc-700\/5 {
  color: rgb(63 63 70 / 0.05);
}
.text-zinc-700\/50 {
  color: rgb(63 63 70 / 0.5);
}
.text-zinc-700\/55 {
  color: rgb(63 63 70 / 0.55);
}
.text-zinc-700\/60 {
  color: rgb(63 63 70 / 0.6);
}
.text-zinc-700\/65 {
  color: rgb(63 63 70 / 0.65);
}
.text-zinc-700\/70 {
  color: rgb(63 63 70 / 0.7);
}
.text-zinc-700\/75 {
  color: rgb(63 63 70 / 0.75);
}
.text-zinc-700\/80 {
  color: rgb(63 63 70 / 0.8);
}
.text-zinc-700\/85 {
  color: rgb(63 63 70 / 0.85);
}
.text-zinc-700\/90 {
  color: rgb(63 63 70 / 0.9);
}
.text-zinc-700\/95 {
  color: rgb(63 63 70 / 0.95);
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.text-zinc-800\/0 {
  color: rgb(39 39 42 / 0);
}
.text-zinc-800\/10 {
  color: rgb(39 39 42 / 0.1);
}
.text-zinc-800\/100 {
  color: rgb(39 39 42 / 1);
}
.text-zinc-800\/15 {
  color: rgb(39 39 42 / 0.15);
}
.text-zinc-800\/20 {
  color: rgb(39 39 42 / 0.2);
}
.text-zinc-800\/25 {
  color: rgb(39 39 42 / 0.25);
}
.text-zinc-800\/30 {
  color: rgb(39 39 42 / 0.3);
}
.text-zinc-800\/35 {
  color: rgb(39 39 42 / 0.35);
}
.text-zinc-800\/40 {
  color: rgb(39 39 42 / 0.4);
}
.text-zinc-800\/45 {
  color: rgb(39 39 42 / 0.45);
}
.text-zinc-800\/5 {
  color: rgb(39 39 42 / 0.05);
}
.text-zinc-800\/50 {
  color: rgb(39 39 42 / 0.5);
}
.text-zinc-800\/55 {
  color: rgb(39 39 42 / 0.55);
}
.text-zinc-800\/60 {
  color: rgb(39 39 42 / 0.6);
}
.text-zinc-800\/65 {
  color: rgb(39 39 42 / 0.65);
}
.text-zinc-800\/70 {
  color: rgb(39 39 42 / 0.7);
}
.text-zinc-800\/75 {
  color: rgb(39 39 42 / 0.75);
}
.text-zinc-800\/80 {
  color: rgb(39 39 42 / 0.8);
}
.text-zinc-800\/85 {
  color: rgb(39 39 42 / 0.85);
}
.text-zinc-800\/90 {
  color: rgb(39 39 42 / 0.9);
}
.text-zinc-800\/95 {
  color: rgb(39 39 42 / 0.95);
}
.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}
.text-zinc-900\/0 {
  color: rgb(24 24 27 / 0);
}
.text-zinc-900\/10 {
  color: rgb(24 24 27 / 0.1);
}
.text-zinc-900\/100 {
  color: rgb(24 24 27 / 1);
}
.text-zinc-900\/15 {
  color: rgb(24 24 27 / 0.15);
}
.text-zinc-900\/20 {
  color: rgb(24 24 27 / 0.2);
}
.text-zinc-900\/25 {
  color: rgb(24 24 27 / 0.25);
}
.text-zinc-900\/30 {
  color: rgb(24 24 27 / 0.3);
}
.text-zinc-900\/35 {
  color: rgb(24 24 27 / 0.35);
}
.text-zinc-900\/40 {
  color: rgb(24 24 27 / 0.4);
}
.text-zinc-900\/45 {
  color: rgb(24 24 27 / 0.45);
}
.text-zinc-900\/5 {
  color: rgb(24 24 27 / 0.05);
}
.text-zinc-900\/50 {
  color: rgb(24 24 27 / 0.5);
}
.text-zinc-900\/55 {
  color: rgb(24 24 27 / 0.55);
}
.text-zinc-900\/60 {
  color: rgb(24 24 27 / 0.6);
}
.text-zinc-900\/65 {
  color: rgb(24 24 27 / 0.65);
}
.text-zinc-900\/70 {
  color: rgb(24 24 27 / 0.7);
}
.text-zinc-900\/75 {
  color: rgb(24 24 27 / 0.75);
}
.text-zinc-900\/80 {
  color: rgb(24 24 27 / 0.8);
}
.text-zinc-900\/85 {
  color: rgb(24 24 27 / 0.85);
}
.text-zinc-900\/90 {
  color: rgb(24 24 27 / 0.9);
}
.text-zinc-900\/95 {
  color: rgb(24 24 27 / 0.95);
}
.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
}
.text-zinc-950\/0 {
  color: rgb(9 9 11 / 0);
}
.text-zinc-950\/10 {
  color: rgb(9 9 11 / 0.1);
}
.text-zinc-950\/100 {
  color: rgb(9 9 11 / 1);
}
.text-zinc-950\/15 {
  color: rgb(9 9 11 / 0.15);
}
.text-zinc-950\/20 {
  color: rgb(9 9 11 / 0.2);
}
.text-zinc-950\/25 {
  color: rgb(9 9 11 / 0.25);
}
.text-zinc-950\/30 {
  color: rgb(9 9 11 / 0.3);
}
.text-zinc-950\/35 {
  color: rgb(9 9 11 / 0.35);
}
.text-zinc-950\/40 {
  color: rgb(9 9 11 / 0.4);
}
.text-zinc-950\/45 {
  color: rgb(9 9 11 / 0.45);
}
.text-zinc-950\/5 {
  color: rgb(9 9 11 / 0.05);
}
.text-zinc-950\/50 {
  color: rgb(9 9 11 / 0.5);
}
.text-zinc-950\/55 {
  color: rgb(9 9 11 / 0.55);
}
.text-zinc-950\/60 {
  color: rgb(9 9 11 / 0.6);
}
.text-zinc-950\/65 {
  color: rgb(9 9 11 / 0.65);
}
.text-zinc-950\/70 {
  color: rgb(9 9 11 / 0.7);
}
.text-zinc-950\/75 {
  color: rgb(9 9 11 / 0.75);
}
.text-zinc-950\/80 {
  color: rgb(9 9 11 / 0.8);
}
.text-zinc-950\/85 {
  color: rgb(9 9 11 / 0.85);
}
.text-zinc-950\/90 {
  color: rgb(9 9 11 / 0.9);
}
.text-zinc-950\/95 {
  color: rgb(9 9 11 / 0.95);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.placeholder-vtd-secondary-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.placeholder-vtd-secondary-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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 {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-offset-4 {
  outline-offset: 4px;
}
.outline-base-content {
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.outline-black\/5 {
  outline-color: rgb(0 0 0 / 0.05);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!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) !important;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.click {
  cursor: pointer;
}

.header {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 1024px) {

  .header {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.flex-2 {
  display: flex;
  gap: 0.5rem;
}

.row-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {

  .row-col {
    flex-direction: row;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mandatory-field {
  font-weight: 700;
}

@media (min-width: 640px) {

  .sm\:modal-middle {
    place-items: center;
  }

  .sm\:modal-middle :where(.modal-box) {
    width: 91.666667%;
    max-width: 32rem;
    --tw-translate-y: 0px;
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
    border-top-left-radius: var(--rounded-box, 1rem);
    border-top-right-radius: var(--rounded-box, 1rem);
    border-bottom-right-radius: var(--rounded-box, 1rem);
    border-bottom-left-radius: var(--rounded-box, 1rem);
  }
}

@media (min-width: 1024px) {

  .lg\:card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--rounded-box, 1rem);
  }

  .lg\:card:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

  .lg\:card figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lg\:card.image-full {
    display: grid;
  }

  .lg\:card.image-full:before {
    position: relative;
    content: "";
    z-index: 10;
    border-radius: var(--rounded-box, 1rem);
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    opacity: 0.75;
  }

  .lg\:card.image-full:before,.lg\:card.image-full > * {
    grid-column-start: 1;
    grid-row-start: 1;
  }

  .lg\:card.image-full > figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:card.image-full > .card-body {
    position: relative;
    z-index: 20;
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .lg\:input-md[type="number"]::-webkit-inner-spin-button {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-inline-end: -1rem;
  }

  .lg\:card :where(figure:first-child) {
    overflow: hidden;
    border-start-start-radius: inherit;
    border-start-end-radius: inherit;
    border-end-start-radius: unset;
    border-end-end-radius: unset;
  }

  .lg\:card :where(figure:last-child) {
    overflow: hidden;
    border-start-start-radius: unset;
    border-start-end-radius: unset;
    border-end-start-radius: inherit;
    border-end-end-radius: inherit;
  }

  .lg\:card:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }

  .lg\:card.bordered {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  }

  .lg\:card.compact .card-body {
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:card.image-full :where(figure) {
    overflow: hidden;
    border-radius: inherit;
  }

  .lg\:drawer-open > .drawer-toggle {
    display: none;
  }

  .lg\:drawer-open > .drawer-toggle ~ .drawer-side {
    pointer-events: auto;
    visibility: visible;
    position: sticky;
    display: block;
    width: auto;
    overscroll-behavior: auto;
  }

  .lg\:drawer-open > .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
    transform: translateX(0%);
  }

  [dir="rtl"] .lg\:drawer-open > .drawer-toggle ~ .drawer-side > *:not(.drawer-overlay) {
    transform: translateX(0%);
  }

  .lg\:drawer-open > .drawer-toggle:checked ~ .drawer-side {
    pointer-events: auto;
    visibility: visible;
  }

  .lg\:drawer-open > .drawer-side {
    overflow-y: auto;
  }

  html:has(.lg\:drawer-open.lg\:drawer-open) {
    overflow-y: auto;
    scrollbar-gutter: auto;
  }

  .lg\:input-md {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 2;
  }

  .lg\:drawer-open > .drawer-toggle ~ .drawer-side > .drawer-overlay {
    cursor: default;
    background-color: transparent;
  }

  .lg\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }

  .lg\:prose-xl :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .lg\:prose-xl :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1.0666667em;
  }

  .lg\:prose-xl :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }

  .lg\:prose-xl :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-xl :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }

  .lg\:prose-xl :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-xl :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    border-radius: 0.3125rem;
    padding-top: 0.25em;
    padding-inline-end: 0.4em;
    padding-bottom: 0.25em;
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }

  .lg\:prose-xl :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-xl :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-inline-end: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-inline-start: 1.3333333em;
  }

  .lg\:prose-xl :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }

  .lg\:prose-xl :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.4em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }

  .lg\:prose-xl :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-xl :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.2em;
  }

  .lg\:prose-xl :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.6em;
    padding-inline-start: 1.6em;
  }

  .lg\:prose-xl :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }

  .lg\:prose-xl :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }

  .lg\:prose-xl :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-inline-end: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-inline-start: 0.6666667em;
  }

  .lg\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }

  .lg\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }

  .lg\:prose-xl :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-xl :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-xl :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-xl :where(.lg\:prose-xl > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

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

.hover\:bg-base-200:hover {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}

.hover\:bg-base-300:hover {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}

.hover\:bg-base-300\/30:hover {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.3));
}

.hover\:bg-base-300\/80:hover {
  background-color: var(--fallback-b3,oklch(var(--b3)/0.8));
}

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

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-vtd-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-vtd-secondary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-vtd-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.hover\:text-vtd-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-vtd-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

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

.focus\:border-vtd-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:bg-vtd-primary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.focus\:bg-vtd-secondary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.focus\:text-vtd-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-vtd-secondary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.focus\:ring-vtd-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-none:focus-visible {
  border-style: none;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.disabled\:text-vtd-secondary-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:static {
    position: static;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:order-none {
    order: 0;
  }

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

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

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

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

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

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

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

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

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

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

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

  .sm\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-b {
    border-bottom-width: 1px;
  }

  .sm\:border-t-0 {
    border-top-width: 0px;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 768px) {

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

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

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

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

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

@media (min-width: 1024px) {

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

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

  .lg\:w-10 {
    width: 2.5rem;
  }

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

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

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

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

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

  .lg\:bg-base-200 {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 1280px) {

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

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

  .xl\:w-64 {
    width: 16rem;
  }
}

@media (min-width: 1536px) {

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

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

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}

@media (prefers-color-scheme: dark) {

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

  .dark\:border-vtd-secondary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity));
  }

  .dark\:border-vtd-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64 / var(--tw-border-opacity));
  }

  .dark\:border-vtd-secondary-700\/\[1\] {
    border-color: rgb(64 64 64 / 1);
  }

  .dark\:bg-slate-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  }

  .dark\:bg-vtd-secondary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .dark\:bg-vtd-secondary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .dark\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

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

  .dark\:text-vtd-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-vtd-secondary-100 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity));
  }

  .dark\:text-vtd-secondary-200 {
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity));
  }

  .dark\:text-vtd-secondary-300 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
  }

  .dark\:text-vtd-secondary-400 {
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity));
  }

  .dark\:text-opacity-70 {
    --tw-text-opacity: 0.7;
  }

  .dark\:placeholder-vtd-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(115 115 115 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-vtd-secondary-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(115 115 115 / var(--tw-placeholder-opacity));
  }

  .dark\:ring-offset-vtd-secondary-800 {
    --tw-ring-offset-color: #262626;
  }

  .dark\:hover\:bg-vtd-secondary-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-vtd-primary-300:hover {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:hover\:text-vtd-secondary-100:hover {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity));
  }

  .dark\:hover\:text-vtd-secondary-300:hover {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity));
  }

  .dark\:focus\:border-vtd-primary-500:focus {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .dark\:focus\:bg-vtd-secondary-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }

  .dark\:focus\:bg-vtd-secondary-700:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
  }

  .dark\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5;
  }

  .dark\:focus\:text-vtd-primary-300:focus {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:focus\:text-vtd-secondary-100:focus {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity));
  }

  .dark\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2;
  }

  .dark\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25;
  }
}
.voucher-container[data-v-69cb50a9] {
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}
.voucher-header[data-v-69cb50a9], .voucher-section[data-v-69cb50a9], .voucher-footer[data-v-69cb50a9] {
  margin-bottom: 1rem;
}
.voucher-header h1[data-v-69cb50a9] {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.voucher-section h2[data-v-69cb50a9] {
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.voucher-section p[data-v-69cb50a9], .voucher-footer p[data-v-69cb50a9] {
  margin-bottom: 0.5rem;
}
.voucher-footer[data-v-69cb50a9] {
  padding-top: 1rem;
}
.voucher-container[data-v-69cb50a9] {
  max-height: 80vh;
  overflow-y: auto;
}

.vue-picker > label {
    opacity: 0;
}
